From bf2acd5c1cfc2c58f8afb495ac87eb90af3e487a Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " From 5a3fba39365be241d00d01389021089b5553b919 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:08:18 +0100 Subject: [PATCH 02/94] python3-msgpack: add missing python3 dependency --- srcpkgs/python3-msgpack/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template index d740fd001e8d..2d6f49bc5b8c 100644 --- a/srcpkgs/python3-msgpack/template +++ b/srcpkgs/python3-msgpack/template @@ -6,6 +6,7 @@ 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 " From 36321a73fdd9a77cfc76a597fa9f00896be15e4f Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 cc75fed0ea8c427b429a5491b953b10d04daaa4e Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="GPL-2.0-or-later, LGPL-2.1-or-later" From a7e1b24e784d1c8560d206252cc6dde9e2503ac8 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="GPL-2.0-or-later" From 804877f54a4ce4f94536ae1607a9e03190913980 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " From aeac372eaea782b04b8ce25f861937961108f117 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="MIT" From c7a576d7d80be6288dc39c6d9dcb3ca8b1b08c5e Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="BSD-2-Clause" From 269fb7e272eaddfbf5bab0ca3d62c03231a5f1fc Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="GPL-2.0-only" From e4eff4604306fdf6e79771ad2ea7663b5e56d819 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="Apache-2.0" From a73533e71130d28066cff065566114678e419662 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " From ecfc69c5551db096544a70d46f4f946abdc7ac18 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="Apache-2.0" From a26869787cc8d8a1a34077e435a64655e5f0f99a Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " From 06442e5c50323813ed24d0f3c6bb3fb27d540440 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="Apache-2.0" From b2a26978668dbe4623c48379f417b21b45076d97 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="GPL-3.0-only, BSD-3-Clause" From 9585af929c5014c45cc50f8526aa6e9269342828 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="BSD-3-Clause" From 96770b3566d0ea50382e5a33c643703768e920da Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="Python-2.0" From 5072351ca99ff0fff3cd008dbb5f086290c7c5f2 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="MIT" From 0cc7c7574cd2a6fbe5c5150f1ec9eb6902d870f2 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="BSD-2-Clause" From 6357e8dde6e223a3133d0ee29547b9d82e8aef5c Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="MIT" From 1ec8cc1d3b2d1a8252d01591cc08eeac6eb54505 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="BSD-3-Clause" From 633260a6f6c14d83d6ec8b9a98cccfe6c460adff Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="MPL-2.0" From 4efefe556e296aa99978f0d1aa3237148a893aa2 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " From 7dca05e746a6eb381bed3c1ff0dde558cd604702 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="GPL-3.0-only, LGPL-3.0-only, Python-2.0" From 9f24545831146c4425af6188c7c5ce796c23eb8c Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " From 3a5228409a09ab06d7d3a60fe7dc1b205f9bf67b Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " From 5a7a0bbb929a2f0322897de94cf3065b5e0683f9 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="MIT" From a602e419fa8f5b94004187cb8efddb9e7f83f1ad Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="BSD-3-Clause, Apache-2.0" From c1a2cbd9dba85a30d8ad02114af5716976c00d26 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="GPL-2.0-or-later" From 6a11375b902bb587ad620af00c5ddabc85bd1fcf Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="LGPL-2.1-or-later, MIT" From 7961420e58091595f61fcf38fde926a4ade282ea Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="LGPL-3.0-or-later" From 3cf195482d31c36a2e2939161d1dce61d5aaecb1 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="BSD-3-Clause" From 303080b494103aaa15a32ce1d63ee1059f73335e Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="Unlicense" From 2e385ebcd0963e8241e9ffadc05c97277d7d3cbc Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="LGPL-2.1-or-later" From beb7f56374b5e72ce7ac25c9aecf15e0f6440416 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="BSD-3-Clause" From 9462e2cfc6881e81df00f7d2c85ce0de3b33a684 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " From 89fd80ed1fe1b9a8651c8d2d8d8c626bf3e9a4b0 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="BSD-2-Clause" From a47f6024dc7163cd7aa362d98bf0c26c0c5970c2 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " homepage="https://github.com/hhatto/python-hoedown" From d90d11b6b781e174d8bc50bcb9852283b80a9762 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " From 19eb6d8042eab0f21bc80cf8d8fa247b88f4f1a7 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="Apache-2.0" From 16ab2ece15082263c713c813c430294f30920329 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="Public Domain" From 8e2d3d787b316d1e991cd6bd83d93c33c11b05d6 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " From 06b722d185efab40d8f1ab10d0d9ec4be6f33d5d Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " From efd88fa636985c7fee4226f7a0bcc6dc3b2d340c Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="Apache-2.0" From 28700dcf826c6894888036fe5b1311b46a0551e5 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="BSD-3-Clause" From 5984474a24a15a1296fad94cdcb5dd0d45c6b8c8 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="BSD-2-Clause" From d1639927315cf3e2e46bfadc3c9835ab76904cda Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="BSD-3-Clause" From aaa1ae16e1872059ee11b706ed242a8252c9446d Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="MIT" From 732a3b5a583d3163901a644176640b61bd261a19 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="MIT" From cb840a0ce9e4fd90010ee4b5af590ed52f7ab717 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="MIT" From e847d63373b8bbbc110a6bcb93e59876f19c5ca8 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " From 3e3665828a819ae91d5039b1be8823f472cb43d9 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " From 01fb6cae0ceb1cc8d54e01e46c0b60f8d3771057 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="GPL-2.0-or-later" From f16641e8750e872041079ff65b03ef1c464258f0 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="MIT" From 2e4e1fb4b262b2a9ab987fa1e6a2f34e41e55e06 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="MIT" From 67bb206a291373b403946060db4321801ba27084 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="MIT" From 7dd989f60a40b0f530100992b37d62fee5a6be2d Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="MIT" From 8131d40522a3483010e295cc8ea3fa895a5007b4 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 e8d1dcef0542cd8a1c0d4ad57765ba92b083fba2 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="ISC" From 5eaf5b1dfaaadd54ea12a5cc0642f5a993f98af6 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="GPL-3.0-or-later" From 2b8782269e53ec3c667277da9acbc3063584ae88 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="LGPL-3.0-or-later" From 420768270ba2c55cd6ce8a1589e95e9af734fee6 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="MIT" From 88c250ad7bbe95e8917cf495dbc0e35e1762f5a3 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="Public Domain" From 780a13c8a55523d8c5951f0dee0c4648b82db4f5 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="GPL-3.0-or-later" From 82040ab4babc919c9403d96ea0dd8506470cec7a Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="Public Domain, BSD-2-Clause" From 832a696988037c665d590e2819283cc5b5ce2013 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="LGPL-2.1-or-later" From 86d76980550c0fec69d492f1a52ee66c1b2bcf96 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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..08087b27ef7b 100644 --- a/srcpkgs/python3-pygame/template +++ b/srcpkgs/python3-pygame/template @@ -1,13 +1,14 @@ # 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" 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 +depends="python3" SDL2_ttf-devel libjpeg-turbo-devel portmidi-devel" short_desc="Collection of Python modules for writing games (Python3)" maintainer="Archaeme " From dbeadf8c42d0fc68a810d88227e66fb73a19cc66 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="GPL-3.0-or-later" From 2a8fa79c93e1c9d86b6f3e71bb6ae551695ff85f Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="GPL-3.0-or-later" From 1f0f0516d72f59f9858b21e835fabcc9e12d19cb Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="MIT" From 575165f4d63afff5c3e6cbbdc1e174c9dbd30b20 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="MIT" From c0cc3240de85a99c3bf4eceab45829f6bf8619d4 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="BSD-2-Clause" From 47106a63951e68d654dc3465d97184a309689a98 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " From ce370eafbbeacc2155ca95744d85eeb10579cbba Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="MIT, AFL-2.1" From 3eb4bc2dabd2b413cc39a8d2e8aa720054393bfe Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="GPL-2.0-or-later" From ba5e5171face0f2cb653d0cd5195dcd684aa7395 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="BSD-3-Clause, GPL-2.0-only" From f9ec8bfc7ce1b453521c2b0617aa544b38d82948 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="BSD-3-Clause" From b862bdb664f9d8da0604bf947f6d05515c0acece Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 eb09c8e6230d07f24da47349bcb27c80a50ded87 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="Apache-2.0" From a6602969b1696e85b3224f50afd508e918881138 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " From 91d62504bf1245f0556f703213a89e6bdf5f1f53 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="MIT" From 044b1a6f0f67fdf0bf8f664284754e50ed543c47 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " 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 8c7df595bf60a58d1d4db647996264023f632f0f Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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..32da34a319e3 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 python3-fixtures python3-extras" short_desc="Python3 standard library unit testing framework" maintainer="Alex Childs " license="MIT" From ac0403ad84a5654a24327f09e5158a10bb563650 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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..2c39be2df24e 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 @@ -22,6 +22,7 @@ pycompile_dirs=" usr/lib/python${version%.*}/turtle.py" hostmakedepends="pkg-config" makedepends="libffi-devel readline-devel gdbm-devel openssl-devel +depends="python3" expat-devel sqlite-devel bzip2-devel zlib-devel liblzma-devel tk-devel" short_desc="${_desc} - GUI toolkit for Python3" maintainer="Andrew J. Hesford " From 6af3241b123acb100c36bd8284b30312aa305553 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " 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 622447079b7f28085d69480dcba943e663b975f1 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " From ff1835c507ca38591e32e2e3a77cd9b5cde62696 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="MIT" From 083e002d776bc589418cc24791de63ac017b5b6b Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="BSD-2-Clause" From 93a2fa8ecab4740f5b0c136c71a0e03a2791677e Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="BSD-3-Clause" From bac137ecdbee5cb89f9e886433e6eaa25447c1ac Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="MIT" From 84aabaca891c6c58b652ffcf032e76cf1d11b109 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " From abae073eb61cd5799daa995641ea75f80f6c48b2 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 a2344fd3087fdb195d62e61394f95687a7f93374 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="ZPL-2.1" From a7a8897cf085c827b5b02fa6960326d1e4e046b1 Mon Sep 17 00:00:00 2001 From: Michal Vasilek 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 " license="ZPL-2.1"