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 22:10:36 +0100	[thread overview]
Message-ID: <20220105211036.uxqffMqFycmlA3CyfFxHnojBjR23lRMlihYIohnR00g@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: 87873 bytes --]

From 031a0a4b36bbe1fcccdc3e588caf1254063c28ac 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/93] 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 3f613a4ff9cf524623772aeadb91343c5556f023 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/93] 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 970e2161b90fe7ee795591cc5b2049d21f3ebace 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/93] 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 910a4b839c24c5cfae61dc2978b3ddd6de9e108f 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/93] 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 624e5055262f2721e51def65b86c7a3f8522495f 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/93] 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 c852c857a22a3db3bb2659b6ebded4136b9a57f1 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/93] 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 72d2f82af32ea6c9e1510236fe387e77050b13af 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/93] 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 865423598abae23d9b3171768df5338e9fb12d7d 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/93] 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 fa6b40e7efc3b2897f693d06116a19815f37e7f9 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/93] 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 0f9a7d4d011eabb436d5793b149b5042575d55bb 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/93] 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 c61efcd5b22c1d062b82159876e7fd4288f5c6fe 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/93] 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 92bea68af5d70c9b18dad99df9ed5e933a380637 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/93] 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 0ed646eb8fd6876fd96718763e4b31c2085a4d00 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/93] 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 ba860aca5e5b0e7aaf24946afc96a7818be4ae09 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/93] 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 46f99d853081d46ef4a2ffac223a3e9f48803ad3 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/93] 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 f9def393d01e7012f068861f4216c47c3c0ee3ac 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/93] 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 356d8f16899b3331076c0f6a287d561c5085f8b8 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/93] 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 a519440817cdb6803b829a38a71a03953a9f264c 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/93] 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 ef021e6252618e9171d10eb6f40a60e4ee34bee5 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/93] 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 e12d197fd22c345b91b717fa1a76eab85f2237d3 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/93] 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 f846db677ec55c9f4863d7d87bd6371082dea4fb 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/93] 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 320a0c101f9fb678d4a06b5183196843973d6573 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/93] 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 16ce78d3d6c5b0dd8d505cd2ae2d31e179df5f51 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:03 +0100
Subject: [PATCH 23/93] 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 7d27b030dd3323ae72c80beec83a06506e8adc05 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/93] 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 61a3d81607e2bb8c0b81240fdadde9d11ff465a7 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/93] 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 f423f8a599f809d6887c0af04c92387bec18f0b1 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/93] 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 7f982f91ded4d08b4d608839ca4a2e5dc26fed25 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/93] 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 8d704a3d8e60ab74497ff78af773ed4d3e2f8cd7 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/93] 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 a8d946b967a192cec082e53e7bc7144677e53047 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/93] 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 9919f3dbfb9b299bda62852ac31159c89c1fb2f7 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:04 +0100
Subject: [PATCH 30/93] 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 062d8873e0756b3a4abf5e0049c3daad62a6a9ee 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/93] 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 94c9f9ff824f741a91b5d7d3db51090bcca4096e 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/93] 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 d15fd1657742cc53d7a3692d7fdec6c90c98a587 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/93] 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 72826dda03b0b42e7e8cb713839ac9c12f88eb2c 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/93] 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 e52fdbfbe3c0ea32ce36e6a4af7cca4412319c49 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/93] 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 35fc2d9081a79c26fedece6040f5d7982af6a9c0 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/93] 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 ebdcac4de0e23996a05118e9d57665f0dcc846bf Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:05 +0100
Subject: [PATCH 37/93] 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 560e0fccebcf025b156cfc82f86329a2a7bd5eee 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/93] 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 903ad79afbeb630ca9ab5126ea5d26fd6e71dca2 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/93] 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 a7aab7ccdc795aa42e8a4a10637887f61b9a181e 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/93] 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 59b88c1c9ec5044a177937782b93712e5264fa45 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/93] 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 b1a7b874eedc9f554ff578663f96dcf253b58399 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/93] 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 329c321c0f147d4a1e042dc3245b6dbe95ef5478 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:06 +0100
Subject: [PATCH 43/93] 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 6f85e0bc003148a284108688329e94ed0991e59c 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/93] 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 3ad7c06ae66d05e9275d91909294978663940a17 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/93] 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 4742045ddfb120bc2d1fc6ff15e4571b9eb6805a 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/93] 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 c6fdb14c8ca76b01d8db95b0fa8b50d8295f533e 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/93] 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 3ae05edd2ffd6d101ad77599607f96f715e9a723 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/93] 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 e1d5929773a66c68e91cc9062cd6c15ebca7caf3 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/93] 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 cde26714cc939a9edbb2d9ea9441aeddeb1d7f99 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:07 +0100
Subject: [PATCH 50/93] 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 f975f545893e8e58b956d98a790c6a9712d46aab 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/93] 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 9b337e2a961659a6157e00a70e491cb78f48f20a 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/93] 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 4ac5657c64c58c6f6ecb19a65a1f112752996a12 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/93] 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 17dfa35bb7295b3529259c20b938f747e2492481 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/93] 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 3e31ec56970c6a78e1757dbf85f0bae649309733 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/93] 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 afcf2d7a2d9de626da9cea0b70023280b55c6a0f Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:08 +0100
Subject: [PATCH 56/93] 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 9ae832bb036ebc2dea9daaa632d0e59e7c8a9037 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/93] 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 4b52023aa3e150546f5cc062751ee425a00e0e5a 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/93] 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 48f63b0b4e4c2b872f85478fc17f5cf03346ba1a 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/93] 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 9ec5278e9b80ccf4316c390839f43a1e14b43ec5 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/93] 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 d06b75fb78903f821f87140e57b74ebf164e1f0f 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/93] 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 f6f36902843c6630dc7e8df310ae8dbda23fd319 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/93] 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 76bb0a1c89327c06c06ad4601c4e1c3d619fddbe Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:09 +0100
Subject: [PATCH 63/93] 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 6308c4b911ff9834a913b5d0268e5653eadfb74d 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/93] 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 25c0ffa5fce41bc9f3b2073e706eb2e137126ff2 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/93] 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 7df838021891115f6db6f4cc696e2551db6094b6 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/93] 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 c1393bae1dd47db1a7a88a6ceb14a5cd54ed66b8 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/93] 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 c8162dba6d0ae1b17a341f0326bdfa9da02e80f9 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/93] 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 cab57c8a4597b13b3e41fcc1cb584293d982c8a6 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/93] 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 37afdf6da7a62a4f1232691140289202679ff2aa Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:10 +0100
Subject: [PATCH 70/93] 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 9090356b9b22e6d9010e263256a56104c134ea2e 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/93] 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 8289d45ffcef44bbfd5b44b5cb500936c6556970 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/93] 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 4f57142bb7e56a917ac1a90e5dd60b25bfe723e1 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/93] 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 b0cb4061f0b3e166d566c9b3a7cfebc48956055d 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/93] 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 2023ef7b8ec95aaf923ea73201e66232b4b25671 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/93] 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 09d4021f588a8c168e608a4d2c4575a921442b7d Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:11 +0100
Subject: [PATCH 76/93] 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 f8d4847ea768a0ad4bd72455d366887823a9cb2d 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/93] 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 91a507c9a94eda6a1f289506e0d57f762c17f4f2 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/93] 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 e0531f87715a69a2c88024a7211adb731afc8e89 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/93] 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 d5ef902a4e8883afa45508d3c5d606d9d405d739 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/93] 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 18457232f92156b281244675a752f634b05115c5 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/93] 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 43995d93e04bbe85801da3b923af82060dfcb227 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/93] python3-testtools: add missing python3 dependency

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

diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template
index 6808cb30369a..b6f37942d94e 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"
+depends="python3-pbr"
 short_desc="Python3 standard library unit testing framework"
 maintainer="Alex Childs <misuchiru03+void@gmail.com>"
 license="MIT"

From a162bb8b225acd2ed2f3cce7d70da295827b7a64 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:12 +0100
Subject: [PATCH 83/93] 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 44228437bb8cb69c9765b60449afdd7f67d2b03f 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/93] 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 f45522897d4fb1f4e7bc3bf58c97d78698c536ae 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/93] 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 627b8af96a9f1406e414bb53700007e797c0fc24 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/93] 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 e1238cfc879de39de665d2042735b05c5998ae0b 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/93] 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 6b93fcb48e68d505032f4f42bdff8ee0c1e43351 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/93] 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 63fc490f370470b85bbb9c8c316d0c71ce24a31c Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Wed, 5 Jan 2022 00:53:13 +0100
Subject: [PATCH 89/93] 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 525608cf715a9c45819df24e475f872f1821ed4f 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/93] 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 feba7e02f27a36ca6fa62ad969a5a106576abd1d 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/93] 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 16bee69aaec075b31f4c37d4b45a6d1cd1724492 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/93] 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 085fbc93aa7b52fe143c7b559ae593fd14e4d48f 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/93] 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"

  parent reply	other threads:[~2022-01-05 21:10 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 ` [PR PATCH] [Updated] " paper42
2022-01-05 21:10 ` paper42 [this message]
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=20220105211036.uxqffMqFycmlA3CyfFxHnojBjR23lRMlihYIohnR00g@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).