Github messages for voidlinux
 help / color / mirror / Atom feed
From: paper42 <paper42@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] add missing python3 dependencies
Date: Wed, 05 Jan 2022 01:08:05 +0100	[thread overview]
Message-ID: <20220105000805.r76VPCIeyFNqBx2v4HuFlTGVgsGxb7hmE9Xo7kw7DWI@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34859@inbox.vuxu.org>

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

There is an updated pull request by paper42 against master on the void-packages repository

https://github.com/paper42/void-packages python3-missing-dep
https://github.com/void-linux/void-packages/pull/34859

add missing python3 dependencies
#### Testing the changes
- I tested the changes in this PR: **NO**


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-missing-dep-34859.patch --]
[-- Type: text/x-diff, Size: 88889 bytes --]

From 237aeb4945afd749e38b5c3c0bf9cf834f7f7e2c Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:08:14 +0100
Subject: [PATCH 01/94] python3-greenlet: add missing python3 dependency

---
 srcpkgs/python3-greenlet/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template
index f43c2e426722..dcc58b2b2ab3 100644
--- a/srcpkgs/python3-greenlet/template
+++ b/srcpkgs/python3-greenlet/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-greenlet'
 pkgname=python3-greenlet
 version=1.1.0
-revision=2
+revision=3
 wrksrc="greenlet-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 makedepends="python3-devel"
 short_desc="Lightweight in-process concurrent programming (Python3)"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"

From 24261ac2d430fcd05b168f3cdf116d405cf2503e Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:08:18 +0100
Subject: [PATCH 02/94] python3-msgpack: add missing python3 dependency

---
 srcpkgs/python3-msgpack/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index d740fd001e8d..a88a25765280 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
 version=1.0.2
-revision=2
+revision=3
 wrksrc="msgpack-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
+depends="python3"
 checkdepends="python3-pytest"
 short_desc="Python module for Msgpack serializer (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"

From 4966d18805d141eb4cfae3e454a975be07231578 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:51:39 +0100
Subject: [PATCH 03/94] audit: add missing python3 dependency

---
 srcpkgs/audit/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template
index f21f32725d0d..577706c575c4 100644
--- a/srcpkgs/audit/template
+++ b/srcpkgs/audit/template
@@ -1,7 +1,7 @@
 # Template file for 'audit'
 pkgname=audit
 version=3.0.3
-revision=2
+revision=3
 build_style=gnu-configure
 configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5
  --with-apparmor --with-libcap-ng --with-python3"
@@ -86,6 +86,7 @@ libauparse-devel_package() {
 python3-audit_package() {
 	lib32disabled=yes
 	short_desc+=" - Python3 bindings"
+	depends="python3"
 	pkg_install() {
 		vmove "usr/lib/python3*"
 	}

From 7c8d62a71b3270d70e65f55fc30723a86d899b1e Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:51:39 +0100
Subject: [PATCH 04/94] brltty: add missing python3 dependency

---
 srcpkgs/brltty/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template
index b1b673a44e22..6ce1b66c66d9 100644
--- a/srcpkgs/brltty/template
+++ b/srcpkgs/brltty/template
@@ -1,12 +1,13 @@
 # Template file for 'brltty'
 pkgname=brltty
 version=6.4
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-gpm --with-screen-driver=lx,sc
  --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3"
 hostmakedepends="pkg-config python3-Cython"
 makedepends="ncurses-devel alsa-lib-devel gpm-devel icu-devel python3-devel libbluetooth-devel"
+depends="python3"
 short_desc="Braille display driver for Linux/Unix"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"

From 4c7cda63fb4973a6096588c500e0c8c9808f458c Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:00 +0100
Subject: [PATCH 05/94] python3-Levenshtein: add missing python3 dependency

---
 srcpkgs/python3-Levenshtein/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template
index a7a1caf1d510..bc1f3107c9d4 100644
--- a/srcpkgs/python3-Levenshtein/template
+++ b/srcpkgs/python3-Levenshtein/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-Levenshtein'
 pkgname=python3-Levenshtein
 version=0.12.0
-revision=6
+revision=7
 wrksrc=python-Levenshtein-$version
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools"
 makedepends="python3-devel"
+depends="python3"
 short_desc="Functions for computation of distance and string similarity (Python3)"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
 license="GPL-2.0-or-later"

From ce890a28a7023fff671065b16f8d6b527e160bbc Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:00 +0100
Subject: [PATCH 06/94] python3-MarkupSafe: add missing python3 dependency

---
 srcpkgs/python3-MarkupSafe/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-MarkupSafe/template b/srcpkgs/python3-MarkupSafe/template
index 01ce46545387..80f5f5b77f79 100644
--- a/srcpkgs/python3-MarkupSafe/template
+++ b/srcpkgs/python3-MarkupSafe/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-MarkupSafe'
 pkgname=python3-MarkupSafe
 version=2.0.1
-revision=1
+revision=2
 wrksrc="MarkupSafe-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
+depends="python3"
 checkdepends="python3-pytest"
 short_desc="Implements a XML/HTML/XHTML Markup safe string for Python3"
 maintainer="Andrew J. Hesford <ajh@sideband.org>"

From b09fa9b7f039569c6d62260e451bcaa6bf05452a Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:00 +0100
Subject: [PATCH 07/94] python3-PyAudio: add missing python3 dependency

---
 srcpkgs/python3-PyAudio/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template
index 8f9de6cbbacf..55f650583099 100644
--- a/srcpkgs/python3-PyAudio/template
+++ b/srcpkgs/python3-PyAudio/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-PyAudio'
 pkgname=python3-PyAudio
 version=0.2.11
-revision=6
+revision=7
 wrksrc="PyAudio-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel portaudio-devel"
+depends="python3"
 short_desc="Python3 Bindings for PortAudio, a cross-platform audio IO library"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="MIT"

From 4a5f4f6a0f7ff8aece0c4b9d0d63eea46a6f848b Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:00 +0100
Subject: [PATCH 08/94] python3-XlsxWriter: add missing python3 dependency

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

diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template
index 16027abe137a..d779b85ceaf9 100644
--- a/srcpkgs/python3-XlsxWriter/template
+++ b/srcpkgs/python3-XlsxWriter/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-XlsxWriter'
 pkgname=python3-XlsxWriter
 version=1.3.7
-revision=2
+revision=3
 wrksrc="XlsxWriter-RELEASE_${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Python3 module for creating Excel XLSX files"
 maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="BSD-2-Clause"

From 236dc96608f9c5fffbd57546ae0378825ab2e9e5 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:00 +0100
Subject: [PATCH 09/94] python3-alsa: add missing python3 dependency

---
 srcpkgs/python3-alsa/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template
index aa522cebc575..5b5230852462 100644
--- a/srcpkgs/python3-alsa/template
+++ b/srcpkgs/python3-alsa/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-alsa'
 pkgname=python3-alsa
 version=1.1.6
-revision=4
+revision=5
 wrksrc="pyalsa-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel alsa-lib-devel"
+depends="python3"
 short_desc="Official Python bindings for ALSA"
 maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="GPL-2.0-only"

From 23e77f0aa435b30e4d0596b72b3c60ea850d4ce9 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:00 +0100
Subject: [PATCH 10/94] python3-ansiwrap: add missing python3 dependency

---
 srcpkgs/python3-ansiwrap/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ansiwrap/template b/srcpkgs/python3-ansiwrap/template
index 06705e84977d..158a865f4469 100644
--- a/srcpkgs/python3-ansiwrap/template
+++ b/srcpkgs/python3-ansiwrap/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-ansiwrap'
 pkgname=python3-ansiwrap
 version=0.8.4
-revision=2
+revision=3
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Textwrap, but savvy to ANSI colors"
 maintainer="travankor <travankor@tuta.io>"
 license="Apache-2.0"

From 5be3d8b39757ebf9476d5d1713fb2d16dc4aa290 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:01 +0100
Subject: [PATCH 11/94] python3-apsw: add missing python3 dependency

---
 srcpkgs/python3-apsw/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template
index 1aa2a86f8902..6372a3acf06f 100644
--- a/srcpkgs/python3-apsw/template
+++ b/srcpkgs/python3-apsw/template
@@ -1,12 +1,13 @@
 # Template file for 'python3-apsw'
 pkgname=python3-apsw
 version=3.36.0r1
-revision=2
+revision=3
 wrksrc="apsw-${version/r/-r}"
 build_style=python3-module
 make_build_args="--enable=load_extension"
 hostmakedepends="python3-devel"
 makedepends="python3-devel sqlite-devel"
+depends="python3"
 checkdepends="python3-pytest $makedepends"
 short_desc="Another Python SQLite Wrapper (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"

From bb629bbc51d711d0fb99dbf6eafdd4a4848df961 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:01 +0100
Subject: [PATCH 12/94] python3-argcomplete: add missing python3 dependency

---
 srcpkgs/python3-argcomplete/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template
index 52155e689421..cd30bdfce4ae 100644
--- a/srcpkgs/python3-argcomplete/template
+++ b/srcpkgs/python3-argcomplete/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-argcomplete'
 pkgname=python3-argcomplete
 version=1.12.3
-revision=2
+revision=3
 wrksrc="argcomplete-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Bash tab completion for argparse"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="Apache-2.0"

From 7a625ae4d2c1d87c0a7f4af622ed901db79dbda5 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:01 +0100
Subject: [PATCH 13/94] python3-asteval: add missing python3 dependency

---
 srcpkgs/python3-asteval/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-asteval/template b/srcpkgs/python3-asteval/template
index 1845f504d20b..b10c2760a080 100644
--- a/srcpkgs/python3-asteval/template
+++ b/srcpkgs/python3-asteval/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-asteval'
 pkgname=python3-asteval
 version=0.9.21
-revision=2
+revision=3
 wrksrc=${pkgname#*-}-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 checkdepends="python3-pytest"
 short_desc="Safe, minimalistic evaluator of python expression using ast module"
 maintainer="Orphaned <orphan@voidlinux.org>"

From 56c3cd804e2e3db77a1b71fe63722c1d3f4ff2de Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:01 +0100
Subject: [PATCH 14/94] python3-authres: add missing python3 dependency

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

diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template
index 88ec54db1f31..69bb2ee980a3 100644
--- a/srcpkgs/python3-authres/template
+++ b/srcpkgs/python3-authres/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-authres'
 pkgname=python3-authres
 version=1.2.0
-revision=4
+revision=5
 wrksrc="authres-${version}"
 build_style=python3-module
 pycompile_module=authres
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Authentication Results Header Module"
 maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
 license="Apache-2.0"

From e91809bdffb135b63e50cf38479ecac1e5df4802 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:01 +0100
Subject: [PATCH 15/94] python3-axolotl-curve25519: add missing python3
 dependency

---
 srcpkgs/python3-axolotl-curve25519/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template
index b332d62bfa42..97f4409f2f87 100644
--- a/srcpkgs/python3-axolotl-curve25519/template
+++ b/srcpkgs/python3-axolotl-curve25519/template
@@ -2,11 +2,12 @@
 pkgname=python3-axolotl-curve25519
 _pkgname=${pkgname/3/}
 version=0.4.1.post2
-revision=5
+revision=6
 wrksrc="$_pkgname-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
+depends="python3"
 short_desc="Python3 curve25519 with ed25519 signatures, used by libaxolotl"
 maintainer="Lon Willett <xgit@lonw.net>"
 license="GPL-3.0-only, BSD-3-Clause"

From 3f570d0356494212bcdbf0b17a5cb1c0a6ddbd8d Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:01 +0100
Subject: [PATCH 16/94] python3-babelfish: add missing python3 dependency

---
 srcpkgs/python3-babelfish/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template
index d49b7c7b23c2..fa17be91a4da 100644
--- a/srcpkgs/python3-babelfish/template
+++ b/srcpkgs/python3-babelfish/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-babelfish'
 pkgname=python3-babelfish
 version=0.6.0
-revision=1
+revision=2
 wrksrc="babelfish-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Module to work with countries and languages (Python3)"
 maintainer="Daniel Santana <daniel@santana.tech>"
 license="BSD-3-Clause"

From ec4a08717e86b03aeed06b2aa1670341ab5ff8aa Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:01 +0100
Subject: [PATCH 17/94] python3-bitarray: add missing python3 dependency

---
 srcpkgs/python3-bitarray/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template
index 3490d6ee0687..abbe64f0c9c4 100644
--- a/srcpkgs/python3-bitarray/template
+++ b/srcpkgs/python3-bitarray/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-bitarray'
 pkgname=python3-bitarray
 version=1.0.1
-revision=5
+revision=6
 wrksrc="bitarray-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libcurl-devel"
+depends="python3"
 short_desc="Python3 module for efficiently representing arrays of booleans"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="Python-2.0"

From 8060b540f2c81d61af08e0a29decbb5ca198a35e Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:02 +0100
Subject: [PATCH 18/94] python3-bitstring: add missing python3 dependency

---
 srcpkgs/python3-bitstring/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bitstring/template b/srcpkgs/python3-bitstring/template
index 7eb05df81dd1..305a26639f97 100644
--- a/srcpkgs/python3-bitstring/template
+++ b/srcpkgs/python3-bitstring/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-bitstring'
 pkgname=python3-bitstring
 version=3.1.7
-revision=2
+revision=3
 wrksrc="bitstring-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Python module for creation and analysis of binary data"
 maintainer="Arjan Mossel <arjanmossel@gmail.com>"
 license="MIT"

From 2afe789d469e4d29c55b8712fcba5209907c00bb Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:02 +0100
Subject: [PATCH 19/94] python3-boolean.py: add missing python3 dependency

---
 srcpkgs/python3-boolean.py/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-boolean.py/template b/srcpkgs/python3-boolean.py/template
index 51d0ad491e78..ceda7ad676b7 100644
--- a/srcpkgs/python3-boolean.py/template
+++ b/srcpkgs/python3-boolean.py/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-boolean.py'
 pkgname=python3-boolean.py
 version=3.8
-revision=2
+revision=3
 wrksrc="boolean.py-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Small library implementing a boolean algebra"
 maintainer="k4leg <python.bogdan@gmail.com>"
 license="BSD-2-Clause"

From 8cdd57e4e01ef4c26c11973d79561872921ece61 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:02 +0100
Subject: [PATCH 20/94] python3-bottle: add missing python3 dependency

---
 srcpkgs/python3-bottle/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template
index 52146ccee896..fd54b47fde51 100644
--- a/srcpkgs/python3-bottle/template
+++ b/srcpkgs/python3-bottle/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-bottle'
 pkgname=python3-bottle
 version=0.12.19
-revision=1
+revision=2
 wrksrc="bottle-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Fast and simple WSGI-framework for small web-applications (Python3)"
 maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
 license="MIT"

From eee65d27eb7bf5bb7ff737e9e5649f2535b2258d Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:02 +0100
Subject: [PATCH 21/94] python3-bsddb3: add missing python3 dependency

---
 srcpkgs/python3-bsddb3/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template
index 0e8e413ee3c2..d2ae90c37b2e 100644
--- a/srcpkgs/python3-bsddb3/template
+++ b/srcpkgs/python3-bsddb3/template
@@ -1,13 +1,14 @@
 # Template file for 'python3-bsddb3'
 pkgname=python3-bsddb3
 version=6.2.7
-revision=2
+revision=3
 wrksrc="bsddb3-${version}"
 build_style=python3-module
 make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"
 make_install_args="--berkeley-db=${XBPS_CROSS_BASE}/usr"
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel db-devel"
+depends="python3"
 short_desc="Python3 interface for BerkeleyDB"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"

From b24e899b1bb0f742bd59f86a36468223f9a1d638 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:02 +0100
Subject: [PATCH 22/94] python3-certifi: add missing python3 dependency

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

diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template
index 203798f0324a..f5ca10e8a7a8 100644
--- a/srcpkgs/python3-certifi/template
+++ b/srcpkgs/python3-certifi/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-certifi'
 pkgname=python3-certifi
 version=2021.10.08
-revision=1
+revision=2
 wrksrc="python-certifi-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Curated collection of Root Certificates"
 maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="MPL-2.0"

From c92a06e72010269b7c1ef4bd00765b601265916d Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:02 +0100
Subject: [PATCH 23/94] python3-charset-normalizer: add missing python3
 dependency

---
 srcpkgs/python3-charset-normalizer/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-charset-normalizer/template b/srcpkgs/python3-charset-normalizer/template
index f4a39c525822..b99ff9a8b306 100644
--- a/srcpkgs/python3-charset-normalizer/template
+++ b/srcpkgs/python3-charset-normalizer/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-charset-normalizer'
 pkgname=python3-charset-normalizer
 version=2.0.9
-revision=1
+revision=2
 wrksrc="charset_normalizer-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 checkdepends="python3-pytest"
 short_desc="Encoding and language detection"
 maintainer="Michal Vasilek <michal@vasilek.cz>"

From 69abc5ce41308cedd13fb137a495ee615887d15f Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:03 +0100
Subject: [PATCH 24/94] python3-cjkwrap: add missing python3 dependency

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

diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template
index 46a569d3db58..fdc4296e36e3 100644
--- a/srcpkgs/python3-cjkwrap/template
+++ b/srcpkgs/python3-cjkwrap/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-cjkwrap'
 pkgname=python3-cjkwrap
 version=2.2
-revision=4
+revision=5
 wrksrc="cjkwrap-v${version}"
 build_style=python3-module
 pycompile_module="cjkwrap.py"
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Library for wrapping and filling UTF-8 CJK text"
 maintainer="Nathan Owens <ndowens04@gmail.com>"
 license="GPL-3.0-only, LGPL-3.0-only, Python-2.0"

From d2f7f3a1657eab8ed7462970d962657e0ebef53c Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:03 +0100
Subject: [PATCH 25/94] python3-colorclass: add missing python3 dependency

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

diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template
index eeae14b7452d..6ec7c01fc15c 100644
--- a/srcpkgs/python3-colorclass/template
+++ b/srcpkgs/python3-colorclass/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-colorclass'
 pkgname=python3-colorclass
 version=2.2.0
-revision=5
+revision=6
 wrksrc="colorclass-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 checkdepends="python3-pytest python3-docopt"
 short_desc="Colorful worry-free console applications"
 maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"

From 4f4a1149152519f46760991136849da58ca05f76 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:03 +0100
Subject: [PATCH 26/94] python3-commonmark: add missing python3 dependency

---
 srcpkgs/python3-commonmark/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-commonmark/template b/srcpkgs/python3-commonmark/template
index 4c3f17d8ad71..58784061a9e5 100644
--- a/srcpkgs/python3-commonmark/template
+++ b/srcpkgs/python3-commonmark/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-commonmark'
 pkgname=python3-commonmark
 version=0.9.1
-revision=2
+revision=3
 wrksrc="commonmark-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 checkdepends="python3-wheel python3-flake8 python3-hypothesis python3-colorama"
 short_desc="Parser for the CommonMark Markdown spec"
 maintainer="Andrew Benson <abenson@gmail.com>"

From f645f1e8349db379af7325ff0a2d75e6534ef619 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:03 +0100
Subject: [PATCH 27/94] python3-crcmod: add missing python3 dependency

---
 srcpkgs/python3-crcmod/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template
index c043a198e506..a0344ce3adb9 100644
--- a/srcpkgs/python3-crcmod/template
+++ b/srcpkgs/python3-crcmod/template
@@ -1,12 +1,13 @@
 # Template file for 'python3-crcmod'
 pkgname=python3-crcmod
 version=1.7
-revision=4
+revision=5
 wrksrc="crcmod-${version}"
 build_style=python3-module
 pycompile_module="crcmod"
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
+depends="python3"
 short_desc="Python3 CRC generator"
 maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
 license="MIT"

From 076ee46cad8dedb1cbfea00fe299eb4a4e5326de Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:03 +0100
Subject: [PATCH 28/94] python3-cryptography_vectors: add missing python3
 dependency

---
 srcpkgs/python3-cryptography_vectors/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cryptography_vectors/template b/srcpkgs/python3-cryptography_vectors/template
index d0b65d6ef0b2..152ad12ebdde 100644
--- a/srcpkgs/python3-cryptography_vectors/template
+++ b/srcpkgs/python3-cryptography_vectors/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-cryptography_vectors'
 pkgname=python3-cryptography_vectors
 version=36.0.0
-revision=1
+revision=2
 wrksrc="${pkgname#python3-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Test vectors for python3-cryptography"
 maintainer="Andrew J. Hesford <ajh@sideband.org>"
 license="BSD-3-Clause, Apache-2.0"

From b055f9f5a424eeb64d74f38c33f753fc7697d47c Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:03 +0100
Subject: [PATCH 29/94] python3-cups: add missing python3 dependency

---
 srcpkgs/python3-cups/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template
index a7f311f4fe0a..fe4b571bfec9 100644
--- a/srcpkgs/python3-cups/template
+++ b/srcpkgs/python3-cups/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-cups'
 pkgname=python3-cups
 version=2.0.1
-revision=2
+revision=3
 wrksrc="pycups-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"
 makedepends="${hostmakedepends} cups-devel"
+depends="python3"
 short_desc="Python3 CUPS bindings"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"

From 0b5da0a973b04c5765954a2656c17d346b7f5289 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:03 +0100
Subject: [PATCH 30/94] python3-curl: add missing python3 dependency

---
 srcpkgs/python3-curl/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template
index cb54ef3564ea..fda2a7b698e8 100644
--- a/srcpkgs/python3-curl/template
+++ b/srcpkgs/python3-curl/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-curl'
 pkgname=python3-curl
 version=7.43.0.3
-revision=11
+revision=12
 wrksrc="pycurl-${version}"
 build_style=python3-module
 hostmakedepends="python3-devel"
 makedepends="openssl-devel libcurl-devel ${hostmakedepends}"
+depends="python3"
 short_desc="Python3 interface to cURL library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later, MIT"

From 6a20dba560297191b734eb4ace46312bc1c6cd8d Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:04 +0100
Subject: [PATCH 31/94] python3-dominate: add missing python3 dependency

---
 srcpkgs/python3-dominate/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index 92b12faaf2bc..c82a2b7e67d2 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
 version=2.6.0
-revision=2
+revision=3
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Library for creating and manipulating HTML (Python3)"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="LGPL-3.0-or-later"

From 9bb2064ee58097097a63c868d165f275d2881129 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:04 +0100
Subject: [PATCH 32/94] python3-filebytes: add missing python3 dependency

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

diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template
index eb28054bb9fa..d353e4d06adc 100644
--- a/srcpkgs/python3-filebytes/template
+++ b/srcpkgs/python3-filebytes/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-filebytes'
 pkgname=python3-filebytes
 version=0.10.2
-revision=3
+revision=4
 wrksrc="filebytes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Library to read and edit ELF, PE, and other files"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="BSD-3-Clause"

From 9531e0fc484af5303912ce10ac2fde48810b2c23 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:04 +0100
Subject: [PATCH 33/94] python3-filelock: add missing python3 dependency

---
 srcpkgs/python3-filelock/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index 6d61df8e0115..b181a295807a 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
 version=3.0.12
-revision=4
+revision=5
 wrksrc="filelock-${version}"
 build_style=python3-module
 pycompile_module="filelock.py"
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Platform independent file lock"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="Unlicense"

From efe528fb8e4cb541df120b42421ecaa05e5a0728 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:04 +0100
Subject: [PATCH 34/94] python3-fuse: add missing python3 dependency

---
 srcpkgs/python3-fuse/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template
index 6fc6ce97c4ef..507d81ef057e 100644
--- a/srcpkgs/python3-fuse/template
+++ b/srcpkgs/python3-fuse/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-fuse'
 pkgname=python3-fuse
 version=1.0.0
-revision=2
+revision=3
 wrksrc=python-fuse-$version
 build_style=python3-module
 hostmakedepends="pkg-config python3-setuptools"
 makedepends="fuse-devel python3-devel"
+depends="python3"
 short_desc="FUSE bindings for Python3"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"

From 3783ccf75983bce8a71ef31276a68562dc25bd56 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:04 +0100
Subject: [PATCH 35/94] python3-fuzzyfinder: add missing python3 dependency

---
 srcpkgs/python3-fuzzyfinder/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template
index 6526b7a52ca5..f3d72dbcc7ee 100644
--- a/srcpkgs/python3-fuzzyfinder/template
+++ b/srcpkgs/python3-fuzzyfinder/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-fuzzyfinder'
 pkgname=python3-fuzzyfinder
 version=2.1.0
-revision=3
+revision=4
 wrksrc=fuzzyfinder-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Fuzzy Finder implemented in Python"
 maintainer="Anjandev Momi <anjan@momi.ca>"
 license="BSD-3-Clause"

From 8c7d279095395f0b600ec8e94062145df47f0896 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:04 +0100
Subject: [PATCH 36/94] python3-gpg: add missing python3 dependency

---
 srcpkgs/python3-gpg/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template
index dfd80bce0aee..85c88687e0b2 100644
--- a/srcpkgs/python3-gpg/template
+++ b/srcpkgs/python3-gpg/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-gpg'
 pkgname=python3-gpg
 version=1.10.0
-revision=7
+revision=8
 wrksrc="gpg-${version}"
 build_style=python3-module
 hostmakedepends="swig gpgme-devel python3-devel"
 makedepends="libgpg-error-devel libassuan-devel ${hostmakedepends}"
+depends="python3"
 short_desc="Python3 bindings for GPGME GnuPG cryptography library"
 license="LGPL-2.1-or-later, GPL-2.0-or-later"
 maintainer="Felix Van der Jeugt <felix.vanderjeugt@gmail.com>"

From 7f3c1d78b337c085a830733b9ce246a66e904fff Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:04 +0100
Subject: [PATCH 37/94] python3-hkdf: add missing python3 dependency

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

diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template
index f1c95a95bd5a..8c193015883c 100644
--- a/srcpkgs/python3-hkdf/template
+++ b/srcpkgs/python3-hkdf/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-hkdf'
 pkgname=python3-hkdf
 version=0.0.3
-revision=4
+revision=5
 wrksrc="hkdf-${version}"
 build_style=python3-module
 pycompile_module="hkdf.py"
 hostmakedepends="python3 python3-setuptools"
+depends="python3"
 short_desc="HMAC Key Derivation module"
 maintainer="travankor <travankor@tuta.io>"
 license="BSD-2-Clause"

From 2cd7f28f3526d281cc05309d216d2057aff54730 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:05 +0100
Subject: [PATCH 38/94] python3-hoedown: add missing python3 dependency

---
 srcpkgs/python3-hoedown/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template
index da738f039183..d13859ea4aff 100644
--- a/srcpkgs/python3-hoedown/template
+++ b/srcpkgs/python3-hoedown/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-hoedown'
 pkgname=python3-hoedown
 version=0.3.0
-revision=6
+revision=7
 wrksrc="hoedown-$version"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
+depends="python3"
 short_desc="Python3 binding for hoedown, a markdown parsing library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 homepage="https://github.com/hhatto/python-hoedown"

From 3d76bdd12b413e51855fa3173c6cd78cb08f9ef7 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:05 +0100
Subject: [PATCH 39/94] python3-humanize: add missing python3 dependency

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

diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template
index f8f1d33c1eac..c54f55be8b48 100644
--- a/srcpkgs/python3-humanize/template
+++ b/srcpkgs/python3-humanize/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-humanize'
 pkgname=python3-humanize
 version=2.0.0
-revision=4
+revision=5
 wrksrc="humanize-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
+depends="python3"
 checkdepends="python3-pytest python3-freezegun"
 short_desc="Python humanize utilities"
 maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"

From 93ccb092615a06f73ac45dc140fe43aab5f08b52 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:05 +0100
Subject: [PATCH 40/94] python3-janus: add missing python3 dependency

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

diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template
index 721d151c2f96..d0b4d0cf362c 100644
--- a/srcpkgs/python3-janus/template
+++ b/srcpkgs/python3-janus/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-janus'
 pkgname=python3-janus
 version=0.5.0
-revision=3
+revision=4
 wrksrc="janus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Thread-safe asyncio-aware queue"
 maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
 license="Apache-2.0"

From 685977d733aba8555ca2352f3479becd618dbf82 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:05 +0100
Subject: [PATCH 41/94] python3-jaraco: add missing python3 dependency

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

diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template
index 434e4257d2f9..ce4eca455d0d 100644
--- a/srcpkgs/python3-jaraco/template
+++ b/srcpkgs/python3-jaraco/template
@@ -1,8 +1,9 @@
 # Template file for 'python3-jaraco'
 pkgname=python3-jaraco
 version=1.0
-revision=3
+revision=4
 create_wrksrc=yes
+depends="python3"
 short_desc="Namespace package declaration for jaraco (Python3)"
 maintainer="bra1nwave <bra1nwave@protonmail.com>"
 license="Public Domain"

From 9322caf611087e675c8ac042882f243e00b992e8 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:05 +0100
Subject: [PATCH 42/94] python3-jellyfish: add missing python3 dependency

---
 srcpkgs/python3-jellyfish/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template
index 5ad74f36794d..9a7c4a72a18d 100644
--- a/srcpkgs/python3-jellyfish/template
+++ b/srcpkgs/python3-jellyfish/template
@@ -1,12 +1,13 @@
 # Template file for 'python3-jellyfish'
 pkgname=python3-jellyfish
 version=0.8.9
-revision=1
+revision=2
 wrksrc="jellyfish-${version}"
 build_style=python3-module
 make_check_target=build/lib.*/jellyfish/test.py
 hostmakedepends=" python3-setuptools"
 makedepends="python3-devel"
+depends="python3"
 checkdepends="python3-pytest"
 short_desc="Python3 library for approximate and phonetic matching of strings"
 maintainer="Duncaen <duncaen@voidlinux.org>"

From 3c725ab36a0cce6c6b61ebeb830a4ecd3b91293c Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:05 +0100
Subject: [PATCH 43/94] python3-json5: add missing python3 dependency

---
 srcpkgs/python3-json5/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-json5/template b/srcpkgs/python3-json5/template
index 3cbd6b97feea..934e8151d7a5 100644
--- a/srcpkgs/python3-json5/template
+++ b/srcpkgs/python3-json5/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-json5'
 pkgname=python3-json5
 version=0.9.6
-revision=2
+revision=3
 wrksrc=pyjson5-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 checkdepends="python3-pytest python3-hypothesis"
 short_desc="Python implementation of the JSON5 data format"
 maintainer="dkwo <nicolopiazzalunga@gmail.com>"

From 3b263964fbc9212564f05c620eb1b94a6e8379ac Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:06 +0100
Subject: [PATCH 44/94] python3-keyutils: add missing python3 dependency

---
 srcpkgs/python3-keyutils/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template
index c6a713aa51ff..057f8b44e1e7 100644
--- a/srcpkgs/python3-keyutils/template
+++ b/srcpkgs/python3-keyutils/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-keyutils'
 pkgname=python3-keyutils
 version=0.6
-revision=6
+revision=7
 wrksrc=python-keyutils-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel keyutils-devel"
+depends="python3"
 short_desc="Python3 bindings for keyutils"
 maintainer="Matthias Fulz <mfulz@olznet.de>"
 license="Apache-2.0"

From 17286e699c27e471c7ca9c62e51af69cda223ec9 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:06 +0100
Subject: [PATCH 45/94] python3-kiwisolver: add missing python3 dependency

---
 srcpkgs/python3-kiwisolver/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template
index 7185e3066787..eec1ac337ac3 100644
--- a/srcpkgs/python3-kiwisolver/template
+++ b/srcpkgs/python3-kiwisolver/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-kiwisolver'
 pkgname=python3-kiwisolver
 version=1.3.1
-revision=2
+revision=3
 wrksrc="kiwisolver-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cppy"
 makedepends="python3-devel python3-cppy"
+depends="python3"
 short_desc="Fast implementation of the Cassowary constraint solver (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"

From ca906e7a91449876d7ac10e85cbed72a949ae16e Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:06 +0100
Subject: [PATCH 46/94] python3-lazy-object-proxy: add missing python3
 dependency

---
 srcpkgs/python3-lazy-object-proxy/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template
index 23debafd8af7..1e3301dd1f4d 100644
--- a/srcpkgs/python3-lazy-object-proxy/template
+++ b/srcpkgs/python3-lazy-object-proxy/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-lazy-object-proxy'
 pkgname=python3-lazy-object-proxy
 version=1.5.2
-revision=2
+revision=3
 wrksrc="lazy-object-proxy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
 makedepends="python3-devel"
+depends="python3"
 short_desc="Fast and thorough lazy object proxy (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"

From 377b4343f405c9a9997741c59a057fa7b0d86be1 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:06 +0100
Subject: [PATCH 47/94] python3-logbook: add missing python3 dependency

---
 srcpkgs/python3-logbook/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template
index 3abe44df7ac4..2a15b679e2ef 100644
--- a/srcpkgs/python3-logbook/template
+++ b/srcpkgs/python3-logbook/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-logbook'
 pkgname=python3-logbook
 version=1.5.3
-revision=3
+revision=4
 wrksrc="logbook-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-devel python3-Cython"
+depends="python3"
 short_desc="Replacement for python's standard library logging module"
 maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
 license="BSD-3-Clause"

From d9341e562285fafdae4721e81649692e3f71939d Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:06 +0100
Subject: [PATCH 48/94] python3-magic: add missing python3 dependency

---
 srcpkgs/python3-magic/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template
index e47aea1a704d..03d3c75795ac 100644
--- a/srcpkgs/python3-magic/template
+++ b/srcpkgs/python3-magic/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-magic'
 pkgname=python3-magic
 version=0.4.24
-revision=1
+revision=2
 wrksrc=python-magic-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libmagic"
+depends="python3"
 short_desc="File type identification using libmagic (Python3)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"

From 93f43fe76ec2b7623c820c8e9d5e6d7df2ccf731 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:06 +0100
Subject: [PATCH 49/94] python3-marisa-trie: add missing python3 dependency

---
 srcpkgs/python3-marisa-trie/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template
index 4a8b814b2338..f43e8b744e2b 100644
--- a/srcpkgs/python3-marisa-trie/template
+++ b/srcpkgs/python3-marisa-trie/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-marisa-trie'
 pkgname=python3-marisa-trie
 version=0.7.5
-revision=7
+revision=8
 wrksrc="marisa-trie-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel"
+depends="python3"
 short_desc="Static memory-efficient Trie-like structures (Python3)"
 maintainer="bra1nwave <brainwave@openmailbox.org>"
 license="MIT"

From 207aac93598d91a074459eb54fc921f21e2d6cd9 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:06 +0100
Subject: [PATCH 50/94] python3-markdown2: add missing python3 dependency

---
 srcpkgs/python3-markdown2/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template
index 3dc1ceea51dd..ca671a62f81f 100644
--- a/srcpkgs/python3-markdown2/template
+++ b/srcpkgs/python3-markdown2/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-markdown2'
 pkgname=python3-markdown2
 version=2.4.0
-revision=2
+revision=3
 wrksrc=python-markdown2-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Fast and complete implementation of Markdown in Python3"
 maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
 license="MIT"

From d47a5e3b84513bb9467ba6417dd1a19af4cad080 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:07 +0100
Subject: [PATCH 51/94] python3-mock: add missing python3 dependency

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

diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template
index 3f1939070f9a..7b1ff2e37bd5 100644
--- a/srcpkgs/python3-mock/template
+++ b/srcpkgs/python3-mock/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-mock'
 pkgname=python3-mock
 version=4.0.3
-revision=2
+revision=3
 wrksrc="mock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 checkdepends="python3-pytest"
 short_desc="Python3 mock library"
 maintainer="Alex Childs <misuchiru03+void@gmail.com>"

From 43c4ceadc4f640fb232779e40bc6685d47c3377a Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:07 +0100
Subject: [PATCH 52/94] python3-multidict: add missing python3 dependency

---
 srcpkgs/python3-multidict/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template
index ab9ae4f46f0a..c87cbfc5de0c 100644
--- a/srcpkgs/python3-multidict/template
+++ b/srcpkgs/python3-multidict/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-multidict'
 pkgname=python3-multidict
 version=5.1.0
-revision=2
+revision=3
 wrksrc="multidict-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
+depends="python3"
 checkdepends="python3-pytest"
 short_desc="Multidict implementation from aiohttp"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"

From 50425be60f9d11bb5609d706cff14eeb2f20d4d4 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:07 +0100
Subject: [PATCH 53/94] python3-mysqlclient: add missing python3 dependency

---
 srcpkgs/python3-mysqlclient/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template
index 2bdab21f9a41..696dddf7f595 100644
--- a/srcpkgs/python3-mysqlclient/template
+++ b/srcpkgs/python3-mysqlclient/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-mysqlclient'
 pkgname=python3-mysqlclient
 version=1.3.14
-revision=7
+revision=8
 wrksrc="mysqlclient-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="libmariadbclient-devel python3-devel zlib-devel openssl-devel"
+depends="python3"
 short_desc="Python3 interface to MySQL/MariaDB"
 maintainer="Alin Dobre <alin.dobre@outlook.com>"
 license="GPL-2.0-or-later"

From d48b8b4a9cfed0cc583c402bfa27c1de4a28e6b9 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:07 +0100
Subject: [PATCH 54/94] python3-netifaces: add missing python3 dependency

---
 srcpkgs/python3-netifaces/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-netifaces/template b/srcpkgs/python3-netifaces/template
index 14a40217aed2..2f0888dbe938 100644
--- a/srcpkgs/python3-netifaces/template
+++ b/srcpkgs/python3-netifaces/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-netifaces'
 pkgname=python3-netifaces
 version=0.11.0
-revision=2
+revision=3
 wrksrc="netifaces-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
+depends="python3"
 short_desc="Python3 library to retrieve information about network interfaces"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="MIT"

From 81d193cc480afc6d9f69c21a4a8fca72aa7580ae Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:07 +0100
Subject: [PATCH 55/94] python3-path-and-address: add missing python3
 dependency

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

diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template
index a540825f1550..f1e26b42863c 100644
--- a/srcpkgs/python3-path-and-address/template
+++ b/srcpkgs/python3-path-and-address/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-path-and-address'
 pkgname=python3-path-and-address
 version=2.0.1
-revision=3
+revision=4
 wrksrc="path-and-address-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Functions for server CLI applications used by humans"
 maintainer="linarcx <linarcx@riseup.net>"
 license="MIT"

From b07898f518661e2112e0b88ab08abbfa034ccc12 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:07 +0100
Subject: [PATCH 56/94] python3-pbkdf2: add missing python3 dependency

---
 srcpkgs/python3-pbkdf2/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template
index 58b8cb737808..4e8543515211 100644
--- a/srcpkgs/python3-pbkdf2/template
+++ b/srcpkgs/python3-pbkdf2/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-pbkdf2'
 pkgname=python3-pbkdf2
 version=1.3
-revision=7
+revision=8
 wrksrc="pbkdf2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Password-based key derivation function PBKDF2 (Python3)"
 maintainer="Charles E. Lehner <cel@celehner.com>"
 license="MIT"

From ce47c023bed95a8e598f90b1fe44e5f7aa968e4d Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:08 +0100
Subject: [PATCH 57/94] python3-peewee: add missing python3 dependency

---
 srcpkgs/python3-peewee/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template
index dcd1c9143c3a..eca1cab896d3 100644
--- a/srcpkgs/python3-peewee/template
+++ b/srcpkgs/python3-peewee/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-peewee'
 pkgname=python3-peewee
 version=3.14.4
-revision=2
+revision=3
 wrksrc="peewee-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel sqlite-devel"
+depends="python3"
 short_desc="Small and simple ORM for Python3"
 maintainer="johannes <johannes.brechtmann@gmail.com>"
 license="MIT"

From d7c7eb1b762a23342fb9b9012e7827656d67e68e Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:08 +0100
Subject: [PATCH 58/94] python3-pillow-simd: add missing python3 dependency

---
 srcpkgs/python3-pillow-simd/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template
index cb5a09503bbe..409229bd2813 100644
--- a/srcpkgs/python3-pillow-simd/template
+++ b/srcpkgs/python3-pillow-simd/template
@@ -1,12 +1,13 @@
 # Template file for 'python3-pillow-simd'
 pkgname=python3-pillow-simd
 version=7.1.2
-revision=3
+revision=4
 archs="x86_64*"
 wrksrc="pillow-simd-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel libjpeg-turbo-devel libopenjpeg2-devel
+depends="python3"
  zlib-devel tiff-devel freetype-devel lcms2-devel libwebp-devel
  libimagequant-devel harfbuzz-devel fribidi-devel libraqm-devel"
 short_desc="Python3 Imaging Library (PIL) fork (SIMD)"

From 6c32c89b3d68beb902243fe806bf4d4f4dc875c2 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:08 +0100
Subject: [PATCH 59/94] python3-pivy: add missing python3 dependency

---
 srcpkgs/python3-pivy/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template
index dadb816ae3a3..6105058d9982 100644
--- a/srcpkgs/python3-pivy/template
+++ b/srcpkgs/python3-pivy/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-pivy'
 pkgname=python3-pivy
 version=0.6.6
-revision=2
+revision=3
 wrksrc="pivy-${version}"
 build_style=cmake
 hostmakedepends="python3-devel swig"
 makedepends="python3-devel coin3-devel"
+depends="python3"
 short_desc="Python3 bindings for the high-level 3D graphics library Coin"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="ISC"

From 2d80d9cca43154818c032845aa0b49b570908e10 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:08 +0100
Subject: [PATCH 60/94] python3-prctl: add missing python3 dependency

---
 srcpkgs/python3-prctl/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template
index c2c4fc00475a..c7d4eac01ecf 100644
--- a/srcpkgs/python3-prctl/template
+++ b/srcpkgs/python3-prctl/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-prctl'
 pkgname=python3-prctl
 version=1.7
-revision=7
+revision=8
 wrksrc=python-prctl-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools libcap-devel"
 makedepends="libcap-devel python3-devel"
+depends="python3"
 short_desc="Python3 interface for the Linux prctl syscall"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"

From 881a07ae9ed88c5f36ae214c73fc20cd25885217 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:08 +0100
Subject: [PATCH 61/94] python3-psycopg2: add missing python3 dependency

---
 srcpkgs/python3-psycopg2/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template
index d7ab66f7f9a6..f43ba7546417 100644
--- a/srcpkgs/python3-psycopg2/template
+++ b/srcpkgs/python3-psycopg2/template
@@ -1,13 +1,14 @@
 # Template file for 'python3-psycopg2'
 pkgname=python3-psycopg2
 version=2.8.3
-revision=5
+revision=6
 wrksrc="psycopg2-${version}"
 build_style=python3-module
 # Require postgresql-libs-devel to find executable: pg_config
 hostmakedepends="postgresql-libs-devel python3-setuptools"
 # Require postgresql-libs-devel for libpq-fe.h
 makedepends="python3-devel postgresql-libs-devel"
+depends="python3"
 short_desc="PostgreSQL adapter for Python32"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="LGPL-3.0-or-later"

From de35f2c4b4b302954fb2e5919212eb572d8e2b7a Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:08 +0100
Subject: [PATCH 62/94] python3-py-cpuinfo: add missing python3 dependency

---
 srcpkgs/python3-py-cpuinfo/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template
index 13513e80a9ce..3a883b662ab7 100644
--- a/srcpkgs/python3-py-cpuinfo/template
+++ b/srcpkgs/python3-py-cpuinfo/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-py-cpuinfo'
 pkgname=python3-py-cpuinfo
 version=8.0.0
-revision=2
+revision=3
 wrksrc="py-cpuinfo-${version}"
 build_style=python3-module
-hostmakedepends=python3-setuptools
+hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Python module for getting CPU info"
 maintainer="Karol Kosek <krkk@krkk.ct8.pl>"
 license="MIT"

From 904d584215204c5180e606c1aae36c0455f00eab Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:08 +0100
Subject: [PATCH 63/94] python3-pyDes: add missing python3 dependency

---
 srcpkgs/python3-pyDes/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pyDes/template b/srcpkgs/python3-pyDes/template
index afd047221375..b7f647fdcba2 100644
--- a/srcpkgs/python3-pyDes/template
+++ b/srcpkgs/python3-pyDes/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-pyDes'
 pkgname=python3-pyDes
 version=2.0.1
-revision=2
+revision=3
 wrksrc="pyDes-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Pure Python implementation of DES/3DES"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="Public Domain"

From 661ab019e4e28b85864f3e7ab1570bdfd465ffb4 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:09 +0100
Subject: [PATCH 64/94] python3-pycdio: add missing python3 dependency

---
 srcpkgs/python3-pycdio/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template
index 3f6e3d99d7b8..3c5f0188bd84 100644
--- a/srcpkgs/python3-pycdio/template
+++ b/srcpkgs/python3-pycdio/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-pycdio'
 pkgname=python3-pycdio
 version=2.1.0
-revision=3
+revision=4
 wrksrc=pycdio-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools pkg-config swig"
 makedepends="libcdio-devel python3-devel"
+depends="python3"
 short_desc="Python OO interface to libcdio (CD Input and Control library)"
 maintainer="Stefano Ragni <st3r4g@protonmail.com>"
 license="GPL-3.0-or-later"

From eba922fa49996bfc7a85780c8e1f61ba40abe1a3 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:09 +0100
Subject: [PATCH 65/94] python3-pycryptodomex: add missing python3 dependency

---
 srcpkgs/python3-pycryptodomex/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template
index 30bd5a5d5e0c..fe1357e30570 100644
--- a/srcpkgs/python3-pycryptodomex/template
+++ b/srcpkgs/python3-pycryptodomex/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-pycryptodomex'
 pkgname=python3-pycryptodomex
 version=3.12.0
-revision=1
+revision=2
 wrksrc="pycryptodomex-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
+depends="python3"
 short_desc="Pycryptodome equivalent that installs under the 'Cryptodome' name"
 maintainer="Antonio Gurgel <antonio@goorzhel.com>"
 license="Public Domain, BSD-2-Clause"

From d691aa6b484f36a37eaf918ca9188be3414cbd03 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:09 +0100
Subject: [PATCH 66/94] python3-pydbus: add missing python3 dependency

---
 srcpkgs/python3-pydbus/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template
index 3f95a3b6fcdc..6e1a8b33559c 100644
--- a/srcpkgs/python3-pydbus/template
+++ b/srcpkgs/python3-pydbus/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-pydbus'
 pkgname=python3-pydbus
 version=0.6.0
-revision=3
+revision=4
 wrksrc="pydbus-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Python3 pythonic dbus library"
 maintainer="Adam Beckmeyer <adam_gpg@thebeckmeyers.xyz>"
 license="LGPL-2.1-or-later"

From 4ac2ecca001d7e7049422d98411812ff7078b584 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:09 +0100
Subject: [PATCH 67/94] python3-pygame: add missing python3 dependency

---
 srcpkgs/python3-pygame/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template
index 14ccc0334677..ec00d18a7841 100644
--- a/srcpkgs/python3-pygame/template
+++ b/srcpkgs/python3-pygame/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pygame'
 pkgname=python3-pygame
 version=2.0.1
-revision=3
+revision=4
 wrksrc="pygame-${version}"
 build_style=python3-module
 make_build_args="cython"
@@ -9,6 +9,7 @@ hostmakedepends="pkg-config python3-setuptools python3-Cython
  SDL2_mixer-devel SDL2_image-devel SDL2_ttf-devel libjpeg-turbo-devel portmidi-devel"
 makedepends="python3-devel SDL2_mixer-devel SDL2_image-devel
  SDL2_ttf-devel libjpeg-turbo-devel portmidi-devel"
+depends="python3"
 short_desc="Collection of Python modules for writing games (Python3)"
 maintainer="Archaeme <normandy@firemail.cc>"
 license="LGPL-2.1-or-later"

From fec18669667567c487c81f5c4c043dc8b9a19683 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:09 +0100
Subject: [PATCH 68/94] python3-pytaglib: add missing python3 dependency

---
 srcpkgs/python3-pytaglib/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-pytaglib/template b/srcpkgs/python3-pytaglib/template
index b398e0218f13..a437d364a7f9 100644
--- a/srcpkgs/python3-pytaglib/template
+++ b/srcpkgs/python3-pytaglib/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-pytaglib'
 pkgname=python3-pytaglib
 version=1.4.6
-revision=2
+revision=3
 wrksrc="pytaglib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"
 makedepends="python3-devel taglib-devel"
+depends="python3"
 short_desc="Python bindings for the TagLib C++ library"
 maintainer="Stefano Ragni <st3r4g@protonmail.com>"
 license="GPL-3.0-or-later"

From eecad2a554e7ed0d2191836dee6bdd61a5e71029 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:09 +0100
Subject: [PATCH 69/94] python3-rencode: add missing python3 dependency

---
 srcpkgs/python3-rencode/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template
index 39ad56145c05..ade6eed37c37 100644
--- a/srcpkgs/python3-rencode/template
+++ b/srcpkgs/python3-rencode/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-rencode'
 pkgname=python3-rencode
 version=1.0.6
-revision=7
+revision=8
 wrksrc="rencode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-wheel"
 makedepends="python3-devel"
+depends="python3"
 short_desc="Python3 module for fast (basic) object serialization"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"

From ce36f420198ff587793bda9daba15aef3b6619e1 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:09 +0100
Subject: [PATCH 70/94] python3-ruamel.yaml.clib: add missing python3
 dependency

---
 srcpkgs/python3-ruamel.yaml.clib/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template
index 2106f15635e0..97f2fe6b76e9 100644
--- a/srcpkgs/python3-ruamel.yaml.clib/template
+++ b/srcpkgs/python3-ruamel.yaml.clib/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-ruamel.yaml.clib'
 pkgname=python3-ruamel.yaml.clib
 version=0.2.6
-revision=2
+revision=3
 wrksrc="ruamel.yaml.clib-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
+depends="python3"
 short_desc="Reader, parser and emitter for ruamel.yaml (Python3)"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"

From 9fc958f52a78880968edb0abe81997b8e799124e Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:10 +0100
Subject: [PATCH 71/94] python3-ruamel.yaml: add missing python3 dependency

---
 srcpkgs/python3-ruamel.yaml/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template
index dec65a97e27f..b8ad65ed0883 100644
--- a/srcpkgs/python3-ruamel.yaml/template
+++ b/srcpkgs/python3-ruamel.yaml/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-ruamel.yaml'
 pkgname=python3-ruamel.yaml
 version=0.16.12
-revision=3
+revision=4
 wrksrc="ruamel.yaml-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
+depends="python3"
 short_desc="YAML parser/emitter in Python 3"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"

From 50148ab72143c2ea98304ea99245790754f031d6 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:10 +0100
Subject: [PATCH 72/94] python3-scrypt: add missing python3 dependency

---
 srcpkgs/python3-scrypt/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template
index cb2b79529152..37cdf1d9653f 100644
--- a/srcpkgs/python3-scrypt/template
+++ b/srcpkgs/python3-scrypt/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-scrypt'
 pkgname=python3-scrypt
 version=0.8.17
-revision=4
+revision=5
 wrksrc="scrypt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel openssl-devel"
+depends="python3"
 short_desc="Python 3 bindings for the scrypt key derivation function"
 maintainer="projectmoon <projectmoon@agnos.is>"
 license="BSD-2-Clause"

From 4309bf733b0920804b3b51bb32653b57b5e8e707 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:10 +0100
Subject: [PATCH 73/94] python3-shapely: add missing python3 dependency

---
 srcpkgs/python3-shapely/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template
index 47632cbc41f8..8a1cf7158476 100644
--- a/srcpkgs/python3-shapely/template
+++ b/srcpkgs/python3-shapely/template
@@ -1,12 +1,13 @@
 # Template file for 'python3-shapely'
 pkgname=python3-shapely
 version=1.8.0
-revision=1
+revision=2
 wrksrc="Shapely-${version}"
 build_style=python3-module
 build_helper=numpy
 hostmakedepends="python3-setuptools python3-Cython geos"
 makedepends="python3-devel python3-numpy geos-devel"
+depends="python3"
 checkdepends="python3-pytest"
 short_desc="Library for manipulation and analysis of geometric objects for Python3"
 maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"

From 87a269755515cb897cb4a9f7e3ae5f8f45105e0e Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:10 +0100
Subject: [PATCH 74/94] python3-simplejson: add missing python3 dependency

---
 srcpkgs/python3-simplejson/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template
index f59717c0672b..905ebb3e4e6d 100644
--- a/srcpkgs/python3-simplejson/template
+++ b/srcpkgs/python3-simplejson/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-simplejson'
 pkgname=python3-simplejson
 version=3.17.2
-revision=2
+revision=3
 wrksrc="simplejson-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
+depends="python3"
 short_desc="Simple, fast, extensible JSON encoder/decoder for Python3"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT, AFL-2.1"

From 951b69ae48edad50195aa4fa7b9fad61949f068a Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:10 +0100
Subject: [PATCH 75/94] python3-smbc: add missing python3 dependency

---
 srcpkgs/python3-smbc/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template
index 0e5af27c6eff..0fab4466cfa9 100644
--- a/srcpkgs/python3-smbc/template
+++ b/srcpkgs/python3-smbc/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-smbc'
 pkgname=python3-smbc
 version=1.0.23
-revision=2
+revision=3
 wrksrc="pysmbc-${version}"
 build_style=python3-module
 hostmakedepends="pkg-config python3-devel python3-setuptools"
 makedepends="python3-devel samba-devel"
+depends="python3"
 short_desc="Python3 bindings for libsmbclient"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"

From f1568d88f251bc29c8f207c439bdab6b641a8e0c Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:10 +0100
Subject: [PATCH 76/94] python3-snakeoil: add missing python3 dependency

---
 srcpkgs/python3-snakeoil/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template
index 7d7242262e28..eaa5945aae93 100644
--- a/srcpkgs/python3-snakeoil/template
+++ b/srcpkgs/python3-snakeoil/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-snakeoil'
 pkgname=python3-snakeoil
 version=0.8.8
-revision=2
+revision=3
 wrksrc="snakeoil-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
+depends="python3"
 short_desc="Python3 optimized versions of common python functionality"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="BSD-3-Clause, GPL-2.0-only"

From fa76ef12e471853420d82579733f4570a6b1588c Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:11 +0100
Subject: [PATCH 77/94] python3-snappy: add missing python3 dependency

---
 srcpkgs/python3-snappy/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template
index 9b66fc65ca1e..51594f2e8d38 100644
--- a/srcpkgs/python3-snappy/template
+++ b/srcpkgs/python3-snappy/template
@@ -2,11 +2,12 @@
 pkgname=python3-snappy
 _pkgname=python-snappy
 version=0.5.4
-revision=5
+revision=6
 wrksrc=$_pkgname-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel snappy-devel python3-cffi libffi-devel"
+depends="python3"
 short_desc="Python library for the snappy compression library from Google"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"

From dad999bc0c109b3728ac87771b5d5d9f5d134fc3 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:11 +0100
Subject: [PATCH 78/94] python3-socks: add missing python3 dependency

---
 srcpkgs/python3-socks/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-socks/template b/srcpkgs/python3-socks/template
index 6c5fa44b0fe7..9776a38ae900 100644
--- a/srcpkgs/python3-socks/template
+++ b/srcpkgs/python3-socks/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-socks'
 pkgname=python3-socks
 version=1.2.4
-revision=2
+revision=3
 wrksrc="python-socks-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 checkdepends="python3-async-timeout python3-curio python3-trio python3-attrs
  python3-async_generator python3-sniffio python3-sortedcontainers
  python3-outcome python3-idna"

From 8bbcfbb0b2af13abba08d021de8a8e408903eda4 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:11 +0100
Subject: [PATCH 79/94] python3-sortedcontainers: add missing python3
 dependency

---
 srcpkgs/python3-sortedcontainers/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template
index 618e1d627c1b..595b0c87f9b5 100644
--- a/srcpkgs/python3-sortedcontainers/template
+++ b/srcpkgs/python3-sortedcontainers/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-sortedcontainers'
 pkgname=python3-sortedcontainers
 version=2.4.0
-revision=2
+revision=3
 wrksrc="sortedcontainers-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Sorted List, Sorted Dict, Sorted Set"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"

From 1f14af49613baecd8904827bce787c04a0bc43b5 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:11 +0100
Subject: [PATCH 80/94] python3-soupsieve: add missing python3 dependency

---
 srcpkgs/python3-soupsieve/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template
index 5415580cfcc1..14449f20c47f 100644
--- a/srcpkgs/python3-soupsieve/template
+++ b/srcpkgs/python3-soupsieve/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-soupsieve'
 pkgname=python3-soupsieve
 version=1.9.5
-revision=5
+revision=6
 wrksrc="soupsieve-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 checkdepends="python3-pytest python3-lxml python3-html5lib python3-BeautifulSoup4"
 short_desc="CSS4 selector implementation for Python3 Beautiful Soup"
 maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"

From 0d5859fd107889f8f9169afb746c9f9ed0736e9d Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:11 +0100
Subject: [PATCH 81/94] python3-svg.path: add missing python3 dependency

---
 srcpkgs/python3-svg.path/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index 1414aab29c03..6abf6ff8ca83 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
 version=4.1
-revision=2
+revision=3
 wrksrc="svg.path-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Python3 SVG path parser"
 maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="MIT"

From d8a56107f29be118104f513940a70fe7bafb360b Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:11 +0100
Subject: [PATCH 82/94] python3-terminaltables: add missing python3 dependency

---
 srcpkgs/python3-terminaltables/template | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template
index ff7c30424934..59365cb8fcc9 100644
--- a/srcpkgs/python3-terminaltables/template
+++ b/srcpkgs/python3-terminaltables/template
@@ -1,22 +1,18 @@
 # Template file for 'python3-terminaltables'
 pkgname=python3-terminaltables
 version=3.1.0
-revision=4
+revision=5
 wrksrc="terminaltables-${version}"
 build_style=python3-module
-pycompile_module="terminaltables"
 hostmakedepends="python3-setuptools"
+depends="python3"
 checkdepends="python3-pytest python3-colorama python3-colorclass python3-termcolor"
 short_desc="Generate simple tables for terminals"
 maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
 license="MIT"
 homepage="https://github.com/Robpol86/terminaltables"
 distfiles="https://github.com/Robpol86/terminaltables/archive/v${version}.tar.gz"
-checksum=@2c97ec30468b515f1b9dce9a1dded25e1017a4038f03bd8c17d49ca6817a859f
-
-do_check() {
-	python3 -m pytest
-}
+checksum=c02ecf68e22374ca8226d2af314875489e59d523ebec6a363a554e4716a84723
 
 post_install() {
 	vlicense LICENSE

From a5b970679a984cb1335e72957d002783bfcdaa0e Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:11 +0100
Subject: [PATCH 83/94] python3-testtools: add missing python3 dependency

---
 srcpkgs/python3-testtools/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 6808cb30369a..1f1458828d6f 100644
--- a/srcpkgs/python3-testtools/template
+++ b/srcpkgs/python3-testtools/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-testtools'
 pkgname=python3-testtools
 version=2.4.0
-revision=4
+revision=5
 wrksrc="testtools-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools python3-pbr"
+hostmakedepends="python3-setuptools"
+depends="python3-pbr"
 short_desc="Python3 standard library unit testing framework"
 maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="MIT"

From 16a361d83f8e3814397436e2452783436e20de99 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:12 +0100
Subject: [PATCH 84/94] python3-tkinter: add missing python3 dependency

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

diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template
index 930e4eb779d1..b4ccde5f4114 100644
--- a/srcpkgs/python3-tkinter/template
+++ b/srcpkgs/python3-tkinter/template
@@ -9,7 +9,7 @@ _desc="Python programming language"
 
 pkgname=python3-tkinter
 version=3.10.1
-revision=1
+revision=2
 wrksrc="Python-${version}"
 build_style="gnu-configure"
 configure_args="--enable-shared --enable-ipv6
@@ -23,6 +23,7 @@ pycompile_dirs="
 hostmakedepends="pkg-config"
 makedepends="libffi-devel readline-devel gdbm-devel openssl-devel
  expat-devel sqlite-devel bzip2-devel zlib-devel liblzma-devel tk-devel"
+depends="python3"
 short_desc="${_desc} - GUI toolkit for Python3"
 maintainer="Andrew J. Hesford <ajh@sideband.org>"
 homepage="https://www.python.org"

From b71893a41c5df11a484d43156eaa465ba1f81cd9 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:12 +0100
Subject: [PATCH 85/94] python3-txaio: add missing python3 dependency

---
 srcpkgs/python3-txaio/template | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template
index 99053e1ad2da..af2e958afd07 100644
--- a/srcpkgs/python3-txaio/template
+++ b/srcpkgs/python3-txaio/template
@@ -1,21 +1,18 @@
 # Template file for 'python3-txaio'
 pkgname=python3-txaio
 version=21.2.1
-revision=2
+revision=3
 wrksrc="txaio-${version}"
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
+depends="python3"
 short_desc="Utilities to support code that runs unmodified on Twisted and asyncio"
 maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://github.com/crossbario/txaio"
 distfiles="https://github.com/crossbario/txaio/archive/v${version}.tar.gz"
 checksum=ca6f62d244ec3581b71c5c1f808a8b4a48f35cc02591b2c7c1eba7970d76cb6c
-
-do_check() {
-	# Depends on deprecated and unmaintained trollius package
-	:
-}
+make_check=no # Depends on deprecated and unmaintained trollius package
 
 post-install() {
 	vlicense LICENSE

From 7da6bda5c27da5c2929a26d2704dd1d2ee023545 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:12 +0100
Subject: [PATCH 86/94] python3-typed-ast: add missing python3 dependency

---
 srcpkgs/python3-typed-ast/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template
index d81bec57e4fc..eaf6f86e905a 100644
--- a/srcpkgs/python3-typed-ast/template
+++ b/srcpkgs/python3-typed-ast/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-typed-ast'
 pkgname=python3-typed-ast
 version=1.4.3
-revision=2
+revision=3
 wrksrc="typed_ast-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
+depends="python3"
 checkdepends="python3-pytest"
 short_desc="AST module with type comment support"
 maintainer="whoami <whoami@systemli.org>"

From d483453d12aaabe07779d210b863a7b8e50be8aa Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:12 +0100
Subject: [PATCH 87/94] python3-vdf: add missing python3 dependency

---
 srcpkgs/python3-vdf/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template
index 6a81e0e11428..dd2234a334fd 100644
--- a/srcpkgs/python3-vdf/template
+++ b/srcpkgs/python3-vdf/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-vdf'
 pkgname=python3-vdf
 version=3.4
-revision=1
+revision=2
 wrksrc=vdf-${version}
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-setuptools"
+depends="python3"
 short_desc="Python library for working with Valve's VDF text format"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"

From 2cff6775b591bb238faee8fb751a91c4c5af0d96 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:12 +0100
Subject: [PATCH 88/94] python3-wrapt: add missing python3 dependency

---
 srcpkgs/python3-wrapt/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template
index 248124652acf..eb8aa61817cd 100644
--- a/srcpkgs/python3-wrapt/template
+++ b/srcpkgs/python3-wrapt/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-wrapt'
 pkgname=python3-wrapt
 version=1.12.1
-revision=5
+revision=6
 wrksrc="wrapt-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
+depends="python3"
 short_desc="Python3 module for decorators, wrappers and monkey patching"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"

From c9e113c976fa14ee0763e9383af7a90046fdd781 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:12 +0100
Subject: [PATCH 89/94] python3-xlrd: add missing python3 dependency

---
 srcpkgs/python3-xlrd/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template
index b9fe611cd13f..76b3aed302ca 100644
--- a/srcpkgs/python3-xlrd/template
+++ b/srcpkgs/python3-xlrd/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-xlrd'
 pkgname=python3-xlrd
 version=2.0.1
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Lib for dev to extract data from Microsoft Excel (tm) spreadsheet files"
 maintainer="pulux <pulux@pf4sh.de>"
 license="BSD-3-Clause"

From 40a66e101955f61894e1392106dde89f5883ccae Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:13 +0100
Subject: [PATCH 90/94] python3-yaml: add missing python3 dependency

---
 srcpkgs/python3-yaml/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template
index f9b5ba6e5268..18a8b0adac8d 100644
--- a/srcpkgs/python3-yaml/template
+++ b/srcpkgs/python3-yaml/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-yaml'
 pkgname=python3-yaml
 version=5.4.1
-revision=2
+revision=3
 wrksrc="PyYAML-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython"
 makedepends="libyaml-devel python3-devel"
+depends="python3"
 short_desc="YAML parser and emitter for Python 3"
 maintainer="Peter Bui <pbui@github.bx612.space>"
 license="MIT"

From 420075dc3418eb8871d35ba534daadd353622436 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:13 +0100
Subject: [PATCH 91/94] python3-zipp: add missing python3 dependency

---
 srcpkgs/python3-zipp/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zipp/template b/srcpkgs/python3-zipp/template
index 533846c48784..5f2a2b018eaa 100644
--- a/srcpkgs/python3-zipp/template
+++ b/srcpkgs/python3-zipp/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-zipp'
 pkgname=python3-zipp
 version=3.5.0
-revision=2
+revision=3
 wrksrc="zipp-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
+depends="python3"
 checkdepends="python3-jaraco"
 short_desc="Pathlib-compatible Zipfile object wrapper (Python 3)"
 maintainer="Lorem <notloremipsum@protonmail.com>"

From 14c2988a9d778445108903cbc1de417cbf531e00 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:13 +0100
Subject: [PATCH 92/94] python3-zope.copy: add missing python3 dependency

---
 srcpkgs/python3-zope.copy/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template
index 75a9319b7f81..cfe87a9a49cc 100644
--- a/srcpkgs/python3-zope.copy/template
+++ b/srcpkgs/python3-zope.copy/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-zope.copy'
 pkgname=python3-zope.copy
 version=4.2
-revision=4
+revision=5
 wrksrc="zope.copy-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 checkdepends="python3-zope.component python3-zope.location python3-zope.testing
  python3-zope.testrunner"
 short_desc="Pluggable object copying mechanism"

From 39ffd8d5685e01860f99e109d3c67a2b27e1a7c1 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:13 +0100
Subject: [PATCH 93/94] python3-zope.hookable: add missing python3 dependency

---
 srcpkgs/python3-zope.hookable/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template
index f98688bafe0c..10ea2e31545e 100644
--- a/srcpkgs/python3-zope.hookable/template
+++ b/srcpkgs/python3-zope.hookable/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-zope.hookable'
 pkgname=python3-zope.hookable
 version=5.1.0
-revision=2
+revision=3
 wrksrc="zope.hookable-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
+depends="python3"
 short_desc="Zope hookable architecture for Python3"
 maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="ZPL-2.1"

From b71320d8cc461984ef30de43a1c9003b03e42854 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:13 +0100
Subject: [PATCH 94/94] python3-zope.testing: add missing python3 dependency

---
 srcpkgs/python3-zope.testing/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template
index 4c09c0405b2f..899a501d08b3 100644
--- a/srcpkgs/python3-zope.testing/template
+++ b/srcpkgs/python3-zope.testing/template
@@ -1,10 +1,11 @@
 # Template file for 'python3-zope.testing'
 pkgname=python3-zope.testing
 version=4.7
-revision=4
+revision=5
 wrksrc="zope.testing-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
+depends="python3"
 short_desc="Zope testing helpers"
 maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="ZPL-2.1"

  reply	other threads:[~2022-01-05  0:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-04 23:55 [PR PATCH] " paper42
2022-01-05  0:08 ` paper42 [this message]
2022-01-05 21:10 ` [PR PATCH] [Updated] " paper42
2022-01-05 21:11 ` [PR PATCH] [Merged]: " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220105000805.r76VPCIeyFNqBx2v4HuFlTGVgsGxb7hmE9Xo7kw7DWI@z \
    --to=paper42@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).