From e07cc6cb6bc8b4df65063f02bad76a94f51eb24a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 21:58:45 -0400 Subject: [PATCH 0001/1268] python3: update to 3.10.0. --- common/environment/setup/python.sh | 2 +- .../04-create-xbps-metadata-scripts.sh | 2 +- .../hooks/pre-configure/02-script-wrapper.sh | 2 +- .../pre-pkg/03-rewrite-python-shebang.sh | 2 +- common/shlibs | 2 +- srcpkgs/python3/template | 42 +++++++++---------- 6 files changed, 24 insertions(+), 28 deletions(-) diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh index 993cf3587a1adc..43ee4d08a54de4 100644 --- a/common/environment/setup/python.sh +++ b/common/environment/setup/python.sh @@ -7,7 +7,7 @@ py2_lib="usr/lib/python${py2_ver}" py2_sitelib="${py2_lib}/site-packages" py2_inc="usr/include/python${py2_ver}" -py3_ver="3.9" +py3_ver="3.10" py3_abiver="" py3_lib="usr/lib/python${py3_ver}" py3_sitelib="${py3_lib}/site-packages" diff --git a/common/hooks/post-install/04-create-xbps-metadata-scripts.sh b/common/hooks/post-install/04-create-xbps-metadata-scripts.sh index 8bb86c4487a5ac..69e318a560819e 100644 --- a/common/hooks/post-install/04-create-xbps-metadata-scripts.sh +++ b/common/hooks/post-install/04-create-xbps-metadata-scripts.sh @@ -266,7 +266,7 @@ _EOF # local pycompile_version if [ -d ${PKGDESTDIR}/usr/lib/python* ]; then - pycompile_version="$(find ${PKGDESTDIR}/usr/lib/python* -prune -type d | grep -o '[[:digit:]]\.[[:digit:]]$')" + pycompile_version="$(find ${PKGDESTDIR}/usr/lib/python* -prune -type d | grep -o '[[:digit:]]\.[[:digit:]]\+$')" if [ -z "${pycompile_module}" ]; then pycompile_module="$(find ${PKGDESTDIR}/usr/lib/python*/site-packages -mindepth 1 -maxdepth 1 '!' -name '*.egg-info' '!' -name '*.dist-info' '!' -name '*.so' '!' -name '*.pth' -printf '%f ')" fi diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh index 1cbd9df63639a9..09c796001ea3cf 100644 --- a/common/hooks/pre-configure/02-script-wrapper.sh +++ b/common/hooks/pre-configure/02-script-wrapper.sh @@ -236,7 +236,7 @@ hook() { generic_wrapper3 libetpan-config generic_wrapper3 giblib-config python_wrapper python-config 2.7 - python_wrapper python3-config 3.9 + python_wrapper python3-config 3.10 apr_apu_wrapper apr-1-config apr_apu_wrapper apu-1-config } diff --git a/common/hooks/pre-pkg/03-rewrite-python-shebang.sh b/common/hooks/pre-pkg/03-rewrite-python-shebang.sh index 60e7f61975b573..07162ad2c69bea 100644 --- a/common/hooks/pre-pkg/03-rewrite-python-shebang.sh +++ b/common/hooks/pre-pkg/03-rewrite-python-shebang.sh @@ -5,7 +5,7 @@ hook() { local pyver= shebang= off= if [ -d ${PKGDESTDIR}/usr/lib/python* ]; then - pyver="$(find ${PKGDESTDIR}/usr/lib/python* -prune -type d | grep -o '[[:digit:]]\.[[:digit:]]$')" + pyver="$(find ${PKGDESTDIR}/usr/lib/python* -prune -type d | grep -o '[[:digit:]]\.[[:digit:]]\+$')" fi if [ -n "$python_version" ]; then diff --git a/common/shlibs b/common/shlibs index 7e5289f58f66d2..4e7b70f6b16116 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1718,7 +1718,7 @@ libportaudiocpp.so.0 portaudio-cpp-19.20140130_1 libdar.so.6000 libdar-2.6.6_1 libdar64.so.6000 libdar-2.6.6_1 libpython3.so python3-3.9.2_2 -libpython3.9.so.1.0 python3-3.9.2_2 +libpython3.10.so.1.0 python3-3.10.0_1 libbrscandec2.so.1 brother-brscan3-0.2.11_2 libpyglib-2.0-python.so.0 python-gobject2-2.28.6_11 libxmlrpc_server_abyss.so.3 xmlrpc-c-1.51.06_2 diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template index 93a0fc825276bd..cdaf9bd2e3d90e 100644 --- a/srcpkgs/python3/template +++ b/srcpkgs/python3/template @@ -3,9 +3,14 @@ # THIS PACKAGE MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter". # pkgname=python3 -version=3.9.7 +version=3.10.0 revision=1 wrksrc="Python-${version}" +build_style="gnu-configure" +configure_args="--enable-shared --enable-ipv6 + --enable-loadable-sqlite-extensions --with-computed-gotos + --with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi + --without-ensurepip ac_cv_working_tzset=yes" pycompile_dirs="usr/lib/python${version%.*}" hostmakedepends="pkgconf" makedepends="libffi-devel readline-devel gdbm-devel openssl-devel @@ -17,7 +22,7 @@ maintainer="Andrew J. Hesford " license="Python-2.0" homepage="https://www.python.org" distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz" -checksum=f8145616e68c00041d1a6399b76387390388f8359581abc24432bb969b5e3c57 +checksum=5a99f8e7a6a11a7b98b4e75e0d1303d3832cada5534068f69c7b6222a7b1b002 alternatives=" python:idle:/usr/bin/idle${version%.*} @@ -26,36 +31,28 @@ alternatives=" python:python:/usr/bin/python${version%.*} python:python.1:/usr/share/man/man1/python${version%.*}.1" -pre_configure() { +if [ "$CROSS_BUILD" ]; then + hostmakedepends+=" python3" +fi + +post_extract() { # Ensure that internal copies of expat and libffi are not used rm -rf Modules/expat rm -rf Modules/_ctypes/{darwin,libffi}* } -do_configure() { - local _args - unset GCC CC CXX CPP LD AR AS RANLIB +post_patch() { if [ "$CROSS_BUILD" ]; then - mkdir -p host-build - cd host-build - env -i PATH=$PATH XBPS_ARCH=$XBPS_ARCH CFLAGS=-Os ../configure - env -i PATH=$PATH XBPS_ARCH=$XBPS_ARCH make ${makejobs} python - mkdir -p ../hostpython - mv python ../hostpython - cd .. patch -Np0 -i ${FILESDIR}/cross.patch - _args="--build=${XBPS_MACHINE%%-musl}" fi - ./configure ${configure_args} ${_args} \ - --enable-shared --enable-ipv6 --enable-loadable-sqlite-extensions \ - --with-computed-gotos --with-dbmliborder=gdbm:ndbm \ - --with-system-expat --with-system-ffi --without-ensurepip \ - ac_cv_working_tzset=yes } -do_build() { - export PATH="$PATH:$wrksrc/hostpython" - make ${makejobs} +do_configure() { + # If these are set, distutils will default to cc and attempt to pass + # `-R` to the compiler for every compiled extension that sets an + # rpath rather than the '-Wl,-R' argument that GCC requires + unset GCC CC CXX CPP LD AR AS RANLIB + ./configure ${configure_args} } do_check() { @@ -77,7 +74,6 @@ do_check() { } do_install() { - export PATH="$PATH:$wrksrc/hostpython" make DESTDIR=${DESTDIR} install maninstall vlicense LICENSE From a280964d8ae8d8549df28a52271f11ac34faab45 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 22:05:41 -0400 Subject: [PATCH 0002/1268] python3-tkinter: update to 3.10.0. --- srcpkgs/python3-tkinter/template | 39 +++++++++++++------------------- 1 file changed, 16 insertions(+), 23 deletions(-) diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template index b631f5b6b7dcef..2aa3be1efb96e7 100644 --- a/srcpkgs/python3-tkinter/template +++ b/srcpkgs/python3-tkinter/template @@ -8,9 +8,14 @@ _desc="Python programming language" pkgname=python3-tkinter -version=3.9.7 +version=3.10.0 revision=1 wrksrc="Python-${version}" +build_style="gnu-configure" +configure_args="--enable-shared --enable-ipv6 + --enable-loadable-sqlite-extensions --with-computed-gotos + --with-dbmliborder=gdbm:ndbm --with-system-expat --with-system-ffi + --without-ensurepip" pycompile_dirs=" usr/lib/python${version%.*}/tkinter usr/lib/python${version%.*}/turtledemo @@ -23,37 +28,27 @@ maintainer="Andrew J. Hesford " homepage="https://www.python.org" license="Python-2.0" distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz" -checksum=f8145616e68c00041d1a6399b76387390388f8359581abc24432bb969b5e3c57 +checksum=5a99f8e7a6a11a7b98b4e75e0d1303d3832cada5534068f69c7b6222a7b1b002 -pre_configure() { +if [ "$CROSS_BUILD" ]; then + hostmakedepends+=" python3" +fi + +post_extract() { # Ensure that internal copies of expat and libffi are not used. rm -r Modules/expat rm -r Modules/_ctypes/{darwin,libffi}* } -do_configure() { - local _args - unset GCC CC CXX CPP LD AR AS RANLIB +post_patch() { if [ "$CROSS_BUILD" ]; then - mkdir -p host-build - cd host-build - env -i PATH=$PATH XBPS_ARCH=$XBPS_ARCH CFLAGS=-Os ../configure - env -i PATH=$PATH XBPS_ARCH=$XBPS_ARCH make ${makejobs} python - mkdir -p ../hostpython - mv python ../hostpython - cd .. patch -Np0 -i ${FILESDIR}/cross.patch - _args="--build=${XBPS_MACHINE%%-musl}" fi - ./configure ${configure_args} ${_args} \ - --enable-shared --enable-ipv6 --enable-loadable-sqlite-extensions \ - --with-computed-gotos --with-dbmliborder=gdbm:ndbm \ - --with-system-expat --with-system-ffi --without-ensurepip } -do_build() { - export PATH="$PATH:$wrksrc/hostpython" - make ${makejobs} +do_configure() { + unset GCC CC CXX CPP LD AR AS RANLIB + ./configure ${configure_args} } do_check() { @@ -62,8 +57,6 @@ do_check() { } do_install() { - export PATH="$PATH:$wrksrc/hostpython" - mkdir -p ${wrksrc}/tmp-destdir/usr/lib ln -s lib ${wrksrc}/tmp-destdir/usr/lib${XBPS_TARGET_WORDSIZE} From 68917be8418403089af38f0a07dd4107c44c8738 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:48 -0400 Subject: [PATCH 0003/1268] python3-setuptools: rebuild for Python 3.10, update to 58.1.0. --- srcpkgs/python3-setuptools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template index d1313ea87c1d13..41d9793206a213 100644 --- a/srcpkgs/python3-setuptools/template +++ b/srcpkgs/python3-setuptools/template @@ -1,6 +1,6 @@ # Template file for 'python3-setuptools' pkgname=python3-setuptools -version=57.0.0 +version=58.1.0 revision=1 wrksrc="setuptools-${version}" build_style=python3-module @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/pypa/setuptools" changelog="https://raw.githubusercontent.com/pypa/setuptools/master/CHANGES.rst" distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz" -checksum=401cbf33a7bf817d08014d51560fc003b895c4cdc1a5b521ad2969e928a07535 +checksum=5de67252090e08d25f240f07d80310f778a5a46cdcf9ea9855662630ac8547b2 provides="python3-distribute-${version}_1" replaces="python3-distribute>=0" # Tests rely on jaraco.path, which relies on singledispatch, both unpackaged; From 65023b6c5e59cedfb5bd2ba8ed629e8a3ace7941 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:28 -0400 Subject: [PATCH 0004/1268] python3-pip: rebuild for Python 3.10 --- srcpkgs/python3-pip/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pip/template b/srcpkgs/python3-pip/template index b19e0f830745e8..fa95a4ecf18a37 100644 --- a/srcpkgs/python3-pip/template +++ b/srcpkgs/python3-pip/template @@ -1,7 +1,7 @@ # Template file for 'python3-pip' pkgname=python3-pip version=21.2.4 -revision=1 +revision=2 wrksrc="pip-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 41652acb07a94e512eba242d315de665d6b6ceb7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:55 -0400 Subject: [PATCH 0005/1268] python3-toml: rebuild for Python 3.10 --- srcpkgs/python3-toml/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-toml/template b/srcpkgs/python3-toml/template index 8deaca8da06438..c185660873c6a5 100644 --- a/srcpkgs/python3-toml/template +++ b/srcpkgs/python3-toml/template @@ -1,7 +1,7 @@ # Template file for 'python3-toml' pkgname=python3-toml version=0.10.2 -revision=1 +revision=2 wrksrc="toml-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 339609f8617ff193e334ff8a225da9a4edecf49a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:23 -0400 Subject: [PATCH 0006/1268] python-parsing: rebuild for Python 3.10 --- srcpkgs/python-parsing/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-parsing/template b/srcpkgs/python-parsing/template index ea228188b46033..524a4a2d99ee10 100644 --- a/srcpkgs/python-parsing/template +++ b/srcpkgs/python-parsing/template @@ -1,7 +1,7 @@ # Template file for 'python-parsing' pkgname=python-parsing version=2.4.7 -revision=1 +revision=2 wrksrc="pyparsing-pyparsing_${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 2055607e8ce6a2046b73820477c0c0e6e3c9a6f7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:57 -0400 Subject: [PATCH 0007/1268] python3-flit_core: rebuild for Python 3.10 --- srcpkgs/python3-flit_core/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-flit_core/template b/srcpkgs/python3-flit_core/template index e13d6285244ada..556363426c16b2 100644 --- a/srcpkgs/python3-flit_core/template +++ b/srcpkgs/python3-flit_core/template @@ -1,7 +1,7 @@ # Template file for 'python3-flit_core' pkgname=python3-flit_core version=3.3.0 -revision=1 +revision=2 wrksrc="flit-${version}" build_wrksrc="flit_core" build_style=python3-pep517 From 7d26ec12a951a5ef221b8fb5cc50070d2c9fb0c0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:24 -0400 Subject: [PATCH 0008/1268] python3-packaging: rebuild for Python 3.10 --- srcpkgs/python3-packaging/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-packaging/template b/srcpkgs/python3-packaging/template index 3975d517528972..204674f670f4fc 100644 --- a/srcpkgs/python3-packaging/template +++ b/srcpkgs/python3-packaging/template @@ -1,7 +1,7 @@ # Template file for 'python3-packaging' pkgname=python3-packaging version=21.0 -revision=1 +revision=2 wrksrc="packaging-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2d605dbdd26fe9c82c183a58782b14145794c655 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:55 -0400 Subject: [PATCH 0009/1268] python3-tomli: rebuild for Python 3.10 --- srcpkgs/python3-tomli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tomli/template b/srcpkgs/python3-tomli/template index 88bdf7dd378536..b4cb466abad3b9 100644 --- a/srcpkgs/python3-tomli/template +++ b/srcpkgs/python3-tomli/template @@ -1,7 +1,7 @@ # Template file for 'python3-tomli' pkgname=python3-tomli version=1.2.1 -revision=1 +revision=2 wrksrc="tomli-${version}" build_style=python3-pep517 hostmakedepends="python3-flit_core" From 9c14b6cd5450c9b2ae3773fa7097299f86f456bb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:25 -0400 Subject: [PATCH 0010/1268] python-six: rebuild for Python 3.10 --- srcpkgs/python-six/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-six/template b/srcpkgs/python-six/template index efaccb2e4a290a..b50e793b2c9b00 100644 --- a/srcpkgs/python-six/template +++ b/srcpkgs/python-six/template @@ -1,7 +1,7 @@ # Template file for 'python-six' pkgname=python-six version=1.16.0 -revision=1 +revision=2 wrksrc="six-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 0cc63a33b1617be069673d05bf5ebf904eddc145 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:51 -0400 Subject: [PATCH 0011/1268] python3-decorator: rebuild for Python 3.10 --- srcpkgs/python3-decorator/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-decorator/template b/srcpkgs/python3-decorator/template index 02e3b5c55a44a7..d4a5709cffffe9 100644 --- a/srcpkgs/python3-decorator/template +++ b/srcpkgs/python3-decorator/template @@ -1,7 +1,7 @@ # Template file for 'python3-decorator' pkgname=python3-decorator version=5.1.0 -revision=1 +revision=2 wrksrc="decorator-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 094196dd02b0813a8f4f8e8993044dfeba67a3c5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:06 -0400 Subject: [PATCH 0012/1268] python3-ipython_genutils: rebuild for Python 3.10 --- srcpkgs/python3-ipython_genutils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template index 5686c3f58113ca..8198027868a42a 100644 --- a/srcpkgs/python3-ipython_genutils/template +++ b/srcpkgs/python3-ipython_genutils/template @@ -1,7 +1,7 @@ # Template file for 'python3-ipython_genutils' pkgname=python3-ipython_genutils version=0.2.0 -revision=5 +revision=6 wrksrc="ipython_genutils-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2a45e49030345de2e16b7d06f0cd5d5fa0a23552 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:05 -0400 Subject: [PATCH 0013/1268] libxml2-python: rebuild for Python 3.10 --- srcpkgs/libxml2-python/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libxml2-python/template b/srcpkgs/libxml2-python/template index 4208519dac3e2b..1d75b7ac56b352 100644 --- a/srcpkgs/libxml2-python/template +++ b/srcpkgs/libxml2-python/template @@ -1,7 +1,7 @@ # Template file for 'libxml2-python' pkgname=libxml2-python version=2.9.10 -revision=3 +revision=4 wrksrc="${pkgname%-python}-${version}" build_wrksrc=python build_style=python-module From dfd5ac2e40bb9a826e003990a5b4395636b9ea80 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:18 -0400 Subject: [PATCH 0014/1268] python-Cython: rebuild for Python 3.10 --- srcpkgs/python-Cython/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template index 63b71e6b945883..63cb8b7fad6963 100644 --- a/srcpkgs/python-Cython/template +++ b/srcpkgs/python-Cython/template @@ -1,7 +1,7 @@ # Template file for 'python-Cython' pkgname=python-Cython version=0.29.24 -revision=1 +revision=2 wrksrc="Cython-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 4b3155cbdf06b463b5914ba755521def60506bc5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:48 -0400 Subject: [PATCH 0015/1268] python3-setuptools_scm: rebuild for Python 3.10 --- srcpkgs/python3-setuptools_scm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-setuptools_scm/template b/srcpkgs/python3-setuptools_scm/template index b315b2432131b2..1c0bb52e773607 100644 --- a/srcpkgs/python3-setuptools_scm/template +++ b/srcpkgs/python3-setuptools_scm/template @@ -1,7 +1,7 @@ # Template file for 'python3-setuptools_scm' pkgname=python3-setuptools_scm version=6.3.2 -revision=1 +revision=2 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-tomli" From c92b5465c5339bda2fd7204918ec0eda73a6ddfa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:23 -0400 Subject: [PATCH 0016/1268] python-ply: rebuild for Python 3.10 --- srcpkgs/python-ply/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-ply/template b/srcpkgs/python-ply/template index 55a017a9b66c00..f91150588c84d8 100644 --- a/srcpkgs/python-ply/template +++ b/srcpkgs/python-ply/template @@ -1,7 +1,7 @@ # Template file for 'python-ply' pkgname=python-ply version=3.11 -revision=5 +revision=6 wrksrc="ply-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 11a63780d8747410e681ced7064f4f6a9bd36714 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:56 -0400 Subject: [PATCH 0017/1268] python3-traitlets: rebuild for Python 3.10 --- srcpkgs/python3-traitlets/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-traitlets/template b/srcpkgs/python3-traitlets/template index 5afb04ef805027..f9b5819f917707 100644 --- a/srcpkgs/python3-traitlets/template +++ b/srcpkgs/python3-traitlets/template @@ -1,7 +1,7 @@ # Template file for 'python3-traitlets' pkgname=python3-traitlets version=5.0.5 -revision=1 +revision=2 wrksrc="traitlets-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9430ce59681555fe7fb85b193093b5fe17397ba0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:20 -0400 Subject: [PATCH 0018/1268] python-attrs: rebuild for Python 3.10 --- srcpkgs/python-attrs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template index 52cc82e06beb1a..88779a213b0555 100644 --- a/srcpkgs/python-attrs/template +++ b/srcpkgs/python-attrs/template @@ -1,7 +1,7 @@ # Template file for 'python-attrs' pkgname=python-attrs version=21.2.0 -revision=1 +revision=2 wrksrc="attrs-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From e0e061a40eb7943c0f9dffed7f392cfc9db68695 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:38 -0400 Subject: [PATCH 0019/1268] python3-pyrsistent: rebuild for Python 3.10 --- srcpkgs/python3-pyrsistent/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyrsistent/template b/srcpkgs/python3-pyrsistent/template index d5e33af8358fe8..2378ede51c65ca 100644 --- a/srcpkgs/python3-pyrsistent/template +++ b/srcpkgs/python3-pyrsistent/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyrsistent' pkgname=python3-pyrsistent version=0.18.0 -revision=1 +revision=2 wrksrc="pyrsistent-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-devel" From 79369ee60030fd16a114104cef88fb00093957e9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 27 Sep 2021 08:15:49 -0400 Subject: [PATCH 0020/1268] itstool: rebuild for Python 3.10, update to 2.0.7. --- srcpkgs/itstool/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/itstool/template b/srcpkgs/itstool/template index 5618fa120ffff9..ed7e30e743d97b 100644 --- a/srcpkgs/itstool/template +++ b/srcpkgs/itstool/template @@ -1,7 +1,7 @@ # Template file for 'itstool' pkgname=itstool -version=2.0.6 -revision=4 +version=2.0.7 +revision=1 build_style=gnu-configure configure_args="PYTHON=/usr/bin/python3" hostmakedepends="python3 libxml2-python3" @@ -12,4 +12,4 @@ maintainer="Orphaned " license="GPL-3.0-or-later" homepage="http://itstool.org/" distfiles="http://files.itstool.org/itstool/${pkgname}-${version}.tar.bz2" -checksum=6233cc22726a9a5a83664bf67d1af79549a298c23185d926c3677afa917b92a9 +checksum=6b9a7cd29a12bb95598f5750e8763cee78836a1a207f85b74d8b3275b27e87ca From 5df7f7018706ba5ffb9cb5acad0716d03cbf82da Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:08 -0400 Subject: [PATCH 0021/1268] meson: rebuild for Python 3.10 --- srcpkgs/meson/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template index 48ca095572d929..93464f832ee408 100644 --- a/srcpkgs/meson/template +++ b/srcpkgs/meson/template @@ -1,7 +1,7 @@ # Template file for 'meson' pkgname=meson version=0.58.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-devel python3-setuptools" depends="ninja python3-setuptools" From 3839f75f85283e2f041a8dfbc47a7eb9cf88783a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:22 -0400 Subject: [PATCH 0022/1268] python-lxml: rebuild for Python 3.10 --- srcpkgs/python-lxml/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template index 8095f7c7e40fae..aacddf9cdcb057 100644 --- a/srcpkgs/python-lxml/template +++ b/srcpkgs/python-lxml/template @@ -1,7 +1,7 @@ # Template file for 'python-lxml' pkgname=python-lxml version=4.6.3 -revision=1 +revision=2 wrksrc="lxml-lxml-${version}" build_style=python-module make_build_args="--with-cython" From 9273b6cc11cccc8358b8d7c309d60154bfda03e2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:33 -0400 Subject: [PATCH 0023/1268] python3-Pygments: rebuild for Python 3.10 --- srcpkgs/python3-Pygments/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Pygments/template b/srcpkgs/python3-Pygments/template index ee3eb96ffd5b02..da50862f263309 100644 --- a/srcpkgs/python3-Pygments/template +++ b/srcpkgs/python3-Pygments/template @@ -1,7 +1,7 @@ # Template file for 'python3-Pygments' pkgname=python3-Pygments version=2.10.0 -revision=1 +revision=2 wrksrc="Pygments-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 31360a7da257d171d3f775907262d50a38884a74 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:39 -0400 Subject: [PATCH 0024/1268] python3-anytree: rebuild for Python 3.10 --- srcpkgs/python3-anytree/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template index 8f1f4a2d8f3024..1ba39855a993c8 100644 --- a/srcpkgs/python3-anytree/template +++ b/srcpkgs/python3-anytree/template @@ -1,7 +1,7 @@ # Template file for 'python3-anytree' pkgname=python3-anytree version=2.8.0 -revision=3 +revision=4 wrksrc="anytree-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From ffe86dd076fcbdf533e2e0a049c367c0953d70f0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:24 -0400 Subject: [PATCH 0025/1268] python-pytz: rebuild for Python 3.10 --- srcpkgs/python-pytz/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pytz/template b/srcpkgs/python-pytz/template index de169d39baa710..cc303c5675180f 100644 --- a/srcpkgs/python-pytz/template +++ b/srcpkgs/python-pytz/template @@ -1,7 +1,7 @@ # Template file for 'python-pytz' pkgname=python-pytz version=2021.3 -revision=1 +revision=2 wrksrc="pytz-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 604b4a35f62d6dc50f661edef26cb105b294f374 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:20 -0400 Subject: [PATCH 0026/1268] python-chardet: rebuild for Python 3.10 --- srcpkgs/python-chardet/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-chardet/template b/srcpkgs/python-chardet/template index 4af1148333f533..14678b06509f55 100644 --- a/srcpkgs/python-chardet/template +++ b/srcpkgs/python-chardet/template @@ -1,7 +1,7 @@ # Template file for 'python-chardet' pkgname=python-chardet version=4.0.0 -revision=2 +revision=3 wrksrc="chardet-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 44c944aa7338615bf525794f780ea6ec1c44d185 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:26 -0400 Subject: [PATCH 0027/1268] python-urllib3: rebuild for Python 3.10 --- srcpkgs/python-urllib3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-urllib3/template b/srcpkgs/python-urllib3/template index 049d30a4089118..bf98d448e445e6 100644 --- a/srcpkgs/python-urllib3/template +++ b/srcpkgs/python-urllib3/template @@ -1,7 +1,7 @@ # Template file for 'python-urllib3' pkgname=python-urllib3 version=1.26.6 -revision=1 +revision=2 wrksrc="urllib3-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 85a50c3cc4ab0d4e246ccd978618a2179591eb8b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:45 -0400 Subject: [PATCH 0028/1268] python3-charset-normalizer: rebuild for Python 3.10 --- srcpkgs/python3-charset-normalizer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-charset-normalizer/template b/srcpkgs/python3-charset-normalizer/template index c7d212d8cf1d91..a319e2daa13cab 100644 --- a/srcpkgs/python3-charset-normalizer/template +++ b/srcpkgs/python3-charset-normalizer/template @@ -1,7 +1,7 @@ # Template file for 'python3-charset-normalizer' pkgname=python3-charset-normalizer version=2.0.4 -revision=1 +revision=2 wrksrc="charset_normalizer-$version" build_style=python3-module hostmakedepends="python3-setuptools" From acaef3fd7f209926b803b11e2de4219ba76ebc91 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:04 -0400 Subject: [PATCH 0029/1268] python3-idna: rebuild for Python 3.10 --- srcpkgs/python3-idna/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-idna/template b/srcpkgs/python3-idna/template index 29f49107e2f3ff..215f38f3f9d443 100644 --- a/srcpkgs/python3-idna/template +++ b/srcpkgs/python3-idna/template @@ -1,7 +1,7 @@ # Template file for 'python3-idna' pkgname=python3-idna version=3.2 -revision=1 +revision=2 wrksrc="idna-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7be252b1285fdb3a1b1a9825f27d459f519043bc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:19 -0400 Subject: [PATCH 0030/1268] python-MarkupSafe: rebuild for Python 3.10, split package python3-MarkupSafe: update to 2.0.1. --- srcpkgs/python-MarkupSafe/template | 19 ++++--------------- srcpkgs/python3-MarkupSafe | 1 - srcpkgs/python3-MarkupSafe/template | 19 +++++++++++++++++++ 3 files changed, 23 insertions(+), 16 deletions(-) delete mode 120000 srcpkgs/python3-MarkupSafe create mode 100644 srcpkgs/python3-MarkupSafe/template diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template index 780a65f9242d7a..95fb3208e832bf 100644 --- a/srcpkgs/python-MarkupSafe/template +++ b/srcpkgs/python-MarkupSafe/template @@ -1,13 +1,11 @@ # Template file for 'python-MarkupSafe' pkgname=python-MarkupSafe version=1.1.1 -revision=6 +revision=7 wrksrc="MarkupSafe-${version}" -build_style=python-module -pycompile_module="markupsafe" -hostmakedepends="python-setuptools python3-setuptools" -makedepends="python-devel python3-devel" -checkdepends="python3-pytest" +build_style=python2-module +hostmakedepends="python-setuptools" +makedepends="python-devel" short_desc="Implements a XML/HTML/XHTML Markup safe string for Python2" maintainer="Alessio Sergi " license="BSD-3-Clause" @@ -18,12 +16,3 @@ checksum=29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b post_install() { vlicense LICENSE.rst } - -python3-MarkupSafe_package() { - pycompile_module="markupsafe" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE.rst - } -} diff --git a/srcpkgs/python3-MarkupSafe b/srcpkgs/python3-MarkupSafe deleted file mode 120000 index 56b2cb8a731e77..00000000000000 --- a/srcpkgs/python3-MarkupSafe +++ /dev/null @@ -1 +0,0 @@ -python-MarkupSafe \ No newline at end of file diff --git a/srcpkgs/python3-MarkupSafe/template b/srcpkgs/python3-MarkupSafe/template new file mode 100644 index 00000000000000..01ce46545387b5 --- /dev/null +++ b/srcpkgs/python3-MarkupSafe/template @@ -0,0 +1,19 @@ +# Template file for 'python3-MarkupSafe' +pkgname=python3-MarkupSafe +version=2.0.1 +revision=1 +wrksrc="MarkupSafe-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +makedepends="python3-devel" +checkdepends="python3-pytest" +short_desc="Implements a XML/HTML/XHTML Markup safe string for Python3" +maintainer="Andrew J. Hesford " +license="BSD-3-Clause" +homepage="https://palletsprojects.com/p/markupsafe/" +distfiles="${PYPI_SITE}/M/MarkupSafe/MarkupSafe-${version}.tar.gz" +checksum=594c67807fb16238b30c44bdf74f36c02cdf22d1c8cda91ef8a0ed8dabf5620a + +post_install() { + vlicense LICENSE.rst +} From 8b04f5c61e844d2cd113b0dec1169b236aaf962c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:24 -0400 Subject: [PATCH 0031/1268] python-pycparser: rebuild for Python 3.10 --- srcpkgs/python-pycparser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pycparser/template b/srcpkgs/python-pycparser/template index c57366574d58a8..68ea482d20754b 100644 --- a/srcpkgs/python-pycparser/template +++ b/srcpkgs/python-pycparser/template @@ -1,7 +1,7 @@ # Template file for 'python-pycparser' pkgname=python-pycparser version=2.20 -revision=1 +revision=2 wrksrc="pycparser-${version}" build_style=python-module pycompile_module="pycparser" From 0f4108126d70dd11b535331bc1d1779eaea9e174 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:47 -0400 Subject: [PATCH 0032/1268] python3-semanticversion: rebuild for Python 3.10 --- srcpkgs/python3-semanticversion/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template index 19db48a5a74b59..f4c94f2e52df80 100644 --- a/srcpkgs/python3-semanticversion/template +++ b/srcpkgs/python3-semanticversion/template @@ -1,7 +1,7 @@ # Template file for 'python3-semanticversion' pkgname=python3-semanticversion version=2.8.5 -revision=2 +revision=3 wrksrc="semantic_version-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4d07df55be2bf7436d9ae0fd9b1591f114895b0e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:57 -0400 Subject: [PATCH 0033/1268] python3-typing_extensions: rebuild for Python 3.10, update to 3.10.0.2. --- srcpkgs/python3-typing_extensions/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template index 48218a10042838..a9917a177428ba 100644 --- a/srcpkgs/python3-typing_extensions/template +++ b/srcpkgs/python3-typing_extensions/template @@ -1,6 +1,6 @@ # Template file for 'python3-typing_extensions' pkgname=python3-typing_extensions -version=3.10.0.0 +version=3.10.0.2 revision=1 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module @@ -11,4 +11,4 @@ maintainer="Denis Revin " license="Python-2.0" homepage="https://github.com/python/typing" distfiles="${PYPI_SITE}/t/typing_extensions/typing_extensions-${version}.tar.gz" -checksum=50b6f157849174217d0656f99dc82fe932884fb250826c18350e159ec6cdf342 +checksum=49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e From c9efef906768a3c753f87e4ef32fbf681a8a781c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:25 -0400 Subject: [PATCH 0034/1268] python3-parso: rebuild for Python 3.10 --- srcpkgs/python3-parso/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-parso/template b/srcpkgs/python3-parso/template index c4406bc39bedf0..5fb79d8baaad2c 100644 --- a/srcpkgs/python3-parso/template +++ b/srcpkgs/python3-parso/template @@ -1,7 +1,7 @@ # Template file for 'python3-parso' pkgname=python3-parso version=0.8.2 -revision=1 +revision=2 wrksrc="parso-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5283c5218eac61eb4fe7413e351fdd0df446a831 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:32 -0400 Subject: [PATCH 0035/1268] python3-ptyprocess: rebuild for Python 3.10 --- srcpkgs/python3-ptyprocess/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ptyprocess/template b/srcpkgs/python3-ptyprocess/template index f3d1be1400f247..ac79b761be77fd 100644 --- a/srcpkgs/python3-ptyprocess/template +++ b/srcpkgs/python3-ptyprocess/template @@ -1,7 +1,7 @@ # Template file for 'python3-ptyprocess' pkgname=python3-ptyprocess version=0.7.0 -revision=1 +revision=2 wrksrc="ptyprocess-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4d32e40b5c8027bea2d09cd632cc351410e2778b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:26 -0400 Subject: [PATCH 0036/1268] python-wcwidth: rebuild for Python 3.10 --- srcpkgs/python-wcwidth/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-wcwidth/template b/srcpkgs/python-wcwidth/template index 254d0798c67b2a..a21b21883e106e 100644 --- a/srcpkgs/python-wcwidth/template +++ b/srcpkgs/python-wcwidth/template @@ -1,7 +1,7 @@ # Template file for 'python-wcwidth' pkgname=python-wcwidth version=0.2.5 -revision=3 +revision=4 wrksrc="wcwidth-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 0e506b569f1cb2cd6463c22b6d91e3178b24bd11 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:21 -0400 Subject: [PATCH 0037/1268] python-dateutil: rebuild for Python 3.10, update to 2.8.2. --- .../patches/setuptools_scm.patch | 28 +++++++++++++++++++ srcpkgs/python-dateutil/template | 14 +++++----- 2 files changed, 35 insertions(+), 7 deletions(-) create mode 100644 srcpkgs/python-dateutil/patches/setuptools_scm.patch diff --git a/srcpkgs/python-dateutil/patches/setuptools_scm.patch b/srcpkgs/python-dateutil/patches/setuptools_scm.patch new file mode 100644 index 00000000000000..9e5103ce4d46c7 --- /dev/null +++ b/srcpkgs/python-dateutil/patches/setuptools_scm.patch @@ -0,0 +1,28 @@ +Void doesn't package setuptools_scm for Python 2, so remove the dependency. +Leave a placeholder for version number that can be substituted at build. + +diff -ur a/setup.cfg b/setup.cfg +--- a/setup.cfg ++++ b/setup.cfg +@@ -35,7 +35,6 @@ + + [options] + zip_safe = True +-setup_requires = setuptools_scm + install_requires = six >= 1.5 + python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.* + packages = find: +diff -ur a/setup.py b/setup.py +--- a/setup.py ++++ b/setup.py +@@ -47,9 +47,7 @@ + + + setup( +- use_scm_version={ +- 'write_to': 'dateutil/_version.py', +- }, ++ version=%PKGVERSION%, + ## Needed since doctest not supported by PyPA. + long_description = README, + cmdclass={ diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template index a2dd2430d4de45..51c0a4521f6b8f 100644 --- a/srcpkgs/python-dateutil/template +++ b/srcpkgs/python-dateutil/template @@ -1,21 +1,21 @@ # Template file for 'python-dateutil' pkgname=python-dateutil -version=2.8.1 -revision=2 +version=2.8.2 +revision=1 build_style=python-module -hostmakedepends="python-setuptools python3-setuptools_scm" +hostmakedepends="python-setuptools python3-setuptools" depends="python-six tzdata" short_desc="Extensions to the standard Python2 datetime module" maintainer="Alessio Sergi " license="Apache-2.0, BSD-3-Clause" homepage="https://github.com/dateutil/dateutil" distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c +checksum=0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86 -pre_build() { - # don't install zoneinfo tarball - sed -i '/package_data=/d' setup.py +post_patch() { + vsed -i setup.py -e "s/%PKGVERSION%/'${version}'/" } + post_install() { vlicense LICENSE } From 499206f283909d864d16670ddbd7fea9b487eec9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:10 -0400 Subject: [PATCH 0038/1268] python3-jupyter_core: rebuild for Python 3.10 --- srcpkgs/python3-jupyter_core/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template index ceb91e029f5b08..d0fa364a675165 100644 --- a/srcpkgs/python3-jupyter_core/template +++ b/srcpkgs/python3-jupyter_core/template @@ -1,7 +1,7 @@ # Template file for 'python3-jupyter_core' pkgname=python3-jupyter_core version=4.7.1 -revision=1 +revision=2 wrksrc="jupyter_core-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 325220b002d33aba3ae44b9e9647e5fb9b31dea1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:20 -0400 Subject: [PATCH 0039/1268] python3-nest_asyncio: rebuild for Python 3.10 --- srcpkgs/python3-nest_asyncio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-nest_asyncio/template b/srcpkgs/python3-nest_asyncio/template index 19b143bb2c7eaa..64f4574dc8f057 100644 --- a/srcpkgs/python3-nest_asyncio/template +++ b/srcpkgs/python3-nest_asyncio/template @@ -1,7 +1,7 @@ # Template file for 'python3-nest_asyncio' pkgname=python3-nest_asyncio version=1.5.1 -revision=2 +revision=3 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From c1b3a8f389f3f38b3d1429a4ee7b98b989caffa7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:42 -0400 Subject: [PATCH 0040/1268] python3-pyzmq: rebuild for Python 3.10 --- srcpkgs/python3-pyzmq/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template index cb7d410229e278..c12b5879043283 100644 --- a/srcpkgs/python3-pyzmq/template +++ b/srcpkgs/python3-pyzmq/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyzmq' pkgname=python3-pyzmq version=22.3.0 -revision=1 +revision=2 wrksrc="pyzmq-${version}" build_style=python3-module make_build_args="--zmq=${XBPS_CROSS_BASE}/usr" From a60e8b43298b52298e1fc1f1c50e92416c1cf808 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:55 -0400 Subject: [PATCH 0041/1268] python3-tornado: rebuild for Python 3.10 --- srcpkgs/python3-tornado/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tornado/template b/srcpkgs/python3-tornado/template index a4bd8950cf191c..dadfa37ddb02de 100644 --- a/srcpkgs/python3-tornado/template +++ b/srcpkgs/python3-tornado/template @@ -1,7 +1,7 @@ # Template file for 'python3-tornado' pkgname=python3-tornado version=6.1 -revision=1 +revision=2 wrksrc="tornado-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 662fe319fbffa853eaae6445ab1ee18ed8d254cc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:09 -0400 Subject: [PATCH 0042/1268] python3-jsonschema: rebuild for Python 3.10 --- srcpkgs/python3-jsonschema/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template index 916a2d3164e3b0..3b365347c22ee5 100644 --- a/srcpkgs/python3-jsonschema/template +++ b/srcpkgs/python3-jsonschema/template @@ -1,7 +1,7 @@ # Template file for 'python3-jsonschema' pkgname=python3-jsonschema version=3.2.0 -revision=1 +revision=2 wrksrc="jsonschema-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From 5da3edc811b8f213e58a5145c5800c4ff4dd8db8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:57 -0400 Subject: [PATCH 0043/1268] gtk-doc: rebuild for Python 3.10 --- srcpkgs/gtk-doc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gtk-doc/template b/srcpkgs/gtk-doc/template index ab149d7f33d543..06dfc97f900074 100644 --- a/srcpkgs/gtk-doc/template +++ b/srcpkgs/gtk-doc/template @@ -1,7 +1,7 @@ # Template file for 'gtk-doc' pkgname=gtk-doc version=1.33.0 -revision=2 +revision=3 build_style=meson # disable tests to avoid cyclic dependency on glib configure_args="-Dtests=false" From c7262af47156e5dc2532f0ad2f3b248717c264b8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:18 -0400 Subject: [PATCH 0044/1268] python-Babel: rebuild for Python 3.10 --- srcpkgs/python-Babel/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Babel/template b/srcpkgs/python-Babel/template index 615b125364aab9..4d110e70d47441 100644 --- a/srcpkgs/python-Babel/template +++ b/srcpkgs/python-Babel/template @@ -1,7 +1,7 @@ # Template file for 'python-Babel' pkgname=python-Babel version=2.8.0 -revision=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 19d47aea78d623d6090577caa9041a889cc437e9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:25 -0400 Subject: [PATCH 0045/1268] python-requests: rebuild for Python 3.10 --- srcpkgs/python-requests/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-requests/template b/srcpkgs/python-requests/template index ab2e1eb270679e..6ad6fd32dd5132 100644 --- a/srcpkgs/python-requests/template +++ b/srcpkgs/python-requests/template @@ -1,7 +1,7 @@ # Template file for 'python-requests' pkgname=python-requests version=2.26.0 -revision=1 +revision=2 wrksrc="requests-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From f729549e17bd893d98f2cef3bd63d47ef5fa29f7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:19 -0400 Subject: [PATCH 0046/1268] python-Jinja2: rebuild for Python 3.10, split package python3-Jinja2: update to 3.0.2 --- srcpkgs/python-Jinja2/template | 18 ++++-------------- srcpkgs/python3-Jinja2 | 1 - srcpkgs/python3-Jinja2/template | 20 ++++++++++++++++++++ 3 files changed, 24 insertions(+), 15 deletions(-) delete mode 120000 srcpkgs/python3-Jinja2 create mode 100644 srcpkgs/python3-Jinja2/template diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template index d447aebca8c9a0..3e8ab4268b5d22 100644 --- a/srcpkgs/python-Jinja2/template +++ b/srcpkgs/python-Jinja2/template @@ -1,12 +1,12 @@ # Template file for 'python-Jinja2' pkgname=python-Jinja2 version=2.11.3 -revision=1 +revision=2 wrksrc="Jinja2-${version}" -build_style=python-module -hostmakedepends="python-setuptools python3-setuptools" +build_style=python2-module +hostmakedepends="python-setuptools" depends="python-MarkupSafe" -checkdepends="python-MarkupSafe python3-MarkupSafe python-pytest python3-pytest" +checkdepends="python-pytest $depends" short_desc="Full featured template engine (Python2)" maintainer="Alessio Sergi " license="BSD-3-Clause" @@ -17,7 +17,6 @@ checksum=a6d58433de0ae800347cab1fa3043cebbabe8baa9d29e668f1c768cb87a333c6 do_check() { PYTHONPATH=src python2 -m pytest - PYTHONPATH=src python3 -m pytest } post_install() { @@ -26,12 +25,3 @@ post_install() { rm -f ${DESTDIR}/${py2_sitelib}/jinja2/asyncsupport.py rm -f ${DESTDIR}/${py2_sitelib}/jinja2/asyncfilters.py } - -python3-Jinja2_package() { - depends="python3-MarkupSafe" - short_desc="${short_desc/Python2/Python3}" - pkg_install() { - vmove usr/lib/python3* - vlicense LICENSE.rst - } -} diff --git a/srcpkgs/python3-Jinja2 b/srcpkgs/python3-Jinja2 deleted file mode 120000 index a87362a4b0a275..00000000000000 --- a/srcpkgs/python3-Jinja2 +++ /dev/null @@ -1 +0,0 @@ -python-Jinja2 \ No newline at end of file diff --git a/srcpkgs/python3-Jinja2/template b/srcpkgs/python3-Jinja2/template new file mode 100644 index 00000000000000..fd90860d5637d6 --- /dev/null +++ b/srcpkgs/python3-Jinja2/template @@ -0,0 +1,20 @@ +# Template file for 'python3-Jinja2' +pkgname=python3-Jinja2 +version=3.0.2 +revision=1 +wrksrc="Jinja2-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-MarkupSafe" +checkdepends="python3-pytest $depends" +short_desc="Full featured template engine (Python3)" +maintainer="Andrew J. Hesford " +license="BSD-3-Clause" +homepage="http://jinja.pocoo.org/" +changelog="https://raw.githubusercontent.com/pallets/jinja/master/CHANGES.rst" +distfiles="${PYPI_SITE}/J/Jinja2/Jinja2-${version}.tar.gz" +checksum=827a0e32839ab1600d4eb1c4c33ec5a8edfbc5cb42dafa13b81f182f97784b45 + +post_install() { + vlicense LICENSE.rst +} From ac072851830523005260385bc3c3fa5fd2e33569 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:37 -0400 Subject: [PATCH 0047/1268] python3-alabaster: rebuild for Python 3.10 --- srcpkgs/python3-alabaster/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-alabaster/template b/srcpkgs/python3-alabaster/template index 830957dcb2bb69..815e5300476abb 100644 --- a/srcpkgs/python3-alabaster/template +++ b/srcpkgs/python3-alabaster/template @@ -1,7 +1,7 @@ # Template file for 'python3-alabaster' pkgname=python3-alabaster version=0.7.12 -revision=4 +revision=5 wrksrc="alabaster-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9f4a72ad3537c05376ec4d86dedbab84441d165c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:53 -0400 Subject: [PATCH 0048/1268] python3-docutils: rebuild for Python 3.10 --- srcpkgs/python3-docutils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-docutils/template b/srcpkgs/python3-docutils/template index 6ffd111a0a12bf..0600a65a729bce 100644 --- a/srcpkgs/python3-docutils/template +++ b/srcpkgs/python3-docutils/template @@ -1,7 +1,7 @@ # Template file for 'python3-docutils' pkgname=python3-docutils version=0.17.1 -revision=1 +revision=2 wrksrc="docutils-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9c6c2988db385a696f40df8c326a7cd7a3791c40 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:05 -0400 Subject: [PATCH 0049/1268] python3-imagesize: rebuild for Python 3.10 --- srcpkgs/python3-imagesize/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-imagesize/template b/srcpkgs/python3-imagesize/template index 5d36f954e454f9..566f33fb2710c8 100644 --- a/srcpkgs/python3-imagesize/template +++ b/srcpkgs/python3-imagesize/template @@ -1,7 +1,7 @@ # Template file for 'python3-imagesize' pkgname=python3-imagesize version=1.2.0 -revision=1 +revision=2 wrksrc="imagesize-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 310889867e7328a36d5d87823eecce16847d7911 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:50 -0400 Subject: [PATCH 0050/1268] python3-snowballstemmer: rebuild for Python 3.10 --- srcpkgs/python3-snowballstemmer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-snowballstemmer/template b/srcpkgs/python3-snowballstemmer/template index 37733fa3660798..4801fa042325ac 100644 --- a/srcpkgs/python3-snowballstemmer/template +++ b/srcpkgs/python3-snowballstemmer/template @@ -1,7 +1,7 @@ # Template file for 'python3-snowballstemmer' pkgname=python3-snowballstemmer version=1.2.1 -revision=6 +revision=7 wrksrc="snowballstemmer-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From bc7e778ee890f90a63e7d04f3905920154dfb5bd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:52 -0400 Subject: [PATCH 0051/1268] python3-sphinxcontrib-applehelp: rebuild for Python 3.10 --- srcpkgs/python3-sphinxcontrib-applehelp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template index 0762615c0e5fce..b2896f85f8ad62 100644 --- a/srcpkgs/python3-sphinxcontrib-applehelp/template +++ b/srcpkgs/python3-sphinxcontrib-applehelp/template @@ -1,7 +1,7 @@ # Template file for 'python3-sphinxcontrib-applehelp' pkgname=python3-sphinxcontrib-applehelp version=1.0.2 -revision=2 +revision=3 wrksrc=sphinxcontrib-applehelp-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 41ba8c05804f3329bcdf24c461f564dd5605f406 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:52 -0400 Subject: [PATCH 0052/1268] python3-sphinxcontrib-devhelp: rebuild for Python 3.10 --- srcpkgs/python3-sphinxcontrib-devhelp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template index 0504c7625888a3..53e6d06092cddd 100644 --- a/srcpkgs/python3-sphinxcontrib-devhelp/template +++ b/srcpkgs/python3-sphinxcontrib-devhelp/template @@ -1,7 +1,7 @@ # Template file for 'python3-sphinxcontrib-devhelp' pkgname=python3-sphinxcontrib-devhelp version=1.0.2 -revision=2 +revision=3 wrksrc=sphinxcontrib-devhelp-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 5baa534b97fb165cd1f67d3330be4879c1c9ae10 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:52 -0400 Subject: [PATCH 0053/1268] python3-sphinxcontrib-htmlhelp: rebuild for Python 3.10 --- srcpkgs/python3-sphinxcontrib-htmlhelp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template index 2b1fa2c8ea3ccf..966981fee4baa2 100644 --- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template +++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template @@ -1,7 +1,7 @@ # Template file for 'python3-sphinxcontrib-htmlhelp' pkgname=python3-sphinxcontrib-htmlhelp version=2.0.0 -revision=1 +revision=2 wrksrc=sphinxcontrib-htmlhelp-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 8deb7f1ab77489101c9faf3af81b280ff64a9c06 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:52 -0400 Subject: [PATCH 0054/1268] python3-sphinxcontrib-jsmath: rebuild for Python 3.10 --- srcpkgs/python3-sphinxcontrib-jsmath/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template index 9234fc58cd7254..84c2f29519816e 100644 --- a/srcpkgs/python3-sphinxcontrib-jsmath/template +++ b/srcpkgs/python3-sphinxcontrib-jsmath/template @@ -1,7 +1,7 @@ # Template file for 'python3-sphinxcontrib-jsmath' pkgname=python3-sphinxcontrib-jsmath version=1.0.1 -revision=2 +revision=3 wrksrc=sphinxcontrib-jsmath-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 8caac72594e18c99a4e79185a03ef38cf04a4167 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:52 -0400 Subject: [PATCH 0055/1268] python3-sphinxcontrib-qthelp: rebuild for Python 3.10 --- srcpkgs/python3-sphinxcontrib-qthelp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template index 2f6e47965db48d..c5635c26237fd3 100644 --- a/srcpkgs/python3-sphinxcontrib-qthelp/template +++ b/srcpkgs/python3-sphinxcontrib-qthelp/template @@ -1,7 +1,7 @@ # Template file for 'python3-sphinxcontrib-qthelp' pkgname=python3-sphinxcontrib-qthelp version=1.0.3 -revision=2 +revision=3 wrksrc=sphinxcontrib-qthelp-${version} build_style=python3-module hostmakedepends="python3-setuptools" From f36a81f40e4d42ae700718ad419d8cd5ee904c5f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:52 -0400 Subject: [PATCH 0056/1268] python3-sphinxcontrib-serializinghtml: rebuild for Python 3.10 --- srcpkgs/python3-sphinxcontrib-serializinghtml/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template index ae3747aa3cf86a..d14c6b29107cfc 100644 --- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template +++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template @@ -1,7 +1,7 @@ # Template file for 'python3-sphinxcontrib-serializinghtml' pkgname=python3-sphinxcontrib-serializinghtml version=1.1.5 -revision=1 +revision=2 wrksrc=sphinxcontrib-serializinghtml-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 224cfff02e94402c63533b1d72b58159641d0d44 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:20 -0400 Subject: [PATCH 0057/1268] python-cffi: rebuild for Python 3.10 --- srcpkgs/python-cffi/template | 2 +- srcpkgs/python-cffi/update | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template index 999fec883156bc..9a256a738359cd 100644 --- a/srcpkgs/python-cffi/template +++ b/srcpkgs/python-cffi/template @@ -1,7 +1,7 @@ # Template file for 'python-cffi' pkgname=python-cffi version=1.14.6 -revision=1 +revision=2 wrksrc="cffi-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools libffi-devel" diff --git a/srcpkgs/python-cffi/update b/srcpkgs/python-cffi/update index d40d474e5da54e..32c6fdfdd407eb 100644 --- a/srcpkgs/python-cffi/update +++ b/srcpkgs/python-cffi/update @@ -1 +1 @@ -ignore="*b* *dev*" +ignore="*b* *dev* *rc*" From 2cf5f740e195899c70117a52abef3fe4ebc9b204 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:48 -0400 Subject: [PATCH 0058/1268] python3-setuptools-rust: rebuild for Python 3.10 --- srcpkgs/python3-setuptools-rust/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-setuptools-rust/template b/srcpkgs/python3-setuptools-rust/template index bce6df90c87ada..2b998f2145f24a 100644 --- a/srcpkgs/python3-setuptools-rust/template +++ b/srcpkgs/python3-setuptools-rust/template @@ -1,7 +1,7 @@ # Template file for 'python3-setuptools-rust' pkgname=python3-setuptools-rust version=0.12.1 -revision=2 +revision=3 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From 0654ae2babfc1cbf74012495bf086ba3dca2015d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:23 -0400 Subject: [PATCH 0059/1268] python-pyasn1: rebuild for Python 3.10 --- srcpkgs/python-pyasn1/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pyasn1/template b/srcpkgs/python-pyasn1/template index 85eec768dbfad3..733149d5844808 100644 --- a/srcpkgs/python-pyasn1/template +++ b/srcpkgs/python-pyasn1/template @@ -1,7 +1,7 @@ # Template file for 'python-pyasn1' pkgname=python-pyasn1 version=0.4.8 -revision=3 +revision=4 wrksrc="pyasn1-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From c66264e93c478f31d268165af7ebe660e1564fce Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:42 -0400 Subject: [PATCH 0060/1268] python3-backcall: rebuild for Python 3.10 --- srcpkgs/python3-backcall/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-backcall/template b/srcpkgs/python3-backcall/template index f62eb7cf259c0f..b2303da50f2ddc 100644 --- a/srcpkgs/python3-backcall/template +++ b/srcpkgs/python3-backcall/template @@ -1,7 +1,7 @@ # Template file for 'python3-backcall' pkgname=python3-backcall version=0.2.0 -revision=4 +revision=5 wrksrc="backcall-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1d0729421c008fc079a1e52be2f8e6cf94ecbaae Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:08 -0400 Subject: [PATCH 0061/1268] python3-jedi: rebuild for Python 3.10 --- srcpkgs/python3-jedi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jedi/template b/srcpkgs/python3-jedi/template index 728ff3a36694dc..1a7c5a261e5d67 100644 --- a/srcpkgs/python3-jedi/template +++ b/srcpkgs/python3-jedi/template @@ -1,7 +1,7 @@ # Template file for 'python3-jedi' pkgname=python3-jedi version=0.18.0 -revision=1 +revision=2 wrksrc="jedi-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e672105ae2384ec56cde2ff910afb4624609b5af Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:15 -0400 Subject: [PATCH 0062/1268] python3-matplotlib-inline: rebuild for Python 3.10 --- srcpkgs/python3-matplotlib-inline/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-matplotlib-inline/template b/srcpkgs/python3-matplotlib-inline/template index 1ee107e4e750d4..f991be2b5dde68 100644 --- a/srcpkgs/python3-matplotlib-inline/template +++ b/srcpkgs/python3-matplotlib-inline/template @@ -1,7 +1,7 @@ # Template file for 'python3-matplotlib-inline' pkgname=python3-matplotlib-inline version=0.1.3 -revision=1 +revision=2 _pypkg="${pkgname#python3-}" wrksrc="${_pypkg}-${version}" build_style=python3-module From 192964e76d9fec0a5646748ea1f997fed888914d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:27 -0400 Subject: [PATCH 0063/1268] python3-pexpect: rebuild for Python 3.10 --- srcpkgs/python3-pexpect/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pexpect/template b/srcpkgs/python3-pexpect/template index a963738effc8c3..d51c4a37451aac 100644 --- a/srcpkgs/python3-pexpect/template +++ b/srcpkgs/python3-pexpect/template @@ -1,7 +1,7 @@ # Template file for 'python3-pexpect' pkgname=python3-pexpect version=4.8.0 -revision=1 +revision=2 wrksrc="pexpect-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From bd0ccf0d4c5f7a0f29b44f4fe1694cb9b6404ef3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:28 -0400 Subject: [PATCH 0064/1268] python3-pickleshare: rebuild for Python 3.10 --- srcpkgs/python3-pickleshare/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pickleshare/template b/srcpkgs/python3-pickleshare/template index 3f569f5bf4cf70..beac8eb9e44572 100644 --- a/srcpkgs/python3-pickleshare/template +++ b/srcpkgs/python3-pickleshare/template @@ -1,7 +1,7 @@ # Template file for 'python3-pickleshare' pkgname=python3-pickleshare version=0.7.5 -revision=4 +revision=5 wrksrc="pickleshare-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d7151666b62a5fefe5ed670792c8880aca7175cb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:31 -0400 Subject: [PATCH 0065/1268] python3-prompt_toolkit: rebuild for Python 3.10 --- srcpkgs/python3-prompt_toolkit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template index f9da6bb0b05bce..0cf01a50c76277 100644 --- a/srcpkgs/python3-prompt_toolkit/template +++ b/srcpkgs/python3-prompt_toolkit/template @@ -1,7 +1,7 @@ # Template file for 'python3-prompt_toolkit' pkgname=python3-prompt_toolkit version=3.0.20 -revision=1 +revision=2 wrksrc="prompt_toolkit-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b3ab2128f65068c4bc4c9f43f7feffe91f1f51f1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:00 -0400 Subject: [PATCH 0066/1268] python3-webencodings: rebuild for Python 3.10 --- srcpkgs/python3-webencodings/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-webencodings/template b/srcpkgs/python3-webencodings/template index fa4d415ac43e8f..13c9b4210d209c 100644 --- a/srcpkgs/python3-webencodings/template +++ b/srcpkgs/python3-webencodings/template @@ -1,7 +1,7 @@ # Template file for 'python3-webencodings' pkgname=python3-webencodings version=0.5.1 -revision=6 +revision=7 wrksrc="webencodings-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f005b5d77df12206c1b5b0f786f797a041b5817c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:40 -0400 Subject: [PATCH 0067/1268] python3-async_generator: rebuild for Python 3.10 --- srcpkgs/python3-async_generator/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template index 0c2b4d0722ad32..9ccab1df8b63de 100644 --- a/srcpkgs/python3-async_generator/template +++ b/srcpkgs/python3-async_generator/template @@ -1,7 +1,7 @@ # Template file for 'python3-async_generator' pkgname=python3-async_generator version=1.10 -revision=3 +revision=4 wrksrc="async_generator-${version}" build_style=python3-module pycompile_module="async_generator" From e57d79da0ad7794826f392131153e4d5e9b6711a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:10 -0400 Subject: [PATCH 0068/1268] python3-jupyter_client: rebuild for Python 3.10 --- srcpkgs/python3-jupyter_client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template index 6c27403e678f23..be6aa5594095e5 100644 --- a/srcpkgs/python3-jupyter_client/template +++ b/srcpkgs/python3-jupyter_client/template @@ -2,7 +2,7 @@ pkgname=python3-jupyter_client # delay 6.2 until jupyter/jupyter_console#241 is fixed version=6.1.12 -revision=1 +revision=2 wrksrc="jupyter_client-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8f5ec6800fcd4012e318e47f653ca395e4c2f99d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:10 -0400 Subject: [PATCH 0069/1268] python3-jupyter_nbformat: rebuild for Python 3.10 --- srcpkgs/python3-jupyter_nbformat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template index f8d21d621bd892..4bea7989e2a2a3 100644 --- a/srcpkgs/python3-jupyter_nbformat/template +++ b/srcpkgs/python3-jupyter_nbformat/template @@ -1,7 +1,7 @@ # Template file for 'python3-jupyter_nbformat' pkgname=python3-jupyter_nbformat version=5.1.3 -revision=1 +revision=2 wrksrc="nbformat-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 658c5aec9ec7a6be155b47833e736c3d8e33ba30 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:54 -0400 Subject: [PATCH 0070/1268] glib: rebuild for Python 3.10 --- srcpkgs/glib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/glib/template b/srcpkgs/glib/template index ea4b41be949392..34f6bc335ff36f 100644 --- a/srcpkgs/glib/template +++ b/srcpkgs/glib/template @@ -1,7 +1,7 @@ # Template file for 'glib' pkgname=glib version=2.70.0 -revision=1 +revision=2 build_style=meson # static version is necessary for qemu-user-static; # also disable LTO, otherwise there are multiple failures when linking qemu From e63b455339ea2f45efbc2f830470662add0fa171 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:30 -0400 Subject: [PATCH 0071/1268] python3-Mako: rebuild for Python 3.10 --- srcpkgs/python3-Mako/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Mako/template b/srcpkgs/python3-Mako/template index 3471982eec50f3..b1c00424134466 100644 --- a/srcpkgs/python3-Mako/template +++ b/srcpkgs/python3-Mako/template @@ -1,7 +1,7 @@ # Template file for 'python3-Mako' pkgname=python3-Mako version=1.1.3 -revision=3 +revision=4 wrksrc="Mako-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 82b8d538dc3f667c51dcd8371f54da07ebdde7e7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:30 -0400 Subject: [PATCH 0072/1268] python3-Markdown: rebuild for Python 3.10 --- srcpkgs/python3-Markdown/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template index 81c5774ad03cf1..3d770e28c651e1 100644 --- a/srcpkgs/python3-Markdown/template +++ b/srcpkgs/python3-Markdown/template @@ -1,7 +1,7 @@ # Template file for 'python3-Markdown' pkgname=python3-Markdown version=3.3.4 -revision=1 +revision=2 wrksrc="Markdown-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From de9723a6878d4699858bbae84787e0389ef90731 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:01 -0400 Subject: [PATCH 0073/1268] python3-wheel: rebuild for Python 3.10 --- srcpkgs/python3-wheel/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-wheel/template b/srcpkgs/python3-wheel/template index 6bca1423ba954c..fcfb2a4ad57ab3 100644 --- a/srcpkgs/python3-wheel/template +++ b/srcpkgs/python3-wheel/template @@ -1,7 +1,7 @@ # Template file for 'python3-wheel' pkgname=python3-wheel version=0.37.0 -revision=1 +revision=2 wrksrc="wheel-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From dadbf92c870af51c8dfdfc89ee905125be3669cd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:13 -0400 Subject: [PATCH 0074/1268] talloc: rebuild for Python 3.10 --- srcpkgs/talloc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/talloc/template b/srcpkgs/talloc/template index 8ad2baf8937a58..dc22f69cee13f6 100644 --- a/srcpkgs/talloc/template +++ b/srcpkgs/talloc/template @@ -1,7 +1,7 @@ # Template file for 'talloc' pkgname=talloc version=2.3.2 -revision=1 +revision=2 build_style=waf3 build_helper="qemu" configure_script="buildtools/bin/waf" From 2a14d00fccbfd65b70e4c9acdf61c73d95da598e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:34 -0400 Subject: [PATCH 0075/1268] python3-Sphinx: rebuild for Python 3.10, update to 4.2.0. --- srcpkgs/python3-Sphinx/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template index 66798b38a2cccd..8b0493c1f92cb7 100644 --- a/srcpkgs/python3-Sphinx/template +++ b/srcpkgs/python3-Sphinx/template @@ -1,6 +1,6 @@ # Template file for 'python3-Sphinx' pkgname=python3-Sphinx -version=4.1.1 +version=4.2.0 revision=1 wrksrc=Sphinx-${version} build_style=python3-module @@ -18,7 +18,7 @@ maintainer="Đoàn Trần Công Danh " license="BSD-3-Clause" homepage="http://sphinx-doc.org" distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz" -checksum=23c846a1841af998cb736218539bb86d16f5eb95f5760b1966abcd2d584e62b8 +checksum=94078db9184491e15bce0a56d9186e0aec95f16ac20b12d00e06d4e36f1058a6 conflicts="python-Sphinx>=0" post_install() { From 87879f52c2768c877c57e2db1c1d1eb941f148de Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:48 -0400 Subject: [PATCH 0076/1268] python3-commonmark: rebuild for Python 3.10 --- srcpkgs/python3-commonmark/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-commonmark/template b/srcpkgs/python3-commonmark/template index e09637ce8bb11c..4c3f17d8ad718c 100644 --- a/srcpkgs/python3-commonmark/template +++ b/srcpkgs/python3-commonmark/template @@ -1,7 +1,7 @@ # Template file for 'python3-commonmark' pkgname=python3-commonmark version=0.9.1 -revision=1 +revision=2 wrksrc="commonmark-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From afe275bc33b27d36f12e05e397fde95f8ac9dd7e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:49 -0400 Subject: [PATCH 0077/1268] python3-cryptography: rebuild for Python 3.10, disable rust The rust extension is a no-op and currently fails to cross build with Python 3.10. For now, skip building the extension and hope upstream makes this easy to fix by the time the rust extension becomes mandatory. --- srcpkgs/python3-cryptography/template | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python3-cryptography/template b/srcpkgs/python3-cryptography/template index dafe1e84c0ef3d..495f4a69c954d5 100644 --- a/srcpkgs/python3-cryptography/template +++ b/srcpkgs/python3-cryptography/template @@ -1,11 +1,10 @@ # Template file for 'python3-cryptography' pkgname=python3-cryptography version=3.4.8 -revision=1 +revision=2 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module -build_helper="rust" -hostmakedepends="python3-setuptools-rust python3-cffi cargo" +hostmakedepends="python3-setuptools-rust python3-cffi" makedepends="python3-devel openssl-devel" depends="python3-cffi" checkdepends="python3-pytest-subtests python3-pytz python3-iso8601 @@ -18,11 +17,14 @@ changelog="https://raw.githubusercontent.com/pyca/cryptography/master/CHANGELOG. distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz" checksum=94cc5ed4ceaefcbe5bf38c8fba6a21fc1d365bb8fb826ea1688e3370b2e24a1c -if [ "$CROSS_BUILD" ]; then - makedepends+=" rust-std" - export PYO3_CROSS_LIB_DIR="${XBPS_CROSS_BASE}/usr/lib" - export PYO3_CROSS_INCLUDE_DIR="${XBPS_CROSS_BASE}/usr/include" -fi +# The rust extension is a no-op designed to test build systems and, +# for the moment, does not work properly with Python 3.10 on cross. +# Hoepfully upstream tooling will make accommodating Python 3.10 trivial by the +# time the rust extension actually does something. +# +# See, e.g., commit 58bc3876d33bfa5e37a21b5a4b27f016af387a76 to see how the +# rust extension was built with Python 3.9. +export CRYPTOGRAPHY_DONT_BUILD_RUST=1 post_install() { vlicense LICENSE From 13541b50c38615e5a11a8d095036c505457bbdf5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:24 -0400 Subject: [PATCH 0078/1268] python-pyasn1-modules: rebuild for Python 3.10 --- srcpkgs/python-pyasn1-modules/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pyasn1-modules/template b/srcpkgs/python-pyasn1-modules/template index 918fad29aa5b58..2f8fb331c8fc1a 100644 --- a/srcpkgs/python-pyasn1-modules/template +++ b/srcpkgs/python-pyasn1-modules/template @@ -1,7 +1,7 @@ # Template file for 'python-pyasn1-modules' pkgname=python-pyasn1-modules version=0.2.8 -revision=4 +revision=5 wrksrc="${pkgname#*-}-${version}" build_style=python-module pycompile_module="pyasn1_modules" From e42025116a385292aee89e77572cb2ee98bbc424 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:07 -0400 Subject: [PATCH 0079/1268] python3-jaraco: rebuild for Python 3.10 --- srcpkgs/python3-jaraco/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template index 8b6e8a695eafe4..434e4257d2f9b4 100644 --- a/srcpkgs/python3-jaraco/template +++ b/srcpkgs/python3-jaraco/template @@ -1,7 +1,7 @@ # Template file for 'python3-jaraco' pkgname=python3-jaraco version=1.0 -revision=2 +revision=3 create_wrksrc=yes short_desc="Namespace package declaration for jaraco (Python3)" maintainer="bra1nwave " From 44dfb4cb230af39cc3771bbe604b1263e3603800 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:17 -0400 Subject: [PATCH 0080/1268] python3-more-itertools: rebuild for Python 3.10 --- srcpkgs/python3-more-itertools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-more-itertools/template b/srcpkgs/python3-more-itertools/template index 06c951436f0693..7fd4b0d5772892 100644 --- a/srcpkgs/python3-more-itertools/template +++ b/srcpkgs/python3-more-itertools/template @@ -1,7 +1,7 @@ # Template file for 'python3-more-itertools' pkgname=python3-more-itertools version=8.10.0 -revision=1 +revision=2 wrksrc="more-itertools-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 442a522b8c3b81ec09862c31daac388f28488d8d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:26 -0400 Subject: [PATCH 0081/1268] python-zope.interface: rebuild for Python 3.10 --- srcpkgs/python-zope.interface/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-zope.interface/template b/srcpkgs/python-zope.interface/template index 80db3610d04068..94a22e87902e0a 100644 --- a/srcpkgs/python-zope.interface/template +++ b/srcpkgs/python-zope.interface/template @@ -1,7 +1,7 @@ # Template file for 'python-zope.interface' pkgname=python-zope.interface version=5.4.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 3dd94b900d28243a41947e822df265dccb107803 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:06 -0400 Subject: [PATCH 0082/1268] python3-ipython: rebuild for Python 3.10, update to 7.28.0. --- srcpkgs/python3-ipython/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template index fd87ff30549b24..23bfbeee1caf45 100644 --- a/srcpkgs/python3-ipython/template +++ b/srcpkgs/python3-ipython/template @@ -1,6 +1,6 @@ # Template file for 'python3-ipython' pkgname=python3-ipython -version=7.27.0 +version=7.28.0 revision=1 wrksrc="ipython-${version}" build_style=python3-module @@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://ipython.org/" distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz" -checksum=58b55ebfdfa260dad10d509702dc2857cb25ad82609506b070cf2d7b7df5af13 +checksum=2097be5c814d1b974aea57673176a924c4c8c9583890e7a5f082f547b9975b11 conflicts="python-ipython<=5.8.0_2" post_install() { From 535350a1d8360782269374a21ed2e33f22c9f1ab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:42 -0400 Subject: [PATCH 0083/1268] python3-bleach: rebuild for Python 3.10 --- srcpkgs/python3-bleach/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-bleach/template b/srcpkgs/python3-bleach/template index a9ddfd5e5bedc6..21fec4f4b37c73 100644 --- a/srcpkgs/python3-bleach/template +++ b/srcpkgs/python3-bleach/template @@ -1,7 +1,7 @@ # Template file for 'python3-bleach' pkgname=python3-bleach version=3.3.0 -revision=1 +revision=2 wrksrc="bleach-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From bea5f8be8a84315a6d7d06f0e14b8849cc42393d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:51 -0400 Subject: [PATCH 0084/1268] python3-defusedxml: rebuild for Python 3.10 --- srcpkgs/python3-defusedxml/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-defusedxml/template b/srcpkgs/python3-defusedxml/template index 19e06abfac4ec2..06bdd57a352659 100644 --- a/srcpkgs/python3-defusedxml/template +++ b/srcpkgs/python3-defusedxml/template @@ -1,7 +1,7 @@ # Template file for 'python3-defusedxml' pkgname=python3-defusedxml version=0.6.0 -revision=4 +revision=5 wrksrc="defusedxml-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 44faced26e73afc03a191ed7d95a4d29601f2f04 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:55 -0400 Subject: [PATCH 0085/1268] python3-entrypoints: rebuild for Python 3.10 --- srcpkgs/python3-entrypoints/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-entrypoints/template b/srcpkgs/python3-entrypoints/template index eb3318811dc66d..5448c469623981 100644 --- a/srcpkgs/python3-entrypoints/template +++ b/srcpkgs/python3-entrypoints/template @@ -1,7 +1,7 @@ # Template file for 'python3-entrypoints' pkgname=python3-entrypoints version=0.3 -revision=4 +revision=5 wrksrc="entrypoints-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1b1659f5c96013066375d01e065fd3600e6abaea Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:11 -0400 Subject: [PATCH 0086/1268] python3-jupyterlab_pygments: rebuild for Python 3.10 --- srcpkgs/python3-jupyterlab_pygments/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jupyterlab_pygments/template b/srcpkgs/python3-jupyterlab_pygments/template index e0d031841387c6..ec17dd3105aca5 100644 --- a/srcpkgs/python3-jupyterlab_pygments/template +++ b/srcpkgs/python3-jupyterlab_pygments/template @@ -1,7 +1,7 @@ # Template file for 'python3-jupyterlab_pygments' pkgname=python3-jupyterlab_pygments version=0.1.2 -revision=1 +revision=2 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6253b4cb06c235c4fd79cfd41d1fc6a5a1fb0057 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:16 -0400 Subject: [PATCH 0087/1268] python3-mistune: rebuild for Python 3.10 --- srcpkgs/python3-mistune/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mistune/template b/srcpkgs/python3-mistune/template index d090f265beb7d2..4b77251e0de582 100644 --- a/srcpkgs/python3-mistune/template +++ b/srcpkgs/python3-mistune/template @@ -1,7 +1,7 @@ # Template file for 'python3-mistune' pkgname=python3-mistune version=0.8.4 -revision=4 +revision=5 wrksrc="mistune-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b06ec7b7a110d3d00cd2efe2d7ea7a94abc1bb30 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:20 -0400 Subject: [PATCH 0088/1268] python3-nbclient: rebuild for Python 3.10 --- srcpkgs/python3-nbclient/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-nbclient/template b/srcpkgs/python3-nbclient/template index 2eb17dd17113e6..3005610202799f 100644 --- a/srcpkgs/python3-nbclient/template +++ b/srcpkgs/python3-nbclient/template @@ -1,7 +1,7 @@ # Template file for 'python3-nbclient' pkgname=python3-nbclient version=0.5.4 -revision=1 +revision=2 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 95e25ff00bb3df70f2f309e5c550e6108b03dc5a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:24 -0400 Subject: [PATCH 0089/1268] python3-pandocfilters: rebuild for Python 3.10 --- srcpkgs/python3-pandocfilters/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pandocfilters/template b/srcpkgs/python3-pandocfilters/template index c65bae4be72df7..7582d87040782d 100644 --- a/srcpkgs/python3-pandocfilters/template +++ b/srcpkgs/python3-pandocfilters/template @@ -1,7 +1,7 @@ # Template file for 'python3-pandocfilters' pkgname=python3-pandocfilters version=1.4.3 -revision=1 +revision=2 wrksrc="pandocfilters-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 77fa973dde0178af6c84844cc7bbb3d563e84e15 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:54 -0400 Subject: [PATCH 0090/1268] python3-testpath: rebuild for Python 3.10 --- srcpkgs/python3-testpath/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-testpath/template b/srcpkgs/python3-testpath/template index 55437453a71704..8876a9f59d8e8f 100644 --- a/srcpkgs/python3-testpath/template +++ b/srcpkgs/python3-testpath/template @@ -1,7 +1,7 @@ # Template file for 'python3-testpath' pkgname=python3-testpath version=0.4.4 -revision=1 +revision=2 wrksrc="testpath-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8aaad661b8f76718229859bd74ff3c5d86e8e9b0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:56 -0400 Subject: [PATCH 0091/1268] gobject-introspection: rebuild for Python 3.10 --- srcpkgs/gobject-introspection/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gobject-introspection/template b/srcpkgs/gobject-introspection/template index e3561a3b62208f..503c68e75c8786 100644 --- a/srcpkgs/gobject-introspection/template +++ b/srcpkgs/gobject-introspection/template @@ -1,7 +1,7 @@ # Template file for 'gobject-introspection' pkgname=gobject-introspection version=1.68.0 -revision=2 +revision=3 build_style=meson pycompile_dirs="usr/lib/${pkgname}/giscanner" hostmakedepends="flex pkg-config" From f841fd92f0d37e62851523ec2fd298a78139b36a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:44 -0400 Subject: [PATCH 0092/1268] python3-cairo: rebuild for Python 3.10 --- srcpkgs/python3-cairo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cairo/template b/srcpkgs/python3-cairo/template index 4d33cd8af84f86..66542cb894491c 100644 --- a/srcpkgs/python3-cairo/template +++ b/srcpkgs/python3-cairo/template @@ -1,7 +1,7 @@ # Template file for 'python3-cairo' pkgname=python3-cairo version=1.20.1 -revision=2 +revision=3 wrksrc="pycairo-${version}" build_style=python3-module hostmakedepends="pkg-config python3" From 2358f0d3fbc221cdf88d267d74e8dd03f73861ce Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:44 -0400 Subject: [PATCH 0093/1268] python3-cachetools: rebuild for Python 3.10 --- srcpkgs/python3-cachetools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cachetools/template b/srcpkgs/python3-cachetools/template index 1d5bc5fc7e9a12..8d499d2a7de8a3 100644 --- a/srcpkgs/python3-cachetools/template +++ b/srcpkgs/python3-cachetools/template @@ -1,7 +1,7 @@ # Template file for 'python3-cachetools' pkgname=python3-cachetools version=4.2.4 -revision=1 +revision=2 wrksrc="cachetools-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 04265e4692d4e6c447a69d6ec97cd969747c63eb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:45 -0400 Subject: [PATCH 0094/1268] python3-rsa: rebuild for Python 3.10 --- srcpkgs/python3-rsa/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-rsa/template b/srcpkgs/python3-rsa/template index c6874c00e644f9..18c8328111f413 100644 --- a/srcpkgs/python3-rsa/template +++ b/srcpkgs/python3-rsa/template @@ -1,7 +1,7 @@ # Template file for 'python3-rsa' pkgname=python3-rsa version=4.6 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4ff52a52ac97f05cba0f7340ce8020f02e90dd43 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:31 -0400 Subject: [PATCH 0095/1268] python3-protobuf: rebuild for Python 3.10 --- srcpkgs/python3-protobuf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-protobuf/template b/srcpkgs/python3-protobuf/template index b9753ed5ed784c..37af66f20ea2cb 100644 --- a/srcpkgs/python3-protobuf/template +++ b/srcpkgs/python3-protobuf/template @@ -1,7 +1,7 @@ # Template file for 'python3-protobuf' pkgname=python3-protobuf version=3.17.3 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-wheel" From 3f4313a081290c783cf0a208162a8aadbee0ba9a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:19 -0400 Subject: [PATCH 0096/1268] python-atomicwrites: rebuild for Python 3.10 --- srcpkgs/python-atomicwrites/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-atomicwrites/template b/srcpkgs/python-atomicwrites/template index 869c5f61df1669..ac7d786c6e5ba6 100644 --- a/srcpkgs/python-atomicwrites/template +++ b/srcpkgs/python-atomicwrites/template @@ -1,7 +1,7 @@ # Template file for 'python-atomicwrites' pkgname=python-atomicwrites version=1.4.0 -revision=1 +revision=2 wrksrc="atomicwrites-${version}" build_style=python-module pycompile_module="atomicwrites" From 29fc29e8538b5eb28f1be1ba4c6582efc125bdad Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:05 -0400 Subject: [PATCH 0097/1268] python3-iniconfig: rebuild for Python 3.10 --- srcpkgs/python3-iniconfig/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-iniconfig/template b/srcpkgs/python3-iniconfig/template index 8f35b984210dca..36b2fa5ea0eea8 100644 --- a/srcpkgs/python3-iniconfig/template +++ b/srcpkgs/python3-iniconfig/template @@ -1,7 +1,7 @@ # Template file for 'python3-iniconfig' pkgname=python3-iniconfig version=1.1.1 -revision=1 +revision=2 wrksrc="iniconfig-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From 9acfb809a1b8df6d630f32a029bbb974ef88da0d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:29 -0400 Subject: [PATCH 0098/1268] python3-pluggy: rebuild for Python 3.10 --- srcpkgs/python3-pluggy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pluggy/template b/srcpkgs/python3-pluggy/template index 1f615db52172fb..efaa7e25d2a731 100644 --- a/srcpkgs/python3-pluggy/template +++ b/srcpkgs/python3-pluggy/template @@ -1,7 +1,7 @@ # Template file for 'python3-pluggy' pkgname=python3-pluggy version=0.13.1 -revision=6 +revision=7 wrksrc="pluggy-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From f4270977b0b82238fa979fd6219446ffa592313e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:32 -0400 Subject: [PATCH 0099/1268] python3-py: rebuild for Python 3.10 --- srcpkgs/python3-py/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-py/template b/srcpkgs/python3-py/template index 2a4b54a501bfa8..ee75657589553b 100644 --- a/srcpkgs/python3-py/template +++ b/srcpkgs/python3-py/template @@ -1,7 +1,7 @@ # Template file for 'python3-py' pkgname=python3-py version=1.10.0 -revision=1 +revision=2 wrksrc="py-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From 09de996f9c75f8f1fefb5d34daacf7b5605958e2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:21 -0400 Subject: [PATCH 0100/1268] python-dbus: rebuild for Python 3.10 --- srcpkgs/python-dbus/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template index b190d8499bf7dd..884d001dcef899 100644 --- a/srcpkgs/python-dbus/template +++ b/srcpkgs/python-dbus/template @@ -1,7 +1,7 @@ # Template file for 'python-dbus' pkgname=python-dbus version=1.2.16 -revision=3 +revision=4 wrksrc="dbus-python-${version}" build_style=gnu-configure hostmakedepends="pkg-config python-devel python3-devel" @@ -69,7 +69,7 @@ python-dbus-devel_package() { } python3-dbus-devel_package() { depends="python3-devel python3-dbus>=${version}_${revision}" - short_desc+=" - development files" + short_desc="${short_desc/Python2/Python3} - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig From 1a746b209666204016671e79a99a06791db15734 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 29 Sep 2021 20:17:15 -0400 Subject: [PATCH 0101/1268] automake: update to 1.16.4. --- srcpkgs/automake/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/automake/template b/srcpkgs/automake/template index 90dfe1f403e431..8cfdccb2b91a8f 100644 --- a/srcpkgs/automake/template +++ b/srcpkgs/automake/template @@ -1,8 +1,8 @@ # Template file for 'automake' # NOTE: also update common/environment/configure/automake when updating! pkgname=automake -version=1.16.2 -revision=2 +version=1.16.4 +revision=1 build_style=gnu-configure make_check_args="${makejobs}" hostmakedepends="perl autoconf" @@ -14,7 +14,7 @@ maintainer="Enno Boland " license="GPL-2.0-or-later" homepage="https://www.gnu.org/software/automake" distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz" -checksum=ccc459de3d710e066ab9e12d2f119bd164a08c9341ca24ba22c9adaa179eedd0 +checksum=80facc09885a57e6d49d06972c0ae1089c5fa8f4d4c7cfe5baea58e5085f136d pre_check() { # taken from http://www.linuxfromscratch.org/lfs/view/development/chapter06/automake.html From bac824ce77ad7b30e2ce4142f6d6fa27ae7cc8f3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:13 -0400 Subject: [PATCH 0102/1268] tdb: rebuild for Python 3.10 --- srcpkgs/tdb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tdb/template b/srcpkgs/tdb/template index 87f0b211a05b8e..a542437b96998f 100644 --- a/srcpkgs/tdb/template +++ b/srcpkgs/tdb/template @@ -1,7 +1,7 @@ # Template file for 'tdb' pkgname=tdb version=1.4.3 -revision=1 +revision=2 build_style=waf3 build_helper="qemu" configure_script="buildtools/bin/waf" From e3296974c03bb67634498351a251c9d9b7d3c98b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:14 -0400 Subject: [PATCH 0103/1268] tevent: rebuild for Python 3.10 --- srcpkgs/tevent/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tevent/template b/srcpkgs/tevent/template index 731d707efaaa78..1d05c275ebd2ca 100644 --- a/srcpkgs/tevent/template +++ b/srcpkgs/tevent/template @@ -1,7 +1,7 @@ # Template file for 'tevent' pkgname=tevent version=0.10.2 -revision=2 +revision=3 build_style=waf3 build_helper="qemu" configure_script="buildtools/bin/waf" From 60d1f67e78c5d9d0bd8c2669d07b15625740d373 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:43 -0400 Subject: [PATCH 0104/1268] python3-recommonmark: rebuild for Python 3.10 --- srcpkgs/python3-recommonmark/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-recommonmark/template b/srcpkgs/python3-recommonmark/template index f7dca68d6cf465..1240bcfe26393b 100644 --- a/srcpkgs/python3-recommonmark/template +++ b/srcpkgs/python3-recommonmark/template @@ -1,7 +1,7 @@ # Template file for 'python3-recommonmark' pkgname=python3-recommonmark version=0.7.1 -revision=1 +revision=2 wrksrc="recommonmark-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-commonmark python3-docutils From 99e31082df9b67638584258e58014e7045f6156e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:51 -0400 Subject: [PATCH 0105/1268] python3-sphinx-automodapi: rebuild for Python 3.10 --- srcpkgs/python3-sphinx-automodapi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-sphinx-automodapi/template b/srcpkgs/python3-sphinx-automodapi/template index 4e9469318a9eba..0544d59d435fb6 100644 --- a/srcpkgs/python3-sphinx-automodapi/template +++ b/srcpkgs/python3-sphinx-automodapi/template @@ -1,7 +1,7 @@ # Template file for 'python3-sphinx-automodapi' pkgname=python3-sphinx-automodapi version=0.13 -revision=1 +revision=2 wrksrc="sphinx-automodapi-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d68fc3cf6fa6de8da32efc0646f84c79c798bab0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:19 -0400 Subject: [PATCH 0106/1268] python-PyHamcrest: rebuild for Python 3.10 --- srcpkgs/python-PyHamcrest/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-PyHamcrest/template b/srcpkgs/python-PyHamcrest/template index ddb560675b3a44..34b26e0dfd48b6 100644 --- a/srcpkgs/python-PyHamcrest/template +++ b/srcpkgs/python-PyHamcrest/template @@ -1,7 +1,7 @@ # Template file for 'python-PyHamcrest' pkgname=python-PyHamcrest version=1.9.0 -revision=4 +revision=5 wrksrc="PyHamcrest-${version}" build_style=python-module pycompile_module="hamcrest" From 2b6b06e24c2e524f8db48562d23fe64b31e39f65 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:20 -0400 Subject: [PATCH 0107/1268] python-automat: rebuild for Python 3.10 --- srcpkgs/python-automat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-automat/template b/srcpkgs/python-automat/template index 74c3ef1cafebbc..3487b14abce85b 100644 --- a/srcpkgs/python-automat/template +++ b/srcpkgs/python-automat/template @@ -1,7 +1,7 @@ # Template file for 'python-automat' pkgname=python-automat version=20.2.0 -revision=3 +revision=4 wrksrc="Automat-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 6b5b70dab98278a66e72d4ef602b803ad42b4fd5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:21 -0400 Subject: [PATCH 0108/1268] python-constantly: rebuild for Python 3.10 --- srcpkgs/python-constantly/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-constantly/template b/srcpkgs/python-constantly/template index 1686c863022ac4..51d9a9f25fef08 100644 --- a/srcpkgs/python-constantly/template +++ b/srcpkgs/python-constantly/template @@ -1,7 +1,7 @@ # Template file for 'python-constantly' pkgname=python-constantly version=15.1.0 -revision=5 +revision=6 wrksrc="constantly-${version}" build_style=python-module pycompile_module="constantly" From 90ddc4247e55a277456622999efe1b6923ef4314 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:22 -0400 Subject: [PATCH 0109/1268] python-hyperlink: rebuild for Python 3.10 --- srcpkgs/python-hyperlink/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-hyperlink/template b/srcpkgs/python-hyperlink/template index 412cc5c0fb4643..710b8eb13db854 100644 --- a/srcpkgs/python-hyperlink/template +++ b/srcpkgs/python-hyperlink/template @@ -1,7 +1,7 @@ # Template file for 'python-hyperlink' pkgname=python-hyperlink version=21.0.0 -revision=1 +revision=2 wrksrc="hyperlink-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 4c080a0712c95bb6c9583f770b287182370aa8cb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:22 -0400 Subject: [PATCH 0110/1268] python-incremental: rebuild for Python 3.10 --- srcpkgs/python-incremental/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-incremental/template b/srcpkgs/python-incremental/template index b5248b29eb395a..693613085c17b3 100644 --- a/srcpkgs/python-incremental/template +++ b/srcpkgs/python-incremental/template @@ -1,7 +1,7 @@ # Template file for 'python-incremental' pkgname=python-incremental version=17.5.0 -revision=5 +revision=6 wrksrc="incremental-${version}" build_style=python-module pycompile_module="incremental" From 52c1283dba85d96e83af7450284d73f75e024693 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:23 -0400 Subject: [PATCH 0111/1268] python-openssl: rebuild for Python 3.10 --- srcpkgs/python-openssl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-openssl/template b/srcpkgs/python-openssl/template index 266e3326b8c801..60f32336e39d9f 100644 --- a/srcpkgs/python-openssl/template +++ b/srcpkgs/python-openssl/template @@ -1,7 +1,7 @@ # Template file for 'python-openssl' pkgname=python-openssl version=20.0.1 -revision=1 +revision=2 wrksrc="pyOpenSSL-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From cfd936610259b030d976a2e5f8b8e948ddb82000 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:25 -0400 Subject: [PATCH 0112/1268] python-service_identity: rebuild for Python 3.10 --- srcpkgs/python-service_identity/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-service_identity/template b/srcpkgs/python-service_identity/template index 18055c2d455fe5..b0cb27dfbea17e 100644 --- a/srcpkgs/python-service_identity/template +++ b/srcpkgs/python-service_identity/template @@ -1,7 +1,7 @@ # Template file for 'python-service_identity' pkgname=python-service_identity version=18.1.0 -revision=4 +revision=5 wrksrc="service_identity-${version}" build_style=python-module pycompile_module="service_identity" From 38218a9f3aac2841c30df7ffa1bb0f97233aa65e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:18 -0400 Subject: [PATCH 0113/1268] python3-multidict: rebuild for Python 3.10 --- srcpkgs/python3-multidict/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-multidict/template b/srcpkgs/python3-multidict/template index cf8c58a161f41f..ab9ae4f46f0a64 100644 --- a/srcpkgs/python3-multidict/template +++ b/srcpkgs/python3-multidict/template @@ -1,7 +1,7 @@ # Template file for 'python3-multidict' pkgname=python3-multidict version=5.1.0 -revision=1 +revision=2 wrksrc="multidict-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0359004ef5e4e450af80fca55feb34900088eaeb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:10 -0400 Subject: [PATCH 0114/1268] sip: rebuild for Python 3.10 --- srcpkgs/sip/patches/python310.patch | 8 ++++++++ srcpkgs/sip/template | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/sip/patches/python310.patch diff --git a/srcpkgs/sip/patches/python310.patch b/srcpkgs/sip/patches/python310.patch new file mode 100644 index 00000000000000..066b665a7eb127 --- /dev/null +++ b/srcpkgs/sip/patches/python310.patch @@ -0,0 +1,8 @@ +--- ./sipbuild/py_versions.py.orig 2021-09-25 21:37:44.381213255 -0400 ++++ ./sipbuild/py_versions.py 2021-09-25 21:38:00.904208911 -0400 +@@ -23,4 +23,4 @@ + + # The first and last supported minor versions of Python v3. + FIRST_SUPPORTED_MINOR = 6 +-LAST_SUPPORTED_MINOR = 9 ++LAST_SUPPORTED_MINOR = 10 diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template index 1a8823ce246fff..ea60d37cab72fa 100644 --- a/srcpkgs/sip/template +++ b/srcpkgs/sip/template @@ -1,7 +1,7 @@ # Template file for 'sip' pkgname=sip version=6.1.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml" makedepends="python3-devel" From 0ce1cfd5e387a40fc8d2389f00942c8a5ff67a0d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:08 -0400 Subject: [PATCH 0115/1268] python3-jaraco.functools: rebuild for Python 3.10 --- srcpkgs/python3-jaraco.functools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template index 1624a6ad689383..543cd11ec3b8c7 100644 --- a/srcpkgs/python3-jaraco.functools/template +++ b/srcpkgs/python3-jaraco.functools/template @@ -1,7 +1,7 @@ # Template file for 'python3-jaraco.functools' pkgname=python3-jaraco.functools version=3.3.0 -revision=1 +revision=2 wrksrc="jaraco.functools-${version}" build_style=python3-module make_check_args="--override-ini='addopts=--doctest-modules'" From 86e702caa3454782874233b169e27fbb5cdd2415 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:05 -0400 Subject: [PATCH 0116/1268] python3-zope.proxy: rebuild for Python 3.10 --- srcpkgs/python3-zope.proxy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zope.proxy/template b/srcpkgs/python3-zope.proxy/template index a0e39907399e73..6bbfc210da6c43 100644 --- a/srcpkgs/python3-zope.proxy/template +++ b/srcpkgs/python3-zope.proxy/template @@ -1,7 +1,7 @@ # Template file for 'python3-zope.proxy' pkgname=python3-zope.proxy version=4.4.0 -revision=1 +revision=2 wrksrc="zope.proxy-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx" From 93eab2e3632a98ba46867c26d5447c18330655af Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:05 -0400 Subject: [PATCH 0117/1268] python3-zope.event: rebuild for Python 3.10 --- srcpkgs/python3-zope.event/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template index 7b26600c0db739..7ab88b3cae609d 100644 --- a/srcpkgs/python3-zope.event/template +++ b/srcpkgs/python3-zope.event/template @@ -1,7 +1,7 @@ # Template file for 'python3-zope.event' pkgname=python3-zope.event version=4.5.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module pycompile_module="zope/event" From 72528819dfc9b401e45d5e612a233063ee22697c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:39 -0400 Subject: [PATCH 0118/1268] python3-argon2: rebuild for Python 3.10 --- srcpkgs/python3-argon2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-argon2/template b/srcpkgs/python3-argon2/template index c81d31cced1098..69f47924ad190f 100644 --- a/srcpkgs/python3-argon2/template +++ b/srcpkgs/python3-argon2/template @@ -1,7 +1,7 @@ # Template file for 'python3-argon2' pkgname=python3-argon2 version=19.2.0 -revision=2 +revision=3 wrksrc="argon2-cffi-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-cffi" From 67fddb404b8961853682826871eec4724597ca2d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:06 -0400 Subject: [PATCH 0119/1268] python3-ipython_ipykernel: rebuild for Python 3.10 --- srcpkgs/python3-ipython_ipykernel/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template index 4cf95a85c8d683..f00e0a3f1a0c9b 100644 --- a/srcpkgs/python3-ipython_ipykernel/template +++ b/srcpkgs/python3-ipython_ipykernel/template @@ -1,7 +1,7 @@ # Template file for 'python3-ipython_ipykernel' pkgname=python3-ipython_ipykernel version=5.5.4 -revision=1 +revision=2 wrksrc="ipykernel-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-ipython From 44bb6c530eaf6e32768ccdfeb1af46c4583810aa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:10 -0400 Subject: [PATCH 0120/1268] python3-jupyter_nbconvert: rebuild for Python 3.10 --- srcpkgs/python3-jupyter_nbconvert/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template index 59d7d2c5014ade..ee8f7f8ba36841 100644 --- a/srcpkgs/python3-jupyter_nbconvert/template +++ b/srcpkgs/python3-jupyter_nbconvert/template @@ -1,7 +1,7 @@ # Template file for 'python3-jupyter_nbconvert' pkgname=python3-jupyter_nbconvert version=6.0.7 -revision=1 +revision=2 wrksrc="nbconvert-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b4195b36d89ae484d38bd1f15d0f28e42932d95f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:31 -0400 Subject: [PATCH 0121/1268] python3-prometheus_client: rebuild for Python 3.10 --- srcpkgs/python3-prometheus_client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-prometheus_client/template b/srcpkgs/python3-prometheus_client/template index 5a182223be45c7..82e4da1f3edd8e 100644 --- a/srcpkgs/python3-prometheus_client/template +++ b/srcpkgs/python3-prometheus_client/template @@ -1,7 +1,7 @@ # Template file for 'python3-prometheus_client' pkgname=python3-prometheus_client version=0.9.0 -revision=1 +revision=2 wrksrc="prometheus_client-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 50dcb4c34db9afedccb922ed7c1529fbc0f2cdc9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:47 -0400 Subject: [PATCH 0122/1268] python3-send2trash: rebuild for Python 3.10 --- srcpkgs/python3-send2trash/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-send2trash/template b/srcpkgs/python3-send2trash/template index 8ef320362a7efd..8768c2c98264cf 100644 --- a/srcpkgs/python3-send2trash/template +++ b/srcpkgs/python3-send2trash/template @@ -1,7 +1,7 @@ # Template file for 'python3-send2trash' pkgname=python3-send2trash version=1.5.0 -revision=4 +revision=5 wrksrc="send2trash-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9f00c675688321626d013048574ce3777929aebd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:54 -0400 Subject: [PATCH 0123/1268] python3-terminado: rebuild for Python 3.10 --- srcpkgs/python3-terminado/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-terminado/template b/srcpkgs/python3-terminado/template index 4dbe5964dd38da..28c65c82ba99c2 100644 --- a/srcpkgs/python3-terminado/template +++ b/srcpkgs/python3-terminado/template @@ -1,7 +1,7 @@ # Template file for 'python3-terminado' pkgname=python3-terminado version=0.9.4 -revision=1 +revision=2 wrksrc="terminado-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From eff8f927a49d3fd480a1e00ed26c3c381c9f6c05 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:20 -0400 Subject: [PATCH 0124/1268] python-bcrypt: rebuild for Python 3.10 --- srcpkgs/python-bcrypt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-bcrypt/template b/srcpkgs/python-bcrypt/template index 7a92d94e8f1119..fdb27f49189235 100644 --- a/srcpkgs/python-bcrypt/template +++ b/srcpkgs/python-bcrypt/template @@ -1,7 +1,7 @@ # Template file for 'python-bcrypt' pkgname=python-bcrypt version=3.2.0 -revision=1 +revision=2 wrksrc="bcrypt-${version}" build_style=python-module pycompile_module="bcrypt" From f9ea96e457626c3f46f026806a3f7cce90b0013b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:36 -0400 Subject: [PATCH 0125/1268] python3-pynacl: rebuild for Python 3.10 --- srcpkgs/python3-pynacl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pynacl/template b/srcpkgs/python3-pynacl/template index 387a34e121a58e..1ad1ea06883fbb 100644 --- a/srcpkgs/python3-pynacl/template +++ b/srcpkgs/python3-pynacl/template @@ -1,7 +1,7 @@ # Template file for 'python3-pynacl' pkgname=python3-pynacl version=1.4.0 -revision=1 +revision=2 wrksrc="PyNaCl-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-cffi python3-wheel" From 16128a4179c0eef5676056b579bbffa13eb269e2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:50 -0400 Subject: [PATCH 0126/1268] python3-sniffio: rebuild for Python 3.10 --- srcpkgs/python3-sniffio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-sniffio/template b/srcpkgs/python3-sniffio/template index 6481ea76e58cc6..0f0eeca23b6529 100644 --- a/srcpkgs/python3-sniffio/template +++ b/srcpkgs/python3-sniffio/template @@ -1,7 +1,7 @@ # Template file for 'python3-sniffio' pkgname=python3-sniffio version=1.2.0 -revision=1 +revision=2 wrksrc="sniffio-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 436f98b9344365dea2b8ff3f70b2ad148aa5d40a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:42 -0400 Subject: [PATCH 0127/1268] boost: rebuild for Python 3.10 --- common/shlibs | 2 +- srcpkgs/boost/patches/exec_file.patch | 45 +++++++++++++++++++++++++++ srcpkgs/boost/template | 2 +- 3 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/boost/patches/exec_file.patch diff --git a/common/shlibs b/common/shlibs index 4e7b70f6b16116..458f7dfcd128d0 100644 --- a/common/shlibs +++ b/common/shlibs @@ -644,7 +644,7 @@ libboost_stacktrace_noop.so.1.72.0 libboost_stacktrace_noop1.72-1.72.0_1 libboost_stacktrace_addr2line.so.1.72.0 libboost_stacktrace_addr2line1.72-1.72.0_1 libboost_stacktrace_basic.so.1.72.0 libboost_stacktrace_basic1.72-1.72.0_1 libboost_python27.so.1.72.0 boost-python1.72-1.72.0_1 -libboost_python39.so.1.72.0 boost-python3-1.72-1.72.0_4 +libboost_python310.so.1.72.0 boost-python3-1.72-1.72.0_6 libexempi.so.8 exempi-2.5.0_1 libatasmart.so.4 libatasmart-0.17_1 libsgutils2-1.45.so.2 libsgutils-1.45_1 diff --git a/srcpkgs/boost/patches/exec_file.patch b/srcpkgs/boost/patches/exec_file.patch new file mode 100644 index 00000000000000..b1b0ef969c4d1c --- /dev/null +++ b/srcpkgs/boost/patches/exec_file.patch @@ -0,0 +1,45 @@ +From d9f06052e28873037db7f98629bce72182a42410 Mon Sep 17 00:00:00 2001 +From: Pat Riehecky +Date: Mon, 29 Jun 2020 10:51:58 -0500 +Subject: [PATCH] Convert Python 3.1+ to use public C API for filenames + + [ + Ed.: Paths were adapted from upstream commit + https://github.com/boostorg/python/commit/d9f06052e28873037db7f98629bce72182a42410 + ] + +--- + src/exec.cpp | 16 ++++++++++++---- + 1 file changed, 12 insertions(+), 4 deletions(-) + +diff --git a/libs/python/src/exec.cpp b/libs/python/src/exec.cpp +index 171c6f4189..b2eabe59f6 100644 +--- a/libs/python/src/exec.cpp ++++ b/libs/python/src/exec.cpp +@@ -104,14 +104,22 @@ object BOOST_PYTHON_DECL exec_file(char const *filename, object global, object l + if (local.is_none()) local = global; + // should be 'char const *' but older python versions don't use 'const' yet. + char *f = const_cast(filename); +- // Let python open the file to avoid potential binary incompatibilities. +-#if PY_VERSION_HEX >= 0x03040000 +- FILE *fs = _Py_fopen(f, "r"); ++#if PY_VERSION_HEX >= 0x03010000 ++ // Let python manage any UTF bits to avoid potential incompatibilities. ++ PyObject *fo = Py_BuildValue("s", f); ++ PyObject *fb = Py_None; ++ PyUnicode_FSConverter(fo, &fb); ++ f = PyBytes_AsString(fb); ++ FILE *fs = fopen(f, "r"); ++ Py_DECREF(fo); ++ Py_DECREF(fb); + #elif PY_VERSION_HEX >= 0x03000000 ++ // Let python open the file to avoid potential binary incompatibilities. + PyObject *fo = Py_BuildValue("s", f); +- FILE *fs = _Py_fopen(fo, "r"); ++ FILE *fs = _Py_fopen(fo, "r"); // Private CPython API + Py_DECREF(fo); + #else ++ // Let python open the file to avoid potential binary incompatibilities. + PyObject *pyfile = PyFile_FromString(f, const_cast("r")); + if (!pyfile) throw std::invalid_argument(std::string(f) + " : no such file"); + python::handle<> file(pyfile); diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template index 61749aaeba7222..f5881e536bddcd 100644 --- a/srcpkgs/boost/template +++ b/srcpkgs/boost/template @@ -1,7 +1,7 @@ # Template file for 'boost' pkgname=boost version=1.72.0 -revision=5 +revision=6 wrksrc="${pkgname}_${version//\./_}" hostmakedepends="which bzip2-devel icu-devel python-devel python3-devel" makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel" From 6f0a0de611f3787b972c2655996c00f72e9a3381 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:45 -0400 Subject: [PATCH 0128/1268] python3-cheetah3: rebuild for Python 3.10 --- srcpkgs/python3-cheetah3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template index 060110a29e1ec7..1c07bcc8bcbba2 100644 --- a/srcpkgs/python3-cheetah3/template +++ b/srcpkgs/python3-cheetah3/template @@ -1,7 +1,7 @@ # Template file for 'python3-cheetah3' pkgname=python3-cheetah3 version=3.2.6.post2 -revision=1 +revision=2 wrksrc="Cheetah3-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5a73ecfda90c9eb1a1d3204e2d8add70918e901d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:59 -0400 Subject: [PATCH 0129/1268] python3-gobject: rebuild for Python 3.10 --- srcpkgs/python3-gobject/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-gobject/template b/srcpkgs/python3-gobject/template index 851af74f1da459..22ae460c91254e 100644 --- a/srcpkgs/python3-gobject/template +++ b/srcpkgs/python3-gobject/template @@ -1,7 +1,7 @@ # Template file for 'python3-gobject' pkgname=python3-gobject version=3.40.1 -revision=1 +revision=2 wrksrc="pygobject-${version}" build_style=meson build_helper="gir" From ca92e09945f4e88c00f76ade017f05316c056f7a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:08 -0400 Subject: [PATCH 0130/1268] python3-jeepney: rebuild for Python 3.10 --- srcpkgs/python3-jeepney/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template index 05b7e257510e4b..c298448e81138d 100644 --- a/srcpkgs/python3-jeepney/template +++ b/srcpkgs/python3-jeepney/template @@ -1,7 +1,7 @@ # Template file for 'python3-jeepney' pkgname=python3-jeepney version=0.7.1 -revision=1 +revision=2 wrksrc="jeepney-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 07707e748c5bd11e1880d7cf85aaba5744ff67f5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:04 -0400 Subject: [PATCH 0131/1268] python3-zipp: rebuild for Python 3.10 --- srcpkgs/python3-zipp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zipp/template b/srcpkgs/python3-zipp/template index 13184b489e2f06..533846c48784b3 100644 --- a/srcpkgs/python3-zipp/template +++ b/srcpkgs/python3-zipp/template @@ -1,7 +1,7 @@ # Template file for 'python3-zipp' pkgname=python3-zipp version=3.5.0 -revision=1 +revision=2 wrksrc="zipp-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From cb8d88799731b863b381e43bdbbb6b0c68bbf1c8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:00 -0400 Subject: [PATCH 0132/1268] python3-google-auth: rebuild for Python 3.10 --- srcpkgs/python3-google-auth/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-google-auth/template b/srcpkgs/python3-google-auth/template index 880bb0441a1e0a..575d1598901757 100644 --- a/srcpkgs/python3-google-auth/template +++ b/srcpkgs/python3-google-auth/template @@ -1,7 +1,7 @@ # Template file for 'python3-google-auth' pkgname=python3-google-auth version=1.28.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c5793898294f524c445af07b5f8484de12032e68 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:00 -0400 Subject: [PATCH 0133/1268] python3-googleapis-common-protos: rebuild for Python 3.10 --- srcpkgs/python3-googleapis-common-protos/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-googleapis-common-protos/template b/srcpkgs/python3-googleapis-common-protos/template index 8b3c309b55d417..3a2dad8720bb77 100644 --- a/srcpkgs/python3-googleapis-common-protos/template +++ b/srcpkgs/python3-googleapis-common-protos/template @@ -1,7 +1,7 @@ # Template file for 'python3-googleapis-common-protos' pkgname=python3-googleapis-common-protos version=1.53.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 033cc8c95bd254e845d90ba26cb2f2d435d436a6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:03 -0400 Subject: [PATCH 0134/1268] python3-httplib2: rebuild for Python 3.10 --- srcpkgs/python3-httplib2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-httplib2/template b/srcpkgs/python3-httplib2/template index f3f1fe63a15912..d0c39a4786222d 100644 --- a/srcpkgs/python3-httplib2/template +++ b/srcpkgs/python3-httplib2/template @@ -1,7 +1,7 @@ # Template file for 'python3-httplib2' pkgname=python3-httplib2 version=0.18.1 -revision=2 +revision=3 create_wrksrc=yes build_wrksrc="httplib2-${version}" build_style=python3-module From 8812d4f1f93e3539e010c673c435d5aa51862e61 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:44 -0400 Subject: [PATCH 0135/1268] python3-breathe: rebuild for Python 3.10 --- srcpkgs/python3-breathe/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-breathe/template b/srcpkgs/python3-breathe/template index 0addde334a7d48..ac3f3bdf6fd7b5 100644 --- a/srcpkgs/python3-breathe/template +++ b/srcpkgs/python3-breathe/template @@ -1,7 +1,7 @@ # Template file for 'python3-breathe' pkgname=python3-breathe version=4.31.0 -revision=1 +revision=2 wrksrc="breathe-${version}" build_style=python3-module _pyreqs="python3-Sphinx python3-docutils python3-six" From 7f4a6edb8a98a9983e598e49f788460a8cbf298f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:39 -0400 Subject: [PATCH 0136/1268] python3-pytest: rebuild for Python 3.10 --- srcpkgs/python3-pytest/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template index c381df973ba8af..9db1ca76408e92 100644 --- a/srcpkgs/python3-pytest/template +++ b/srcpkgs/python3-pytest/template @@ -1,7 +1,7 @@ # Template file for 'python3-pytest' pkgname=python3-pytest version=6.2.5 -revision=1 +revision=2 wrksrc="pytest-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm python3-Sphinx" From 2cf5c1e67d910238064726385bf86d21f545f5b8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:51 -0400 Subject: [PATCH 0137/1268] python3-sphinx_rtd_theme: rebuild for Python 3.10 --- srcpkgs/python3-sphinx_rtd_theme/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template index 3884255d0197aa..ed49f8a00c516c 100644 --- a/srcpkgs/python3-sphinx_rtd_theme/template +++ b/srcpkgs/python3-sphinx_rtd_theme/template @@ -1,7 +1,7 @@ # Template file for 'python3-sphinx_rtd_theme' pkgname=python3-sphinx_rtd_theme version=0.5.0 -revision=2 +revision=3 wrksrc="sphinx_rtd_theme-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8da12debab348eb0a71002a45bb8ee771b1778c3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:47 -0400 Subject: [PATCH 0138/1268] python3-click: rebuild for Python 3.10 --- srcpkgs/python3-click/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-click/template b/srcpkgs/python3-click/template index 71c8e0fc0b840f..2583a95cc4adf2 100644 --- a/srcpkgs/python3-click/template +++ b/srcpkgs/python3-click/template @@ -1,7 +1,7 @@ # Template file for 'python3-click' pkgname=python3-click version=7.1.2 -revision=4 +revision=5 wrksrc="click-${version}" build_style="python3-module" hostmakedepends="python3-setuptools" From f1f6a7d85fe8a454437eb23ef7921ed841850ff2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:35 -0400 Subject: [PATCH 0139/1268] python3-Werkzeug: rebuild for Python 3.10 --- srcpkgs/python3-Werkzeug/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Werkzeug/template b/srcpkgs/python3-Werkzeug/template index acf4629d74aa3c..54ed4fbed49b8c 100644 --- a/srcpkgs/python3-Werkzeug/template +++ b/srcpkgs/python3-Werkzeug/template @@ -1,7 +1,7 @@ # Template file for 'python3-Werkzeug' pkgname=python3-Werkzeug version=2.0.1 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a2cdaccf47e24614ffb315d12b23ae41087d4354 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:07 -0400 Subject: [PATCH 0140/1268] python3-itsdangerous: rebuild for Python 3.10 --- srcpkgs/python3-itsdangerous/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-itsdangerous/template b/srcpkgs/python3-itsdangerous/template index b86d8c5a515aa8..6fa31a0342fd20 100644 --- a/srcpkgs/python3-itsdangerous/template +++ b/srcpkgs/python3-itsdangerous/template @@ -1,7 +1,7 @@ # Template file for 'python3-itsdangerous' pkgname=python3-itsdangerous version=2.0.1 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2eb9715f9aa2084e97c485b6758ca3aa6163e0ff Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:21 -0400 Subject: [PATCH 0141/1268] python3-notify2: rebuild for Python 3.10 --- srcpkgs/python3-notify2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template index aa119e4ffb2579..ca5b755fc20315 100644 --- a/srcpkgs/python3-notify2/template +++ b/srcpkgs/python3-notify2/template @@ -1,7 +1,7 @@ # Template file for 'python3-notify2' pkgname=python3-notify2 version=0.3.1 -revision=3 +revision=4 wrksrc="notify2-${version}" build_style=python3-module hostmakedepends="python3" From ac289f5c0fe6e42ed484b59fffc391dce4b85058 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:31 -0400 Subject: [PATCH 0142/1268] python3-psutil: rebuild for Python 3.10 --- srcpkgs/python3-psutil/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-psutil/template b/srcpkgs/python3-psutil/template index e8f18070ff1a7e..6300f47b363dd2 100644 --- a/srcpkgs/python3-psutil/template +++ b/srcpkgs/python3-psutil/template @@ -1,7 +1,7 @@ # Template file for 'python3-psutil' pkgname=python3-psutil version=5.8.0 -revision=1 +revision=2 wrksrc="psutil-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4c025a1c1ff2d8c8612074224743f4753ad9fafe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:54 -0400 Subject: [PATCH 0143/1268] glusterfs: rebuild for Python 3.10 --- srcpkgs/glusterfs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template index 93fd87eeda76ed..da372c56c5fb30 100644 --- a/srcpkgs/glusterfs/template +++ b/srcpkgs/glusterfs/template @@ -1,7 +1,7 @@ # Template file for 'glusterfs' pkgname=glusterfs version=9.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no From 4da5468e16b2c63511b9e84c05e069ea59fe6e67 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:02 -0400 Subject: [PATCH 0144/1268] ldb: rebuild for Python 3.10 --- srcpkgs/ldb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ldb/template b/srcpkgs/ldb/template index 8843e391d86cf1..6bcb57c6ba24e6 100644 --- a/srcpkgs/ldb/template +++ b/srcpkgs/ldb/template @@ -1,7 +1,7 @@ # Template file for 'ldb' pkgname=ldb version=2.3.0 -revision=1 +revision=2 build_style=waf3 build_helper="qemu" configure_script="buildtools/bin/waf" From fe178a77ea01ecd806b4abf9b8378dc3a56ba829 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:06 -0400 Subject: [PATCH 0145/1268] llvm12: rebuild for Python 3.10 --- srcpkgs/llvm12/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/llvm12/template b/srcpkgs/llvm12/template index b4aa30e6d39dc2..7ce18028e4a3cf 100644 --- a/srcpkgs/llvm12/template +++ b/srcpkgs/llvm12/template @@ -1,7 +1,7 @@ # Template file for 'llvm12' pkgname=llvm12 version=12.0.1 -revision=1 +revision=2 wrksrc="llvm-project-${version}.src" build_wrksrc=llvm build_style=cmake From 277c6ad64cf40b62efab7d55e02094bbf7915fc0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:22 -0400 Subject: [PATCH 0146/1268] python3-numpy: rebuild for Python 3.10 --- srcpkgs/python3-numpy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-numpy/template b/srcpkgs/python3-numpy/template index 0333827d3db959..4376f301edad62 100644 --- a/srcpkgs/python3-numpy/template +++ b/srcpkgs/python3-numpy/template @@ -1,7 +1,7 @@ # Template file for 'python3-numpy' pkgname=python3-numpy version=1.21.2 -revision=1 +revision=2 wrksrc="numpy-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython gcc-fortran" From 932513b60e6ce0b0efc8fc538e664856f15c3cfc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:54 -0400 Subject: [PATCH 0147/1268] python3-elementpath: rebuild for Python 3.10 --- srcpkgs/python3-elementpath/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-elementpath/template b/srcpkgs/python3-elementpath/template index 1584394b2203a4..0a7bbe9ad3c909 100644 --- a/srcpkgs/python3-elementpath/template +++ b/srcpkgs/python3-elementpath/template @@ -1,7 +1,7 @@ # Template file for 'python3-elementpath' pkgname=python3-elementpath version=2.2.3 -revision=1 +revision=2 wrksrc=elementpath-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 925a3c72c58dcd67a022fc7352875e049e7f9f28 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:57 -0400 Subject: [PATCH 0148/1268] python3-frozendict: rebuild for Python 3.10 --- srcpkgs/python3-frozendict/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template index 3f43b3945b4b8b..274f14db49f911 100644 --- a/srcpkgs/python3-frozendict/template +++ b/srcpkgs/python3-frozendict/template @@ -1,7 +1,7 @@ # Template file for 'python3-frozendict' pkgname=python3-frozendict version=1.2 -revision=3 +revision=4 wrksrc="frozendict-${version}" build_style=python3-module pycompile_module="frozendict" From fc1e3d360646ed3e1a427f2efd62f67f583623da Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:49 -0400 Subject: [PATCH 0149/1268] python3-simplejson: rebuild for Python 3.10 --- srcpkgs/python3-simplejson/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-simplejson/template b/srcpkgs/python3-simplejson/template index 5c6818d8b486e9..f59717c0672b9b 100644 --- a/srcpkgs/python3-simplejson/template +++ b/srcpkgs/python3-simplejson/template @@ -1,7 +1,7 @@ # Template file for 'python3-simplejson' pkgname=python3-simplejson version=3.17.2 -revision=1 +revision=2 wrksrc="simplejson-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6797b8bac02c4b4be9457c7f10fa65a05e9ad3cf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:19 -0400 Subject: [PATCH 0150/1268] python-Twisted: rebuild for Python 3.10 --- srcpkgs/python-Twisted/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Twisted/template b/srcpkgs/python-Twisted/template index 5371c036a04981..93560162f8fca5 100644 --- a/srcpkgs/python-Twisted/template +++ b/srcpkgs/python-Twisted/template @@ -1,7 +1,7 @@ # Template file for 'python-Twisted' pkgname=python-Twisted version=20.3.0 -revision=2 +revision=3 wrksrc="Twisted-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools From c669e79682da1ba605c0c7a56faac48c242fdb11 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:09 -0400 Subject: [PATCH 0151/1268] python3-josepy: rebuild for Python 3.10 --- srcpkgs/python3-josepy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-josepy/template b/srcpkgs/python3-josepy/template index 048606e2d7c733..2e08d8f0dbf39c 100644 --- a/srcpkgs/python3-josepy/template +++ b/srcpkgs/python3-josepy/template @@ -1,7 +1,7 @@ # Template file for 'python3-josepy' pkgname=python3-josepy version=1.8.0 -revision=1 +revision=2 wrksrc="josepy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5090227bdca074ed09483cbecf8787deed08371e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:38 -0400 Subject: [PATCH 0152/1268] python3-pyrfc3339: rebuild for Python 3.10 --- srcpkgs/python3-pyrfc3339/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyrfc3339/template b/srcpkgs/python3-pyrfc3339/template index 1ec462102e4217..f32a7f66df96e1 100644 --- a/srcpkgs/python3-pyrfc3339/template +++ b/srcpkgs/python3-pyrfc3339/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyrfc3339' pkgname=python3-pyrfc3339 version=1.1 -revision=4 +revision=5 wrksrc="pyRFC3339-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 003a9a503cbd63e4b8b0f106f5e542281c9a4a43 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:44 -0400 Subject: [PATCH 0153/1268] python3-requests-toolbelt: rebuild for Python 3.10 --- srcpkgs/python3-requests-toolbelt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-requests-toolbelt/template b/srcpkgs/python3-requests-toolbelt/template index 436cb5e699792c..4e7af0c8492d75 100644 --- a/srcpkgs/python3-requests-toolbelt/template +++ b/srcpkgs/python3-requests-toolbelt/template @@ -1,7 +1,7 @@ # Template file for 'python3-requests-toolbelt' pkgname=python3-requests-toolbelt version=0.9.1 -revision=4 +revision=5 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 825c8df2c8c1bf09641ecb4789ece8b331491a69 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:43 -0400 Subject: [PATCH 0154/1268] python3-boltons: rebuild for Python 3.10 --- srcpkgs/python3-boltons/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template index a4c71fb7713d25..4637d296b390a6 100644 --- a/srcpkgs/python3-boltons/template +++ b/srcpkgs/python3-boltons/template @@ -1,7 +1,7 @@ # Template file for 'python3-boltons' pkgname=python3-boltons version=20.2.1 -revision=1 +revision=2 wrksrc="boltons-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b973dbc472c2185e83702375df363104a77c5d40 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:40 -0400 Subject: [PATCH 0155/1268] python3-async-timeout: rebuild for Python 3.10 --- srcpkgs/python3-async-timeout/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template index bcc7fc1704875d..1c4a46d1a0deb9 100644 --- a/srcpkgs/python3-async-timeout/template +++ b/srcpkgs/python3-async-timeout/template @@ -1,7 +1,7 @@ # Template file for 'python3-async-timeout' pkgname=python3-async-timeout version=3.0.1 -revision=3 +revision=4 wrksrc="async-timeout-${version}" build_style=python3-module pycompile_module="async_timeout" From 3f7ca9ed6f317dfc9ffa0aff91098ca1d03dd8e8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:03 -0400 Subject: [PATCH 0156/1268] python3-yarl: rebuild for Python 3.10 --- srcpkgs/python3-yarl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-yarl/template b/srcpkgs/python3-yarl/template index 5f8235a9016687..a98eebdcbbd1cb 100644 --- a/srcpkgs/python3-yarl/template +++ b/srcpkgs/python3-yarl/template @@ -1,7 +1,7 @@ # Template file for 'python3-yarl' pkgname=python3-yarl version=1.6.3 -revision=1 +revision=2 wrksrc="yarl-${version}" build_style=python3-module pycompile_module="yarl" From fe1460ca1c496fcc19638ef351f05f95e8ceb958 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:32 -0400 Subject: [PATCH 0157/1268] python3-PyQt-builder: rebuild for Python 3.10 --- srcpkgs/python3-PyQt-builder/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template index 58d5ad28db8b96..5e9833dbc98da6 100644 --- a/srcpkgs/python3-PyQt-builder/template +++ b/srcpkgs/python3-PyQt-builder/template @@ -1,7 +1,7 @@ # Template file for 'python3-PyQt-builder' pkgname=python3-PyQt-builder version=1.10.0 -revision=1 +revision=2 wrksrc=PyQt-builder-$version build_style=python3-module hostmakedepends="python3-setuptools sip" From 6ab7309af9463a30d2f621c8d66492337b7769d5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:49 -0400 Subject: [PATCH 0158/1268] python3-sip-PyQt5: rebuild for Python 3.10 --- srcpkgs/python3-sip-PyQt5/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-sip-PyQt5/template b/srcpkgs/python3-sip-PyQt5/template index efc715a7f91033..4269510b5425ac 100644 --- a/srcpkgs/python3-sip-PyQt5/template +++ b/srcpkgs/python3-sip-PyQt5/template @@ -1,7 +1,7 @@ # Template file for 'python3-sip-PyQt5' pkgname=python3-sip-PyQt5 version=12.9.0 -revision=1 +revision=2 wrksrc="PyQt5_sip-$version" build_style=python3-module hostmakedepends="python3-devel python3-setuptools sip" From 2aabd6082ecc24a50562417fef281d44fc1bc3e1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:07 -0400 Subject: [PATCH 0159/1268] python3-jaraco.classes: rebuild for Python 3.10 --- srcpkgs/python3-jaraco.classes/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template index 162a4a9941343a..1c0f76247a6367 100644 --- a/srcpkgs/python3-jaraco.classes/template +++ b/srcpkgs/python3-jaraco.classes/template @@ -1,7 +1,7 @@ # Template file for 'python3-jaraco.classes' pkgname=python3-jaraco.classes version=3.1.0 -revision=3 +revision=4 wrksrc="jaraco.classes-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From 8006e619eccb490d333e4d25030555221e613c05 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:08 -0400 Subject: [PATCH 0160/1268] python3-jaraco.text: rebuild for Python 3.10 --- srcpkgs/python3-jaraco.text/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template index c8e03b56e64498..bc551cdabe7f44 100644 --- a/srcpkgs/python3-jaraco.text/template +++ b/srcpkgs/python3-jaraco.text/template @@ -1,7 +1,7 @@ # Template file for 'python3-jaraco.text' pkgname=python3-jaraco.text version=3.2.0 -revision=3 +revision=4 wrksrc="jaraco.text-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From 8e069c6057945555c8e1673653cb6d162d9704fd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:53 -0400 Subject: [PATCH 0161/1268] python3-tempora: rebuild for Python 3.10 --- srcpkgs/python3-tempora/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tempora/template b/srcpkgs/python3-tempora/template index 18d11536ffa888..2b9efced6fd252 100644 --- a/srcpkgs/python3-tempora/template +++ b/srcpkgs/python3-tempora/template @@ -1,7 +1,7 @@ # Template file for 'python3-tempora' pkgname=python3-tempora version=4.1.1 -revision=1 +revision=2 wrksrc="tempora-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From c2dc407e29af35918ef0b1af24c000d2ca0dc895 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:01 -0400 Subject: [PATCH 0162/1268] python3-websocket-client: rebuild for Python 3.10 --- srcpkgs/python3-websocket-client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-websocket-client/template b/srcpkgs/python3-websocket-client/template index ecc47dca1e5580..d17a8ceea8109d 100644 --- a/srcpkgs/python3-websocket-client/template +++ b/srcpkgs/python3-websocket-client/template @@ -1,7 +1,7 @@ # Template file for 'python3-websocket-client' pkgname=python3-websocket-client version=1.2.1 -revision=1 +revision=2 wrksrc="websocket-client-${version}" build_style=python3-module make_check_target="websocket/tests" From bf1fb75b47be3bf3b69a01c406d6a4ac68e5f41d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:04 -0400 Subject: [PATCH 0163/1268] python3-zope.deferredimport: rebuild for Python 3.10 --- srcpkgs/python3-zope.deferredimport/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template index 81f6fbb9de78cf..90a24728c62c81 100644 --- a/srcpkgs/python3-zope.deferredimport/template +++ b/srcpkgs/python3-zope.deferredimport/template @@ -1,7 +1,7 @@ # Template file for 'python3-zope.deferredimport' pkgname=python3-zope.deferredimport version=4.3.1 -revision=3 +revision=4 wrksrc="zope.deferredimport-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 195d4552111a5d5e81ce4b6eca71f150ec7c135c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:04 -0400 Subject: [PATCH 0164/1268] python3-zope.deprecation: rebuild for Python 3.10 --- srcpkgs/python3-zope.deprecation/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template index 44a2ce86560896..b3b526cfa6cc45 100644 --- a/srcpkgs/python3-zope.deprecation/template +++ b/srcpkgs/python3-zope.deprecation/template @@ -1,7 +1,7 @@ # Template file for 'python3-zope.deprecation' pkgname=python3-zope.deprecation version=4.4.0 -revision=4 +revision=5 wrksrc="zope.deprecation-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1fc96a538295baee2fa8a442c0ddd8a4a2bd5549 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:05 -0400 Subject: [PATCH 0165/1268] python3-zope.hookable: rebuild for Python 3.10 --- srcpkgs/python3-zope.hookable/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template index ac11541b1e9845..f98688bafe0cd6 100644 --- a/srcpkgs/python3-zope.hookable/template +++ b/srcpkgs/python3-zope.hookable/template @@ -1,7 +1,7 @@ # Template file for 'python3-zope.hookable' pkgname=python3-zope.hookable version=5.1.0 -revision=1 +revision=2 wrksrc="zope.hookable-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8d8c095592c45e60f24a19c44ff048dd9461e039 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:05 -0400 Subject: [PATCH 0166/1268] python3-zope.i18nmessageid: rebuild for Python 3.10 --- srcpkgs/python3-zope.i18nmessageid/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zope.i18nmessageid/template b/srcpkgs/python3-zope.i18nmessageid/template index 53e4600ded4aa0..80ea1d4d9b77bc 100644 --- a/srcpkgs/python3-zope.i18nmessageid/template +++ b/srcpkgs/python3-zope.i18nmessageid/template @@ -1,7 +1,7 @@ # Template file for 'python3-zope.i18nmessageid' pkgname=python3-zope.i18nmessageid version=5.0.1 -revision=2 +revision=3 wrksrc="zope.i18nmessageid-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx" From 6b5cde31e883bac24e49f23996ef389863666611 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:05 -0400 Subject: [PATCH 0167/1268] python3-zope.schema: rebuild for Python 3.10 --- srcpkgs/python3-zope.schema/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template index 03ffba962e2c3c..3dc9607fe80b53 100644 --- a/srcpkgs/python3-zope.schema/template +++ b/srcpkgs/python3-zope.schema/template @@ -1,7 +1,7 @@ # Template file for 'python3-zope.schema' pkgname=python3-zope.schema version=6.0.0 -revision=2 +revision=3 wrksrc=zope.schema-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 6721593de08eb00f7a518c43e962162ec98123ed Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:43 -0400 Subject: [PATCH 0168/1268] python3-repoze.sphinx.autointerface: rebuild for Python 3.10 --- srcpkgs/python3-repoze.sphinx.autointerface/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template index 18141a5bd46ac2..7372f8e39ca72c 100644 --- a/srcpkgs/python3-repoze.sphinx.autointerface/template +++ b/srcpkgs/python3-repoze.sphinx.autointerface/template @@ -1,7 +1,7 @@ # Template file for 'python3-repoze.sphinx.autointerface' pkgname=python3-repoze.sphinx.autointerface version=0.8 -revision=4 +revision=5 wrksrc="repoze.sphinx.autointerface-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From aea469c704ea58d087d4610267352094cdddf263 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:48 -0400 Subject: [PATCH 0169/1268] python3-cppy: rebuild for Python 3.10 --- srcpkgs/python3-cppy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cppy/template b/srcpkgs/python3-cppy/template index 1eef7e6e75d666..de7943af84f5f0 100644 --- a/srcpkgs/python3-cppy/template +++ b/srcpkgs/python3-cppy/template @@ -1,7 +1,7 @@ # Template file for 'python3-cppy' pkgname=python3-cppy version=1.1.0 -revision=1 +revision=2 wrksrc="cppy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5d4ea8f6cb7aa4bdd74f3ff3177616b04f3524ab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:29 -0400 Subject: [PATCH 0170/1268] python3-pkgconfig: rebuild for Python 3.10 --- srcpkgs/python3-pkgconfig/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pkgconfig/template b/srcpkgs/python3-pkgconfig/template index 2f3b7a9cae77ea..8b015d19b57f8b 100644 --- a/srcpkgs/python3-pkgconfig/template +++ b/srcpkgs/python3-pkgconfig/template @@ -1,7 +1,7 @@ # Template file for 'python3-pkgconfig' pkgname=python3-pkgconfig version=1.5.1 -revision=4 +revision=5 wrksrc="pkgconfig-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 741206bdb06fb0874d3f0017ae4972481c9ab7a3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:02 -0400 Subject: [PATCH 0171/1268] python3-hpack: rebuild for Python 3.10 --- srcpkgs/python3-hpack/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-hpack/template b/srcpkgs/python3-hpack/template index 4416ef1ca2fbbb..06e22a63334936 100644 --- a/srcpkgs/python3-hpack/template +++ b/srcpkgs/python3-hpack/template @@ -1,7 +1,7 @@ # Template file for 'python3-hpack' pkgname=python3-hpack version=4.0.0 -revision=1 +revision=2 wrksrc=hpack-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 7f03bf3fcd3f12e4abc808c2ccac2dd60a22c9a5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:04 -0400 Subject: [PATCH 0172/1268] python3-hyperframe: rebuild for Python 3.10 --- srcpkgs/python3-hyperframe/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-hyperframe/template b/srcpkgs/python3-hyperframe/template index 44711dab74240c..ed2152ba024341 100644 --- a/srcpkgs/python3-hyperframe/template +++ b/srcpkgs/python3-hyperframe/template @@ -1,7 +1,7 @@ # Template file for 'python3-hyperframe' pkgname=python3-hyperframe version=6.0.1 -revision=1 +revision=2 wrksrc=hyperframe-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 7c7bb6f4ab13f408301a558335f117f383295c98 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:01 -0400 Subject: [PATCH 0173/1268] python3-h11: rebuild for Python 3.10 --- srcpkgs/python3-h11/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-h11/template b/srcpkgs/python3-h11/template index afb9e2f4a68ff8..46f5603c46025e 100644 --- a/srcpkgs/python3-h11/template +++ b/srcpkgs/python3-h11/template @@ -1,7 +1,7 @@ # Template file for 'python3-h11' pkgname=python3-h11 version=0.12.0 -revision=1 +revision=2 wrksrc=h11-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 849718e7c692853ce5eb1c4eee8817d299ac1d1d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:21 -0400 Subject: [PATCH 0174/1268] python3-ntlm-auth: rebuild for Python 3.10 --- srcpkgs/python3-ntlm-auth/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template index fbbd886187f25c..eff908fe61f08b 100644 --- a/srcpkgs/python3-ntlm-auth/template +++ b/srcpkgs/python3-ntlm-auth/template @@ -1,7 +1,7 @@ # Template file for 'python3-ntlm-auth' pkgname=python3-ntlm-auth version=1.5.0 -revision=2 +revision=3 wrksrc="ntlm-auth-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 91c90a80af4b73b3d0ac7ce09cc3408b6cfc6b4b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:11 -0400 Subject: [PATCH 0175/1268] python3-jupyter_notebook: rebuild for Python 3.10 --- srcpkgs/python3-jupyter_notebook/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template index 441ac0f9a4a69a..ca9e1d43df2174 100644 --- a/srcpkgs/python3-jupyter_notebook/template +++ b/srcpkgs/python3-jupyter_notebook/template @@ -1,7 +1,7 @@ # Template file for 'python3-jupyter_notebook' pkgname=python3-jupyter_notebook version=6.3.0 -revision=1 +revision=2 wrksrc="notebook-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1c37822d79409e097dcd0defd781ca7ca0656b3c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:25 -0400 Subject: [PATCH 0176/1268] python3-paramiko: rebuild for Python 3.10 --- srcpkgs/python3-paramiko/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-paramiko/template b/srcpkgs/python3-paramiko/template index 723898fad08a59..cff1b3a2fb5936 100644 --- a/srcpkgs/python3-paramiko/template +++ b/srcpkgs/python3-paramiko/template @@ -1,7 +1,7 @@ # Template file for 'python3-paramiko' pkgname=python3-paramiko version=2.7.2 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 01b9f9365156d5191c420b456d09cd3b99865572 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:44 -0400 Subject: [PATCH 0177/1268] python3-resolvelib: rebuild for Python 3.10 --- srcpkgs/python3-resolvelib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-resolvelib/template b/srcpkgs/python3-resolvelib/template index 204cc018651028..b77554c0327005 100644 --- a/srcpkgs/python3-resolvelib/template +++ b/srcpkgs/python3-resolvelib/template @@ -1,7 +1,7 @@ # Template file for 'python3-resolvelib' pkgname=python3-resolvelib version=0.7.1 -revision=1 +revision=2 wrksrc="${pkgname/python3-/}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From fd03163b3ab09959107716b2fe71b30135dc03e9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:02 -0400 Subject: [PATCH 0178/1268] python3-yaml: rebuild for Python 3.10 --- srcpkgs/python3-yaml/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template index be593a82a91fe7..f9b5ba6e526801 100644 --- a/srcpkgs/python3-yaml/template +++ b/srcpkgs/python3-yaml/template @@ -1,7 +1,7 @@ # Template file for 'python3-yaml' pkgname=python3-yaml version=5.4.1 -revision=1 +revision=2 wrksrc="PyYAML-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython" From 6ad631920c7fac7268476b74982cfa8e0123995b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:33 -0400 Subject: [PATCH 0179/1268] python3-pycares: rebuild for Python 3.10 --- srcpkgs/python3-pycares/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template index 036ab32b1dc6e1..54a92acad1a37a 100644 --- a/srcpkgs/python3-pycares/template +++ b/srcpkgs/python3-pycares/template @@ -1,7 +1,7 @@ # Template file for 'python3-pycares' pkgname=python3-pycares version=3.1.1 -revision=3 +revision=4 wrksrc="pycares-${version}" build_style=python3-module # using bundled c-ares which is patched for TTL support From 18b78dd49feadb4f44e12763142fa592930508a2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:17 -0400 Subject: [PATCH 0180/1268] postgresql13: rebuild for Python 3.10 --- srcpkgs/postgresql13/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template index 9c6a33935ba36a..5c4d356391409a 100644 --- a/srcpkgs/postgresql13/template +++ b/srcpkgs/postgresql13/template @@ -1,7 +1,7 @@ # Template file for 'postgresql13' pkgname=postgresql13 version=13.4 -revision=1 +revision=2 wrksrc="postgresql-${version}" build_style=gnu-configure make_build_target=world From 89d63013446fcf4751473f222498917e073a16b5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:23 -0400 Subject: [PATCH 0181/1268] python3-olefile: rebuild for Python 3.10 --- srcpkgs/python3-olefile/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-olefile/template b/srcpkgs/python3-olefile/template index 4213ca32532fbb..2a1b2c597be552 100644 --- a/srcpkgs/python3-olefile/template +++ b/srcpkgs/python3-olefile/template @@ -1,7 +1,7 @@ # Template file for 'python3-olefile' pkgname=python3-olefile version=0.46 -revision=5 +revision=6 wrksrc="olefile-${version}" build_style=python3-module hostmakedepends="unzip python3-setuptools" From 7e8b02fcbcaebad15c0f0df884681046ba95939d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:30 -0400 Subject: [PATCH 0182/1268] python3-poetry-core: rebuild for Python 3.10 --- srcpkgs/python3-poetry-core/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-poetry-core/template b/srcpkgs/python3-poetry-core/template index 6d4a7c507c9021..9de34cbab2547a 100644 --- a/srcpkgs/python3-poetry-core/template +++ b/srcpkgs/python3-poetry-core/template @@ -1,7 +1,7 @@ # Template file for 'python3-poetry-core' pkgname=python3-poetry-core version=1.0.3 -revision=1 +revision=2 wrksrc="poetry-core-${version}" build_style="python3-module" make_install_target="poetry_core-${version}-*-*-*.whl" From aefc466101a2ca5e76561a74a0831812ba135d5a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:58 -0400 Subject: [PATCH 0183/1268] python3-future: rebuild for Python 3.10 --- srcpkgs/python3-future/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-future/template b/srcpkgs/python3-future/template index 6782bef15f00d0..01d76b17c93d8a 100644 --- a/srcpkgs/python3-future/template +++ b/srcpkgs/python3-future/template @@ -1,7 +1,7 @@ # Template file for 'python3-future' pkgname=python3-future version=0.18.2 -revision=4 +revision=5 wrksrc="future-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0b2ff29d600179a4bbd36799f7a41b76a0ddbeea Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:25 -0400 Subject: [PATCH 0184/1268] python-scandir: rebuild for Python 3.10 --- srcpkgs/python-scandir/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-scandir/template b/srcpkgs/python-scandir/template index b60c5835b5c58b..fb7c016c411c1a 100644 --- a/srcpkgs/python-scandir/template +++ b/srcpkgs/python-scandir/template @@ -1,7 +1,7 @@ # Template file for 'python-scandir' pkgname=python-scandir version=1.10.0 -revision=4 +revision=5 wrksrc="scandir-${version}" build_style=python-module pycompile_module="scandir.py" From a36f4e4bdc0b5bd378b0a81dddf7fb3024a93c24 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:04 -0400 Subject: [PATCH 0185/1268] python3-ifaddr: rebuild for Python 3.10 --- srcpkgs/python3-ifaddr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template index 3e749f77ec1507..eda0bb352d87c5 100644 --- a/srcpkgs/python3-ifaddr/template +++ b/srcpkgs/python3-ifaddr/template @@ -1,7 +1,7 @@ # Template file for 'python3-ifaddr' pkgname=python3-ifaddr version=0.1.7 -revision=2 +revision=3 wrksrc="ifaddr-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b29487eb10cd6c53915af0b0a9aabf643f8c284f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:38 -0400 Subject: [PATCH 0186/1268] python3-anyio: rebuild for Python 3.10 --- srcpkgs/python3-anyio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-anyio/template b/srcpkgs/python3-anyio/template index 1bed9ec51badf2..94bdb2541b2d08 100644 --- a/srcpkgs/python3-anyio/template +++ b/srcpkgs/python3-anyio/template @@ -1,7 +1,7 @@ # Template file for 'python3-anyio' pkgname=python3-anyio version=3.3.1 -revision=1 +revision=2 wrksrc=anyio-${version} build_style=python3-module hostmakedepends="python3-setuptools_scm" From 257d1b71bd03fca0c60dab94ed279a12e8ac0313 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:51 -0400 Subject: [PATCH 0187/1268] python3-soupsieve: rebuild for Python 3.10 --- srcpkgs/python3-soupsieve/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-soupsieve/template b/srcpkgs/python3-soupsieve/template index b7b2b55a36d89a..5415580cfcc109 100644 --- a/srcpkgs/python3-soupsieve/template +++ b/srcpkgs/python3-soupsieve/template @@ -1,7 +1,7 @@ # Template file for 'python3-soupsieve' pkgname=python3-soupsieve version=1.9.5 -revision=4 +revision=5 wrksrc="soupsieve-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 673c2367050facad6dc073692e5fc1c91837571d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:19 -0400 Subject: [PATCH 0188/1268] volk: rebuild for Python 3.10, update to 2.5.0. --- common/shlibs | 2 +- srcpkgs/volk/template | 19 +++++++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/common/shlibs b/common/shlibs index 458f7dfcd128d0..b0b813ffc09683 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3224,7 +3224,7 @@ libarcan_a12.so.0.1 arcan-0.6.0_1 liblwipv6.so.2 lwipv6-1.5a_1 libpipewire-0.2.so.1 libpipewire0.2-0.2.7_1 libpipewire-0.3.so.0 libpipewire-0.3.6_1 -libvolk.so.2.2.1 volk-2.2.1_1 +libvolk.so.2.5 volk-2.5.0_1 libgnuradio-runtime.so.3.8.0 gnuradio-3.8.0.0_1 libgnuradio-pmt.so.3.8.0 gnuradio-3.8.0.0_1 libgnuradio-blocks.so.3.8.0 gnuradio-3.8.0.0_1 diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template index 2bbdd5b9b7a83f..60de1486cf932b 100644 --- a/srcpkgs/volk/template +++ b/srcpkgs/volk/template @@ -1,23 +1,30 @@ # Template file for 'volk' pkgname=volk -version=2.2.1 -revision=2 +version=2.5.0 +revision=1 +_cpu_features_gitrev="a8397ba4591237c17d18e4acc091f5f3ebe7391e" build_style=cmake hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six" -makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako - python3-six" +makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako python3-six" short_desc="Vector-Optimized Library of Kernels" maintainer="Andrew Benson " license="GPL-3.0-or-later" homepage="http://libvolk.org/" -distfiles="https://github.com/gnuradio/volk/archive/v${version}.tar.gz" -checksum=283d088f93774a55cb8be058b3d3b4a06d8bd44d6bc0016416f5a7818dd05db4 +distfiles="https://github.com/gnuradio/volk/archive/v${version}.tar.gz + https://github.com/google/cpu_features/archive/${_cpu_features_gitrev}.tar.gz" +checksum="468bebdb8c2ae9b82837ad08abd146dd9a9a48d3de7bea2d0095e4b1557b5299 + b47031a2a9ab04cb6514285103e51ba92c8f0bf28470cce911ac0c9af781c307" case "$XBPS_TARGET_MACHINE" in armv6l*) configure_args="-Dhave_mfpu_neon=0";; esac +post_extract() { + rm -rf cpu_features + mv ../cpu_features-${_cpu_features_gitrev} cpu_features +} + volk-devel_package() { short_desc+=" - development files" depends="${sourcepkg}-${version}_${revision}" From 6a6ea88a836fd94a02301baee26ef8471c712c49 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:54 -0400 Subject: [PATCH 0189/1268] glade3: rebuild for Python 3.10, update to 3.38.2. --- srcpkgs/glade3/patches/meson.build.patch | 23 +++++++++++++++++++++++ srcpkgs/glade3/template | 15 ++++----------- 2 files changed, 27 insertions(+), 11 deletions(-) create mode 100644 srcpkgs/glade3/patches/meson.build.patch diff --git a/srcpkgs/glade3/patches/meson.build.patch b/srcpkgs/glade3/patches/meson.build.patch new file mode 100644 index 00000000000000..3dc80c5a9e924d --- /dev/null +++ b/srcpkgs/glade3/patches/meson.build.patch @@ -0,0 +1,23 @@ +Circumvent an attempt to run cross-compiled executables during configuration. + +--- ./meson.build ++++ ./meson.build +@@ -215,6 +215,10 @@ + glade_datadir, + ) + ++if meson.is_cross_build() ++ # On cross, the test program can't be run, so just assume tls_backend_support ++ tls_backend_support = 'true' ++else + tls_backend_support_src = ''' + #include + #include +@@ -225,6 +229,7 @@ + } + ''' + tls_backend_support = cc.run(tls_backend_support_src, dependencies: gio_dep).stdout() ++endif + + output = '\nConfiguration:\n\n' + output += '\tCompiler: ' + cc.get_id() + '\n' diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template index e8e9f2dd2a29d6..763632c1e71226 100644 --- a/srcpkgs/glade3/template +++ b/srcpkgs/glade3/template @@ -1,6 +1,6 @@ # Template file for 'glade3' pkgname=glade3 -version=3.38.1 +version=3.38.2 revision=1 wrksrc="glade-${version}" build_style=meson @@ -15,22 +15,15 @@ maintainer="Orphaned " license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="http://glade.gnome.org/" distfiles="${GNOME_SITE}/glade/${version%.*}/glade-${version}.tar.xz" -checksum=171a50be4930d4806fc8ce7f5ce3a75b49e9916f9d3037a5b50d35799bd0cfcd +checksum=98fc87647d88505c97dd2f30f2db2d3e9527515b3af11694787d62a8d28fbab7 lib32disabled=yes +# Requires running an xserver +make_check=no # Package build options build_options="gir" build_options_default="gir" -post_patch() { - vsed -i meson.build -e "/python_dep/s/3.8/3.9/g" -} - -do_check() { - # Require running xserver - : -} - libgladeui3_package() { depends="python3-gobject" short_desc="GTK+ User Interface Build core library" From 6bd043247c7406d017865b0f62f6a6d90a14744c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:22 -0400 Subject: [PATCH 0190/1268] python-isodate: rebuild for Python 3.10 --- srcpkgs/python-isodate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-isodate/template b/srcpkgs/python-isodate/template index 9238842e19645d..430cb3cfbe1a34 100644 --- a/srcpkgs/python-isodate/template +++ b/srcpkgs/python-isodate/template @@ -1,7 +1,7 @@ # Template file for 'python-isodate' pkgname=python-isodate version=0.6.0 -revision=4 +revision=5 wrksrc="isodate-${version}" build_style=python-module pycompile_module="isodate" From cd6488ec866f0a5233e73eb33a9102f1cac1e31f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:34 -0400 Subject: [PATCH 0191/1268] python3-SecretStorage: rebuild for Python 3.10 --- srcpkgs/python3-SecretStorage/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template index a2ff3a2fc45748..1ad018612877a6 100644 --- a/srcpkgs/python3-SecretStorage/template +++ b/srcpkgs/python3-SecretStorage/template @@ -1,7 +1,7 @@ # Template file for 'python3-SecretStorage' pkgname=python3-SecretStorage version=3.3.1 -revision=1 +revision=2 wrksrc="SecretStorage-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From eb969949b7c1d03105d9ff4a601ac34d1a619777 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:05 -0400 Subject: [PATCH 0192/1268] python3-importlib_metadata: rebuild for Python 3.10 --- srcpkgs/python3-importlib_metadata/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-importlib_metadata/template b/srcpkgs/python3-importlib_metadata/template index 5ae700820df4d8..95f75fa66350e4 100644 --- a/srcpkgs/python3-importlib_metadata/template +++ b/srcpkgs/python3-importlib_metadata/template @@ -1,7 +1,7 @@ # Template file for 'python3-importlib_metadata' pkgname=python3-importlib_metadata version=4.8.1 -revision=1 +revision=2 wrksrc="importlib_metadata-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From fac53b6b9ae4a3a161391de6df9f22d7d8341de4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:30 -0400 Subject: [PATCH 0193/1268] python3-precis-i18n: rebuild for Python 3.10 --- srcpkgs/python3-precis-i18n/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template index 41e3d9eb67d03a..9ef4da948b7a19 100644 --- a/srcpkgs/python3-precis-i18n/template +++ b/srcpkgs/python3-precis-i18n/template @@ -1,7 +1,7 @@ # Template file for 'python3-precis-i18n' pkgname=python3-precis-i18n version=1.0.1 -revision=3 +revision=4 wrksrc="precis_i18n-${version}" build_style=python3-module pycompile_module="precis_i18n" From c0d4f6204d2bb3b20a93ff5648e324d92e432f86 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:00 -0400 Subject: [PATCH 0194/1268] python3-google-api-core: rebuild for Python 3.10 --- srcpkgs/python3-google-api-core/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-google-api-core/template b/srcpkgs/python3-google-api-core/template index 3530e7d8941cd6..0a1c39d9efc623 100644 --- a/srcpkgs/python3-google-api-core/template +++ b/srcpkgs/python3-google-api-core/template @@ -1,7 +1,7 @@ # Template file for 'python3-google-api-core' pkgname=python3-google-api-core version=1.26.2 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From fcd2f0c08340e60926548ef39685a8f75c46a121 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:00 -0400 Subject: [PATCH 0195/1268] python3-google-auth-httplib2: rebuild for Python 3.10 --- srcpkgs/python3-google-auth-httplib2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-google-auth-httplib2/template b/srcpkgs/python3-google-auth-httplib2/template index c8ecea74b5f327..588fd7ca6a9cd8 100644 --- a/srcpkgs/python3-google-auth-httplib2/template +++ b/srcpkgs/python3-google-auth-httplib2/template @@ -1,7 +1,7 @@ # Template file for 'python3-google-auth-httplib2' pkgname=python3-google-auth-httplib2 version=0.1.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1d5f773de77fb8261f5cbbd76dd457fea3fddc4a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:58 -0400 Subject: [PATCH 0196/1268] python3-uritemplate: rebuild for Python 3.10 --- srcpkgs/python3-uritemplate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-uritemplate/template b/srcpkgs/python3-uritemplate/template index 774b51825e1190..77cabdcb824dff 100644 --- a/srcpkgs/python3-uritemplate/template +++ b/srcpkgs/python3-uritemplate/template @@ -1,7 +1,7 @@ # Template file for 'python3-uritemplate' pkgname=python3-uritemplate version=3.0.1 -revision=4 +revision=5 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9a3ff1fc572aa32b2720b34c34501f1dad094f46 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:23 -0400 Subject: [PATCH 0197/1268] python3-orderedmultidict: rebuild for Python 3.10 --- srcpkgs/python3-orderedmultidict/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template index 7e8c5e0043b992..b0d8803bc0729e 100644 --- a/srcpkgs/python3-orderedmultidict/template +++ b/srcpkgs/python3-orderedmultidict/template @@ -1,7 +1,7 @@ # Template file for 'python3-orderedmultidict' pkgname=python3-orderedmultidict version=1.0.1 -revision=2 +revision=3 wrksrc="orderedmultidict-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 16ae24623d37e4c9f650bed8b02227da95b3995d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:35 -0400 Subject: [PATCH 0198/1268] python3-WebOb: rebuild for Python 3.10 --- srcpkgs/python3-WebOb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template index e3de30ca017681..19e796676a0777 100644 --- a/srcpkgs/python3-WebOb/template +++ b/srcpkgs/python3-WebOb/template @@ -1,7 +1,7 @@ # Template file for 'python3-WebOb' pkgname=python3-WebOb version=1.8.5 -revision=3 +revision=4 wrksrc="WebOb-${version}" build_style=python3-module pycompile_module="webob" From 2d14261d1a29d4a8fe3a7fdf8e69972ee76bd301 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:10 -0400 Subject: [PATCH 0199/1268] sip4: rebuild for Python 3.10 --- srcpkgs/sip4/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sip4/template b/srcpkgs/sip4/template index 778633e5bb666a..25afa57065d075 100644 --- a/srcpkgs/sip4/template +++ b/srcpkgs/sip4/template @@ -1,7 +1,7 @@ # Template file for 'sip4' pkgname=sip4 version=4.19.25 -revision=1 +revision=2 wrksrc="sip-$version" hostmakedepends="python3-devel" makedepends="${hostmakedepends}" From 1e780e106658fa01c13416aec0ec0fbabcd13b45 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:59 -0400 Subject: [PATCH 0200/1268] python3-utils: rebuild for Python 3.10 --- srcpkgs/python3-utils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-utils/template b/srcpkgs/python3-utils/template index 3adb620d20b5c6..44f31ded573385 100644 --- a/srcpkgs/python3-utils/template +++ b/srcpkgs/python3-utils/template @@ -1,7 +1,7 @@ # Template file for 'python3-utils' pkgname=python3-utils version=2.5.6 -revision=1 +revision=2 wrksrc="python-utils-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 140bb6f5482d4b3c5b8243f3f5849fc1d546dcb0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:33 -0400 Subject: [PATCH 0201/1268] python3-pybind11: rebuild for Python 3.10, update to 2.8.0. --- srcpkgs/python3-pybind11/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template index eb804491957506..038b3efb043953 100644 --- a/srcpkgs/python3-pybind11/template +++ b/srcpkgs/python3-pybind11/template @@ -1,7 +1,7 @@ # Template file for 'python3-pybind11' pkgname=python3-pybind11 -version=2.7.1 -revision=2 +version=2.8.0 +revision=1 wrksrc="pybind11-${version}" build_style=python3-module hostmakedepends="cmake python3-setuptools @@ -13,7 +13,7 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://github.com/pybind/pybind11" distfiles="https://github.com/pybind/pybind11/archive/v${version}.tar.gz" -checksum=616d1c42e4cf14fa27b2a4ff759d7d7b33006fdc5ad8fd603bb2c22622f27020 +checksum=9ca7770fc5453b10b00a4a2f99754d7a29af8952330be5f5602e7c2635fa3e79 post_patch() { # These dependencies are not packaged and don't affect the man page From 947b436af9672812eee8881677ad36b75a901bb9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:17 -0400 Subject: [PATCH 0202/1268] python3-mpmath: rebuild for Python 3.10 --- srcpkgs/python3-mpmath/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mpmath/template b/srcpkgs/python3-mpmath/template index b139d17a4c2e41..4087ac129345ed 100644 --- a/srcpkgs/python3-mpmath/template +++ b/srcpkgs/python3-mpmath/template @@ -1,7 +1,7 @@ # Template file for 'python3-mpmath' pkgname=python3-mpmath version=1.2.1 -revision=1 +revision=2 wrksrc="mpmath-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From eb69ad99b322b47be218bc394231b833ffe65744 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:20 -0400 Subject: [PATCH 0203/1268] xapps: rebuild for Python 3.10 --- srcpkgs/xapps/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template index 1824998fc756b2..f2c14c32c55b39 100644 --- a/srcpkgs/xapps/template +++ b/srcpkgs/xapps/template @@ -1,7 +1,7 @@ # Template file for 'xapps' pkgname=xapps version=2.0.6 -revision=1 +revision=2 wrksrc="xapp-${version}" build_style=meson build_helper="gir" From 1d8051a6ccf7ec8ce64a824262d51a855649b812 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:52 -0400 Subject: [PATCH 0204/1268] python3-dnspython: rebuild for Python 3.10 --- srcpkgs/python3-dnspython/INSTALL.msg | 2 -- srcpkgs/python3-dnspython/template | 5 ++--- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 srcpkgs/python3-dnspython/INSTALL.msg diff --git a/srcpkgs/python3-dnspython/INSTALL.msg b/srcpkgs/python3-dnspython/INSTALL.msg deleted file mode 100644 index 1af511dc841b98..00000000000000 --- a/srcpkgs/python3-dnspython/INSTALL.msg +++ /dev/null @@ -1,2 +0,0 @@ -In order to perform DNSSEC validation install python3-pycryptodome. -To do elliptic curves install also python3-ecdsa. diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template index 2374c83ca243e7..0a9a8eb23d8ab9 100644 --- a/srcpkgs/python3-dnspython/template +++ b/srcpkgs/python3-dnspython/template @@ -1,15 +1,14 @@ # Template file for 'python3-dnspython' pkgname=python3-dnspython version=2.1.0 -revision=1 +revision=2 wrksrc="dnspython-${version}" build_style=python3-module hostmakedepends="python3-setuptools unzip" depends="python3" checkdepends="python3-attrs python3-async_generator python3-idna python3-curio python3-trio python3-outcome python3-sniffio python3-sortedcontainers - python3-requests python3-requests-toolbelt python3-pycryptodome - python3-pytest iana-etc" + python3-requests python3-requests-toolbelt python3-pytest iana-etc" short_desc="DNS toolkit for Python3" maintainer="Orphaned " license="ISC" From ac25e20297ba08bdf26d16319854277032946bdc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:01 -0400 Subject: [PATCH 0205/1268] python3-greenlet: rebuild for Python 3.10 --- srcpkgs/python3-greenlet/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-greenlet/template b/srcpkgs/python3-greenlet/template index e0578b9310fa7e..f43c2e42672210 100644 --- a/srcpkgs/python3-greenlet/template +++ b/srcpkgs/python3-greenlet/template @@ -1,7 +1,7 @@ # Template file for 'python3-greenlet' pkgname=python3-greenlet version=1.1.0 -revision=1 +revision=2 wrksrc="greenlet-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 792558ca164e880b381130ce5c60aca4d57f1fe1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:48 -0400 Subject: [PATCH 0206/1268] python3-sgmllib: rebuild for Python 3.10 --- srcpkgs/python3-sgmllib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-sgmllib/template b/srcpkgs/python3-sgmllib/template index fca40a2fb977aa..f505431e44d209 100644 --- a/srcpkgs/python3-sgmllib/template +++ b/srcpkgs/python3-sgmllib/template @@ -1,7 +1,7 @@ # Template file for 'python3-sgmllib' pkgname=python3-sgmllib version=1.0.0 -revision=1 +revision=2 wrksrc="sgmllib3k-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6d962e5f72d847f25c841cf8a6522ce85a9e9e82 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:08 -0400 Subject: [PATCH 0207/1268] python3-jmespath: rebuild for Python 3.10 --- srcpkgs/python3-jmespath/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template index 236829aac1e848..397a78d7eea06d 100644 --- a/srcpkgs/python3-jmespath/template +++ b/srcpkgs/python3-jmespath/template @@ -1,7 +1,7 @@ # Template file for 'python3-jmespath' pkgname=python3-jmespath version=0.10.0 -revision=3 +revision=4 wrksrc="jmespath.py-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 80fc65c2e989ca39c3d561ae994fc5183bb3303f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:38 -0400 Subject: [PATCH 0208/1268] python3-pyscard: rebuild for Python 3.10 --- srcpkgs/python3-pyscard/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyscard/template b/srcpkgs/python3-pyscard/template index f246e35c4115a7..8bcb0a7053a9f4 100644 --- a/srcpkgs/python3-pyscard/template +++ b/srcpkgs/python3-pyscard/template @@ -2,7 +2,7 @@ pkgname=python3-pyscard _pkgname=pyscard version=2.0.1 -revision=1 +revision=2 wrksrc="${_pkgname}-${version}" build_style=python3-module hostmakedepends="python3-setuptools swig" From fc0e3c808e41c66556cf645bc67e5eff51bde222 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:34 -0400 Subject: [PATCH 0209/1268] python3-pycountry: rebuild for Python 3.10 --- srcpkgs/python3-pycountry/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template index 40041309d286a9..ab364f36574155 100644 --- a/srcpkgs/python3-pycountry/template +++ b/srcpkgs/python3-pycountry/template @@ -1,7 +1,7 @@ # Template file for 'python3-pycountry' pkgname=python3-pycountry version=19.8.18 -revision=3 +revision=4 wrksrc="pycountry-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 838be6b0780eeeef5192dce8cce87869e982ddd5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:48 -0400 Subject: [PATCH 0210/1268] python3-colorama: rebuild for Python 3.10 --- srcpkgs/python3-colorama/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-colorama/template b/srcpkgs/python3-colorama/template index 3545117fe9e349..593df78862bb28 100644 --- a/srcpkgs/python3-colorama/template +++ b/srcpkgs/python3-colorama/template @@ -1,7 +1,7 @@ # Template file for 'python3-colorama' pkgname=python3-colorama version=0.4.4 -revision=4 +revision=5 wrksrc="colorama-${version}" build_style=python3-module hostmakedepends="unzip python3-setuptools" From 9ba2bfe82192a3513518e4b7ea8c023f0bbefa37 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 8 Oct 2021 09:32:50 -0400 Subject: [PATCH 0211/1268] python3-httpx: rebuild for Python 3.10 --- srcpkgs/python3-httpx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-httpx/template b/srcpkgs/python3-httpx/template index 11e6f281d1143b..1dbdd960e538b3 100644 --- a/srcpkgs/python3-httpx/template +++ b/srcpkgs/python3-httpx/template @@ -1,7 +1,7 @@ # Template file for 'python3-httpx' pkgname=python3-httpx version=0.19.0 -revision=1 +revision=2 wrksrc="httpx-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9af79f48a04e5ed3a0fb6d97943c873cf34ed7f6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:35 -0400 Subject: [PATCH 0212/1268] python3-XlsxWriter: rebuild for Python 3.10 --- srcpkgs/python3-XlsxWriter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template index fea90638031d6c..16027abe137a86 100644 --- a/srcpkgs/python3-XlsxWriter/template +++ b/srcpkgs/python3-XlsxWriter/template @@ -1,7 +1,7 @@ # Template file for 'python3-XlsxWriter' pkgname=python3-XlsxWriter version=1.3.7 -revision=1 +revision=2 wrksrc="XlsxWriter-RELEASE_${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 749da3075e0d2406912bbfcac5d540708c3c776a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:47 -0400 Subject: [PATCH 0213/1268] python3-click-plugins: rebuild for Python 3.10 --- srcpkgs/python3-click-plugins/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template index e62d64c0e5a82c..142900633bb6a7 100644 --- a/srcpkgs/python3-click-plugins/template +++ b/srcpkgs/python3-click-plugins/template @@ -1,7 +1,7 @@ # Template file for 'python3-click-plugins' pkgname=python3-click-plugins version=1.1.1 -revision=3 +revision=4 wrksrc="click-plugins-${version}" build_style=python3-module pycompile_module="click-plugins" From 707212b1239e0d8a768672d361143abc4aa5296c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:28 -0400 Subject: [PATCH 0214/1268] python3-Flask: rebuild for Python 3.10 --- srcpkgs/python3-Flask/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Flask/template b/srcpkgs/python3-Flask/template index 36932115048fa3..1d014901d3b2d5 100644 --- a/srcpkgs/python3-Flask/template +++ b/srcpkgs/python3-Flask/template @@ -1,7 +1,7 @@ # Template file for 'python3-Flask' pkgname=python3-Flask version=2.0.1 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3970b6adfee02bc1017f1460830c32290bcd8f00 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:38 -0400 Subject: [PATCH 0215/1268] python3-aniso8601: rebuild for Python 3.10 --- srcpkgs/python3-aniso8601/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template index 768e5792b8b476..7f1bef3f218080 100644 --- a/srcpkgs/python3-aniso8601/template +++ b/srcpkgs/python3-aniso8601/template @@ -1,7 +1,7 @@ # Template file for 'python3-aniso8601' pkgname=python3-aniso8601 version=9.0.1 -revision=1 +revision=2 wrksrc="aniso8601-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3ec9197a9e2cc01c28b651420e76067878fd0d4a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:23 -0400 Subject: [PATCH 0216/1268] python-pbr: rebuild for Python 3.10, update to 5.6.0. --- srcpkgs/python-pbr/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template index 6d8ac5a1dbf872..0a3c0dd9803780 100644 --- a/srcpkgs/python-pbr/template +++ b/srcpkgs/python-pbr/template @@ -1,7 +1,7 @@ # Template file for 'python-pbr' pkgname=python-pbr -version=5.4.3 -revision=4 +version=5.6.0 +revision=1 wrksrc="pbr-${version}" build_style=python-module pycompile_module="pbr" @@ -12,7 +12,7 @@ maintainer="Alessio Sergi " license="Apache-2.0" homepage="https://docs.openstack.org/developer/pbr/" distfiles="${PYPI_SITE}/p/pbr/pbr-${version}.tar.gz" -checksum=2c8e420cd4ed4cec4e7999ee47409e876af575d4c35a45840d59e8b5f3155ab8 +checksum=42df03e7797b796625b1029c0400279c7c34fd7df24a7d7818a1abb5b38710dd alternatives="pbr:pbr:/usr/bin/pbr2" python3-pbr_package() { From aeb8cfce2863b720f3210836d6af1be52db8fc17 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:39 -0400 Subject: [PATCH 0217/1268] python3-appdirs: rebuild for Python 3.10 --- srcpkgs/python3-appdirs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-appdirs/template b/srcpkgs/python3-appdirs/template index 393dda8d02536c..b1bcbb60be2c22 100644 --- a/srcpkgs/python3-appdirs/template +++ b/srcpkgs/python3-appdirs/template @@ -1,7 +1,7 @@ # Template file for 'python3-appdirs' pkgname=python3-appdirs version=1.4.4 -revision=3 +revision=4 wrksrc="appdirs-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 647f81beac3d9d9a8b7a85f81fa0dc37e3d72e43 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:52 -0400 Subject: [PATCH 0218/1268] python3-distlib: rebuild for Python 3.10 --- srcpkgs/python3-distlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-distlib/template b/srcpkgs/python3-distlib/template index 3b44c3689c38ac..4f8162861c46fb 100644 --- a/srcpkgs/python3-distlib/template +++ b/srcpkgs/python3-distlib/template @@ -1,7 +1,7 @@ # Template file for 'python3-distlib' pkgname=python3-distlib version=0.3.2 -revision=1 +revision=2 wrksrc="distlib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f3b5e9271650597d12a5cae5290f1bd90cc394c4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:56 -0400 Subject: [PATCH 0219/1268] python3-filelock: rebuild for Python 3.10 --- srcpkgs/python3-filelock/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template index a69390e02e5edc..6d61df8e0115b7 100644 --- a/srcpkgs/python3-filelock/template +++ b/srcpkgs/python3-filelock/template @@ -1,7 +1,7 @@ # Template file for 'python3-filelock' pkgname=python3-filelock version=3.0.12 -revision=3 +revision=4 wrksrc="filelock-${version}" build_style=python3-module pycompile_module="filelock.py" From ca83431ff4a83796d6ed43135395dc46e748fbc3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:39 -0400 Subject: [PATCH 0220/1268] apparmor: rebuild for Python 3.10 --- srcpkgs/apparmor/patches/python-distutils.patch | 13 +++++++++++++ srcpkgs/apparmor/template | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/apparmor/patches/python-distutils.patch diff --git a/srcpkgs/apparmor/patches/python-distutils.patch b/srcpkgs/apparmor/patches/python-distutils.patch new file mode 100644 index 00000000000000..9c22c7f11649a2 --- /dev/null +++ b/srcpkgs/apparmor/patches/python-distutils.patch @@ -0,0 +1,13 @@ +distutils is deprecated in python 3.10, which means it imports but prints warnings + +--- a/libraries/libapparmor/m4/ac_python_devel.m4 ++++ b/libraries/libapparmor/m4/ac_python_devel.m4 +@@ -69,7 +69,7 @@ + # Check if you have distutils, else fail + # + AC_MSG_CHECKING([for the distutils Python package]) +- ac_distutils_result=`$PYTHON -c "import distutils" 2>&1` ++ ac_distutils_result=`$PYTHON -W ignore -c "import distutils" 2>&1` + if test -z "$ac_distutils_result"; then + AC_MSG_RESULT([yes]) + else diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template index 2a9e373447b6c0..64140c0dbc5c20 100644 --- a/srcpkgs/apparmor/template +++ b/srcpkgs/apparmor/template @@ -1,7 +1,7 @@ # Template file for 'apparmor' pkgname=apparmor version=3.0.3 -revision=1 +revision=2 wrksrc="${pkgname}-v${version}" build_wrksrc=libraries/libapparmor build_style=gnu-configure From 21abff9db34d01a3a5e048fa03ecebd256fd35bc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:26 -0400 Subject: [PATCH 0221/1268] python-urwid: rebuild for Python 3.10 --- srcpkgs/python-urwid/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template index b7eb4393a54f56..c575560cec8b5b 100644 --- a/srcpkgs/python-urwid/template +++ b/srcpkgs/python-urwid/template @@ -1,7 +1,7 @@ # Template file for 'python-urwid' pkgname=python-urwid version=2.1.2 -revision=1 +revision=2 wrksrc="urwid-${version}" build_style="python-module" hostmakedepends="python-setuptools python3-setuptools" From 7c761c38a4514b3c27f053e4dbcfa79da7af37d9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:41 -0400 Subject: [PATCH 0222/1268] python3-pyudev: rebuild for Python 3.10 --- srcpkgs/python3-pyudev/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyudev/template b/srcpkgs/python3-pyudev/template index df31c39b18a3d6..41936b989a2d84 100644 --- a/srcpkgs/python3-pyudev/template +++ b/srcpkgs/python3-pyudev/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyudev' pkgname=python3-pyudev version=0.22.0 -revision=1 +revision=2 wrksrc="pyudev-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 810d7b7f44783076abc30f8d5261fc80f349e049 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:09 -0400 Subject: [PATCH 0223/1268] samba: rebuild for Python 3.10 --- srcpkgs/samba/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/samba/template b/srcpkgs/samba/template index 69ac97f71d34ad..ed234d82436406 100644 --- a/srcpkgs/samba/template +++ b/srcpkgs/samba/template @@ -1,7 +1,7 @@ # Template file for 'samba' pkgname=samba version=4.14.7 -revision=1 +revision=2 build_style=waf3 build_helper="qemu" configure_script="buildtools/bin/waf" From d4b8a601dd9d38689c3ed7c45e9634b75bcb51f9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:10 -0400 Subject: [PATCH 0224/1268] shiboken2: rebuild for Python 3.10 --- srcpkgs/shiboken2/patches/python310.patch | 114 ++++++++++++++++++++++ srcpkgs/shiboken2/template | 2 +- 2 files changed, 115 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/shiboken2/patches/python310.patch diff --git a/srcpkgs/shiboken2/patches/python310.patch b/srcpkgs/shiboken2/patches/python310.patch new file mode 100644 index 00000000000000..1600deda46f241 --- /dev/null +++ b/srcpkgs/shiboken2/patches/python310.patch @@ -0,0 +1,114 @@ +The first patch is taken from the issue and resolution documented at + + https://bugreports.qt.io/browse/PYSIDE-1436 + +Note that strings created as part of the `staticStrings()` set used in the +`finalizeStaticStrings()` function are created by `createStaticString()`, which +uses `PyUnicode_InternFromString` to create an owned reference to an interned +Python string **and** calls Py_INCREF to further guard against the strings +disappearing. Thus, in `finalizeStaticStrings()`, we need *two* calls to +Py_DECREF: one to clear the "guard" increment after creation and one to release +ownership from the creation itself. + +The second and third patches are adapted from + + https://codereview.qt-project.org/c/pyside/pyside-setup/+/348390 + +The second addresses the disappearance of _Py_Mangle from Python 3.10 by +providing an alternative implementation that was previously reserved for +Py_LIMITED_API. + +The fourth patch was adapted from + + https://codereview.qt-project.org/c/pyside/pyside-setup/+/365403/4 + +Together with the third patch,t his addresses changes to the typing module that +caused the pyi binding generator to fail in some cases. + +diff -ur a/sources/shiboken2/libshiboken/pep384impl.cpp b/sources/shiboken2/libshiboken/pep384impl.cpp +--- a/sources/shiboken2/libshiboken/pep384impl.cpp 2020-11-11 07:51:30.000000000 -0500 ++++ b/sources/shiboken2/libshiboken/pep384impl.cpp 2021-09-26 08:47:00.614184926 -0400 +@@ -751,14 +751,14 @@ + #endif // IS_PY2 + Shiboken::AutoDecRef privateobj(PyObject_GetAttr( + reinterpret_cast(Py_TYPE(self)), Shiboken::PyMagicName::name())); +-#ifndef Py_LIMITED_API +- return _Py_Mangle(privateobj, name); +-#else +- // For some reason, _Py_Mangle is not in the Limited API. Why? +- size_t plen = PyUnicode_GET_LENGTH(privateobj); ++ ++ // PYSIDE-1436: _Py_Mangle is no longer exposed; implement it always. ++ // The rest of this function is our own implementation of _Py_Mangle. ++ // Please compare the original function in compile.c . ++ size_t plen = PyUnicode_GET_LENGTH(privateobj.object()); + /* Strip leading underscores from class name */ + size_t ipriv = 0; +- while (PyUnicode_READ_CHAR(privateobj, ipriv) == '_') ++ while (PyUnicode_READ_CHAR(privateobj.object(), ipriv) == '_') + ipriv++; + if (ipriv == plen) { + Py_INCREF(name); +@@ -787,7 +787,6 @@ + if (amount > big_stack) + free(resbuf); + return result; +-#endif // else Py_LIMITED_API + } + + /***************************************************************************** +diff -ur a/sources/shiboken2/libshiboken/sbkstring.cpp b/sources/shiboken2/libshiboken/sbkstring.cpp +--- a/sources/shiboken2/libshiboken/sbkstring.cpp 2020-11-11 07:51:30.000000000 -0500 ++++ b/sources/shiboken2/libshiboken/sbkstring.cpp 2021-09-26 08:47:00.614184926 -0400 +@@ -247,8 +247,15 @@ + { + auto &set = staticStrings(); + for (PyObject *ob : set) { ++ // Since Python 3.10, interned strings at deleted at Python exit. ++#if PY_VERSION_HEX >= 0x030a0000 ++ Py_DECREF(ob); ++ // createStaticString() calls Py_INCREF() ++ Py_DECREF(ob); ++#else + Py_REFCNT(ob) = 1; + Py_DECREF(ob); ++#endif + } + set.clear(); + } +diff -ur a/sources/shiboken2/shibokenmodule/files.dir/shibokensupport/signature/mapping.py b/sources/shiboken2/shibokenmodule/files.dir/shibokensupport/signature/mapping.py +--- a/sources/shiboken2/shibokenmodule/files.dir/shibokensupport/signature/mapping.py 2020-11-11 07:51:30.000000000 -0500 ++++ b/sources/shiboken2/shibokenmodule/files.dir/shibokensupport/signature/mapping.py 2021-09-26 08:47:00.614184926 -0400 +@@ -300,6 +300,7 @@ + "zero(object)": None, + "zero(str)": "", + "zero(typing.Any)": None, ++ "zero(Any)": None, + }) + + type_map.update({ +diff -ur a/sources/shiboken2/shibokenmodule/files.dir/shibokensupport/signature/parser.py b/sources/shiboken2/shibokenmodule/files.dir/shibokensupport/signature/parser.py +--- a/sources/shiboken2/shibokenmodule/files.dir/shibokensupport/signature/parser.py 2020-11-11 07:51:30.000000000 -0500 ++++ b/sources/shiboken2/shibokenmodule/files.dir/shibokensupport/signature/parser.py 2021-09-26 08:48:27.743171587 -0400 +@@ -43,10 +43,11 @@ + import re + import warnings + import types ++import typing + import keyword + import functools + from shibokensupport.signature.mapping import (type_map, update_mapping, +- namespace, typing, _NotCalled, ResultVariable, ArrayLikeVariable) ++ namespace, _NotCalled, ResultVariable, ArrayLikeVariable) + from shibokensupport.signature.lib.tool import (SimpleNamespace, + build_brace_pattern) + +@@ -222,7 +223,7 @@ + def to_string(thing): + if isinstance(thing, str): + return thing +- if hasattr(thing, "__name__"): ++ if hasattr(thing, "__name__") and thing.__module__ != "typing": + dot = "." in str(thing) + name = get_name(thing) + return thing.__module__ + "." + name if dot else name diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template index ed06a780e1a911..cbddf90093a044 100644 --- a/srcpkgs/shiboken2/template +++ b/srcpkgs/shiboken2/template @@ -1,7 +1,7 @@ # Template file for 'shiboken2' pkgname=shiboken2 version=5.15.2 -revision=2 +revision=3 _pkgname="pyside-setup-opensource-src-${version}" wrksrc="${_pkgname/%5.14.2.1/5.14.2}" build_wrksrc="sources/shiboken2" From 9b01c8178e78c774135c81a8867baf5ad1d2cc20 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:02 -0400 Subject: [PATCH 0225/1268] python3-xmlschema: rebuild for Python 3.10 --- srcpkgs/python3-xmlschema/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-xmlschema/template b/srcpkgs/python3-xmlschema/template index 20b725f01d9bcc..cfc3d4bc44471d 100644 --- a/srcpkgs/python3-xmlschema/template +++ b/srcpkgs/python3-xmlschema/template @@ -1,7 +1,7 @@ # Template file for 'python3-xmlschema' pkgname=python3-xmlschema version=1.6.2 -revision=1 +revision=2 wrksrc=xmlschema-${version} build_style=python3-module hostmakedepends="python3-setuptools python3-elementpath" From 6f2cd144e927fb5c203a79b1a0ed821f061d34bb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:45 -0400 Subject: [PATCH 0226/1268] python3-canonicaljson: rebuild for Python 3.10 --- srcpkgs/python3-canonicaljson/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template index 80ee0c02f26e7f..88ffaede6ebd85 100644 --- a/srcpkgs/python3-canonicaljson/template +++ b/srcpkgs/python3-canonicaljson/template @@ -1,7 +1,7 @@ # Template file for 'python3-canonicaljson' pkgname=python3-canonicaljson version=1.4.0 -revision=1 +revision=2 wrksrc="canonicaljson-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 91d97587bb01896eb189b12214e690d2b7024660 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:58 -0400 Subject: [PATCH 0227/1268] python3-unpaddedbase64: rebuild for Python 3.10 --- srcpkgs/python3-unpaddedbase64/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template index 4b2bdc9b77ce12..dab9eac87fe67d 100644 --- a/srcpkgs/python3-unpaddedbase64/template +++ b/srcpkgs/python3-unpaddedbase64/template @@ -1,7 +1,7 @@ # Template file for 'python3-unpaddedbase64' pkgname=python3-unpaddedbase64 version=1.1.0 -revision=3 +revision=4 wrksrc="python-unpaddedbase64-${version}" build_style=python3-module pycompile_module="unpaddedbase64.py" From d80b04f50fe3e123af18e3a9eb7d07b3be43da2a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:34 -0400 Subject: [PATCH 0228/1268] python3-TxSNI: rebuild for Python 3.10 --- srcpkgs/python3-TxSNI/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template index 24ee68060f5b32..f9604fd89e254b 100644 --- a/srcpkgs/python3-TxSNI/template +++ b/srcpkgs/python3-TxSNI/template @@ -1,7 +1,7 @@ # Template file for 'python3-TxSNI' pkgname=python3-TxSNI version=0.2.0 -revision=1 +revision=2 wrksrc="txsni-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 87fba30a025d13f870c3391fda0533762895560b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:35 -0400 Subject: [PATCH 0229/1268] python3-acme: rebuild for Python 3.10 --- srcpkgs/python3-acme/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-acme/template b/srcpkgs/python3-acme/template index 1cc3ede2daed51..abdae128a47e4b 100644 --- a/srcpkgs/python3-acme/template +++ b/srcpkgs/python3-acme/template @@ -1,7 +1,7 @@ # Template file for 'python3-acme' pkgname=python3-acme version=1.19.0 -revision=1 +revision=2 wrksrc="acme-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a907c4d706a6e1ab272420a59ada1de1d12086ff Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:54 -0400 Subject: [PATCH 0230/1268] python3-eliot: rebuild for Python 3.10 --- srcpkgs/python3-eliot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template index 04251bcc312362..ca60113e47244a 100644 --- a/srcpkgs/python3-eliot/template +++ b/srcpkgs/python3-eliot/template @@ -1,7 +1,7 @@ # Template file for 'python3-eliot' pkgname=python3-eliot version=1.12.0 -revision=3 +revision=4 wrksrc="eliot-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b9590f6728ea8f1a1cb63b84ecb8de1e9aa0ed70 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:27 -0400 Subject: [PATCH 0231/1268] python3-pem: rebuild for Python 3.10 --- srcpkgs/python3-pem/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template index 9622282b83671e..07cb02b3f9f9a5 100644 --- a/srcpkgs/python3-pem/template +++ b/srcpkgs/python3-pem/template @@ -1,7 +1,7 @@ # Template file for 'python3-pem' pkgname=python3-pem version=20.1.0 -revision=1 +revision=2 wrksrc="pem-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0d34be1a96ccbb3c4c77d49593596686736331a6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:56 -0400 Subject: [PATCH 0232/1268] python3-treq: rebuild for Python 3.10 --- srcpkgs/python3-treq/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template index 977b97fb64249a..d312d6beb046e8 100644 --- a/srcpkgs/python3-treq/template +++ b/srcpkgs/python3-treq/template @@ -1,7 +1,7 @@ # Template file for 'python3-treq' pkgname=python3-treq version=20.3.0 -revision=3 +revision=4 wrksrc="treq-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-incremental" From c4f18438c566ce16b803a51fdd2a5615ba51c586 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:41 -0400 Subject: [PATCH 0233/1268] python3-babelfish: rebuild for Python 3.10 --- srcpkgs/python3-babelfish/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-babelfish/template b/srcpkgs/python3-babelfish/template index df4e86ded3eda7..5a7b7aceb2b0f3 100644 --- a/srcpkgs/python3-babelfish/template +++ b/srcpkgs/python3-babelfish/template @@ -1,7 +1,7 @@ # Template file for 'python3-babelfish' pkgname=python3-babelfish version=0.5.5 -revision=4 +revision=5 wrksrc="babelfish-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6704dff97fd96394ebab2cd62e69ffcc2841bcc1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:43 -0400 Subject: [PATCH 0234/1268] python3-rebulk: rebuild for Python 3.10 --- srcpkgs/python3-rebulk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-rebulk/template b/srcpkgs/python3-rebulk/template index 3d620df0c614ac..589dfb78cbdc83 100644 --- a/srcpkgs/python3-rebulk/template +++ b/srcpkgs/python3-rebulk/template @@ -1,7 +1,7 @@ # Template file for 'python3-rebulk' pkgname=python3-rebulk version=2.0.1 -revision=4 +revision=5 wrksrc="rebulk-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e0844a75c9b9aaa2bd7ebab3e3d63c3cd64eb689 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:36 -0400 Subject: [PATCH 0235/1268] python3-aiohttp: rebuild for Python 3.10 --- srcpkgs/python3-aiohttp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-aiohttp/template b/srcpkgs/python3-aiohttp/template index c4fb16219e834a..b20de6a7b4fb4e 100644 --- a/srcpkgs/python3-aiohttp/template +++ b/srcpkgs/python3-aiohttp/template @@ -1,7 +1,7 @@ # Template file for 'python3-aiohttp' pkgname=python3-aiohttp version=3.7.4 -revision=2 +revision=3 wrksrc="aiohttp-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 41d8f2aaca2f68bda011c63cc53a1100004e13f9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:51 -0400 Subject: [PATCH 0236/1268] python3-socks: rebuild for Python 3.10 --- srcpkgs/python3-socks/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-socks/template b/srcpkgs/python3-socks/template index 22ed4b8e0e5d87..6c5fa44b0fe76a 100644 --- a/srcpkgs/python3-socks/template +++ b/srcpkgs/python3-socks/template @@ -1,7 +1,7 @@ # Template file for 'python3-socks' pkgname=python3-socks version=1.2.4 -revision=1 +revision=2 wrksrc="python-socks-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2c882346bdbc41d2095322ff50781d247cd1eb5a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:32 -0400 Subject: [PATCH 0237/1268] python3-PyQt5: rebuild for Python 3.10 --- srcpkgs/python3-PyQt5/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template index a704d41698bc2c..37cc00fdcecc33 100644 --- a/srcpkgs/python3-PyQt5/template +++ b/srcpkgs/python3-PyQt5/template @@ -1,7 +1,7 @@ # Template file for 'python3-PyQt5' pkgname=python3-PyQt5 version=5.15.4 -revision=1 +revision=2 _sipver=12.8.0 wrksrc="PyQt5-${version}" build_helper="qemu qmake" From 02e7466627684b7ec8a7135f62bef4ba0225a48f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:31 -0400 Subject: [PATCH 0238/1268] python3-Pillow: rebuild for Python 3.10 --- srcpkgs/python3-Pillow/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Pillow/template b/srcpkgs/python3-Pillow/template index 3541fb1db895ca..58a348c999e387 100644 --- a/srcpkgs/python3-Pillow/template +++ b/srcpkgs/python3-Pillow/template @@ -1,7 +1,7 @@ # Template file for 'python3-Pillow' pkgname=python3-Pillow version=8.3.2 -revision=1 +revision=2 wrksrc="Pillow-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 59491b5c1b88e8b43b12bd6dbe7e0a7f5fb90767 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:27 -0400 Subject: [PATCH 0239/1268] python3-Cheroot: rebuild for Python 3.10 --- srcpkgs/python3-Cheroot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Cheroot/template b/srcpkgs/python3-Cheroot/template index 7dc5e26bf18f3f..8b20763967e3e3 100644 --- a/srcpkgs/python3-Cheroot/template +++ b/srcpkgs/python3-Cheroot/template @@ -1,7 +1,7 @@ # Template file for 'python3-Cheroot' pkgname=python3-Cheroot version=8.4.5 -revision=1 +revision=2 wrksrc="cheroot-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From 84c3a89eae508804d5ec9a2e997cd4a4544398b3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:07 -0400 Subject: [PATCH 0240/1268] python3-jaraco.collections: rebuild for Python 3.10 --- srcpkgs/python3-jaraco.collections/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template index 41e658e921e9b1..b82e8908866afc 100644 --- a/srcpkgs/python3-jaraco.collections/template +++ b/srcpkgs/python3-jaraco.collections/template @@ -1,7 +1,7 @@ # Template file for 'python3-jaraco.collections' pkgname=python3-jaraco.collections version=3.0.0 -revision=3 +revision=4 wrksrc="jaraco.collections-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From d86a2ac480718a64bf069207151f1a8e8ef0badc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:30 -0400 Subject: [PATCH 0241/1268] python3-portend: rebuild for Python 3.10 --- srcpkgs/python3-portend/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-portend/template b/srcpkgs/python3-portend/template index cc6fe474d96e12..5766db04cbef64 100644 --- a/srcpkgs/python3-portend/template +++ b/srcpkgs/python3-portend/template @@ -1,7 +1,7 @@ # Template file for 'python3-portend' pkgname=python3-portend version=2.7.1 -revision=1 +revision=2 wrksrc="portend-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From d0c13b792d88bcfbe6646a36d207202e49568e18 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:03 -0400 Subject: [PATCH 0242/1268] python3-zc.lockfile: rebuild for Python 3.10 --- srcpkgs/python3-zc.lockfile/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zc.lockfile/template b/srcpkgs/python3-zc.lockfile/template index afac0c19e8b6d7..50b3eefbf75888 100644 --- a/srcpkgs/python3-zc.lockfile/template +++ b/srcpkgs/python3-zc.lockfile/template @@ -1,7 +1,7 @@ # Template file for 'python3-zc.lockfile' pkgname=python3-zc.lockfile version=2.0 -revision=4 +revision=5 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 227088d3c058a8ded754c952db8439ef9d69bf45 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:51 -0400 Subject: [PATCH 0243/1268] python3-socketIO-client: rebuild for Python 3.10 --- srcpkgs/python3-socketIO-client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-socketIO-client/template b/srcpkgs/python3-socketIO-client/template index 1bc4d41c4d84b0..883125e094279e 100644 --- a/srcpkgs/python3-socketIO-client/template +++ b/srcpkgs/python3-socketIO-client/template @@ -1,7 +1,7 @@ # Template file for 'python3-socketIO-client' pkgname=python3-socketIO-client version=0.7.2 -revision=5 +revision=6 wrksrc="socketIO-client-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e7818dbeef030633a0fe1cbf7ffaf2cfd30aa229 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:43 -0400 Subject: [PATCH 0244/1268] python3-boolean.py: rebuild for Python 3.10 --- srcpkgs/python3-boolean.py/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-boolean.py/template b/srcpkgs/python3-boolean.py/template index 78e6eba59d1811..51d0ad491e7819 100644 --- a/srcpkgs/python3-boolean.py/template +++ b/srcpkgs/python3-boolean.py/template @@ -1,7 +1,7 @@ # Template file for 'python3-boolean.py' pkgname=python3-boolean.py version=3.8 -revision=1 +revision=2 wrksrc="boolean.py-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4b1b0c45b361e7aaad30ad5adecc61182bc97b64 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:37 -0400 Subject: [PATCH 0245/1268] python3-aionotify: rebuild for Python 3.10 --- srcpkgs/python3-aionotify/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template index b2c18dc979b7ec..be90b5dbf7f0ec 100644 --- a/srcpkgs/python3-aionotify/template +++ b/srcpkgs/python3-aionotify/template @@ -1,7 +1,7 @@ # Template file for 'python3-aionotify' pkgname=python3-aionotify version=0.2.0 -revision=2 +revision=3 wrksrc="aionotify-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 328073280553c01e3e0fb36896351acfabbe9739 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:05 -0400 Subject: [PATCH 0246/1268] python3-inotify: rebuild for Python 3.10 --- srcpkgs/python3-inotify/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-inotify/template b/srcpkgs/python3-inotify/template index 69f7539357627c..437ac501287caa 100644 --- a/srcpkgs/python3-inotify/template +++ b/srcpkgs/python3-inotify/template @@ -1,7 +1,7 @@ # Template file for 'python3-inotify' pkgname=python3-inotify version=0.9.6 -revision=6 +revision=7 wrksrc="pyinotify-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From faa2bac17af0f692ed34840b3c9b2e06e1c4fa7d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:16 -0400 Subject: [PATCH 0247/1268] python3-mccabe: rebuild for Python 3.10 --- srcpkgs/python3-mccabe/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mccabe/template b/srcpkgs/python3-mccabe/template index a95ed189baa440..f19e5e6d32e6f9 100644 --- a/srcpkgs/python3-mccabe/template +++ b/srcpkgs/python3-mccabe/template @@ -1,7 +1,7 @@ # Template file for 'python3-mccabe' pkgname=python3-mccabe version=0.6.1 -revision=5 +revision=6 wrksrc="mccabe-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3e79d7eb4bfbfb52e5be0f554ee030891973b778 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:34 -0400 Subject: [PATCH 0248/1268] python3-pycodestyle: rebuild for Python 3.10 --- srcpkgs/python3-pycodestyle/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pycodestyle/template b/srcpkgs/python3-pycodestyle/template index 8fafc98015d4c0..0caae52d1f6e92 100644 --- a/srcpkgs/python3-pycodestyle/template +++ b/srcpkgs/python3-pycodestyle/template @@ -1,7 +1,7 @@ # Template file for 'python3-pycodestyle' pkgname=python3-pycodestyle version=2.7.0 -revision=1 +revision=2 wrksrc="pycodestyle-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 443618315a30b7500b174bc3679c7f3c32924a1e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:35 -0400 Subject: [PATCH 0249/1268] python3-pyflakes: rebuild for Python 3.10 --- srcpkgs/python3-pyflakes/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template index 4df551fa236efc..be45e862dfaefe 100644 --- a/srcpkgs/python3-pyflakes/template +++ b/srcpkgs/python3-pyflakes/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyflakes' pkgname=python3-pyflakes version=2.3.1 -revision=1 +revision=2 wrksrc="pyflakes-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5957a84f808150df60f22b2f8ad3698a992e43df Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:21 -0400 Subject: [PATCH 0250/1268] python-coverage: rebuild for Python 3.10 --- srcpkgs/python-coverage/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-coverage/template b/srcpkgs/python-coverage/template index 332e7baa3b7a18..89e30b058c9891 100644 --- a/srcpkgs/python-coverage/template +++ b/srcpkgs/python-coverage/template @@ -1,7 +1,7 @@ # Template file for 'python-coverage' pkgname=python-coverage version=5.0.3 -revision=2 +revision=3 wrksrc="${pkgname/python-//}-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 4b1f2062a22af7be717bf3138ea92c6a32b4dae2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:04 -0400 Subject: [PATCH 0251/1268] python3-zope.component: rebuild for Python 3.10 --- srcpkgs/python3-zope.component/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zope.component/template b/srcpkgs/python3-zope.component/template index ffb1e1fbf65cad..fb056d383fc9c7 100644 --- a/srcpkgs/python3-zope.component/template +++ b/srcpkgs/python3-zope.component/template @@ -1,7 +1,7 @@ # Template file for 'python3-zope.component' pkgname=python3-zope.component version=5.0.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9c43ed175e0149eb9b6e741707adda5e67b0e7b7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:04 -0400 Subject: [PATCH 0252/1268] python3-zope.configuration: rebuild for Python 3.10 --- srcpkgs/python3-zope.configuration/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template index 35685dd79dc88e..b7be9a49a75ccd 100644 --- a/srcpkgs/python3-zope.configuration/template +++ b/srcpkgs/python3-zope.configuration/template @@ -1,7 +1,7 @@ # Template file for 'python3-zope.configuration' pkgname=python3-zope.configuration version=4.4.0 -revision=2 +revision=3 wrksrc="zope.configuration-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx" From 7df92e1c4ce374ee6853320204d09900ca024536 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:51 -0400 Subject: [PATCH 0253/1268] python3-sphinxcontrib: rebuild for Python 3.10 --- srcpkgs/python3-sphinxcontrib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template index 37f57813e2145b..d95bfd2e320895 100644 --- a/srcpkgs/python3-sphinxcontrib/template +++ b/srcpkgs/python3-sphinxcontrib/template @@ -1,7 +1,7 @@ # Template file for 'python3-sphinxcontrib' pkgname=python3-sphinxcontrib version=1.0 -revision=5 +revision=6 create_wrksrc=yes hostmakedepends="python3-setuptools" depends="python3-setuptools" From 722361fd9bba4de4863cc4a0151ac8e39b9a6f7b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:05 -0400 Subject: [PATCH 0254/1268] python3-zope.exceptions: rebuild for Python 3.10 --- srcpkgs/python3-zope.exceptions/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zope.exceptions/template b/srcpkgs/python3-zope.exceptions/template index 8f06c14c37589f..76f238c25c284f 100644 --- a/srcpkgs/python3-zope.exceptions/template +++ b/srcpkgs/python3-zope.exceptions/template @@ -1,7 +1,7 @@ # Template file for 'python3-zope.exceptions' pkgname=python3-zope.exceptions version=4.4 -revision=2 +revision=3 wrksrc="zope.exceptions-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface From 4133a5e5e97b05175e3e32755a74ca33df1db4a8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:22 -0400 Subject: [PATCH 0255/1268] python3-oauthlib: rebuild for Python 3.10 --- srcpkgs/python3-oauthlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-oauthlib/template b/srcpkgs/python3-oauthlib/template index 6bc69a2f9b71ff..3a3cb5ac22323a 100644 --- a/srcpkgs/python3-oauthlib/template +++ b/srcpkgs/python3-oauthlib/template @@ -1,7 +1,7 @@ # Template file for 'python3-oauthlib' pkgname=python3-oauthlib version=3.1.0 -revision=4 +revision=5 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a2c2ddeb66fe02fda2c5d461c48d6eeb974d7328 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:34 -0400 Subject: [PATCH 0256/1268] python3-Unidecode: rebuild for Python 3.10 --- srcpkgs/python3-Unidecode/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template index 9dbf90e2df42d4..00e54f8c0980bf 100644 --- a/srcpkgs/python3-Unidecode/template +++ b/srcpkgs/python3-Unidecode/template @@ -1,7 +1,7 @@ # Template file for 'python3-Unidecode' pkgname=python3-Unidecode version=1.1.1 -revision=4 +revision=5 wrksrc="Unidecode-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3271ed3f8d607de05fedaacd9a5ea795932eb35e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:54 -0400 Subject: [PATCH 0257/1268] python3-text-unidecode: rebuild for Python 3.10 --- srcpkgs/python3-text-unidecode/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template index cce8aacaf9a916..78b3b84e223409 100644 --- a/srcpkgs/python3-text-unidecode/template +++ b/srcpkgs/python3-text-unidecode/template @@ -1,7 +1,7 @@ # Template file for 'python3-text-unidecode' pkgname=python3-text-unidecode version=1.2 -revision=3 +revision=4 wrksrc="text-unidecode-${version}" build_style=python3-module pycompile_module="text_unidecode" From 7f2decdd58c079e91e88d7b301205e48c5cb95d6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:45 -0400 Subject: [PATCH 0258/1268] python3-certifi: rebuild for Python 3.10 --- srcpkgs/python3-certifi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template index ebf9056d783103..ecb66930f3be48 100644 --- a/srcpkgs/python3-certifi/template +++ b/srcpkgs/python3-certifi/template @@ -1,7 +1,7 @@ # Template file for 'python3-certifi' pkgname=python3-certifi version=2021.05.30 -revision=1 +revision=2 wrksrc="python-certifi-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 72cedf5267cd49c8330d1863a47c969ca403e643 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:50 -0400 Subject: [PATCH 0259/1268] python3-cycler: rebuild for Python 3.10 --- srcpkgs/python3-cycler/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cycler/template b/srcpkgs/python3-cycler/template index 1163ab0624891b..f05b7644660abe 100644 --- a/srcpkgs/python3-cycler/template +++ b/srcpkgs/python3-cycler/template @@ -1,7 +1,7 @@ # Template file for 'python3-cycler' pkgname=python3-cycler version=0.10.0 -revision=7 +revision=8 wrksrc="cycler-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9ccfc64075f35fddd3cb556629ebfe82784b9895 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:12 -0400 Subject: [PATCH 0260/1268] python3-kiwisolver: rebuild for Python 3.10 --- srcpkgs/python3-kiwisolver/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-kiwisolver/template b/srcpkgs/python3-kiwisolver/template index 0b947591cb0fd5..7185e306678700 100644 --- a/srcpkgs/python3-kiwisolver/template +++ b/srcpkgs/python3-kiwisolver/template @@ -1,7 +1,7 @@ # Template file for 'python3-kiwisolver' pkgname=python3-kiwisolver version=1.3.1 -revision=1 +revision=2 wrksrc="kiwisolver-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-cppy" From 8bd87d322c1dea64b78aa54984e11da63d416c5c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:14 -0400 Subject: [PATCH 0261/1268] python3-lz4: rebuild for Python 3.10 --- srcpkgs/python3-lz4/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-lz4/template b/srcpkgs/python3-lz4/template index 7cb716632cade4..281b5a2acbac8c 100644 --- a/srcpkgs/python3-lz4/template +++ b/srcpkgs/python3-lz4/template @@ -1,7 +1,7 @@ # Template file for 'python3-lz4' pkgname=python3-lz4 version=3.1.3 -revision=1 +revision=2 wrksrc="lz4-${version}" build_style=python3-module hostmakedepends="pkg-config python3-setuptools_scm python3-pkgconfig" From 7acee749bc4614f094fde1b587125bd17b17426f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:03 -0400 Subject: [PATCH 0262/1268] python3-hyper-h2: rebuild for Python 3.10, rename python3-h2 --- srcpkgs/python3-h2/template | 24 ++++++++++++++++++++++++ srcpkgs/python3-hyper-h2 | 1 + srcpkgs/python3-hyper-h2/template | 18 ------------------ 3 files changed, 25 insertions(+), 18 deletions(-) create mode 100644 srcpkgs/python3-h2/template create mode 120000 srcpkgs/python3-hyper-h2 delete mode 100644 srcpkgs/python3-hyper-h2/template diff --git a/srcpkgs/python3-h2/template b/srcpkgs/python3-h2/template new file mode 100644 index 00000000000000..29668e4cec4f64 --- /dev/null +++ b/srcpkgs/python3-h2/template @@ -0,0 +1,24 @@ +# Template file for 'python3-h2' +pkgname=python3-h2 +version=4.0.0 +revision=2 +wrksrc="h2-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3 python3-hpack python3-hyperframe" +short_desc="HTTP/2 State-Machine based protocol implementation (Python3)" +maintainer="Orphaned " +license="MIT" +homepage="https://github.com/python-hyper/h2" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=78753b52cebb63f87097c9a5f969004a61ec4a41f967e41dcc287e26dd9b4143 + +post_install() { + vlicense LICENSE +} + +python3-hyper-h2_package() { + build_style=meta + short_desc+=" - transitional dummy pkg" + depends="python3-h2>=${version}_${revision}" +} diff --git a/srcpkgs/python3-hyper-h2 b/srcpkgs/python3-hyper-h2 new file mode 120000 index 00000000000000..853f8bf946204e --- /dev/null +++ b/srcpkgs/python3-hyper-h2 @@ -0,0 +1 @@ +python3-h2 \ No newline at end of file diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template deleted file mode 100644 index ace0cb9258b314..00000000000000 --- a/srcpkgs/python3-hyper-h2/template +++ /dev/null @@ -1,18 +0,0 @@ -# Template file for 'python3-hyper-h2' -pkgname=python3-hyper-h2 -version=4.0.0 -revision=1 -wrksrc="hyper-h2-${version}" -build_style=python3-module -hostmakedepends="python3-setuptools" -depends="python3 python3-hpack python3-hyperframe" -short_desc="HTTP/2 State-Machine based protocol implementation(Python3)" -maintainer="Orphaned " -license="MIT" -homepage="https://github.com/python-hyper/hyper-h2" -distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=ced79b6c3cd967ef6acf405c5e9edfb4069b274799bc261aac7d5d3fec36b011 - -post_install() { - vlicense LICENSE -} From e39168c9bdc75b673973b02d2dd638c2365c6506 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:31 -0400 Subject: [PATCH 0263/1268] python3-priority: rebuild for Python 3.10 --- srcpkgs/python3-priority/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template index 5bc9b04b30542f..8772bb6fc73955 100644 --- a/srcpkgs/python3-priority/template +++ b/srcpkgs/python3-priority/template @@ -1,7 +1,7 @@ # Template file for 'python3-priority' pkgname=python3-priority version=2.0.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3e33ac3c829d8c379aa604795fd873ccec01fe11 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:01 -0400 Subject: [PATCH 0264/1268] python3-wsproto: rebuild for Python 3.10 --- srcpkgs/python3-wsproto/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-wsproto/template b/srcpkgs/python3-wsproto/template index 672e36d661769b..4098570177e277 100644 --- a/srcpkgs/python3-wsproto/template +++ b/srcpkgs/python3-wsproto/template @@ -1,7 +1,7 @@ # Template file for 'python3-wsproto' pkgname=python3-wsproto version=1.0.0 -revision=1 +revision=2 wrksrc="wsproto-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0ce6b81618f27320665fd37439cd82438581e343 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:28 -0400 Subject: [PATCH 0265/1268] python3-EasyProcess: rebuild for Python 3.10 --- srcpkgs/python3-EasyProcess/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template index 51854a737d72c9..2b62ed4ad5768d 100644 --- a/srcpkgs/python3-EasyProcess/template +++ b/srcpkgs/python3-EasyProcess/template @@ -1,7 +1,7 @@ # Template file for 'python3-EasyProcess' pkgname=python3-EasyProcess version=0.3 -revision=2 +revision=3 wrksrc=EasyProcess-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 2847593fd777c156aef6d133413eef739f27dcd5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:37 -0400 Subject: [PATCH 0266/1268] python3-pyqt6-sip: rebuild for Python 3.10 --- srcpkgs/python3-pyqt6-sip/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyqt6-sip/template b/srcpkgs/python3-pyqt6-sip/template index e7f2517c130ebc..57547a3f64f730 100644 --- a/srcpkgs/python3-pyqt6-sip/template +++ b/srcpkgs/python3-pyqt6-sip/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyqt6-sip' pkgname=python3-pyqt6-sip version=13.1.0 -revision=1 +revision=2 wrksrc="PyQt6_sip-$version" build_style=python3-module hostmakedepends="python3-devel python3-setuptools sip" From c29aacd66aa4ebd5c69dcdf82c201cdba51ed968 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:44 -0400 Subject: [PATCH 0267/1268] python3-requests-ntlm: rebuild for Python 3.10 --- srcpkgs/python3-requests-ntlm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template index fc5c0dc6aab8bd..87c03bd6badedd 100644 --- a/srcpkgs/python3-requests-ntlm/template +++ b/srcpkgs/python3-requests-ntlm/template @@ -1,7 +1,7 @@ # Template file for 'python3-requests-ntlm' pkgname=python3-requests-ntlm version=1.1.0 -revision=2 +revision=3 wrksrc="requests-ntlm-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2f2651e39d96acfc98dfa9a4fd053feea62c9bae Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:02 -0400 Subject: [PATCH 0268/1268] python3-xmltodict: rebuild for Python 3.10 --- srcpkgs/python3-xmltodict/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-xmltodict/template b/srcpkgs/python3-xmltodict/template index 14243ddb006317..70a5e0e6068d40 100644 --- a/srcpkgs/python3-xmltodict/template +++ b/srcpkgs/python3-xmltodict/template @@ -1,7 +1,7 @@ # Template file for 'python3-xmltodict' pkgname=python3-xmltodict version=0.12.0 -revision=4 +revision=5 wrksrc="xmltodict-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e317959f9d7813138867dda306013fcffd46aaa9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:51 -0400 Subject: [PATCH 0269/1268] python3-sortedcontainers: rebuild for Python 3.10 --- srcpkgs/python3-sortedcontainers/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template index 059447e2b1ad7a..618e1d627c1b8e 100644 --- a/srcpkgs/python3-sortedcontainers/template +++ b/srcpkgs/python3-sortedcontainers/template @@ -1,7 +1,7 @@ # Template file for 'python3-sortedcontainers' pkgname=python3-sortedcontainers version=2.4.0 -revision=1 +revision=2 wrksrc="sortedcontainers-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6c622c44625aa3b56c8b861cdd79d7a0e1db6e85 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:44 -0400 Subject: [PATCH 0270/1268] capstone: rebuild for Python 3.10 --- srcpkgs/capstone/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template index aebd3621f97abf..255b813f79f0e2 100644 --- a/srcpkgs/capstone/template +++ b/srcpkgs/capstone/template @@ -1,7 +1,7 @@ # Template file for 'capstone' pkgname=capstone version=4.0.2 -revision=2 +revision=3 build_style=gnu-makefile make_use_env=1 hostmakedepends="python-setuptools python3-setuptools" From 8f97a246da0dfcbfcf0893069e9d08ac55827b44 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:57 -0400 Subject: [PATCH 0271/1268] python3-ultrajson: rebuild for Python 3.10 --- srcpkgs/python3-ultrajson/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ultrajson/template b/srcpkgs/python3-ultrajson/template index 1f4531157db3ec..9c513c995073db 100644 --- a/srcpkgs/python3-ultrajson/template +++ b/srcpkgs/python3-ultrajson/template @@ -1,7 +1,7 @@ # Template file for 'python3-ultrajson' pkgname=python3-ultrajson version=4.2.0 -revision=1 +revision=2 wrksrc="ujson-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From 952ed4da82b10cd11636206e3c8e45e96e205ad3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:11 -0400 Subject: [PATCH 0272/1268] python3-jupyter_widgetsnbextension: rebuild for Python 3.10 --- srcpkgs/python3-jupyter_widgetsnbextension/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template index 06918c86c6d517..c6d4f8df8e31d7 100644 --- a/srcpkgs/python3-jupyter_widgetsnbextension/template +++ b/srcpkgs/python3-jupyter_widgetsnbextension/template @@ -1,7 +1,7 @@ # Template file for 'python3-jupyter_widgetsnbextension' pkgname=python3-jupyter_widgetsnbextension version=3.5.1 -revision=2 +revision=3 wrksrc="widgetsnbextension-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5b98b1da95b958cdf6d8f27cd4507031d04153d8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:24 -0400 Subject: [PATCH 0273/1268] python-pystache: rebuild for Python 3.10 --- srcpkgs/python-pystache/patches/setup.patch | 27 +++++++++++++++++++++ srcpkgs/python-pystache/template | 13 +++++++--- 2 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/python-pystache/patches/setup.patch diff --git a/srcpkgs/python-pystache/patches/setup.patch b/srcpkgs/python-pystache/patches/setup.patch new file mode 100644 index 00000000000000..3849245d01d634 --- /dev/null +++ b/srcpkgs/python-pystache/patches/setup.patch @@ -0,0 +1,27 @@ +1. setuptools no longer supports use_2to3, so drop the setup() arg +2. Drop the pystache-test entrypoint script here rather than in-template + +--- ./setup.py ++++ ./setup.py +@@ -351,13 +351,6 @@ + + """ + extra = {} +- # TODO: it might be more correct to check whether we are using +- # Distribute instead of setuptools, since use_2to3 doesn't take +- # effect when using Python 2, even when using Distribute. +- if py_version >= (3, ): +- # Causes 2to3 to be run during the build step. +- extra['use_2to3'] = True +- + return extra + + +@@ -401,7 +394,6 @@ + entry_points = { + 'console_scripts': [ + 'pystache=pystache.commands.render:main', +- 'pystache-test=pystache.commands.test:main', + ], + }, + classifiers = CLASSIFIERS, diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template index 4bed7b9403d497..6c85b2d20d3a08 100644 --- a/srcpkgs/python-pystache/template +++ b/srcpkgs/python-pystache/template @@ -1,7 +1,7 @@ # Template file for 'python-pystache' pkgname=python-pystache version=0.5.4 -revision=5 +revision=6 wrksrc="pystache-${version}" build_style=python-module pycompile_module="pystache" @@ -15,10 +15,15 @@ distfiles="${PYPI_SITE}/p/pystache/pystache-${version}.tar.gz" checksum=f7bbc265fb957b4d6c7c042b336563179444ab313fb93a719759111eabd3b85a alternatives="pystache:pystache:/usr/bin/pystache2" -pre_build() { - # no pystache-test entry point - sed -i '/pystache-test/d' setup.py +do_build() { + # This is pure python, no need for cross antics + python2.7 setup.py build --build-base=build-2.7 + + # Convert py2 syntax to py3 since setuptools no longer does it + 2to3-${py3_ver} -w pystache + python3 setup.py build --build-base=build-${py3_ver} } + post_install() { vlicense LICENSE } From 41a07f5897721c7d4795deb16484e69582aaac4f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:39 -0400 Subject: [PATCH 0274/1268] ansible-core: rebuild for Python 3.10 --- srcpkgs/ansible-core/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ansible-core/template b/srcpkgs/ansible-core/template index 397118d5d692ef..a92a3479dcf0e3 100644 --- a/srcpkgs/ansible-core/template +++ b/srcpkgs/ansible-core/template @@ -1,7 +1,7 @@ # Template file for 'ansible-core' pkgname=ansible-core version=2.11.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko From a1f9ec0ef89802749fcb17ea6d17e5277814f02e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:50 -0400 Subject: [PATCH 0275/1268] python3-smmap: rebuild for Python 3.10 --- srcpkgs/python3-smmap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-smmap/template b/srcpkgs/python3-smmap/template index 3fff30973c1482..20317a484d7668 100644 --- a/srcpkgs/python3-smmap/template +++ b/srcpkgs/python3-smmap/template @@ -1,7 +1,7 @@ # Template file for 'python3-smmap' pkgname=python3-smmap version=2.0.5 -revision=4 +revision=5 wrksrc="smmap-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5c7a796a78d83799dca128ca8be96a70a0d87413 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:19 -0400 Subject: [PATCH 0276/1268] python-SQLAlchemy: rebuild for Python 3.10 --- srcpkgs/python-SQLAlchemy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template index b4ff86c2762cd5..7443662c1ed684 100644 --- a/srcpkgs/python-SQLAlchemy/template +++ b/srcpkgs/python-SQLAlchemy/template @@ -1,7 +1,7 @@ # Template file for 'python-SQLAlchemy' pkgname=python-SQLAlchemy version=1.3.18 -revision=2 +revision=3 wrksrc="SQLAlchemy-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From d3cf10cbc46dc3026b0338d3c5100ca2d5567c85 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:35 -0400 Subject: [PATCH 0277/1268] python3-WTForms: rebuild for Python 3.10 --- srcpkgs/python3-WTForms/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template index fd294b09f00ebf..aea6345e47104f 100644 --- a/srcpkgs/python3-WTForms/template +++ b/srcpkgs/python3-WTForms/template @@ -1,7 +1,7 @@ # Template file for 'python3-WTForms' pkgname=python3-WTForms version=2.2.1 -revision=4 +revision=5 wrksrc="WTForms-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b8efe388abf55a55ff6211be225ab4af3e069482 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:13 -0400 Subject: [PATCH 0278/1268] python3-lazy-object-proxy: rebuild for Python 3.10 --- srcpkgs/python3-lazy-object-proxy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-lazy-object-proxy/template b/srcpkgs/python3-lazy-object-proxy/template index 5fe116ab439949..23debafd8af7fd 100644 --- a/srcpkgs/python3-lazy-object-proxy/template +++ b/srcpkgs/python3-lazy-object-proxy/template @@ -1,7 +1,7 @@ # Template file for 'python3-lazy-object-proxy' pkgname=python3-lazy-object-proxy version=1.5.2 -revision=1 +revision=2 wrksrc="lazy-object-proxy-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From e9819422f728682f8573815358c7194f72c82180 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:01 -0400 Subject: [PATCH 0279/1268] python3-wrapt: rebuild for Python 3.10 --- srcpkgs/python3-wrapt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-wrapt/template b/srcpkgs/python3-wrapt/template index b182006befeae2..248124652acf06 100644 --- a/srcpkgs/python3-wrapt/template +++ b/srcpkgs/python3-wrapt/template @@ -1,7 +1,7 @@ # Template file for 'python3-wrapt' pkgname=python3-wrapt version=1.12.1 -revision=4 +revision=5 wrksrc="wrapt-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 42b05a2a6e4edd1bea83ed44fc55f3d8da20f6fb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:36 -0400 Subject: [PATCH 0280/1268] python3-aiodns: rebuild for Python 3.10 --- srcpkgs/python3-aiodns/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template index fc5aa977fc6819..fb82199d201f0d 100644 --- a/srcpkgs/python3-aiodns/template +++ b/srcpkgs/python3-aiodns/template @@ -1,7 +1,7 @@ # Template file for 'python3-aiodns' pkgname=python3-aiodns version=2.0.0 -revision=2 +revision=3 wrksrc="aiodns-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 829b28cc993f9cb2092eee70e213a5921d4cbd60 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:21 -0400 Subject: [PATCH 0281/1268] python-configobj: rebuild for Python 3.10 --- srcpkgs/python-configobj/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-configobj/template b/srcpkgs/python-configobj/template index 99d86ab89b8f1f..ff80e29608cf6f 100644 --- a/srcpkgs/python-configobj/template +++ b/srcpkgs/python-configobj/template @@ -1,7 +1,7 @@ # Template file for 'python-configobj' pkgname=python-configobj version=5.0.6 -revision=8 +revision=9 wrksrc="configobj-${version}" build_style=python-module pycompile_module="_version.py configobj.py validate.py" From f00f1a3f24deac6476c1dad5607c2fef8d0010d5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:53 -0400 Subject: [PATCH 0282/1268] python3-tabulate: rebuild for Python 3.10 --- srcpkgs/python3-tabulate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template index c9007a1cdd57d0..b5fa805bb8adc1 100644 --- a/srcpkgs/python3-tabulate/template +++ b/srcpkgs/python3-tabulate/template @@ -1,7 +1,7 @@ # Template file for 'python3-tabulate' pkgname=python3-tabulate version=0.8.7 -revision=1 +revision=2 wrksrc="tabulate-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From dca423a7acd885904cb2150e07399bfbfe9933d4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:54 -0400 Subject: [PATCH 0283/1268] python3-terminaltables: rebuild for Python 3.10 --- srcpkgs/python3-terminaltables/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template index 615c5522c44196..ff7c3042493464 100644 --- a/srcpkgs/python3-terminaltables/template +++ b/srcpkgs/python3-terminaltables/template @@ -1,7 +1,7 @@ # Template file for 'python3-terminaltables' pkgname=python3-terminaltables version=3.1.0 -revision=3 +revision=4 wrksrc="terminaltables-${version}" build_style=python3-module pycompile_module="terminaltables" From 89732f0013677881523a16edbfa6afeda8e7c85c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:26 -0400 Subject: [PATCH 0284/1268] python-sqlparse: rebuild for Python 3.10 --- srcpkgs/python-sqlparse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template index 8e3b396e3a9db8..45224c6c879fbc 100644 --- a/srcpkgs/python-sqlparse/template +++ b/srcpkgs/python-sqlparse/template @@ -1,7 +1,7 @@ # Template file for 'python-sqlparse' pkgname=python-sqlparse version=0.3.0 -revision=4 +revision=5 wrksrc="sqlparse-${version}" build_style=python-module pycompile_module="sqlparse" From d72dfd54f84a426cd6a449b2ca1e187dd09e6b34 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:32 -0400 Subject: [PATCH 0285/1268] python3-psycopg2: rebuild for Python 3.10 --- srcpkgs/python3-psycopg2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template index ebd3b6b1241a18..d7ab66f7f9a610 100644 --- a/srcpkgs/python3-psycopg2/template +++ b/srcpkgs/python3-psycopg2/template @@ -1,7 +1,7 @@ # Template file for 'python3-psycopg2' pkgname=python3-psycopg2 version=2.8.3 -revision=4 +revision=5 wrksrc="psycopg2-${version}" build_style=python3-module # Require postgresql-libs-devel to find executable: pg_config From 394e270875b65c71bfee2a31310177ca27be146c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:48 -0400 Subject: [PATCH 0286/1268] python3-colorclass: rebuild for Python 3.10 --- srcpkgs/python3-colorclass/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template index f70af63bfc0f47..9dd543eb5a1c65 100644 --- a/srcpkgs/python3-colorclass/template +++ b/srcpkgs/python3-colorclass/template @@ -1,7 +1,7 @@ # Template file for 'python3-colorclass' pkgname=python3-colorclass version=2.2.0 -revision=3 +revision=4 wrksrc="colorclass-${version}" build_style=python3-module pycompile_module="colorclass" From 8a760ef162645e9190c7d5b5fdb3a403520e0eea Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:54 -0400 Subject: [PATCH 0287/1268] python3-easygui: rebuild for Python 3.10 --- srcpkgs/python3-easygui/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template index 27bc2fb0e020b1..98ccba81fc9fda 100644 --- a/srcpkgs/python3-easygui/template +++ b/srcpkgs/python3-easygui/template @@ -1,7 +1,7 @@ # Template file for 'python3-easygui' pkgname=python3-easygui version=0.98.1 -revision=3 +revision=4 wrksrc="easygui-${version}" build_style=python3-module pycompile_module="easygui" From 808fc5a799e0eb915fcd53448e23187bd256dc32 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:18 -0400 Subject: [PATCH 0288/1268] python3-msoffcrypto-tool: rebuild for Python 3.10 --- srcpkgs/python3-msoffcrypto-tool/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-msoffcrypto-tool/template b/srcpkgs/python3-msoffcrypto-tool/template index 56856151c75cc3..feb24f7b2bbeb6 100644 --- a/srcpkgs/python3-msoffcrypto-tool/template +++ b/srcpkgs/python3-msoffcrypto-tool/template @@ -1,7 +1,7 @@ # Template file for 'python3-msoffcrypto-tool' pkgname=python3-msoffcrypto-tool version=4.12.0 -revision=1 +revision=2 wrksrc="msoffcrypto-tool-${version}" build_style=python3-pep517 make_install_target="msoffcrypto_tool-${version}-*-*-*.whl" From 455fe98749553c4615302918799109e301baf13a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:26 -0400 Subject: [PATCH 0289/1268] python3-pcodedmp: rebuild for Python 3.10 --- srcpkgs/python3-pcodedmp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template index a479c31fcc7235..93e95677079e3f 100644 --- a/srcpkgs/python3-pcodedmp/template +++ b/srcpkgs/python3-pcodedmp/template @@ -1,7 +1,7 @@ # Template file for 'python3-pcodedmp' pkgname=python3-pcodedmp version=1.2.6 -revision=3 +revision=4 wrksrc="pcodedmp-${version}" build_style=python3-module pycompile_module="pcodedmp" From a953f786a92f5af10b8bb09b5068a9811d8ea337 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:48 -0400 Subject: [PATCH 0290/1268] python3-construct: rebuild for Python 3.10 --- srcpkgs/python3-construct/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-construct/template b/srcpkgs/python3-construct/template index 9654a32d15bbed..8c35a517e09d0b 100644 --- a/srcpkgs/python3-construct/template +++ b/srcpkgs/python3-construct/template @@ -1,7 +1,7 @@ # Template file for 'python3-construct' pkgname=python3-construct version=2.10.54 -revision=1 +revision=2 wrksrc="construct-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1c363f9fd2e3eb63c4914e66ffab2767f9b5f526 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:34 -0400 Subject: [PATCH 0291/1268] python3-pycryptodomex: rebuild for Python 3.10 --- srcpkgs/python3-pycryptodomex/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pycryptodomex/template b/srcpkgs/python3-pycryptodomex/template index 65adb7625e19ea..7119d0947f50e7 100644 --- a/srcpkgs/python3-pycryptodomex/template +++ b/srcpkgs/python3-pycryptodomex/template @@ -1,7 +1,7 @@ # Template file for 'python3-pycryptodomex' pkgname=python3-pycryptodomex version=3.10.4 -revision=1 +revision=2 wrksrc="pycryptodomex-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 62308399d82b4a9d56f8e0755e89b00131c40258 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:12 -0400 Subject: [PATCH 0292/1268] olm-python3: rebuild for Python 3.10 --- srcpkgs/olm-python3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/olm-python3/template b/srcpkgs/olm-python3/template index 043420109caf75..1056b8270e9b1b 100644 --- a/srcpkgs/olm-python3/template +++ b/srcpkgs/olm-python3/template @@ -1,7 +1,7 @@ # Template file for 'olm-python3' pkgname=olm-python3 version=3.2.4 -revision=1 +revision=2 wrksrc="olm-${version}" build_wrksrc=python build_style=python3-module From b571f6cc41fafe60431e84fd4cbf7392d3c7e09f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:24 -0400 Subject: [PATCH 0293/1268] python-pycryptodome: rebuild for Python 3.10 --- srcpkgs/python-pycryptodome/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pycryptodome/template b/srcpkgs/python-pycryptodome/template index a566f67cc03bbf..77b971be4a996f 100644 --- a/srcpkgs/python-pycryptodome/template +++ b/srcpkgs/python-pycryptodome/template @@ -1,7 +1,7 @@ # Template file for 'python-pycryptodome' pkgname=python-pycryptodome version=3.9.7 -revision=2 +revision=3 wrksrc="pycryptodome-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 901db6d956351c527ce7b1c852a7f40878f6c3dd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:36 -0400 Subject: [PATCH 0294/1268] python3-aiofiles: rebuild for Python 3.10 --- srcpkgs/python3-aiofiles/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template index a4ae4a79471dfb..95660af980b312 100644 --- a/srcpkgs/python3-aiofiles/template +++ b/srcpkgs/python3-aiofiles/template @@ -1,7 +1,7 @@ # Template file for 'python3-aiofiles' pkgname=python3-aiofiles version=0.7.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-pep517 hostmakedepends="python3-poetry-core" From 19b4ff1d4496938c2a1bb1b1246c9ec598ae579e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:14 -0400 Subject: [PATCH 0295/1268] python3-logbook: rebuild for Python 3.10 --- srcpkgs/python3-logbook/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-logbook/template b/srcpkgs/python3-logbook/template index aab27f27e2d411..3abe44df7ac44a 100644 --- a/srcpkgs/python3-logbook/template +++ b/srcpkgs/python3-logbook/template @@ -1,7 +1,7 @@ # Template file for 'python3-logbook' pkgname=python3-logbook version=1.5.3 -revision=2 +revision=3 wrksrc="logbook-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-devel python3-Cython" From 19a76dfc3efe4d90ee28a42c71b14c00f813d72f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:26 -0400 Subject: [PATCH 0296/1268] python3-peewee: rebuild for Python 3.10 --- srcpkgs/python3-peewee/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-peewee/template b/srcpkgs/python3-peewee/template index 5c0594df5dc9e2..dcd1c9143c3a88 100644 --- a/srcpkgs/python3-peewee/template +++ b/srcpkgs/python3-peewee/template @@ -1,7 +1,7 @@ # Template file for 'python3-peewee' pkgname=python3-peewee version=3.14.4 -revision=1 +revision=2 wrksrc="peewee-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython" From 1e29b73d6879145f8aff1421cf8c6a4ece98448f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:18 -0400 Subject: [PATCH 0297/1268] python3-msgpack: rebuild for Python 3.10 --- srcpkgs/python3-msgpack/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template index 96eff5918dac26..d740fd001e8dd8 100644 --- a/srcpkgs/python3-msgpack/template +++ b/srcpkgs/python3-msgpack/template @@ -1,7 +1,7 @@ # Template file for 'python3-msgpack' pkgname=python3-msgpack version=1.0.2 -revision=1 +revision=2 wrksrc="msgpack-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b1fb713b1f4ac85c65e3897a2f658e4b38f5baa2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:24 -0400 Subject: [PATCH 0298/1268] python-pyserial: rebuild for Python 3.10 --- srcpkgs/python-pyserial/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pyserial/template b/srcpkgs/python-pyserial/template index 315f720dbe90bb..4fba5dbb640e30 100644 --- a/srcpkgs/python-pyserial/template +++ b/srcpkgs/python-pyserial/template @@ -1,7 +1,7 @@ # Template file for 'python-pyserial' pkgname=python-pyserial version=3.4 -revision=5 +revision=6 wrksrc="pyserial-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 8d113bcd5792d156ca8e2830a6ada5ef20af1e37 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:09 -0400 Subject: [PATCH 0299/1268] scons: rebuild for Python 3.10 --- srcpkgs/scons/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/scons/template b/srcpkgs/scons/template index 883443e34659e2..574f96858c7b74 100644 --- a/srcpkgs/scons/template +++ b/srcpkgs/scons/template @@ -1,7 +1,7 @@ # Template file for 'scons' pkgname=scons version=4.0.1 -revision=2 +revision=3 wrksrc="SCons-${version}" build_style=python3-module hostmakedepends="python3 python3-setuptools" From 9fe110aac8e3c0e971d760e963eece1968541cfd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:23 -0400 Subject: [PATCH 0300/1268] python-pathlib2: rebuild for Python 3.10 --- srcpkgs/python-pathlib2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pathlib2/template b/srcpkgs/python-pathlib2/template index 622b82fe66dd64..fc4b7a31fc5f5c 100644 --- a/srcpkgs/python-pathlib2/template +++ b/srcpkgs/python-pathlib2/template @@ -1,7 +1,7 @@ # Template file for 'python-pathlib2' pkgname=python-pathlib2 version=2.3.4 -revision=5 +revision=6 wrksrc="pathlib2-${version}" build_style=python-module pycompile_module="pathlib2" From efb23ba50f2241ba0c0d0b4fdceb10ae0c5bb16e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:48 -0400 Subject: [PATCH 0301/1268] python3-serpent: rebuild for Python 3.10 --- srcpkgs/python3-serpent/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template index d156563a225962..fd59e78f1db4bb 100644 --- a/srcpkgs/python3-serpent/template +++ b/srcpkgs/python3-serpent/template @@ -1,7 +1,7 @@ # Template file for 'python3-serpent' pkgname=python3-serpent version=1.40 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 17cfff2e49cd1b73ad150c36c8529d28058c99ee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:22 -0400 Subject: [PATCH 0302/1268] youtube-dl: rebuild for Python 3.10 --- srcpkgs/youtube-dl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template index 3c1121e5317c04..72c70a4ee4b47a 100644 --- a/srcpkgs/youtube-dl/template +++ b/srcpkgs/youtube-dl/template @@ -1,7 +1,7 @@ # Template file for 'youtube-dl' pkgname=youtube-dl version=2021.06.06 -revision=1 +revision=2 wrksrc="${pkgname}" build_style=python3-module hostmakedepends="python3-setuptools" From 836fa37d76cbbe4da1c456fd028a43e0ec34cb4d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:57 -0400 Subject: [PATCH 0303/1268] gst1-python3: rebuild for Python 3.10 --- srcpkgs/gst1-python3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gst1-python3/template b/srcpkgs/gst1-python3/template index 25bde3b7c46dd0..3f85e16de418ce 100644 --- a/srcpkgs/gst1-python3/template +++ b/srcpkgs/gst1-python3/template @@ -1,7 +1,7 @@ # Template file for 'gst1-python3' pkgname=gst1-python3 version=1.18.4 -revision=1 +revision=2 wrksrc="gst-python-${version}" build_style=meson hostmakedepends="pkg-config python3" From 7bdfaff5d86662019d27e31562d387d468488aab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:35 -0400 Subject: [PATCH 0304/1268] python3-pykka: rebuild for Python 3.10 --- srcpkgs/python3-pykka/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pykka/template b/srcpkgs/python3-pykka/template index 72eea6ad026c1c..7c3d8acc3340ca 100644 --- a/srcpkgs/python3-pykka/template +++ b/srcpkgs/python3-pykka/template @@ -1,7 +1,7 @@ # Template file for 'python3-pykka' pkgname=python3-pykka version=2.0.2 -revision=3 +revision=4 wrksrc="Pykka-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a6c14fad22dc37eba67808bd7eac4303863d59ba Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:58 -0400 Subject: [PATCH 0305/1268] python3-uritools: rebuild for Python 3.10 --- srcpkgs/python3-uritools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template index 761a8f4a179297..c4d37f1591f0a9 100644 --- a/srcpkgs/python3-uritools/template +++ b/srcpkgs/python3-uritools/template @@ -1,7 +1,7 @@ # Template file for 'python3-uritools' pkgname=python3-uritools version=3.0.0 -revision=2 +revision=3 wrksrc="uritools-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From fd3ecbf653a55b72b5bfb6d99b064aef2f321e6a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:45 -0400 Subject: [PATCH 0306/1268] python3-casttube: rebuild for Python 3.10 --- srcpkgs/python3-casttube/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template index ca94d184a2301d..74187dad714b87 100644 --- a/srcpkgs/python3-casttube/template +++ b/srcpkgs/python3-casttube/template @@ -1,7 +1,7 @@ # Template file for 'python3-casttube' pkgname=python3-casttube version=0.2.0 -revision=3 +revision=4 wrksrc="casttube-${version}" build_style=python3-module pycompile_module="casttube" From e2d4f16aa7fa43fdf3fa287d4aa887aba13e3ad4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:03 -0400 Subject: [PATCH 0307/1268] python3-zeroconf: rebuild for Python 3.10 --- srcpkgs/python3-zeroconf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zeroconf/template b/srcpkgs/python3-zeroconf/template index 0b06d05d142f6b..a08bf018db1d04 100644 --- a/srcpkgs/python3-zeroconf/template +++ b/srcpkgs/python3-zeroconf/template @@ -1,7 +1,7 @@ # Template file for 'python3-zeroconf' pkgname=python3-zeroconf version=0.30.0 -revision=1 +revision=2 wrksrc="python-zeroconf-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2ea6bc5c37f66a02747625371806ed64c163d296 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:26 -0400 Subject: [PATCH 0308/1268] python-xdg: rebuild for Python 3.10 --- srcpkgs/python-xdg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-xdg/template b/srcpkgs/python-xdg/template index f9a1430433e6a6..09f1dc1ce2c01d 100644 --- a/srcpkgs/python-xdg/template +++ b/srcpkgs/python-xdg/template @@ -1,7 +1,7 @@ # Template file for 'python-xdg' pkgname=python-xdg version=0.27 -revision=1 +revision=2 wrksrc="pyxdg-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From a181aae0e31b4bb8096e9864f72797a0fc8da0c6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:57 -0400 Subject: [PATCH 0309/1268] python3-txaio: rebuild for Python 3.10 --- srcpkgs/python3-txaio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template index 4de2e16894fcf4..99053e1ad2dacc 100644 --- a/srcpkgs/python3-txaio/template +++ b/srcpkgs/python3-txaio/template @@ -1,7 +1,7 @@ # Template file for 'python3-txaio' pkgname=python3-txaio version=21.2.1 -revision=1 +revision=2 wrksrc="txaio-${version}" build_style=python3-module hostmakedepends="python3 python3-setuptools" From a2e95617ed0000fd8241d7d6d76f8925fc1a7a3d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:02 -0400 Subject: [PATCH 0310/1268] python3-hkdf: rebuild for Python 3.10 --- srcpkgs/python3-hkdf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template index b202a4adbf00bf..f1c95a95bd5a6d 100644 --- a/srcpkgs/python3-hkdf/template +++ b/srcpkgs/python3-hkdf/template @@ -1,7 +1,7 @@ # Template file for 'python3-hkdf' pkgname=python3-hkdf version=0.0.3 -revision=3 +revision=4 wrksrc="hkdf-${version}" build_style=python3-module pycompile_module="hkdf.py" From 9f0cb74b05ad449304870a089b70e830be339b66 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:03 -0400 Subject: [PATCH 0311/1268] libixion: rebuild for Python 3.10 --- srcpkgs/libixion/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template index 60a21b07ac9494..ce0f428979a205 100644 --- a/srcpkgs/libixion/template +++ b/srcpkgs/libixion/template @@ -1,7 +1,7 @@ # Template file for 'libixion' pkgname=libixion version=0.16.1 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="pkg-config python3" makedepends="boost-devel fmt-devel mdds python3-devel spdlog" From c5bf5e65af5bd310af5a475df9e54328b9e29c90 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:09 -0400 Subject: [PATCH 0312/1268] python3-json5: rebuild for Python 3.10 --- srcpkgs/python3-json5/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-json5/template b/srcpkgs/python3-json5/template index ccf9ed82f29a95..3cbd6b97feea40 100644 --- a/srcpkgs/python3-json5/template +++ b/srcpkgs/python3-json5/template @@ -1,7 +1,7 @@ # Template file for 'python3-json5' pkgname=python3-json5 version=0.9.6 -revision=1 +revision=2 wrksrc=pyjson5-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 1264fed13b7cdfad5e7293dae7b2fdab5bf49f0d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:11 -0400 Subject: [PATCH 0313/1268] python3-jupyter_server: rebuild for Python 3.10 --- srcpkgs/python3-jupyter_server/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jupyter_server/template b/srcpkgs/python3-jupyter_server/template index 96cc46401f66b4..f5ef0ff0bdcb7d 100644 --- a/srcpkgs/python3-jupyter_server/template +++ b/srcpkgs/python3-jupyter_server/template @@ -1,7 +1,7 @@ # Template file for 'python3-jupyter_server' pkgname=python3-jupyter_server version=1.11.0 -revision=1 +revision=2 wrksrc="jupyter_server-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 49a7f3bbb97760d337c3d989ed45ad5bdbedc88e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:13 -0400 Subject: [PATCH 0314/1268] python3-ldap3: rebuild for Python 3.10 --- srcpkgs/python3-ldap3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ldap3/template b/srcpkgs/python3-ldap3/template index 7ef33806b7fc5b..ca9d7e828c951e 100644 --- a/srcpkgs/python3-ldap3/template +++ b/srcpkgs/python3-ldap3/template @@ -1,7 +1,7 @@ # Template file for 'python3-ldap3' pkgname=python3-ldap3 version=2.8.1 -revision=1 +revision=2 wrksrc="ldap3-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 53a7205dc691cd3baa378749f09ed96d49e27db1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:27 -0400 Subject: [PATCH 0315/1268] python3-BeautifulSoup4: rebuild for Python 3.10, update to 4.10.0. --- srcpkgs/python3-BeautifulSoup4/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template index b9c83a0b6c6191..cd05352841057e 100644 --- a/srcpkgs/python3-BeautifulSoup4/template +++ b/srcpkgs/python3-BeautifulSoup4/template @@ -1,22 +1,20 @@ # Template file for 'python3-BeautifulSoup4' pkgname=python3-BeautifulSoup4 -version=4.9.3 +version=4.10.0 revision=1 wrksrc="beautifulsoup4-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3 python3-soupsieve" +checkdepends="python3-pytest $depends" short_desc="Python3 HTML/XML parser" maintainer="Orphaned " license="MIT" homepage="https://www.crummy.com/software/BeautifulSoup" changelog="https://bazaar.launchpad.net/%7Eleonardr/beautifulsoup/bs4/view/head:/CHANGELOG" distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz" -checksum=84729e322ad1d5b4d25f805bfa05b902dd96450f43842c4e99067d5e1369eb25 +checksum=c23ad23c521d818955a4151a67d81580319d4bf548d3d49f4223ae041ff98891 -do_check() { - : -} post_install() { vlicense LICENSE } From f40285d6ff3c1ad0fd7a6d1e34c2598cc259d590 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:37 -0400 Subject: [PATCH 0316/1268] SoapySDR: rebuild for Python 3.10 --- srcpkgs/SoapySDR/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template index 8d7bfc99778918..94e76916ef106a 100644 --- a/srcpkgs/SoapySDR/template +++ b/srcpkgs/SoapySDR/template @@ -1,7 +1,7 @@ # Template file for 'SoapySDR' pkgname=SoapySDR version=0.7.2 -revision=2 +revision=3 wrksrc="${pkgname}-soapy-sdr-${version}" build_style=cmake configure_args="-DPYTHON_EXECUTABLE=/usr/bin/python3" From ca31434eba359e381e993525ffc73c22ca44e493 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:56 -0400 Subject: [PATCH 0317/1268] gnuradio: rebuild for Python 3.10 --- srcpkgs/gnuradio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template index 88dae590f8f528..d41d253fa77b0f 100644 --- a/srcpkgs/gnuradio/template +++ b/srcpkgs/gnuradio/template @@ -1,7 +1,7 @@ # Template file for 'gnuradio' pkgname=gnuradio version=3.8.0.0 -revision=7 +revision=8 build_style=cmake conf_files="/etc/gnuradio/conf.d/*" configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}" From f107db2e366cef9312e5ba917a200180b0608871 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:51 -0400 Subject: [PATCH 0318/1268] python3-deprecation: rebuild for Python 3.10 --- srcpkgs/python3-deprecation/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template index 0c8664ddd6da64..a8b859309adf2a 100644 --- a/srcpkgs/python3-deprecation/template +++ b/srcpkgs/python3-deprecation/template @@ -1,7 +1,7 @@ # Template file for 'python3-deprecation' pkgname=python3-deprecation version=2.1.0 -revision=2 +revision=3 wrksrc="deprecation-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e1c9eccd346f875e926fb77102fa432cd5c0962c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:57 -0400 Subject: [PATCH 0319/1268] python3-filetype: rebuild for Python 3.10 --- srcpkgs/python3-filetype/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template index 3dc20eae525416..97170f1398b110 100644 --- a/srcpkgs/python3-filetype/template +++ b/srcpkgs/python3-filetype/template @@ -1,7 +1,7 @@ # Template file for 'python3-filetype' pkgname=python3-filetype version=1.0.5 -revision=4 +revision=5 wrksrc="filetype-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6fb6629fa842959a460d40d268658ec1f943eab1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:36 -0400 Subject: [PATCH 0320/1268] python3-pylast: rebuild for Python 3.10 --- srcpkgs/python3-pylast/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pylast/template b/srcpkgs/python3-pylast/template index cf5b2fd81cfa56..63b2e0104e6148 100644 --- a/srcpkgs/python3-pylast/template +++ b/srcpkgs/python3-pylast/template @@ -1,7 +1,7 @@ # Template file for 'python3-pylast' pkgname=python3-pylast version=4.1.0 -revision=2 +revision=3 wrksrc="pylast-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From ebc6edbbc8b2af7a289f31292a0bdf0369ec394b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:22 -0400 Subject: [PATCH 0321/1268] zbar: rebuild for Python 3.10 --- srcpkgs/zbar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/zbar/template b/srcpkgs/zbar/template index f64d87fcfe8109..139f17f4ec52e9 100644 --- a/srcpkgs/zbar/template +++ b/srcpkgs/zbar/template @@ -1,7 +1,7 @@ # Template file for 'zbar' pkgname=zbar version=0.23.1 -revision=3 +revision=4 build_style=gnu-configure build_helper=gir configure_args="$(vopt_with qt) --with-gir --with-python=python3" From 63ad0d840e98761c0cfe79603f4a97b2854c45ad Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:50 -0400 Subject: [PATCH 0322/1268] python3-smartypants: rebuild for Python 3.10 --- srcpkgs/python3-smartypants/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-smartypants/template b/srcpkgs/python3-smartypants/template index 728196e7100cb9..18e711829981e3 100644 --- a/srcpkgs/python3-smartypants/template +++ b/srcpkgs/python3-smartypants/template @@ -1,7 +1,7 @@ # Template file for 'python3-smartypants' pkgname=python3-smartypants version=2.0.1 -revision=1 +revision=2 wrksrc="smartypants.py-$version" build_style=python3-module hostmakedepends="python3-setuptools" From 54cf1087f10249c67a887cfb3c1f846860a29a9d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:00 -0400 Subject: [PATCH 0323/1268] keystone: rebuild for Python 3.10 --- srcpkgs/keystone/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template index ca75eb074dc0bb..4bea14d5ca2eff 100644 --- a/srcpkgs/keystone/template +++ b/srcpkgs/keystone/template @@ -1,7 +1,7 @@ # Template file for 'keystone' pkgname=keystone version=0.9.2 -revision=2 +revision=3 build_style=cmake configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all' hostmakedepends="python3-setuptools" From b0595555ae7e60583f814d1d0e9d927453a5a935 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:56 -0400 Subject: [PATCH 0324/1268] python3-filebytes: rebuild for Python 3.10 --- srcpkgs/python3-filebytes/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template index c642ed52b996f7..eb28054bb9fa59 100644 --- a/srcpkgs/python3-filebytes/template +++ b/srcpkgs/python3-filebytes/template @@ -1,7 +1,7 @@ # Template file for 'python3-filebytes' pkgname=python3-filebytes version=0.10.2 -revision=2 +revision=3 wrksrc="filebytes-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f6fa3d1033a517a1f29657f72fb5f84fce14bdc4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:04 -0400 Subject: [PATCH 0325/1268] libpeas: rebuild for Python 3.10 --- srcpkgs/libpeas/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template index c088c6f1147862..4e0cd06839f954 100644 --- a/srcpkgs/libpeas/template +++ b/srcpkgs/libpeas/template @@ -1,7 +1,7 @@ # Template file for 'libpeas' pkgname=libpeas version=1.30.0 -revision=1 +revision=2 build_style=meson build_helper="gir" configure_args="-Ddemos=false -Dvapi=true" From 4addaed944b079c6c1d9eb981662aeb80597eb63 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:25 -0400 Subject: [PATCH 0326/1268] python-rdflib: rebuild for Python 3.10 --- srcpkgs/python-rdflib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-rdflib/template b/srcpkgs/python-rdflib/template index c921bf332041b6..889ffcb7fa531a 100644 --- a/srcpkgs/python-rdflib/template +++ b/srcpkgs/python-rdflib/template @@ -1,7 +1,7 @@ # Template file for 'python-rdflib' pkgname=python-rdflib version=4.2.2 -revision=5 +revision=6 wrksrc="rdflib-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 2306f67905f6bfe94eac9f9c3624029ae0f2cdb2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:49 -0400 Subject: [PATCH 0327/1268] python3-css-parser: rebuild for Python 3.10 --- srcpkgs/python3-css-parser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-css-parser/template b/srcpkgs/python3-css-parser/template index 100907943ce73a..5ded34efd0109d 100644 --- a/srcpkgs/python3-css-parser/template +++ b/srcpkgs/python3-css-parser/template @@ -1,7 +1,7 @@ # Template file for 'python3-css-parser' pkgname=python3-css-parser version=1.0.4 -revision=5 +revision=6 wrksrc="css-parser-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0da58d4de089fcf3365c9f2a278a090508e72867 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:50 -0400 Subject: [PATCH 0328/1268] python3-cssutils: rebuild for Python 3.10 --- srcpkgs/python3-cssutils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cssutils/template b/srcpkgs/python3-cssutils/template index 83910cdada3cf6..33a6857a11b698 100644 --- a/srcpkgs/python3-cssutils/template +++ b/srcpkgs/python3-cssutils/template @@ -1,7 +1,7 @@ # Template file for 'python3-cssutils' pkgname=python3-cssutils version=1.0.2 -revision=5 +revision=6 wrksrc="cssutils-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1fde8280ad429e78a919bd106ab7a49c2dc4b6f3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:12 -0400 Subject: [PATCH 0329/1268] python3-keyring: rebuild for Python 3.10 --- srcpkgs/python3-keyring/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template index cd982b2a246fd0..2fbc05352aedb2 100644 --- a/srcpkgs/python3-keyring/template +++ b/srcpkgs/python3-keyring/template @@ -1,7 +1,7 @@ # Template file for 'python3-keyring' pkgname=python3-keyring version=23.1.0 -revision=1 +revision=2 wrksrc="keyring-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From 3952c9e20b442d42154614f071a84725e48a12a5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:20 -0400 Subject: [PATCH 0330/1268] python3-nbxmpp: rebuild for Python 3.10 --- srcpkgs/python3-nbxmpp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-nbxmpp/template b/srcpkgs/python3-nbxmpp/template index f0fe8a25297c33..332b88092708ba 100644 --- a/srcpkgs/python3-nbxmpp/template +++ b/srcpkgs/python3-nbxmpp/template @@ -1,7 +1,7 @@ # Template file for 'python3-nbxmpp' pkgname=python3-nbxmpp version=2.0.2 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2426b0ff7e912d382eb92a91baf8b54a201aa53c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:41 -0400 Subject: [PATCH 0331/1268] python3-axolotl-curve25519: rebuild for Python 3.10 --- srcpkgs/python3-axolotl-curve25519/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-axolotl-curve25519/template b/srcpkgs/python3-axolotl-curve25519/template index 89a97b2ddfee60..b332d62bfa4240 100644 --- a/srcpkgs/python3-axolotl-curve25519/template +++ b/srcpkgs/python3-axolotl-curve25519/template @@ -2,7 +2,7 @@ pkgname=python3-axolotl-curve25519 _pkgname=${pkgname/3/} version=0.4.1.post2 -revision=4 +revision=5 wrksrc="$_pkgname-$version" build_style=python3-module hostmakedepends="python3-setuptools" From 82382ceb70543e283d44b5d6f367892c5cdfab05 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:44 -0400 Subject: [PATCH 0332/1268] python3-bottle: rebuild for Python 3.10, update to 0.12.19. --- srcpkgs/python3-bottle/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template index 6830a790096682..52146ccee89623 100644 --- a/srcpkgs/python3-bottle/template +++ b/srcpkgs/python3-bottle/template @@ -1,7 +1,7 @@ # Template file for 'python3-bottle' pkgname=python3-bottle -version=0.12.17 -revision=4 +version=0.12.19 +revision=1 wrksrc="bottle-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -10,7 +10,7 @@ maintainer="Aluísio Augusto Silva Gonçalves " license="MIT" homepage="http://bottlepy.org" distfiles="${PYPI_SITE}/b/bottle/bottle-${version}.tar.gz" -checksum=e9eaa412a60cc3d42ceb42f58d15864d9ed1b92e9d630b8130c871c5bb16107c +checksum=a9d73ffcbc6a1345ca2d7949638db46349f5b2b77dac65d6494d45c23628da2c post_install() { vlicense LICENSE From 86c4866bb970a496b2b48c18993f5f464d5643ad Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:00 -0400 Subject: [PATCH 0333/1268] python3-google-api-python-client: rebuild for Python 3.10 --- srcpkgs/python3-google-api-python-client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-google-api-python-client/template b/srcpkgs/python3-google-api-python-client/template index a3ed75efa6cfca..34e19605ea68f6 100644 --- a/srcpkgs/python3-google-api-python-client/template +++ b/srcpkgs/python3-google-api-python-client/template @@ -1,7 +1,7 @@ # Template file for 'python3-google-api-python-client' pkgname=python3-google-api-python-client version=2.0.2 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d258dc3724e25e9667f609b96390a39be3e8ab7e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:14 -0400 Subject: [PATCH 0334/1268] python3-magic: rebuild for Python 3.10 --- srcpkgs/python3-magic/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-magic/template b/srcpkgs/python3-magic/template index fb4c324dc86bc9..89ac640e7a4edf 100644 --- a/srcpkgs/python3-magic/template +++ b/srcpkgs/python3-magic/template @@ -1,7 +1,7 @@ # Template file for 'python3-magic' pkgname=python3-magic version=0.4.18 -revision=4 +revision=5 wrksrc=python-magic-$version build_style=python3-module hostmakedepends="python3-setuptools" From ca197f12a3025b31987e0799ccdc68b8d8cda9df Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:22 -0400 Subject: [PATCH 0335/1268] python3-oauth2client: rebuild for Python 3.10 --- srcpkgs/python3-oauth2client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-oauth2client/template b/srcpkgs/python3-oauth2client/template index 940ae74c971565..5a91e9127e373c 100644 --- a/srcpkgs/python3-oauth2client/template +++ b/srcpkgs/python3-oauth2client/template @@ -1,7 +1,7 @@ # Template file for 'python3-oauth2client' pkgname=python3-oauth2client version=4.1.3 -revision=4 +revision=5 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From fd6d35d09abe4ae9641460e01504889c46bdda53 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:40 -0400 Subject: [PATCH 0336/1268] python3-asn1crypto: rebuild for Python 3.10 --- srcpkgs/python3-asn1crypto/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-asn1crypto/template b/srcpkgs/python3-asn1crypto/template index 5a04a844de357f..2d54a69aaa216a 100644 --- a/srcpkgs/python3-asn1crypto/template +++ b/srcpkgs/python3-asn1crypto/template @@ -1,7 +1,7 @@ # Template file for 'python3-asn1crypto' pkgname=python3-asn1crypto version=1.4.0 -revision=1 +revision=2 wrksrc="asn1crypto-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8744b67d3a2985dd4ea903139cc333d3808b8c29 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:58 -0400 Subject: [PATCH 0337/1268] python3-furl: rebuild for Python 3.10 --- srcpkgs/python3-furl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template index 0ca409a6f85682..b10e98cf00c22e 100644 --- a/srcpkgs/python3-furl/template +++ b/srcpkgs/python3-furl/template @@ -1,7 +1,7 @@ # Template file for 'python3-furl' pkgname=python3-furl version=2.1.0 -revision=2 +revision=3 wrksrc="furl-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 954fabc8ef6019bac61582ac06ced9b863962151 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:47 -0400 Subject: [PATCH 0338/1268] python3-scrypt: rebuild for Python 3.10 --- srcpkgs/python3-scrypt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-scrypt/template b/srcpkgs/python3-scrypt/template index f73f4c555766a2..cb2b795291524d 100644 --- a/srcpkgs/python3-scrypt/template +++ b/srcpkgs/python3-scrypt/template @@ -1,7 +1,7 @@ # Template file for 'python3-scrypt' pkgname=python3-scrypt version=0.8.17 -revision=3 +revision=4 wrksrc="scrypt-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 99a4ad5023709ded782e4491360b12551cde3791 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:00 -0400 Subject: [PATCH 0339/1268] python3-vobject: rebuild for Python 3.10 --- srcpkgs/python3-vobject/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-vobject/template b/srcpkgs/python3-vobject/template index f727f5b1a35689..ad9a1b9ef714e4 100644 --- a/srcpkgs/python3-vobject/template +++ b/srcpkgs/python3-vobject/template @@ -1,7 +1,7 @@ # Template file for 'python3-vobject' pkgname=python3-vobject version=0.9.6.1 -revision=4 +revision=5 wrksrc="vobject-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From bb6c871de17695c6d54909410559d9460a302b07 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:53 -0400 Subject: [PATCH 0340/1268] python3-dulwich: rebuild for Python 3.10 --- srcpkgs/python3-dulwich/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-dulwich/template b/srcpkgs/python3-dulwich/template index 14abdb26feb264..6d75325b0e2e59 100644 --- a/srcpkgs/python3-dulwich/template +++ b/srcpkgs/python3-dulwich/template @@ -1,7 +1,7 @@ # Template file for 'python3-dulwich' pkgname=python3-dulwich version=0.19.14 -revision=4 +revision=5 wrksrc="dulwich-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2605d54dc7b8042292cf867b96bf74f377987723 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:24 -0400 Subject: [PATCH 0341/1268] python3-pam: rebuild for Python 3.10 --- srcpkgs/python3-pam/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pam/template b/srcpkgs/python3-pam/template index 2cb58192ad1b84..2881e3a333c75a 100644 --- a/srcpkgs/python3-pam/template +++ b/srcpkgs/python3-pam/template @@ -1,7 +1,7 @@ # Template file for 'python3-pam' pkgname=python3-pam version=1.8.4 -revision=5 +revision=6 wrksrc="python-pam-$version" build_style=python3-module hostmakedepends="python3-setuptools" From a660ff128d32a1e44be515e50a38242724adf475 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:25 -0400 Subject: [PATCH 0342/1268] python3-passlib: rebuild for Python 3.10 --- srcpkgs/python3-passlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-passlib/template b/srcpkgs/python3-passlib/template index 29927bd8125cb3..86a22fd6f01d0a 100644 --- a/srcpkgs/python3-passlib/template +++ b/srcpkgs/python3-passlib/template @@ -1,7 +1,7 @@ # Template file for 'python3-passlib' pkgname=python3-passlib version=1.7.1 -revision=5 +revision=6 wrksrc="passlib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 670e9955212dd0b3cfdcbf142b05d8176c30ee2e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:31 -0400 Subject: [PATCH 0343/1268] python3-PyBrowserID: rebuild for Python 3.10 --- srcpkgs/python3-PyBrowserID/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template index a8cdd9230d3c52..1fd8d7f2f79877 100644 --- a/srcpkgs/python3-PyBrowserID/template +++ b/srcpkgs/python3-PyBrowserID/template @@ -1,7 +1,7 @@ # Template file for 'python3-PyBrowserID' pkgname=python3-PyBrowserID version=0.14.0 -revision=4 +revision=5 wrksrc="PyBrowserID-${version}" build_style=python3-module pycompile_module="browserid" From 84ea5147540b9b7eda069f715246de1e578d4eab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:02 -0400 Subject: [PATCH 0344/1268] python3-hawkauthlib: rebuild for Python 3.10 --- srcpkgs/python3-hawkauthlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template index aadb5c2a40df2d..33a035c87335e2 100644 --- a/srcpkgs/python3-hawkauthlib/template +++ b/srcpkgs/python3-hawkauthlib/template @@ -1,7 +1,7 @@ # Template file for 'python3-hawkauthlib' pkgname=python3-hawkauthlib version=2.0.0 -revision=4 +revision=5 wrksrc="hawkauthlib-${version}" build_style=python3-module pycompile_module="hawkauthlib" From 2b17ab8788847a1a1fea27aa9020eb8e6922b5c2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:52 -0400 Subject: [PATCH 0345/1268] python3-docker: rebuild for Python 3.10 --- srcpkgs/python3-docker/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-docker/template b/srcpkgs/python3-docker/template index 739e95114ab2e0..86fb5827fb35f6 100644 --- a/srcpkgs/python3-docker/template +++ b/srcpkgs/python3-docker/template @@ -1,7 +1,7 @@ # Template file for 'python3-docker' pkgname=python3-docker version=5.0.2 -revision=1 +revision=2 wrksrc="docker-${version}" build_style=python3-module make_check_target="tests/unit" # other tests fail due to needing a running docker daemon From 3d82b744f9c00db3d6c49e4103f4cbde6975c527 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:02 -0400 Subject: [PATCH 0346/1268] libArcus: rebuild for Python 3.10 --- srcpkgs/libArcus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template index 6f243225cba6e8..d43a77dbd9805f 100644 --- a/srcpkgs/libArcus/template +++ b/srcpkgs/libArcus/template @@ -1,7 +1,7 @@ # Template file for 'libArcus' pkgname=libArcus version=4.11.0 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_EXAMPLES=OFF" hostmakedepends="protobuf python3-sip-devel" From ec3a27e91eebe086d46177d8947121cb75325f03 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:22 -0400 Subject: [PATCH 0347/1268] python3-numpy-stl: rebuild for Python 3.10 --- srcpkgs/python3-numpy-stl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-numpy-stl/template b/srcpkgs/python3-numpy-stl/template index 304f74f3c387e8..4afa60d25c4052 100644 --- a/srcpkgs/python3-numpy-stl/template +++ b/srcpkgs/python3-numpy-stl/template @@ -1,7 +1,7 @@ # Template file for 'python3-numpy-stl' pkgname=python3-numpy-stl version=2.16.0 -revision=1 +revision=2 wrksrc="numpy-stl-${version}" build_style=python3-module build_helper="numpy" From 0c266f0b96d99800ecbc5b7d0b483fa9413db812 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:46 -0400 Subject: [PATCH 0348/1268] python3-scipy: rebuild for Python 3.10 --- srcpkgs/python3-scipy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-scipy/template b/srcpkgs/python3-scipy/template index 58bda9b40ef123..5ffc5385a74b74 100644 --- a/srcpkgs/python3-scipy/template +++ b/srcpkgs/python3-scipy/template @@ -1,7 +1,7 @@ # Template file for 'python3-scipy' pkgname=python3-scipy version=1.7.1 -revision=1 +revision=2 wrksrc="scipy-${version}" build_style=python3-module build_helper="numpy" From 9e3e9f441a4532b4b1198a0132ba8a19c5c85c20 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:48 -0400 Subject: [PATCH 0349/1268] python3-shapely: rebuild for Python 3.10 --- srcpkgs/python3-shapely/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-shapely/template b/srcpkgs/python3-shapely/template index 45b0c895a9aaa0..5f977079abfcb4 100644 --- a/srcpkgs/python3-shapely/template +++ b/srcpkgs/python3-shapely/template @@ -2,7 +2,7 @@ pkgname=python3-shapely reverts="1.7a1_1 1.7a1_2 1.7a1_3" version=1.7.1 -revision=2 +revision=3 wrksrc="Shapely-${version}" build_style=python3-module build_helper=numpy From 2a749f677eae85b7ab7da2c55a0a65ecea45a00c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:24 -0400 Subject: [PATCH 0350/1268] python-pyglet: rebuild for Python 3.10 --- srcpkgs/python-pyglet/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pyglet/template b/srcpkgs/python-pyglet/template index 947f81ea642a85..e5444022ba3eb7 100644 --- a/srcpkgs/python-pyglet/template +++ b/srcpkgs/python-pyglet/template @@ -1,7 +1,7 @@ # Template file for 'python-pyglet' pkgname=python-pyglet version=1.4.10 -revision=3 +revision=4 wrksrc="pyglet-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools unzip" From 2a612501fef064260c57fd3dcc9ba8f5a6a52e13 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:21 -0400 Subject: [PATCH 0351/1268] python3-networkx: rebuild for Python 3.10 --- srcpkgs/python3-networkx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-networkx/template b/srcpkgs/python3-networkx/template index dee08d3d2feb19..4d162dfb968ff6 100644 --- a/srcpkgs/python3-networkx/template +++ b/srcpkgs/python3-networkx/template @@ -1,7 +1,7 @@ # Template file for 'python3-networkx' pkgname=python3-networkx version=2.6.3 -revision=1 +revision=2 wrksrc="networkx-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e0b540a18b3de94ef4f83397ee45be83aa1123a5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:34 -0400 Subject: [PATCH 0352/1268] python3-pycollada: rebuild for Python 3.10 --- srcpkgs/python3-pycollada/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template index bf80cd0e0d31ce..7aae12006353fd 100644 --- a/srcpkgs/python3-pycollada/template +++ b/srcpkgs/python3-pycollada/template @@ -1,7 +1,7 @@ # Template file for 'python3-pycollada' pkgname=python3-pycollada version=0.7.1 -revision=2 +revision=3 wrksrc="pycollada-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 21c7bb0c11de97bf1c6b6614e827959802a724b5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:45 -0400 Subject: [PATCH 0353/1268] python3-rtree: rebuild for Python 3.10 --- srcpkgs/python3-rtree/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template index 5ec7cc4541bb2c..34bf662591b74f 100644 --- a/srcpkgs/python3-rtree/template +++ b/srcpkgs/python3-rtree/template @@ -1,7 +1,7 @@ # Template file for 'python3-rtree' pkgname=python3-rtree version=0.9.5 -revision=2 +revision=3 wrksrc="rtree-${version}" build_style=python3-module hostmakedepends="python3-setuptools libspatialindex-devel python3-wheel" From e95a690ad6bb4a8c6013c685710093a0f8ab7889 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:53 -0400 Subject: [PATCH 0354/1268] python3-svg.path: rebuild for Python 3.10 --- srcpkgs/python3-svg.path/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template index c5372b1416ae50..1414aab29c0346 100644 --- a/srcpkgs/python3-svg.path/template +++ b/srcpkgs/python3-svg.path/template @@ -1,7 +1,7 @@ # Template file for 'python3-svg.path' pkgname=python3-svg.path version=4.1 -revision=1 +revision=2 wrksrc="svg.path-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9c368c747a421e90d6d6b229c6ae0cfbfc06bc6a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:53 -0400 Subject: [PATCH 0355/1268] python3-sympy: rebuild for Python 3.10 --- srcpkgs/python3-sympy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template index 0375c96501b643..5f553a6f527eb5 100644 --- a/srcpkgs/python3-sympy/template +++ b/srcpkgs/python3-sympy/template @@ -1,7 +1,7 @@ # Template file for 'python3-sympy' pkgname=python3-sympy version=1.8 -revision=1 +revision=2 wrksrc="sympy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e97373e25237e8f7fcfb92c226a91207816bf168 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:41 -0400 Subject: [PATCH 0356/1268] python3-atspi: rebuild for Python 3.10 --- srcpkgs/python3-atspi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-atspi/template b/srcpkgs/python3-atspi/template index 36ffedcc59f408..bc33709ddd8821 100644 --- a/srcpkgs/python3-atspi/template +++ b/srcpkgs/python3-atspi/template @@ -1,7 +1,7 @@ # Template file for 'python3-atspi' pkgname=python3-atspi version=2.38.0 -revision=3 +revision=4 wrksrc="pyatspi-${version}" build_style=gnu-configure hostmakedepends="pkg-config python3" From 4666fc79e14315adb54810e2b388e6c4b6db8944 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:48 -0400 Subject: [PATCH 0357/1268] python3-setproctitle: rebuild for Python 3.10 --- srcpkgs/python3-setproctitle/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-setproctitle/template b/srcpkgs/python3-setproctitle/template index fc848b086c9e08..36148a426f97df 100644 --- a/srcpkgs/python3-setproctitle/template +++ b/srcpkgs/python3-setproctitle/template @@ -1,7 +1,7 @@ # Template file for 'python3-setproctitle' pkgname=python3-setproctitle version=1.2.1 -revision=1 +revision=2 wrksrc="setproctitle-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1c3e88e9fdde65fff1207b3ee8c1a305f30d25e7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:01 -0400 Subject: [PATCH 0358/1268] python3-xapp: rebuild for Python 3.10 --- srcpkgs/python3-xapp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template index ac7117ecd142a2..a67732e34031ef 100644 --- a/srcpkgs/python3-xapp/template +++ b/srcpkgs/python3-xapp/template @@ -1,7 +1,7 @@ # Template file for 'python3-xapp' pkgname=python3-xapp version=2.0.1 -revision=2 +revision=3 build_style=python3-module pycompile_module="xapp" hostmakedepends="python3-setuptools" From 4489b5645f5b7bbba0d7ec9eb31e3cdd37c06718 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:27 -0400 Subject: [PATCH 0359/1268] python3-ConfigArgParse: rebuild for Python 3.10 --- srcpkgs/python3-ConfigArgParse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ConfigArgParse/template b/srcpkgs/python3-ConfigArgParse/template index 986ebe5e05d232..c1db1f71924fff 100644 --- a/srcpkgs/python3-ConfigArgParse/template +++ b/srcpkgs/python3-ConfigArgParse/template @@ -1,7 +1,7 @@ # Template file for 'python3-ConfigArgParse' pkgname=python3-ConfigArgParse version=1.4.1 -revision=1 +revision=2 wrksrc="ConfigArgParse-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2b5afca2d9cb574f9f015d313ee2f0c1290edfe5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:52 -0400 Subject: [PATCH 0360/1268] python3-distro: rebuild for Python 3.10 --- srcpkgs/python3-distro/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-distro/template b/srcpkgs/python3-distro/template index 1c73d2e4d95be7..d573bc5b60c801 100644 --- a/srcpkgs/python3-distro/template +++ b/srcpkgs/python3-distro/template @@ -1,7 +1,7 @@ # Template file for 'python3-distro' pkgname=python3-distro version=1.6.0 -revision=1 +revision=2 wrksrc=distro-${version} build_style=python3-module hostmakedepends="python3-setuptools" From b27eec8472981518f0e4811738067f136c7067e7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:25 -0400 Subject: [PATCH 0361/1268] python3-parsedatetime: rebuild for Python 3.10 --- srcpkgs/python3-parsedatetime/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template index 3ce0cde30dc600..ec2a6262a10eaf 100644 --- a/srcpkgs/python3-parsedatetime/template +++ b/srcpkgs/python3-parsedatetime/template @@ -1,7 +1,7 @@ # Template file for 'python3-parsedatetime' pkgname=python3-parsedatetime version=2.6 -revision=2 +revision=3 wrksrc="parsedatetime-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 958894291887770c31f3fe56f1b0ff1be630f5fd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:58 -0400 Subject: [PATCH 0362/1268] python3-gevent: rebuild for Python 3.10 --- srcpkgs/python3-gevent/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-gevent/template b/srcpkgs/python3-gevent/template index 4ec0c1ce42ea2c..f7657e48ab6549 100644 --- a/srcpkgs/python3-gevent/template +++ b/srcpkgs/python3-gevent/template @@ -1,7 +1,7 @@ # Template file for 'python3-gevent' pkgname=python3-gevent version=21.1.2 -revision=1 +revision=2 wrksrc="gevent-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython" From d78d2232e1b834193e8d3cd1b96778b332d95d0d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:56 -0400 Subject: [PATCH 0363/1268] python3-feedparser: rebuild for Python 3.10 --- srcpkgs/python3-feedparser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-feedparser/template b/srcpkgs/python3-feedparser/template index 69f6e486d5f7dc..97a5d8d493739f 100644 --- a/srcpkgs/python3-feedparser/template +++ b/srcpkgs/python3-feedparser/template @@ -1,7 +1,7 @@ # Template file for 'python3-feedparser' pkgname=python3-feedparser version=6.0.8 -revision=1 +revision=2 wrksrc="feedparser-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From dfb568ac2b258b7867d97bf1ce34e5cce4880613 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:03 -0400 Subject: [PATCH 0364/1268] python3-html5lib: rebuild for Python 3.10 --- srcpkgs/python3-html5lib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-html5lib/template b/srcpkgs/python3-html5lib/template index 11d27069e0ad03..f3df8e0f79e722 100644 --- a/srcpkgs/python3-html5lib/template +++ b/srcpkgs/python3-html5lib/template @@ -1,7 +1,7 @@ # Template file for 'python3-html5lib' pkgname=python3-html5lib version=1.1 -revision=1 +revision=2 wrksrc="html5lib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 61807b194a9927ba75a5299d01ba628cef016341 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:02 -0400 Subject: [PATCH 0365/1268] python3-xlib: rebuild for Python 3.10 --- srcpkgs/python3-xlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-xlib/template b/srcpkgs/python3-xlib/template index ec75db18408b14..f8cdd0c9c09b64 100644 --- a/srcpkgs/python3-xlib/template +++ b/srcpkgs/python3-xlib/template @@ -1,7 +1,7 @@ # Template file for 'python3-xlib' pkgname=python3-xlib version=0.30 -revision=1 +revision=2 wrksrc=python-xlib-${version} build_style=python3-module hostmakedepends="python3-setuptools_scm" From 3e65a32a7926629a4e311900f061f608f805651b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:14 -0400 Subject: [PATCH 0366/1268] python3-llfuse: rebuild for Python 3.10 --- srcpkgs/python3-llfuse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-llfuse/template b/srcpkgs/python3-llfuse/template index 1d4d0c7e7837ea..8623c5adcd2cb8 100644 --- a/srcpkgs/python3-llfuse/template +++ b/srcpkgs/python3-llfuse/template @@ -1,7 +1,7 @@ # Template file for 'python3-llfuse' pkgname=python3-llfuse version=1.4.1 -revision=1 +revision=2 wrksrc="llfuse-${version}" build_style=python3-module hostmakedepends="python3-setuptools pkg-config" From 067fd7d8daabc4da07d3a0cebfa4185ad1d150fa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:53 -0400 Subject: [PATCH 0367/1268] python3-docopt: rebuild for Python 3.10 --- srcpkgs/python3-docopt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-docopt/template b/srcpkgs/python3-docopt/template index 553ac4d2e1addb..e96fb179b7ca58 100644 --- a/srcpkgs/python3-docopt/template +++ b/srcpkgs/python3-docopt/template @@ -1,7 +1,7 @@ # Template file for 'python3-docopt' pkgname=python3-docopt version=0.6.2 -revision=7 +revision=8 wrksrc="docopt-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ba17cf98ca6fb69df8a2f1b305041ef61ba3ead4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:45 -0400 Subject: [PATCH 0368/1268] python3-ruamel.yaml: rebuild for Python 3.10 --- srcpkgs/python3-ruamel.yaml/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ruamel.yaml/template b/srcpkgs/python3-ruamel.yaml/template index 1efff06c001fd8..dec65a97e27fb2 100644 --- a/srcpkgs/python3-ruamel.yaml/template +++ b/srcpkgs/python3-ruamel.yaml/template @@ -1,7 +1,7 @@ # Template file for 'python3-ruamel.yaml' pkgname=python3-ruamel.yaml version=0.16.12 -revision=2 +revision=3 wrksrc="ruamel.yaml-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 61d5c8d575e6d1c16daa332052d4e11ff6191eea Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:27 -0400 Subject: [PATCH 0369/1268] python3-Arrow: rebuild for Python 3.10 --- srcpkgs/python3-Arrow/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Arrow/template b/srcpkgs/python3-Arrow/template index 3c81e5ba65fa56..3330d66e08e892 100644 --- a/srcpkgs/python3-Arrow/template +++ b/srcpkgs/python3-Arrow/template @@ -1,7 +1,7 @@ # Template file for 'python3-Arrow' pkgname=python3-Arrow version=0.15.5 -revision=3 +revision=4 wrksrc="arrow-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c722db812060544ce13a27555fd7990bf8b2020d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:14 -0400 Subject: [PATCH 0370/1268] python3-logfury: rebuild for Python 3.10 --- srcpkgs/python3-logfury/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-logfury/template b/srcpkgs/python3-logfury/template index b718e762ff2982..3a639e807a265d 100644 --- a/srcpkgs/python3-logfury/template +++ b/srcpkgs/python3-logfury/template @@ -1,7 +1,7 @@ # Template file for 'python3-logfury' pkgname=python3-logfury version=0.1.2 -revision=7 +revision=8 wrksrc="logfury-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 78939f0dd2a9de3848b73e1977a0e526e2ce3860 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:44 -0400 Subject: [PATCH 0371/1268] python3-botocore: rebuild for Python 3.10 --- srcpkgs/python3-botocore/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template index 72884e6d76a769..6b2c6f07ac3544 100644 --- a/srcpkgs/python3-botocore/template +++ b/srcpkgs/python3-botocore/template @@ -1,7 +1,7 @@ # Template file for 'python3-botocore' pkgname=python3-botocore version=1.17.28 -revision=3 +revision=4 wrksrc="botocore-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d716970479bef129162d39fcb4fed863cf0f63b5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:41 -0400 Subject: [PATCH 0372/1268] python3-authres: rebuild for Python 3.10 --- srcpkgs/python3-authres/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template index 254830e55fef92..88ec54db1f313c 100644 --- a/srcpkgs/python3-authres/template +++ b/srcpkgs/python3-authres/template @@ -1,7 +1,7 @@ # Template file for 'python3-authres' pkgname=python3-authres version=1.2.0 -revision=3 +revision=4 wrksrc="authres-${version}" build_style=python3-module pycompile_module=authres From a0b684bcd8bac25557edb78a087d2344a59d7113 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:15 -0400 Subject: [PATCH 0373/1268] python3-markdown-math: rebuild for Python 3.10 --- srcpkgs/python3-markdown-math/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template index 7e4b46dd76830f..d707e9c3ca70b2 100644 --- a/srcpkgs/python3-markdown-math/template +++ b/srcpkgs/python3-markdown-math/template @@ -1,7 +1,7 @@ # Template file for 'python3-markdown-math' pkgname=python3-markdown-math version=0.8 -revision=1 +revision=2 wrksrc=python-markdown-math-${version} build_style=python3-module hostmakedepends="python3-setuptools" From d65c1e0ef9b82ce8922743a63ea2cf1b4ea6c644 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:54 -0400 Subject: [PATCH 0374/1268] python3-editor: rebuild for Python 3.10 --- srcpkgs/python3-editor/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-editor/template b/srcpkgs/python3-editor/template index e329df8af9d185..baae71755b3e55 100644 --- a/srcpkgs/python3-editor/template +++ b/srcpkgs/python3-editor/template @@ -1,7 +1,7 @@ # Template file for 'python3-editor' pkgname=python3-editor version=1.0.4 -revision=4 +revision=5 wrksrc="python-editor-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7e97b8d503e370f122a90fca4b2017b30e1022fb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:43 -0400 Subject: [PATCH 0375/1268] python3-regex: rebuild for Python 3.10 --- srcpkgs/python3-regex/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template index 99fa391a566ca2..68fbfc2b03c4be 100644 --- a/srcpkgs/python3-regex/template +++ b/srcpkgs/python3-regex/template @@ -1,7 +1,7 @@ # Template file for 'python3-regex' pkgname=python3-regex version=2021.8.28 -revision=1 +revision=2 wrksrc="regex-${version}" build_style=python3-module hostmakedepends="python3-devel python3-setuptools" From 420818974f00290b29f590349317b44a2a3cd398 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:57 -0400 Subject: [PATCH 0376/1268] python3-tzlocal: rebuild for Python 3.10 --- srcpkgs/python3-tzlocal/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template index 73114a2aadc920..660f28f40188af 100644 --- a/srcpkgs/python3-tzlocal/template +++ b/srcpkgs/python3-tzlocal/template @@ -1,7 +1,7 @@ # Template file for 'python3-tzlocal' pkgname=python3-tzlocal version=2.1 -revision=3 +revision=4 wrksrc="tzlocal-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3d212fc682096b7f40a5ec256c3cdaf5852f1905 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:56 -0400 Subject: [PATCH 0377/1268] python3-fido2: rebuild for Python 3.10 --- srcpkgs/python3-fido2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template index 6f50bbb8dfb909..4c38a86445e68f 100644 --- a/srcpkgs/python3-fido2/template +++ b/srcpkgs/python3-fido2/template @@ -2,7 +2,7 @@ pkgname=python3-fido2 _pkgname=fido2 version=0.9.1 -revision=1 +revision=2 wrksrc="${_pkgname}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6457243581d17d2ed985263a66293d130d495a60 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:48 -0400 Subject: [PATCH 0378/1268] downloader-cli: rebuild for Python 3.10 --- srcpkgs/downloader-cli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template index f56449f6f96635..9b54bb31cf9078 100644 --- a/srcpkgs/downloader-cli/template +++ b/srcpkgs/downloader-cli/template @@ -1,7 +1,7 @@ # Template file for 'downloader-cli' pkgname=downloader-cli version=0.3.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-urllib3 python3-downloader-cli" From 3a77ad06ca671b64eb7a60bfa825db0e48812f6d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:56 -0400 Subject: [PATCH 0379/1268] python3-ffmpeg-python: rebuild for Python 3.10 --- srcpkgs/python3-ffmpeg-python/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template index 171400f6f4dfa3..b0073d3774ed9f 100644 --- a/srcpkgs/python3-ffmpeg-python/template +++ b/srcpkgs/python3-ffmpeg-python/template @@ -1,7 +1,7 @@ # Template file for 'python3-ffmpeg-python' pkgname=python3-ffmpeg-python version=0.2.0 -revision=3 +revision=4 wrksrc="ffmpeg-python-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 15c7c27a7f3919ef67acdd03abbd269f02266fdb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:07 -0400 Subject: [PATCH 0380/1268] python3-itunespy: rebuild for Python 3.10 --- srcpkgs/python3-itunespy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template index 5a80c11c93af58..c9d49fed524d8f 100644 --- a/srcpkgs/python3-itunespy/template +++ b/srcpkgs/python3-itunespy/template @@ -1,7 +1,7 @@ # Template file for 'python3-itunespy' pkgname=python3-itunespy version=1.6 -revision=2 +revision=3 wrksrc="itunespy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 58a90509c974ce671612a669e5868c2359dd88b3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:18 -0400 Subject: [PATCH 0381/1268] python3-musicbrainzngs: rebuild for Python 3.10 --- srcpkgs/python3-musicbrainzngs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-musicbrainzngs/template b/srcpkgs/python3-musicbrainzngs/template index cfa6fa5bec4cd5..69c5e4a2958645 100644 --- a/srcpkgs/python3-musicbrainzngs/template +++ b/srcpkgs/python3-musicbrainzngs/template @@ -1,7 +1,7 @@ # Template file for 'python3-musicbrainzngs' pkgname=python3-musicbrainzngs version=0.7.1 -revision=1 +revision=2 wrksrc="musicbrainzngs-${version}" build_style="python3-module" hostmakedepends="python3-setuptools" From f88575d7a854f37fe4a59646d7f0906bef743a9c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:19 -0400 Subject: [PATCH 0382/1268] python3-mutagen: rebuild for Python 3.10 --- srcpkgs/python3-mutagen/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mutagen/template b/srcpkgs/python3-mutagen/template index 6e069c3de349bb..be0231f938615e 100644 --- a/srcpkgs/python3-mutagen/template +++ b/srcpkgs/python3-mutagen/template @@ -1,7 +1,7 @@ # Template file for 'python3-mutagen' pkgname=python3-mutagen version=1.45.1 -revision=1 +revision=2 wrksrc="mutagen-${version}" build_style=python3-module hostmakedepends="python3-devel python3-setuptools" From 3f734ba2ca7d465fc2b14bf7d9320d478983b636 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:32 -0400 Subject: [PATCH 0383/1268] python3-pyDes: rebuild for Python 3.10 --- srcpkgs/python3-pyDes/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyDes/template b/srcpkgs/python3-pyDes/template index 0ee082893d0d10..afd0472213758f 100644 --- a/srcpkgs/python3-pyDes/template +++ b/srcpkgs/python3-pyDes/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyDes' pkgname=python3-pyDes version=2.0.1 -revision=1 +revision=2 wrksrc="pyDes-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1be35b543d1bd0fc1f28a2cb6802192a1d4f2454 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:39 -0400 Subject: [PATCH 0384/1268] python3-pysocks: rebuild for Python 3.10 --- srcpkgs/python3-pysocks/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pysocks/template b/srcpkgs/python3-pysocks/template index 399fe375df841b..7c7430bf34bfda 100644 --- a/srcpkgs/python3-pysocks/template +++ b/srcpkgs/python3-pysocks/template @@ -1,7 +1,7 @@ # Template file for 'python3-pysocks' pkgname=python3-pysocks version=1.7.0 -revision=3 +revision=4 wrksrc="PySocks-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5d52fc0b4389303b92fbe12f97036242e8d23820 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:44 -0400 Subject: [PATCH 0385/1268] python3-rich: rebuild for Python 3.10 --- srcpkgs/python3-rich/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-rich/template b/srcpkgs/python3-rich/template index e83be32122d17f..8226c8e0bee71d 100644 --- a/srcpkgs/python3-rich/template +++ b/srcpkgs/python3-rich/template @@ -1,7 +1,7 @@ # Template file for 'python3-rich' pkgname=python3-rich version=10.12.0 -revision=1 +revision=2 wrksrc="rich-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1642e5ab4ff1df13191107afa585059cbd4d8099 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:49 -0400 Subject: [PATCH 0386/1268] python3-simber: rebuild for Python 3.10 --- srcpkgs/python3-simber/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-simber/template b/srcpkgs/python3-simber/template index 88c31abe65a117..27bd0df0d1f4fd 100644 --- a/srcpkgs/python3-simber/template +++ b/srcpkgs/python3-simber/template @@ -1,7 +1,7 @@ # Template file for 'python3-simber' pkgname=python3-simber version=0.2.3 -revision=1 +revision=2 wrksrc="simber-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a0ff524a4cd977d6fdbb3e398b8a15ca62a9b2db Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 8 Oct 2021 09:32:50 -0400 Subject: [PATCH 0387/1268] python3-spotipy: rebuild for Python 3.10 --- srcpkgs/python3-spotipy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-spotipy/template b/srcpkgs/python3-spotipy/template index c57db2a92d333a..a0a2aba69d93b6 100644 --- a/srcpkgs/python3-spotipy/template +++ b/srcpkgs/python3-spotipy/template @@ -1,7 +1,7 @@ # Template file for 'python3-spotipy' pkgname=python3-spotipy version=2.19.0 -revision=1 +revision=2 wrksrc="spotipy-${version}" build_style=python3-module hostmakedepends="pkg-config python3-setuptools" From bb5e963493946804b5b9e5c9218c7744348b5212 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:03 -0400 Subject: [PATCH 0388/1268] python3-youtube-search: rebuild for Python 3.10 --- srcpkgs/python3-youtube-search/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template index 7de7b44f8b8f51..d79b41a77e330b 100644 --- a/srcpkgs/python3-youtube-search/template +++ b/srcpkgs/python3-youtube-search/template @@ -1,7 +1,7 @@ # Template file for 'python3-youtube-search' pkgname=python3-youtube-search version=2.1.0 -revision=2 +revision=3 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e create_wrksrc=yes build_wrksrc="youtube-search-${version}" From 513acc3d73f24af394316b585d79653e2f4a9f92 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 8 Oct 2021 09:32:50 -0400 Subject: [PATCH 0389/1268] python3-youtubesearch: rebuild for Python 3.10 --- srcpkgs/python3-youtubesearch/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-youtubesearch/template b/srcpkgs/python3-youtubesearch/template index 46a3d40bad3e83..54f0fc9a1db151 100644 --- a/srcpkgs/python3-youtubesearch/template +++ b/srcpkgs/python3-youtubesearch/template @@ -1,7 +1,7 @@ # Template file for 'python3-youtubesearch' pkgname=python3-youtubesearch version=1.4.9 -revision=1 +revision=2 wrksrc="youtube-search-python-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From bbc26021c8e4adf98bd85c42026b1bcec7a333ee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:03 -0400 Subject: [PATCH 0390/1268] python3-ytmusicapi: rebuild for Python 3.10 --- srcpkgs/python3-ytmusicapi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ytmusicapi/template b/srcpkgs/python3-ytmusicapi/template index 57d5d136ffff4b..d02f2cb65c31bc 100644 --- a/srcpkgs/python3-ytmusicapi/template +++ b/srcpkgs/python3-ytmusicapi/template @@ -1,7 +1,7 @@ # Template file for 'python3-ytmusicapi' pkgname=python3-ytmusicapi version=0.19.3 -revision=1 +revision=2 wrksrc="ytmusicapi-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 51a489fdbc56b23b53a8a6a39f09c5b0689894f9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:39 -0400 Subject: [PATCH 0391/1268] python3-argcomplete: rebuild for Python 3.10 --- srcpkgs/python3-argcomplete/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-argcomplete/template b/srcpkgs/python3-argcomplete/template index 3fd7daf0f8563d..52155e6894217c 100644 --- a/srcpkgs/python3-argcomplete/template +++ b/srcpkgs/python3-argcomplete/template @@ -1,7 +1,7 @@ # Template file for 'python3-argcomplete' pkgname=python3-argcomplete version=1.12.3 -revision=1 +revision=2 wrksrc="argcomplete-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c285d46afdcf94035e888de0d0cbafecd51756ec Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:13 -0400 Subject: [PATCH 0392/1268] opencv: rebuild for Python 3.10, update to 3.4.15. --- srcpkgs/opencv/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template index 4ebf6fe915ed39..10c68720001488 100644 --- a/srcpkgs/opencv/template +++ b/srcpkgs/opencv/template @@ -1,7 +1,7 @@ # Template file for 'opencv' pkgname=opencv -version=3.4.10 -revision=2 +version=3.4.15 +revision=1 build_style=cmake configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON @@ -17,7 +17,7 @@ maintainer="Orphaned " license="BSD-3-Clause" homepage="https://opencv.org" distfiles="https://github.com/opencv/${pkgname}/archive/${version}.tar.gz" -checksum=1ed6f5b02a7baf14daca04817566e7c98ec668cec381e0edf534fa49f10f58a2 +checksum=b1e8470b18e9e793bf70b4ae051bbc9bf81fa45f8cbfee1e6c88858c90be8ff7 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel" From 0e173aa4f00361f24a5e6b0f9aaefd8b90e21891 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:32 -0400 Subject: [PATCH 0393/1268] python3-PyOpenGL-accelerate: rebuild for Python 3.10 --- srcpkgs/python3-PyOpenGL-accelerate/template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template index baadac0fbe656c..8ecd4c8052eb8b 100644 --- a/srcpkgs/python3-PyOpenGL-accelerate/template +++ b/srcpkgs/python3-PyOpenGL-accelerate/template @@ -1,7 +1,7 @@ # Template file for 'python3-PyOpenGL-accelerate' pkgname=python3-PyOpenGL-accelerate version=3.1.5 -revision=2 +revision=3 wrksrc="PyOpenGL-accelerate-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython" @@ -14,6 +14,11 @@ homepage="http://pyopengl.sourceforge.net/" distfiles="${PYPI_SITE}/P/PyOpenGL-accelerate/PyOpenGL-accelerate-${version}.tar.gz" checksum=12e5518b0216a478527c7ce5ddce623c3d0517adeb87226da767772e8b7f2f06 +post_extract() { + # Make sure Cython regenerates C files + rm src/*.c +} + post_install() { vlicense license.txt LICENSE } From 57809b296bc08162bf3e4fbadee6181eb0f7a9d5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:50 -0400 Subject: [PATCH 0394/1268] python3-cups: rebuild for Python 3.10 --- srcpkgs/python3-cups/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cups/template b/srcpkgs/python3-cups/template index bcdb9803e8f1f5..a7f311f4fe0a47 100644 --- a/srcpkgs/python3-cups/template +++ b/srcpkgs/python3-cups/template @@ -1,7 +1,7 @@ # Template file for 'python3-cups' pkgname=python3-cups version=2.0.1 -revision=1 +revision=2 wrksrc="pycups-${version}" build_style=python3-module hostmakedepends="python3-devel" From 52d6e938959826ed3968f1c89bd49df70667545e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:43 -0400 Subject: [PATCH 0395/1268] python3-rencode: rebuild for Python 3.10 --- srcpkgs/python3-rencode/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-rencode/template b/srcpkgs/python3-rencode/template index 0edbd561f0fcf7..39ad56145c05ab 100644 --- a/srcpkgs/python3-rencode/template +++ b/srcpkgs/python3-rencode/template @@ -1,7 +1,7 @@ # Template file for 'python3-rencode' pkgname=python3-rencode version=1.0.6 -revision=6 +revision=7 wrksrc="rencode-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython python3-wheel" From ff589ee82a83b20dd4190e5aa9e8d147a11c1ce9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:06 -0400 Subject: [PATCH 0396/1268] pywal: rebuild for Python 3.10 --- srcpkgs/pywal/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template index 5a78316ef93860..0935cb65981096 100644 --- a/srcpkgs/pywal/template +++ b/srcpkgs/pywal/template @@ -1,7 +1,7 @@ # Template file for 'pywal' pkgname=pywal version=3.3.0 -revision=3 +revision=4 build_style=python3-module pycompile_module="pywal" hostmakedepends="python3-setuptools" From 9218fbcd1d21106040e4c636d9dbf490671b9bb5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:51 -0400 Subject: [PATCH 0397/1268] python3-discid: rebuild for Python 3.10 --- srcpkgs/python3-discid/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template index 850aa859fcdfaa..12b5399f524572 100644 --- a/srcpkgs/python3-discid/template +++ b/srcpkgs/python3-discid/template @@ -1,7 +1,7 @@ # Template file for 'python3-discid' pkgname=python3-discid version=1.2.0 -revision=3 +revision=4 wrksrc="discid-${version}" build_style=python3-module pycompile_module=discid From 108419be857375cda64d481dccbb1f359a315186 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:33 -0400 Subject: [PATCH 0398/1268] python3-pycdio: rebuild for Python 3.10 --- srcpkgs/python3-pycdio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pycdio/template b/srcpkgs/python3-pycdio/template index 3697ba33362206..3f6e3d99d7b865 100644 --- a/srcpkgs/python3-pycdio/template +++ b/srcpkgs/python3-pycdio/template @@ -1,7 +1,7 @@ # Template file for 'python3-pycdio' pkgname=python3-pycdio version=2.1.0 -revision=2 +revision=3 wrksrc=pycdio-${version} build_style=python3-module hostmakedepends="python3-setuptools pkg-config swig" From 7e75569f74661b559cdf2d6b5f5573df5089346e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:50 -0400 Subject: [PATCH 0399/1268] python3-curl: rebuild for Python 3.10 --- srcpkgs/python3-curl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-curl/template b/srcpkgs/python3-curl/template index e985ecf8534f49..cb54ef3564eab7 100644 --- a/srcpkgs/python3-curl/template +++ b/srcpkgs/python3-curl/template @@ -1,7 +1,7 @@ # Template file for 'python3-curl' pkgname=python3-curl version=7.43.0.3 -revision=10 +revision=11 wrksrc="pycurl-${version}" build_style=python3-module hostmakedepends="python3-devel" From ac1199d431aec36f7560e775bfad7061f07e1902 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:25 -0400 Subject: [PATCH 0400/1268] python3-parse: rebuild for Python 3.10 --- srcpkgs/python3-parse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-parse/template b/srcpkgs/python3-parse/template index b5591256079d1b..dbedba715312bc 100644 --- a/srcpkgs/python3-parse/template +++ b/srcpkgs/python3-parse/template @@ -1,7 +1,7 @@ # Template file for 'python3-parse' pkgname=python3-parse version=1.18.0 -revision=1 +revision=2 wrksrc="parse-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4a0a1ddce63bf542d7707250912f729ffdec1c52 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:49 -0400 Subject: [PATCH 0401/1268] python3-shodan: rebuild for Python 3.10 --- srcpkgs/python3-shodan/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template index ad3bab903a3cf4..34dbb28be2be1f 100644 --- a/srcpkgs/python3-shodan/template +++ b/srcpkgs/python3-shodan/template @@ -1,7 +1,7 @@ # Template file for 'python3-shodan' pkgname=python3-shodan version=1.25.0 -revision=1 +revision=2 wrksrc="shodan-python-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8361f1f36481ba81930d4c224376fedd223be82a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:29 -0400 Subject: [PATCH 0402/1268] python3-Flask-RESTful: rebuild for Python 3.10 --- srcpkgs/python3-Flask-RESTful/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template index 5ed3f4334348f3..fbaec115ddbf39 100644 --- a/srcpkgs/python3-Flask-RESTful/template +++ b/srcpkgs/python3-Flask-RESTful/template @@ -1,7 +1,7 @@ # Template file for 'python3-Flask-RESTful' pkgname=python3-Flask-RESTful version=0.3.9 -revision=1 +revision=2 wrksrc="flask-restful-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 64ebe4db7a90c73dd783494fa82817f2f539b006 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:43 -0400 Subject: [PATCH 0403/1268] python3-blessed: rebuild for Python 3.10 --- srcpkgs/python3-blessed/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template index 1da3227f00c1d7..f646113f9cf6f0 100644 --- a/srcpkgs/python3-blessed/template +++ b/srcpkgs/python3-blessed/template @@ -1,7 +1,7 @@ # Template file for 'python3-blessed' pkgname=python3-blessed version=1.18.1 -revision=1 +revision=2 wrksrc="blessed-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b4f51bf9ae153212b0a15eb223189b1296c432bd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:38 -0400 Subject: [PATCH 0404/1268] python3-pysigset: rebuild for Python 3.10 --- srcpkgs/python3-pysigset/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template index c86e96a9728b61..52454f9bc2514c 100644 --- a/srcpkgs/python3-pysigset/template +++ b/srcpkgs/python3-pysigset/template @@ -1,7 +1,7 @@ # Template file for 'python3-pysigset' pkgname=python3-pysigset version=0.4.0 -revision=1 +revision=2 wrksrc="pysigset-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 31d248704364701ac5631935bb555885ffdc9230 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:44 -0400 Subject: [PATCH 0405/1268] python3-requests-unixsocket: rebuild for Python 3.10 --- srcpkgs/python3-requests-unixsocket/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template index 34c34c09046479..dc0155c26dd69f 100644 --- a/srcpkgs/python3-requests-unixsocket/template +++ b/srcpkgs/python3-requests-unixsocket/template @@ -1,7 +1,7 @@ # Template file for 'python3-requests-unixsocket' pkgname=python3-requests-unixsocket version=0.2.0 -revision=3 +revision=4 wrksrc="requests-unixsocket-${version}" build_style=python3-module pycompile_module="requests_unixsocket" From 1cd33bc3e4289bf9ffcd2f3cd26b20a9f746d870 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:47 -0400 Subject: [PATCH 0406/1268] python3-scruffy: rebuild for Python 3.10 --- srcpkgs/python3-scruffy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template index aa41057a72ae9f..56a29fb2590b53 100644 --- a/srcpkgs/python3-scruffy/template +++ b/srcpkgs/python3-scruffy/template @@ -1,7 +1,7 @@ # Template file for 'python3-scruffy' pkgname=python3-scruffy version=0.3.8.2 -revision=1 +revision=2 wrksrc="scruffy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 11b95e756c30415c0f73e5f149b2cbea5fd80970 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:32 -0400 Subject: [PATCH 0407/1268] python3-pulsectl: rebuild for Python 3.10 --- srcpkgs/python3-pulsectl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template index 79fe26537e87fa..006363a1c5d409 100644 --- a/srcpkgs/python3-pulsectl/template +++ b/srcpkgs/python3-pulsectl/template @@ -1,7 +1,7 @@ # Template file for 'python3-pulsectl' pkgname=python3-pulsectl version=20.5.1 -revision=1 +revision=2 wrksrc="pulsectl-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 192648fd23eb57daaf147644a87301e1520a90d8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:52 -0400 Subject: [PATCH 0408/1268] python3-stevedore: rebuild for Python 3.10 --- srcpkgs/python3-stevedore/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template index 9964fe3dd94ec8..8c4a4c8c9a39e5 100644 --- a/srcpkgs/python3-stevedore/template +++ b/srcpkgs/python3-stevedore/template @@ -1,7 +1,7 @@ # Template file for 'python3-stevedore' pkgname=python3-stevedore version=3.2.0 -revision=2 +revision=3 wrksrc="stevedore-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-pbr" From fda90ddb38661fd9c07e8dc0b48d695d7d615030 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:59 -0400 Subject: [PATCH 0409/1268] python3-virtualenv: rebuild for Python 3.10 --- srcpkgs/python3-virtualenv/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template index 2c575aef0b2785..2bca84fb2ded15 100644 --- a/srcpkgs/python3-virtualenv/template +++ b/srcpkgs/python3-virtualenv/template @@ -1,7 +1,7 @@ # Template file for 'python3-virtualenv' pkgname=python3-virtualenv version=20.4.7 -revision=1 +revision=2 wrksrc="virtualenv-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From ee635a7c34f6e3911848a6a83475ea1a0286df2a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:59 -0400 Subject: [PATCH 0410/1268] python3-virtualenv-clone: rebuild for Python 3.10 --- srcpkgs/python3-virtualenv-clone/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template index 55bdbd282f1914..307b80b7fb8e7a 100644 --- a/srcpkgs/python3-virtualenv-clone/template +++ b/srcpkgs/python3-virtualenv-clone/template @@ -1,7 +1,7 @@ # Template file for 'python3-virtualenv-clone' pkgname=python3-virtualenv-clone version=0.5.4 -revision=2 +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 474febcc604f7d5477e3db1630487a82dbf5a6c4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:05 -0400 Subject: [PATCH 0411/1268] libvirt-python3: rebuild for Python 3.10 --- srcpkgs/libvirt-python3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template index 85722602cd8f01..4924bb423015c6 100644 --- a/srcpkgs/libvirt-python3/template +++ b/srcpkgs/libvirt-python3/template @@ -1,7 +1,7 @@ # Template file for 'libvirt-python3' pkgname=libvirt-python3 version=7.8.0 -revision=1 +revision=2 wrksrc="libvirt-python-${version}" build_style=python3-module hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel" From fd612b73269cf74c201cac9f6ad44c96d5021713 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:32 -0400 Subject: [PATCH 0412/1268] python3-PyOpenGL: rebuild for Python 3.10 --- srcpkgs/python3-PyOpenGL/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-PyOpenGL/template b/srcpkgs/python3-PyOpenGL/template index 542a0592d5a16d..39b11b78baddd9 100644 --- a/srcpkgs/python3-PyOpenGL/template +++ b/srcpkgs/python3-PyOpenGL/template @@ -1,7 +1,7 @@ # Template file for 'python3-PyOpenGL' pkgname=python3-PyOpenGL version=3.1.5 -revision=3 +revision=4 wrksrc="PyOpenGL-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c65158dde3a7f54ce3597f88f7f4b142f13f1e33 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:47 -0400 Subject: [PATCH 0413/1268] python3-click-log: rebuild for Python 3.10 --- srcpkgs/python3-click-log/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-click-log/template b/srcpkgs/python3-click-log/template index d4d8bbb2218d83..6f966c248fc970 100644 --- a/srcpkgs/python3-click-log/template +++ b/srcpkgs/python3-click-log/template @@ -1,7 +1,7 @@ # Template file for 'python3-click-log' pkgname=python3-click-log version=0.3.2 -revision=4 +revision=5 wrksrc="click-log-${version}" build_style="python3-module" hostmakedepends="python3-setuptools" From 6f223767b6bfc6333d839cf4e3b59ccf5a6780c8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:47 -0400 Subject: [PATCH 0414/1268] python3-click-threading: rebuild for Python 3.10 --- srcpkgs/python3-click-threading/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-click-threading/template b/srcpkgs/python3-click-threading/template index b596198059569d..b639065db3d661 100644 --- a/srcpkgs/python3-click-threading/template +++ b/srcpkgs/python3-click-threading/template @@ -1,7 +1,7 @@ # Template file for 'python3-click-threading' pkgname=python3-click-threading version=0.4.4 -revision=4 +revision=5 wrksrc="click-threading-${version}" build_style="python3-module" hostmakedepends="python3-setuptools" From e1b85c2d521c85570baef5c37af9790100972506 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:21 -0400 Subject: [PATCH 0415/1268] python-distutils-extra: rebuild for Python 3.10 --- srcpkgs/python-distutils-extra/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-distutils-extra/template b/srcpkgs/python-distutils-extra/template index 47d4c8cf11f799..ca6940049ad0a5 100644 --- a/srcpkgs/python-distutils-extra/template +++ b/srcpkgs/python-distutils-extra/template @@ -1,7 +1,7 @@ # Template file for 'python-distutils-extra' pkgname=python-distutils-extra version=2.39 -revision=7 +revision=8 build_style=python-module hostmakedepends="intltool python-setuptools python3-setuptools" depends="python" From ed4b5bab564db202d005b8bd63707cbc397fdc9d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:49 -0400 Subject: [PATCH 0416/1268] python3-cssselect: rebuild for Python 3.10 --- srcpkgs/python3-cssselect/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cssselect/template b/srcpkgs/python3-cssselect/template index 42383703e63774..117fd099c3146a 100644 --- a/srcpkgs/python3-cssselect/template +++ b/srcpkgs/python3-cssselect/template @@ -1,7 +1,7 @@ # Template file for 'python3-cssselect' pkgname=python3-cssselect version=1.1.0 -revision=5 +revision=6 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 79488a6faeec729e60f1dcdf3b411bb872f6d83e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:16 -0400 Subject: [PATCH 0417/1268] python3-minidb: rebuild for Python 3.10 --- srcpkgs/python3-minidb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template index b7b24fe1635a67..7c63ae3ef6212f 100644 --- a/srcpkgs/python3-minidb/template +++ b/srcpkgs/python3-minidb/template @@ -1,7 +1,7 @@ # Template file for 'python3-minidb' pkgname=python3-minidb version=2.0.2 -revision=4 +revision=5 wrksrc="minidb-${version}" build_style=python3-module pycompile_module="minidb.py" From 3392a1e90e043e715121c298574e57ad9ac8e9e1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:50 -0400 Subject: [PATCH 0418/1268] fifengine: rebuild for Python 3.10 --- srcpkgs/fifengine/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template index 6a2cc79a44870c..0b432258903e7a 100644 --- a/srcpkgs/fifengine/template +++ b/srcpkgs/fifengine/template @@ -1,7 +1,7 @@ # Template file for 'fifengine' pkgname=fifengine version=0.4.2 -revision=6 +revision=7 build_style=cmake pycompile_module="fife" hostmakedepends="swig python3" From 683a639faeee35d861d9f425fa84035a81a08a5d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:30 -0400 Subject: [PATCH 0419/1268] python3-Levenshtein: rebuild for Python 3.10 --- srcpkgs/python3-Levenshtein/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Levenshtein/template b/srcpkgs/python3-Levenshtein/template index 896de875574e20..a7a1caf1d51036 100644 --- a/srcpkgs/python3-Levenshtein/template +++ b/srcpkgs/python3-Levenshtein/template @@ -1,7 +1,7 @@ # Template file for 'python3-Levenshtein' pkgname=python3-Levenshtein version=0.12.0 -revision=5 +revision=6 wrksrc=python-Levenshtein-$version build_style=python3-module hostmakedepends="python3-devel python3-setuptools" From ff99c2299fc29343d6b16ce2e509ae9ea9397ef6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:28 -0400 Subject: [PATCH 0420/1268] python3-pillow-simd: rebuild for Python 3.10 --- srcpkgs/python3-pillow-simd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pillow-simd/template b/srcpkgs/python3-pillow-simd/template index 6b0f0eee9e0ca0..cb5a09503bbe5f 100644 --- a/srcpkgs/python3-pillow-simd/template +++ b/srcpkgs/python3-pillow-simd/template @@ -1,7 +1,7 @@ # Template file for 'python3-pillow-simd' pkgname=python3-pillow-simd version=7.1.2 -revision=2 +revision=3 archs="x86_64*" wrksrc="pillow-simd-${version}" build_style=python3-module From 58337520536ec58076a9b2cfb665c8e0b408f15c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:12 -0400 Subject: [PATCH 0421/1268] python3-keyutils: rebuild for Python 3.10 --- srcpkgs/python3-keyutils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-keyutils/template b/srcpkgs/python3-keyutils/template index 6a71cbb6b4e4b8..c6a713aa51ffdc 100644 --- a/srcpkgs/python3-keyutils/template +++ b/srcpkgs/python3-keyutils/template @@ -1,7 +1,7 @@ # Template file for 'python3-keyutils' pkgname=python3-keyutils version=0.6 -revision=5 +revision=6 wrksrc=python-keyutils-$version build_style=python3-module hostmakedepends="python3-setuptools" From 8be856783036f82a8ddd47a99790a789aa5e7937 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:12 -0400 Subject: [PATCH 0422/1268] python3-kitchen: rebuild for Python 3.10 --- srcpkgs/python3-kitchen/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-kitchen/template b/srcpkgs/python3-kitchen/template index 390e1982ba32f0..e766db6be6ef0b 100644 --- a/srcpkgs/python3-kitchen/template +++ b/srcpkgs/python3-kitchen/template @@ -1,7 +1,7 @@ # Template file for 'python3-kitchen' pkgname=python3-kitchen version=1.2.6 -revision=5 +revision=6 wrksrc="kitchen-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c8c5fee0a205a594b8fecaf4fe8b4b7f5b78bd18 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:00 -0400 Subject: [PATCH 0423/1268] python3-gpg: rebuild for Python 3.10 --- srcpkgs/python3-gpg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-gpg/template b/srcpkgs/python3-gpg/template index a9ac107c83ee73..dfd80bce0aee28 100644 --- a/srcpkgs/python3-gpg/template +++ b/srcpkgs/python3-gpg/template @@ -1,7 +1,7 @@ # Template file for 'python3-gpg' pkgname=python3-gpg version=1.10.0 -revision=6 +revision=7 wrksrc="gpg-${version}" build_style=python3-module hostmakedepends="swig gpgme-devel python3-devel" From 66ffce89c9024dc4c611d57956f8c4e187bcb01c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:47 -0400 Subject: [PATCH 0424/1268] python3-click-repl: rebuild for Python 3.10 --- srcpkgs/python3-click-repl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template index bcae416544c906..b5cf6e495fcbea 100644 --- a/srcpkgs/python3-click-repl/template +++ b/srcpkgs/python3-click-repl/template @@ -1,7 +1,7 @@ # Template file for 'python3-click-repl' pkgname=python3-click-repl version=0.1.6 -revision=2 +revision=3 wrksrc="click-repl-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3fa5c7b854b7e92147eb790d79ea969036a0b67c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:03 -0400 Subject: [PATCH 0425/1268] python3-humanize: rebuild for Python 3.10 --- srcpkgs/python3-humanize/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template index 1c0beac81f6991..f8f1d33c1eacdc 100644 --- a/srcpkgs/python3-humanize/template +++ b/srcpkgs/python3-humanize/template @@ -1,7 +1,7 @@ # Template file for 'python3-humanize' pkgname=python3-humanize version=2.0.0 -revision=3 +revision=4 wrksrc="humanize-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From a4745f835d12fabe79f8e8414e9a715172707aab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:04 -0400 Subject: [PATCH 0426/1268] python3-icalendar: rebuild for Python 3.10 --- srcpkgs/python3-icalendar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-icalendar/template b/srcpkgs/python3-icalendar/template index 2899feb66f8ac7..898f9c04fa6d40 100644 --- a/srcpkgs/python3-icalendar/template +++ b/srcpkgs/python3-icalendar/template @@ -1,7 +1,7 @@ # Template file for 'python3-icalendar' pkgname=python3-icalendar version=4.0.7 -revision=1 +revision=2 wrksrc="icalendar-${version}" build_style=python3-module make_check_target=src/icalendar/tests From 444798ffbee3a8e67fd57706185e51e56f3773a7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:39 -0400 Subject: [PATCH 0427/1268] python3-pyte: rebuild for Python 3.10 --- srcpkgs/python3-pyte/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyte/template b/srcpkgs/python3-pyte/template index 219dc653f9c200..ff0cb97d66962d 100644 --- a/srcpkgs/python3-pyte/template +++ b/srcpkgs/python3-pyte/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyte' pkgname=python3-pyte version=0.8.0 -revision=5 +revision=6 wrksrc="pyte-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a30679114a42c3cd4dad664140c93c3ee0e67115 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:35 -0400 Subject: [PATCH 0428/1268] python3-pyfiglet: rebuild for Python 3.10 --- srcpkgs/python3-pyfiglet/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template index 6257b9274bbb9e..7a4ad9eedeb693 100644 --- a/srcpkgs/python3-pyfiglet/template +++ b/srcpkgs/python3-pyfiglet/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyfiglet' pkgname=python3-pyfiglet version=0.8.0 -revision=3 +revision=4 wrksrc="pyfiglet-${version}" build_style="python3-module" pycompile_module="pyfiglet" From 7ff1dee84528f56ac0e14c7be5cb218506044bf6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:53 -0400 Subject: [PATCH 0429/1268] python3-telegram: rebuild for Python 3.10 --- srcpkgs/python3-telegram/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-telegram/template b/srcpkgs/python3-telegram/template index 13cc66ab33c7d1..3c442a0a22f272 100644 --- a/srcpkgs/python3-telegram/template +++ b/srcpkgs/python3-telegram/template @@ -1,7 +1,7 @@ # Template file for 'python3-telegram' pkgname=python3-telegram version=0.14.0 -revision=1 +revision=2 wrksrc=python-telegram-${version} build_style=python3-module hostmakedepends="python3" From 75dcf3338dfd16a2261bd31832764093c49b0977 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:46 -0400 Subject: [PATCH 0430/1268] configshell-fb: rebuild for Python 3.10 --- srcpkgs/configshell-fb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/configshell-fb/template b/srcpkgs/configshell-fb/template index 91163d68e8b40c..7a79e3b6935b0b 100644 --- a/srcpkgs/configshell-fb/template +++ b/srcpkgs/configshell-fb/template @@ -1,7 +1,7 @@ # Template file for 'configshell-fb' pkgname=configshell-fb version=1.1.29 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-six python3-urwid python3-parsing" From 566b5fe0d11f1ce645289161dd12c217d20e04ee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:08 -0400 Subject: [PATCH 0431/1268] rtslib-fb: rebuild for Python 3.10 --- srcpkgs/rtslib-fb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rtslib-fb/template b/srcpkgs/rtslib-fb/template index e0af5dd69bef99..7efd3670d4a9bf 100644 --- a/srcpkgs/rtslib-fb/template +++ b/srcpkgs/rtslib-fb/template @@ -1,7 +1,7 @@ # Template file for 'rtslib-fb' pkgname=rtslib-fb version=2.1.74 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-six python3-pyudev" From c6a46474670c3afd038c0c99c7771ce79e32957a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:50 -0400 Subject: [PATCH 0432/1268] python3-smbc: rebuild for Python 3.10 --- srcpkgs/python3-smbc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-smbc/template b/srcpkgs/python3-smbc/template index d469f74f97c5bc..0e5af27c6eff09 100644 --- a/srcpkgs/python3-smbc/template +++ b/srcpkgs/python3-smbc/template @@ -1,7 +1,7 @@ # Template file for 'python3-smbc' pkgname=python3-smbc version=1.0.23 -revision=1 +revision=2 wrksrc="pysmbc-${version}" build_style=python3-module hostmakedepends="pkg-config python3-devel python3-setuptools" From 2e0a30d139b8bc9c3cca57b0b6c9d27ff48700c8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:38 -0400 Subject: [PATCH 0433/1268] python3-pyside2: rebuild for Python 3.10 --- srcpkgs/python3-pyside2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template index db5ac6ef97c820..edad85a5112fc7 100644 --- a/srcpkgs/python3-pyside2/template +++ b/srcpkgs/python3-pyside2/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyside2' pkgname=python3-pyside2 version=5.15.2 -revision=1 +revision=2 _pkgname="pyside-setup-opensource-src-${version}" wrksrc="${_pkgname/%5.14.2.1/5.14.2}" build_wrksrc="sources/pyside2" From 85df783bea474267c4969f6888cc18204fe64022 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:50 -0400 Subject: [PATCH 0434/1268] python3-daemonize: rebuild for Python 3.10 --- srcpkgs/python3-daemonize/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-daemonize/template b/srcpkgs/python3-daemonize/template index 274e42079fc0ad..caf1fbf54a7c57 100644 --- a/srcpkgs/python3-daemonize/template +++ b/srcpkgs/python3-daemonize/template @@ -1,7 +1,7 @@ # Template file for 'python3-daemonize' pkgname=python3-daemonize version=2.5.0 -revision=4 +revision=5 wrksrc="daemonize-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ebcce686b3c5a8d537082a44ab93e826456d4719 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:04 -0400 Subject: [PATCH 0435/1268] python3-ijson: rebuild for Python 3.10 --- srcpkgs/python3-ijson/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ijson/template b/srcpkgs/python3-ijson/template index 2fb5be71f9e63e..0c310b0c22c7fb 100644 --- a/srcpkgs/python3-ijson/template +++ b/srcpkgs/python3-ijson/template @@ -1,7 +1,7 @@ # Template file for 'python3-ijson' pkgname=python3-ijson version=3.1.4 -revision=1 +revision=2 wrksrc="ijson-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From a9065ae370a256e01a30aeedbf83291839482005 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:14 -0400 Subject: [PATCH 0436/1268] python3-macaroons: rebuild for Python 3.10 --- srcpkgs/python3-macaroons/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template index 94ee7e21d59c08..4e3be864adcbd8 100644 --- a/srcpkgs/python3-macaroons/template +++ b/srcpkgs/python3-macaroons/template @@ -1,7 +1,7 @@ # Template file for 'python3-macaroons' pkgname=python3-macaroons version=0.13.0 -revision=4 +revision=5 wrksrc="pymacaroons-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5630f9367cac114a6a8eb39ea24104e54baf1f77 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:20 -0400 Subject: [PATCH 0437/1268] python3-netaddr: rebuild for Python 3.10 --- srcpkgs/python3-netaddr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-netaddr/template b/srcpkgs/python3-netaddr/template index 7f54852259588a..923951082db17f 100644 --- a/srcpkgs/python3-netaddr/template +++ b/srcpkgs/python3-netaddr/template @@ -1,7 +1,7 @@ # Template file for 'python3-netaddr' pkgname=python3-netaddr version=0.8.0 -revision=1 +revision=2 wrksrc="netaddr-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 92ae8d749437c7b3b34f3e9597e76b3aab8a6389 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:27 -0400 Subject: [PATCH 0438/1268] python3-phonenumbers: rebuild for Python 3.10 --- srcpkgs/python3-phonenumbers/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template index 5b0341499bac1f..4242d262378368 100644 --- a/srcpkgs/python3-phonenumbers/template +++ b/srcpkgs/python3-phonenumbers/template @@ -1,7 +1,7 @@ # Template file for 'python3-phonenumbers' pkgname=python3-phonenumbers version=8.12.13 -revision=1 +revision=2 wrksrc="phonenumbers-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From fe617d8345b9f2225d4524fd17cb6b1a36a04763 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:46 -0400 Subject: [PATCH 0439/1268] python3-saml2: rebuild for Python 3.10 --- srcpkgs/python3-saml2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template index 07b7e142efaea4..355d99a85c68ba 100644 --- a/srcpkgs/python3-saml2/template +++ b/srcpkgs/python3-saml2/template @@ -1,7 +1,7 @@ # Template file for 'python3-saml2' pkgname=python3-saml2 version=6.5.1 -revision=1 +revision=2 wrksrc="pysaml2-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4d761fd79c3e7f344a8254520d3edd0942be9770 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:49 -0400 Subject: [PATCH 0440/1268] python3-signedjson: rebuild for Python 3.10 --- srcpkgs/python3-signedjson/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template index 9edb9c24b1490e..60616a1791dcea 100644 --- a/srcpkgs/python3-signedjson/template +++ b/srcpkgs/python3-signedjson/template @@ -1,7 +1,7 @@ # Template file for 'python3-signedjson' pkgname=python3-signedjson version=1.1.0 -revision=3 +revision=4 wrksrc="python-signedjson-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6c9ebfb6dc9f16a523950c2f787bf16490fd5bab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:57 -0400 Subject: [PATCH 0441/1268] python3-txacme: rebuild for Python 3.10 --- srcpkgs/python3-txacme/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template index 3e33991a003c01..530f438ed4478b 100644 --- a/srcpkgs/python3-txacme/template +++ b/srcpkgs/python3-txacme/template @@ -1,7 +1,7 @@ # Template file for 'python3-txacme' pkgname=python3-txacme version=0.9.3 -revision=2 +revision=3 wrksrc="txacme-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From bb1c8e0c1fed80d2f20a1c5ff393d3ae225a22af Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:53 -0400 Subject: [PATCH 0442/1268] python3-dogpile.cache: rebuild for Python 3.10 --- srcpkgs/python3-dogpile.cache/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template index 9c4643ae5c15bc..474444756f8af5 100644 --- a/srcpkgs/python3-dogpile.cache/template +++ b/srcpkgs/python3-dogpile.cache/template @@ -1,7 +1,7 @@ # Template file for 'python3-dogpile.cache' pkgname=python3-dogpile.cache version=1.1.1 -revision=1 +revision=2 wrksrc="dogpile.cache-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c134789ecfe228ba410d567f03aef72d6dd72294 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:55 -0400 Subject: [PATCH 0443/1268] python3-enzyme: rebuild for Python 3.10 --- srcpkgs/python3-enzyme/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-enzyme/template b/srcpkgs/python3-enzyme/template index 0aa833ee0c7243..fd374ccac60edd 100644 --- a/srcpkgs/python3-enzyme/template +++ b/srcpkgs/python3-enzyme/template @@ -1,7 +1,7 @@ # Template file for 'python3-enzyme' pkgname=python3-enzyme version=0.4.1 -revision=4 +revision=5 wrksrc="enzyme-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 942641cc96a870ac443771fa3695e1709b5fea2e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:01 -0400 Subject: [PATCH 0444/1268] python3-guessit: rebuild for Python 3.10 --- srcpkgs/python3-guessit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-guessit/template b/srcpkgs/python3-guessit/template index 8945e95b04160a..9c9533ce479f80 100644 --- a/srcpkgs/python3-guessit/template +++ b/srcpkgs/python3-guessit/template @@ -1,7 +1,7 @@ # Template file for 'python3-guessit' pkgname=python3-guessit version=3.1.1 -revision=3 +revision=4 wrksrc="guessit-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e1b471a00498ac294ef8dc55036d039406e9fbc9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:39 -0400 Subject: [PATCH 0445/1268] python3-pysrt: rebuild for Python 3.10 --- srcpkgs/python3-pysrt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pysrt/template b/srcpkgs/python3-pysrt/template index 2f5097e0eae110..175429082e8581 100644 --- a/srcpkgs/python3-pysrt/template +++ b/srcpkgs/python3-pysrt/template @@ -1,7 +1,7 @@ # Template file for 'python3-pysrt' pkgname=python3-pysrt version=1.1.2 -revision=3 +revision=4 wrksrc="pysrt-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3a9c13cd3729740a838058bc3e58b168d8ba5b13 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:42 -0400 Subject: [PATCH 0446/1268] python3-rarfile: rebuild for Python 3.10 --- srcpkgs/python3-rarfile/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-rarfile/template b/srcpkgs/python3-rarfile/template index 247e8607ab6621..60d5d3e1bc6d90 100644 --- a/srcpkgs/python3-rarfile/template +++ b/srcpkgs/python3-rarfile/template @@ -1,7 +1,7 @@ # Template file for 'python3-rarfile' pkgname=python3-rarfile version=4.0 -revision=3 +revision=4 wrksrc="rarfile-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a91146956a1e48286e95354dbee03883ced2860f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:37 -0400 Subject: [PATCH 0447/1268] python3-aiohttp_socks: rebuild for Python 3.10 --- srcpkgs/python3-aiohttp_socks/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template index 48ac973d33b134..e51b27df2e48f8 100644 --- a/srcpkgs/python3-aiohttp_socks/template +++ b/srcpkgs/python3-aiohttp_socks/template @@ -1,7 +1,7 @@ # Template file for 'python3-aiohttp_socks' pkgname=python3-aiohttp_socks version=0.6.0 -revision=1 +revision=2 wrksrc="aiohttp_socks-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 956bf6a7c8206fd726b61c78731294b412f6e926 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:43 -0400 Subject: [PATCH 0448/1268] python3-blinker: rebuild for Python 3.10 --- srcpkgs/python3-blinker/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template index c500b7cc5ed5a8..609af96d16d877 100644 --- a/srcpkgs/python3-blinker/template +++ b/srcpkgs/python3-blinker/template @@ -1,7 +1,7 @@ # Template file for 'python3-blinker' pkgname=python3-blinker version=1.4 -revision=6 +revision=7 wrksrc="blinker-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0cb1af5ae25848f301e0acc6152fcfacb69059bf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:19 -0400 Subject: [PATCH 0449/1268] python3-natsort: rebuild for Python 3.10 --- srcpkgs/python3-natsort/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-natsort/template b/srcpkgs/python3-natsort/template index 0cc3ea1e95ea8c..64aaf872cb8fb1 100644 --- a/srcpkgs/python3-natsort/template +++ b/srcpkgs/python3-natsort/template @@ -1,7 +1,7 @@ # Template file for 'python3-natsort' pkgname=python3-natsort version=6.0.0 -revision=4 +revision=5 wrksrc="natsort-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e84f96da95483f5c4de5d824bff467ae38e2b642 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:58 -0400 Subject: [PATCH 0450/1268] python3-urwidtrees: rebuild for Python 3.10 --- srcpkgs/python3-urwidtrees/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-urwidtrees/template b/srcpkgs/python3-urwidtrees/template index da5a2b0c2b3cff..20e9c4a508f83d 100644 --- a/srcpkgs/python3-urwidtrees/template +++ b/srcpkgs/python3-urwidtrees/template @@ -1,7 +1,7 @@ # Template file for 'python3-urwidtrees' pkgname=python3-urwidtrees version=1.0.3 -revision=1 +revision=2 wrksrc="urwidtrees-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From cde9e2378c0d68d63be852fb362eb7ee36e6a7a4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:56 -0400 Subject: [PATCH 0451/1268] python3-tqdm: rebuild for Python 3.10 --- srcpkgs/python3-tqdm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tqdm/template b/srcpkgs/python3-tqdm/template index 96c8d07f0496b6..138ede2b4bd13d 100644 --- a/srcpkgs/python3-tqdm/template +++ b/srcpkgs/python3-tqdm/template @@ -1,7 +1,7 @@ # Template file for 'python3-tqdm' pkgname=python3-tqdm version=4.48.2 -revision=3 +revision=4 wrksrc="tqdm-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d7b6efb32e372c2a3e388773e6e28517fa4e0ddb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:17 -0400 Subject: [PATCH 0452/1268] python3-mpd2: rebuild for Python 3.10 --- srcpkgs/python3-mpd2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mpd2/template b/srcpkgs/python3-mpd2/template index 042cd65b6c34a1..3661cfe47ce61e 100644 --- a/srcpkgs/python3-mpd2/template +++ b/srcpkgs/python3-mpd2/template @@ -1,7 +1,7 @@ # Template file for 'python3-mpd2' pkgname=python3-mpd2 version=3.0.4 -revision=1 +revision=2 wrksrc=python-mpd2-$version build_style=python3-module hostmakedepends="python3-setuptools" From e74de8e14f72391af8bd32978e5a4d993c1a42ec Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:32 -0400 Subject: [PATCH 0453/1268] python3-PyQt5-webengine: rebuild for Python 3.10 --- srcpkgs/python3-PyQt5-webengine/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template index 2db65a20130743..84f8d667cc64a6 100644 --- a/srcpkgs/python3-PyQt5-webengine/template +++ b/srcpkgs/python3-PyQt5-webengine/template @@ -1,7 +1,7 @@ # Template file for 'python3-PyQt5-webengine' pkgname=python3-PyQt5-webengine version=5.15.4 -revision=1 +revision=2 wrksrc="PyQtWebEngine-${version}" build_helper="qmake" hostmakedepends="pkg-config qt5-qmake python3-PyQt5-devel From 0ad321760bf4481cc55444cce54ee7d35870330a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:26 -0400 Subject: [PATCH 0454/1268] python3-pdfminer.six: rebuild for Python 3.10 --- srcpkgs/python3-pdfminer.six/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pdfminer.six/template b/srcpkgs/python3-pdfminer.six/template index 753dbfb9b81634..4b7abb3370ab5f 100644 --- a/srcpkgs/python3-pdfminer.six/template +++ b/srcpkgs/python3-pdfminer.six/template @@ -1,7 +1,7 @@ # Template file for 'python3-pdfminer.six' pkgname=python3-pdfminer.six version=20201018 -revision=1 +revision=2 wrksrc=pdfminer.six-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 2cef2738fc0c89e9e44e4fda2a2f88db208b8a28 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:04 -0400 Subject: [PATCH 0455/1268] libsearpc: rebuild for Python 3.10 --- srcpkgs/libsearpc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template index 22fbb7987d0622..66e769c177a4eb 100644 --- a/srcpkgs/libsearpc/template +++ b/srcpkgs/libsearpc/template @@ -3,7 +3,7 @@ pkgname=libsearpc # 3.2-latest (as of 2021-04-10) version=3.2.0.20200318 -revision=1 +revision=2 _gitrev=50ff08b03c7cec8e10b35ba438633b9fe08a8d90 wrksrc="${pkgname}-${_gitrev}" build_style=gnu-configure From 68792b4680f361e91570cf03b478ea9cb6c0db98 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:25 -0400 Subject: [PATCH 0456/1268] python-reportlab: rebuild for Python 3.10 --- srcpkgs/python-reportlab/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template index 65ad7fdd8dbac3..019923f4d680a8 100644 --- a/srcpkgs/python-reportlab/template +++ b/srcpkgs/python-reportlab/template @@ -1,7 +1,7 @@ # Template file for 'python-reportlab' pkgname=python-reportlab version=3.5.42 -revision=2 +revision=3 wrksrc="reportlab-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools freetype-devel" From e60f4aa65400fca8dd0c61be3e4745b8ffd98c22 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:19 -0400 Subject: [PATCH 0457/1268] python-M2Crypto: rebuild for Python 3.10 --- srcpkgs/python-M2Crypto/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-M2Crypto/template b/srcpkgs/python-M2Crypto/template index 4c684d18f576be..55f5130596a42e 100644 --- a/srcpkgs/python-M2Crypto/template +++ b/srcpkgs/python-M2Crypto/template @@ -1,7 +1,7 @@ # Template file for 'python-M2Crypto' pkgname=python-M2Crypto version=0.35.2 -revision=6 +revision=7 wrksrc="M2Crypto-${version}" build_style=python-module pycompile_module="M2Crypto" From f7e5c661fc40fe8a383530aaf0ba4f24efe07b9f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:27 -0400 Subject: [PATCH 0458/1268] python3-CherryPy: rebuild for Python 3.10 --- srcpkgs/python3-CherryPy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template index 90b48900c9d4dd..44d83c9b3adadc 100644 --- a/srcpkgs/python3-CherryPy/template +++ b/srcpkgs/python3-CherryPy/template @@ -1,7 +1,7 @@ # Template file for 'python3-CherryPy' pkgname=python3-CherryPy version=18.6.0 -revision=3 +revision=4 wrksrc="CherryPy-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From 1944fa72ec834379f65a2d6aea0cc8f55d2ed417 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:46 -0400 Subject: [PATCH 0459/1268] python3-sabyenc3: rebuild for Python 3.10 --- srcpkgs/python3-sabyenc3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-sabyenc3/template b/srcpkgs/python3-sabyenc3/template index 5583ba6f20b51f..e0f10fd8b80432 100644 --- a/srcpkgs/python3-sabyenc3/template +++ b/srcpkgs/python3-sabyenc3/template @@ -1,7 +1,7 @@ # Template file for 'python3-sabyenc3' pkgname=python3-sabyenc3 version=4.0.2 -revision=2 +revision=3 wrksrc=sabyenc3-$version build_style=python3-module hostmakedepends="python3-setuptools" From 3c86bf494a7ec4fd9d0a343ff0f738c65bfc5584 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:29 -0400 Subject: [PATCH 0460/1268] python3-IPy: rebuild for Python 3.10 --- srcpkgs/python3-IPy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-IPy/template b/srcpkgs/python3-IPy/template index d994678b636d11..3a5ed3dc60f12d 100644 --- a/srcpkgs/python3-IPy/template +++ b/srcpkgs/python3-IPy/template @@ -1,7 +1,7 @@ # Template file for 'python3-IPy' pkgname=python3-IPy version=1.01 -revision=1 +revision=2 wrksrc="IPy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a4cd39fbbca4fb7da779e4acbb6caac4e566c3f3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:44 -0400 Subject: [PATCH 0461/1268] python3-ripe-atlas-cousteau: rebuild for Python 3.10 --- srcpkgs/python3-ripe-atlas-cousteau/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ripe-atlas-cousteau/template b/srcpkgs/python3-ripe-atlas-cousteau/template index 1e4422abef168a..3a49c6367f4e3d 100644 --- a/srcpkgs/python3-ripe-atlas-cousteau/template +++ b/srcpkgs/python3-ripe-atlas-cousteau/template @@ -1,7 +1,7 @@ # Template file for 'python3-ripe-atlas-cousteau' pkgname=python3-ripe-atlas-cousteau version=1.4.2 -revision=4 +revision=5 wrksrc="ripe-atlas-cousteau-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 94ace8a46b91d11ffc1825a5f74d6d80f0aedd2f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:45 -0400 Subject: [PATCH 0462/1268] python3-ripe-atlas-sagan: rebuild for Python 3.10 --- srcpkgs/python3-ripe-atlas-sagan/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ripe-atlas-sagan/template b/srcpkgs/python3-ripe-atlas-sagan/template index b7b42ae5f49fac..5505d63a7f17d8 100644 --- a/srcpkgs/python3-ripe-atlas-sagan/template +++ b/srcpkgs/python3-ripe-atlas-sagan/template @@ -1,7 +1,7 @@ # Template file for 'python3-ripe-atlas-sagan' pkgname=python3-ripe-atlas-sagan version=1.3.0 -revision=4 +revision=5 wrksrc="ripe.atlas.sagan-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 39e8f11aa79646435fa289e322cb18d71c34ef8b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:40 -0400 Subject: [PATCH 0463/1268] avahi-discover: rebuild for Python 3.10 --- srcpkgs/avahi-discover/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template index 9012d73a30eb47..669dc83bd47237 100644 --- a/srcpkgs/avahi-discover/template +++ b/srcpkgs/avahi-discover/template @@ -5,7 +5,7 @@ # pkgname=avahi-discover version=0.8 -revision=3 +revision=4 wrksrc="avahi-${version}" build_style=gnu-configure build_helper="gir" From 49759c9218bb667d81e35d2b54af878a849aed63 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:42 -0400 Subject: [PATCH 0464/1268] python3-binaryornot: rebuild for Python 3.10 --- srcpkgs/python3-binaryornot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-binaryornot/template b/srcpkgs/python3-binaryornot/template index 56b30d88215d92..d84f85eb17b540 100644 --- a/srcpkgs/python3-binaryornot/template +++ b/srcpkgs/python3-binaryornot/template @@ -1,7 +1,7 @@ # Template file for 'python3-binaryornot' pkgname=python3-binaryornot version=0.4.4 -revision=1 +revision=2 wrksrc="binaryornot-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7bc921f726bd4c7e0ea4c4de907b1956e25d1883 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:51 -0400 Subject: [PATCH 0465/1268] python3-debian: rebuild for Python 3.10 --- srcpkgs/python3-debian/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-debian/template b/srcpkgs/python3-debian/template index 5d35bef5f22e5e..64b081d0a3e502 100644 --- a/srcpkgs/python3-debian/template +++ b/srcpkgs/python3-debian/template @@ -1,7 +1,7 @@ # Template file for 'python3-debian' pkgname=python3-debian version=0.1.40 -revision=1 +revision=2 wrksrc="python-debian-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b6b25994807576d3919e649da3f3780f89dacaa9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:13 -0400 Subject: [PATCH 0466/1268] python3-license-expression: rebuild for Python 3.10 --- srcpkgs/python3-license-expression/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-license-expression/template b/srcpkgs/python3-license-expression/template index 32e6b2df88a6f7..d658dbd185b762 100644 --- a/srcpkgs/python3-license-expression/template +++ b/srcpkgs/python3-license-expression/template @@ -1,7 +1,7 @@ # Template file for 'python3-license-expression' pkgname=python3-license-expression version=21.6.14 -revision=1 +revision=2 wrksrc="license-expression-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-setuptools_scm" From 93955526ad688dafac51a8b86698c8e2019860b2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:01 -0400 Subject: [PATCH 0467/1268] python3-xdg-variables: rebuild for Python 3.10 --- srcpkgs/python3-xdg-variables/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template index 37e9689bf1af7d..865bfb7fa8674a 100644 --- a/srcpkgs/python3-xdg-variables/template +++ b/srcpkgs/python3-xdg-variables/template @@ -1,7 +1,7 @@ # Template file for 'python3-xdg-variables' pkgname=python3-xdg-variables version=4.0.1 -revision=2 +revision=3 wrksrc="xdg-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ab8d98e9da4281a884781a9d99e261a454fd7404 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:55 -0400 Subject: [PATCH 0468/1268] python3-enchant: rebuild for Python 3.10 --- srcpkgs/python3-enchant/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template index 43ca65c3870261..88b59dc454b354 100644 --- a/srcpkgs/python3-enchant/template +++ b/srcpkgs/python3-enchant/template @@ -1,7 +1,7 @@ # Template file for 'python3-enchant' pkgname=python3-enchant version=3.2.0 -revision=1 +revision=2 wrksrc="pyenchant-${version}" build_style=python3-module hostmakedepends="python3-setuptools enchant2-devel" From 18ee835c52bc40a5167c4a8605406462ca01f67e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:41 -0400 Subject: [PATCH 0469/1268] python3-pyxattr: rebuild for Python 3.10 --- srcpkgs/python3-pyxattr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyxattr/template b/srcpkgs/python3-pyxattr/template index f7f075a7a3e31a..3e9d5fb2fc85a2 100644 --- a/srcpkgs/python3-pyxattr/template +++ b/srcpkgs/python3-pyxattr/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyxattr' pkgname=python3-pyxattr version=0.7.2 -revision=1 +revision=2 wrksrc="pyxattr-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a32fd619dd83c393c4d31c6768718766a082b976 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:50 -0400 Subject: [PATCH 0470/1268] flake8: rebuild for Python 3.10 --- srcpkgs/flake8/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template index 5b5d795f7410c6..d5e68dde1b9227 100644 --- a/srcpkgs/flake8/template +++ b/srcpkgs/flake8/template @@ -1,7 +1,7 @@ # Template file for 'flake8' pkgname=flake8 version=3.9.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pycodestyle python3-pyflakes python3-mccabe" From c3d8c0e2496f5dea5c34645cdeb6f09e6d28a47b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:02 -0400 Subject: [PATCH 0471/1268] python3-hjson: rebuild for Python 3.10 --- srcpkgs/python3-hjson/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template index 628c19d82e3f75..7aae774e54afe7 100644 --- a/srcpkgs/python3-hjson/template +++ b/srcpkgs/python3-hjson/template @@ -1,7 +1,7 @@ # Template file for 'python3-hjson' pkgname=python3-hjson version=3.0.1 -revision=2 +revision=3 wrksrc="hjson-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3f902612625707b65725c8a745eac6cc7e14a0bc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:21 -0400 Subject: [PATCH 0472/1268] python3-nose2: rebuild for Python 3.10 --- srcpkgs/python3-nose2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-nose2/template b/srcpkgs/python3-nose2/template index d1f95c3e373649..3f8c029ee79528 100644 --- a/srcpkgs/python3-nose2/template +++ b/srcpkgs/python3-nose2/template @@ -1,7 +1,7 @@ # Template file for 'python3-nose2' pkgname=python3-nose2 version=0.8.0 -revision=4 +revision=5 wrksrc="nose2-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 92c96caeeaec5fc7d468e1277e53e38bfc68bef8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:02 -0400 Subject: [PATCH 0473/1268] python3-yapf: rebuild for Python 3.10 --- srcpkgs/python3-yapf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template index 1fda3e07b9ab59..6313b100d19a68 100644 --- a/srcpkgs/python3-yapf/template +++ b/srcpkgs/python3-yapf/template @@ -1,7 +1,7 @@ # Template file for 'python3-yapf' pkgname=python3-yapf version=0.29.0 -revision=2 +revision=3 wrksrc="yapf-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4c27f00b4fcda746e15117f74ab5e1f90bfd9d1d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:05 -0400 Subject: [PATCH 0474/1268] python3-zope.location: rebuild for Python 3.10 --- srcpkgs/python3-zope.location/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template index f45b5272d18517..91efa1487d8a99 100644 --- a/srcpkgs/python3-zope.location/template +++ b/srcpkgs/python3-zope.location/template @@ -1,7 +1,7 @@ # Template file for 'python3-zope.location' pkgname=python3-zope.location version=4.2 -revision=4 +revision=5 wrksrc="zope.location-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface From 769e32114da58782bca4194993ab45e64ce968cb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:06 -0400 Subject: [PATCH 0475/1268] python3-zope.testing: rebuild for Python 3.10 --- srcpkgs/python3-zope.testing/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template index 48373ebb563355..4c09c0405b2f14 100644 --- a/srcpkgs/python3-zope.testing/template +++ b/srcpkgs/python3-zope.testing/template @@ -1,7 +1,7 @@ # Template file for 'python3-zope.testing' pkgname=python3-zope.testing version=4.7 -revision=3 +revision=4 wrksrc="zope.testing-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7aa41e14cc928798d97f573c8fad47a20a541105 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:06 -0400 Subject: [PATCH 0476/1268] python3-zope.testrunner: rebuild for Python 3.10 --- srcpkgs/python3-zope.testrunner/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template index bf3f0bf774f4c8..3c561f5a3c5bc4 100644 --- a/srcpkgs/python3-zope.testrunner/template +++ b/srcpkgs/python3-zope.testrunner/template @@ -1,7 +1,7 @@ # Template file for 'python3-zope.testrunner' pkgname=python3-zope.testrunner version=5.2 -revision=1 +revision=2 wrksrc="zope.testrunner-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib" From 9a478bb2f8bbc3a5c519b052290aa05ee9f32d92 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:26 -0400 Subject: [PATCH 0477/1268] python3-pathspec: rebuild for Python 3.10 --- srcpkgs/python3-pathspec/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pathspec/template b/srcpkgs/python3-pathspec/template index 31dbee00b2972e..de4e78864c4a83 100644 --- a/srcpkgs/python3-pathspec/template +++ b/srcpkgs/python3-pathspec/template @@ -1,7 +1,7 @@ # Template file for 'python3-pathspec' pkgname=python3-pathspec version=0.9.0 -revision=1 +revision=2 wrksrc="pathspec-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b94a01d74b3bda13666b38247a2422032a9d7c7e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:39 -0400 Subject: [PATCH 0478/1268] python3-argh: rebuild for Python 3.10 --- srcpkgs/python3-argh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-argh/template b/srcpkgs/python3-argh/template index 633671c032c18c..48cf823f9f67ab 100644 --- a/srcpkgs/python3-argh/template +++ b/srcpkgs/python3-argh/template @@ -1,7 +1,7 @@ # Template file for 'python3-argh' pkgname=python3-argh version=0.26.2 -revision=4 +revision=5 wrksrc="argh-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 412bc3f5f29da4f180fa1af7bf8d2d929c5b042d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:26 -0400 Subject: [PATCH 0479/1268] python3-pathtools: rebuild for Python 3.10 --- srcpkgs/python3-pathtools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pathtools/template b/srcpkgs/python3-pathtools/template index 6c4376596f5faf..8ef09959edc440 100644 --- a/srcpkgs/python3-pathtools/template +++ b/srcpkgs/python3-pathtools/template @@ -1,7 +1,7 @@ # Template file for 'python3-pathtools' pkgname=python3-pathtools version=0.1.2 -revision=4 +revision=5 wrksrc="pathtools-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 853ebc59e3922ef7bd430f6bd845dd4f7933589f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:38 -0400 Subject: [PATCH 0480/1268] python3-ansicolor: rebuild for Python 3.10 --- srcpkgs/python3-ansicolor/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ansicolor/template b/srcpkgs/python3-ansicolor/template index 657c0fcf350196..45792486aaa4a4 100644 --- a/srcpkgs/python3-ansicolor/template +++ b/srcpkgs/python3-ansicolor/template @@ -1,7 +1,7 @@ # Template file for 'python3-ansicolor' pkgname=python3-ansicolor version=0.2.6 -revision=5 +revision=6 wrksrc="ansicolor-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d0bf426b542c4394f4c3bae87eb9aa5d6386359b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:44 -0400 Subject: [PATCH 0481/1268] python3-requests-oauthlib: rebuild for Python 3.10 --- srcpkgs/python3-requests-oauthlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-requests-oauthlib/template b/srcpkgs/python3-requests-oauthlib/template index 0cc1644a53c6e2..7b5da65ea221fd 100644 --- a/srcpkgs/python3-requests-oauthlib/template +++ b/srcpkgs/python3-requests-oauthlib/template @@ -1,7 +1,7 @@ # Template file for 'python3-requests-oauthlib' pkgname=python3-requests-oauthlib version=1.3.0 -revision=4 +revision=5 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b30b0c1a06216248e11ec962dd5c1f0da4f6a38e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:23 -0400 Subject: [PATCH 0482/1268] python3-outcome: rebuild for Python 3.10 --- srcpkgs/python3-outcome/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-outcome/template b/srcpkgs/python3-outcome/template index b1fd6e6cf06e78..6894bb39214660 100644 --- a/srcpkgs/python3-outcome/template +++ b/srcpkgs/python3-outcome/template @@ -1,7 +1,7 @@ # Template file for 'python3-outcome' pkgname=python3-outcome version=1.1.0 -revision=1 +revision=2 wrksrc="outcome-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2761e68ab9c77e83f6f0745fa8ea832d341a06f8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:50 -0400 Subject: [PATCH 0483/1268] python3-slugify: rebuild for Python 3.10 --- srcpkgs/python3-slugify/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template index 31e2eff0715ae6..6a61cfcaef8c1c 100644 --- a/srcpkgs/python3-slugify/template +++ b/srcpkgs/python3-slugify/template @@ -3,7 +3,7 @@ pkgname=python3-slugify # Please don't update. Only required by Transifx-client, # doesn't work with newer versions version=1.2.6 -revision=3 +revision=4 wrksrc="python-slugify-${version}" build_style=python3-module pycompile_module="slugify" From e63406ea2ff0f8221d3aa29f41a4f90bea70a492 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:11 -0400 Subject: [PATCH 0484/1268] python3-kaptan: rebuild for Python 3.10 --- srcpkgs/python3-kaptan/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-kaptan/template b/srcpkgs/python3-kaptan/template index c2a0d57586d991..d5fc872e8bfb8a 100644 --- a/srcpkgs/python3-kaptan/template +++ b/srcpkgs/python3-kaptan/template @@ -1,7 +1,7 @@ # Template file for 'python3-kaptan' pkgname=python3-kaptan version=0.5.12 -revision=4 +revision=5 wrksrc="kaptan-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 77c8e0e6b6ad59ca21fdc02b14c79dac5a666189 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:13 -0400 Subject: [PATCH 0485/1268] python3-libtmux: rebuild for Python 3.10 --- srcpkgs/python3-libtmux/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-libtmux/template b/srcpkgs/python3-libtmux/template index e1c7918acf65d0..44d935083354d1 100644 --- a/srcpkgs/python3-libtmux/template +++ b/srcpkgs/python3-libtmux/template @@ -1,7 +1,7 @@ # Template file for 'python3-libtmux' pkgname=python3-libtmux version=0.8.5 -revision=4 +revision=5 wrksrc="libtmux-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c394cf311594a5fe96a3acadd07856f8ed1749d1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:43 -0400 Subject: [PATCH 0486/1268] python3-requests-file: rebuild for Python 3.10 --- srcpkgs/python3-requests-file/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template index 8d9626dc7e49be..a3add73a029e67 100644 --- a/srcpkgs/python3-requests-file/template +++ b/srcpkgs/python3-requests-file/template @@ -1,7 +1,7 @@ # Template file for 'python3-requests-file' pkgname=python3-requests-file version=1.4.3 -revision=2 +revision=3 wrksrc="requests-file-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d2bf0ac468b710e571fd14b6abfd006835eeafa6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:22 -0400 Subject: [PATCH 0487/1268] python3-numexpr: rebuild for Python 3.10 --- srcpkgs/python3-numexpr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-numexpr/template b/srcpkgs/python3-numexpr/template index 16f21540547dae..64be5908b16173 100644 --- a/srcpkgs/python3-numexpr/template +++ b/srcpkgs/python3-numexpr/template @@ -1,7 +1,7 @@ # Template file for 'python3-numexpr' pkgname=python3-numexpr version=2.7.2 -revision=2 +revision=3 wrksrc="numexpr-${version}" build_style=python3-module build_helper=numpy From 6b768ba54fc52c827ac2adab81b45c2176ee43e5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:54 -0400 Subject: [PATCH 0488/1268] python3-testtools: rebuild for Python 3.10 --- srcpkgs/python3-testtools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-testtools/template b/srcpkgs/python3-testtools/template index 3fcae7eec932da..6808cb30369a3a 100644 --- a/srcpkgs/python3-testtools/template +++ b/srcpkgs/python3-testtools/template @@ -1,7 +1,7 @@ # Template file for 'python3-testtools' pkgname=python3-testtools version=2.4.0 -revision=3 +revision=4 wrksrc="testtools-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-pbr" From e52f6943058d49b2f203b040f244d249a9982b53 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:54 -0400 Subject: [PATCH 0489/1268] python3-termcolor: rebuild for Python 3.10 --- srcpkgs/python3-termcolor/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-termcolor/template b/srcpkgs/python3-termcolor/template index 890e115ac65c75..dbb215aa5be363 100644 --- a/srcpkgs/python3-termcolor/template +++ b/srcpkgs/python3-termcolor/template @@ -1,7 +1,7 @@ # Template file for 'python3-termcolor' pkgname=python3-termcolor version=1.1.0 -revision=8 +revision=9 wrksrc="termcolor-${version}" build_style=python3-module hostmakedepends="python3-devel" From 608c314b47b57bbcfcd33a13e427e519e8487cef Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:15 -0400 Subject: [PATCH 0490/1268] python3-matplotlib: rebuild for Python 3.10 --- srcpkgs/python3-matplotlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-matplotlib/template b/srcpkgs/python3-matplotlib/template index 4a354ae02cca2b..bed2c06ca9a6a5 100644 --- a/srcpkgs/python3-matplotlib/template +++ b/srcpkgs/python3-matplotlib/template @@ -1,7 +1,7 @@ # Template file for 'python3-matplotlib' pkgname=python3-matplotlib version=3.4.3 -revision=1 +revision=2 wrksrc="matplotlib-${version}" build_style=python3-module build_helper="numpy" From 01da4ac060895429091e48e2a7200c3acdc5610c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:24 -0400 Subject: [PATCH 0491/1268] python3-pandas: rebuild for Python 3.10 --- srcpkgs/python3-pandas/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pandas/template b/srcpkgs/python3-pandas/template index dddbed3bc05225..b843b4d69b5627 100644 --- a/srcpkgs/python3-pandas/template +++ b/srcpkgs/python3-pandas/template @@ -1,7 +1,7 @@ # Template file for 'python3-pandas' pkgname=python3-pandas version=1.3.3 -revision=1 +revision=2 wrksrc="pandas-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython python3-numpy" From dbb53ac7488f6481263b8f81409e5fe5b9691911 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:08 -0400 Subject: [PATCH 0492/1268] python3-joblib: rebuild for Python 3.10 --- srcpkgs/python3-joblib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-joblib/template b/srcpkgs/python3-joblib/template index f19a6f4609ac70..2294e969abfd34 100644 --- a/srcpkgs/python3-joblib/template +++ b/srcpkgs/python3-joblib/template @@ -1,7 +1,7 @@ # Template file for 'python3-joblib' pkgname=python3-joblib version=1.0.1 -revision=1 +revision=2 wrksrc="joblib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e35a37b2f7f3b2be032294e4c1ed52e6f9dbe1fd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:54 -0400 Subject: [PATCH 0493/1268] python3-threadpoolctl: rebuild for Python 3.10, update to 3.0.0. --- srcpkgs/python3-threadpoolctl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-threadpoolctl/template b/srcpkgs/python3-threadpoolctl/template index fb0b4457ea65bf..4850f45c80fa16 100644 --- a/srcpkgs/python3-threadpoolctl/template +++ b/srcpkgs/python3-threadpoolctl/template @@ -1,6 +1,6 @@ # Template file for 'python3-threadpoolctl' pkgname=python3-threadpoolctl -version=2.2.0 +version=3.0.0 revision=1 wrksrc="threadpoolctl-${version}" build_style=python3-module @@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford " license="BSD-3-Clause" homepage="https://github.com/joblib/threadpoolctl" distfiles="${PYPI_SITE}/t/threadpoolctl/threadpoolctl-${version}.tar.gz" -checksum=86d4b6801456d780e94681d155779058759eaef3c3564758b17b6c99db5f81cb +checksum=d03115321233d0be715f0d3a5ad1d6c065fe425ddc2d671ca8e45e9fd5d7a52a post_install() { vlicense LICENSE From 4b5557bf781ba4f020341bb5996ef5fbbcbef6f7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:05 -0400 Subject: [PATCH 0494/1268] python3-imageio: rebuild for Python 3.10 --- srcpkgs/python3-imageio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-imageio/template b/srcpkgs/python3-imageio/template index 608859d5371cf1..0fcca3af4a5aaf 100644 --- a/srcpkgs/python3-imageio/template +++ b/srcpkgs/python3-imageio/template @@ -1,7 +1,7 @@ # Template file for 'python3-imageio' pkgname=python3-imageio version=2.9.0 -revision=2 +revision=3 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f7c0926c3fc81c768a9c2007f97414d0c31016e0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:41 -0400 Subject: [PATCH 0495/1268] python3-pywt: rebuild for Python 3.10 --- srcpkgs/python3-pywt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pywt/template b/srcpkgs/python3-pywt/template index e5837f85be8442..0320b03b0e6c69 100644 --- a/srcpkgs/python3-pywt/template +++ b/srcpkgs/python3-pywt/template @@ -1,7 +1,7 @@ # Template file for 'python3-pywt' pkgname=python3-pywt version=1.1.1 -revision=2 +revision=3 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module build_helper="numpy" From f096f9a4de664f07db3437bd90eac6954b27b04c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:55 -0400 Subject: [PATCH 0496/1268] python3-tifffile: rebuild for Python 3.10 --- srcpkgs/python3-tifffile/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tifffile/template b/srcpkgs/python3-tifffile/template index abff878eb8d160..cc343a24a3b39a 100644 --- a/srcpkgs/python3-tifffile/template +++ b/srcpkgs/python3-tifffile/template @@ -1,7 +1,7 @@ # Template file for 'python3-tifffile' pkgname=python3-tifffile version=2021.8.30 -revision=1 +revision=2 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4cd1e9af8c23ac5a6741280421d704769a43ed25 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:02 -0400 Subject: [PATCH 0497/1268] python3-html2text: rebuild for Python 3.10 --- srcpkgs/python3-html2text/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template index 5adc859fcc80a0..59e847fc5d1238 100644 --- a/srcpkgs/python3-html2text/template +++ b/srcpkgs/python3-html2text/template @@ -1,7 +1,7 @@ # Template file for 'python3-html2text' pkgname=python3-html2text version=2020.1.16 -revision=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module pycompile_module="html2text" From 01f9af45d2e0fd9c9ec4fac786a14ef93f7d04f3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:03 -0400 Subject: [PATCH 0498/1268] python3-hypercorn: rebuild for Python 3.10 --- srcpkgs/python3-hypercorn/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template index 9635ad9fe533e1..f44154778e5161 100644 --- a/srcpkgs/python3-hypercorn/template +++ b/srcpkgs/python3-hypercorn/template @@ -1,11 +1,11 @@ # Template file for 'python3-hypercorn' pkgname=python3-hypercorn version=0.11.2 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-h11 python3-hyper-h2 python3-priority +depends="python3-h11 python3-h2 python3-priority python3-toml python3-typing_extensions python3-wsproto" checkdepends="python3-pytest-asyncio $depends" short_desc="Python ASGI server based on hyper and inspired by gunicorn" From c9019e9534855bba79e134e4622ed15303ea07b2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:33 -0400 Subject: [PATCH 0499/1268] python3-PyVirtualDisplay: rebuild for Python 3.10 --- srcpkgs/python3-PyVirtualDisplay/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template index eee012dca6eb9e..2e44847e521924 100644 --- a/srcpkgs/python3-PyVirtualDisplay/template +++ b/srcpkgs/python3-PyVirtualDisplay/template @@ -1,7 +1,7 @@ # Template file for 'python3-PyVirtualDisplay' pkgname=python3-PyVirtualDisplay version=2.2 -revision=1 +revision=2 wrksrc=PyVirtualDisplay-${version} build_style=python3-module hostmakedepends="python3-setuptools" From fcaa9e6af6292fa7e720ab07b0ae55cc4bc93061 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:37 -0400 Subject: [PATCH 0500/1268] python3-pyqt6: rebuild for Python 3.10 --- srcpkgs/python3-pyqt6/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyqt6/template b/srcpkgs/python3-pyqt6/template index d314787910689a..a4a2a0ed36d788 100644 --- a/srcpkgs/python3-pyqt6/template +++ b/srcpkgs/python3-pyqt6/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyqt6' pkgname=python3-pyqt6 version=6.1.1 -revision=1 +revision=2 wrksrc=PyQt6-$version build_style=sip-build build_helper=qemu From 03321c6e0a7b4100f0d61ec72eec655f6485fd9a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:41 -0400 Subject: [PATCH 0501/1268] python3-pytools: rebuild for Python 3.10 --- srcpkgs/python3-pytools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template index a9ecd429f46706..a19a57e6c58887 100644 --- a/srcpkgs/python3-pytools/template +++ b/srcpkgs/python3-pytools/template @@ -1,7 +1,7 @@ # Template file for 'python3-pytools' pkgname=python3-pytools version=2021.2.8 -revision=1 +revision=2 wrksrc=${pkgname#*-}-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 2341395c18a7a30ae60534c0eb209665e1b4c675 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:41 -0400 Subject: [PATCH 0502/1268] python3-pywinrm: rebuild for Python 3.10 --- srcpkgs/python3-pywinrm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template index be07eb711bb4b6..24c8b63fec06eb 100644 --- a/srcpkgs/python3-pywinrm/template +++ b/srcpkgs/python3-pywinrm/template @@ -1,7 +1,7 @@ # Template file for 'python3-pywinrm' pkgname=python3-pywinrm version=0.4.2 -revision=1 +revision=2 wrksrc="pywinrm-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a591f5f61cc90009aee9e233885ea8104cadea3e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:41 -0400 Subject: [PATCH 0503/1268] python3-audioread: rebuild for Python 3.10 --- srcpkgs/python3-audioread/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-audioread/template b/srcpkgs/python3-audioread/template index 0fad35d5c50a1f..ba9a6fca85c2a2 100644 --- a/srcpkgs/python3-audioread/template +++ b/srcpkgs/python3-audioread/template @@ -1,7 +1,7 @@ # Template file for 'python3-audioread' pkgname=python3-audioread version=2.1.8 -revision=5 +revision=6 wrksrc="audioread-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c7c573b99c95bd94592d2675e7957f550fa10da2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:06 -0400 Subject: [PATCH 0504/1268] python3-intervaltree: rebuild for Python 3.10 --- srcpkgs/python3-intervaltree/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-intervaltree/template b/srcpkgs/python3-intervaltree/template index 0d894d25faae2b..94091ac4d81d84 100644 --- a/srcpkgs/python3-intervaltree/template +++ b/srcpkgs/python3-intervaltree/template @@ -1,7 +1,7 @@ # Template file for 'python3-intervaltree' pkgname=python3-intervaltree version=3.1.0 -revision=1 +revision=2 wrksrc="intervaltree-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From aa52d589249c1e4f1e512f46f7f6393b4ca01bbf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:34 -0400 Subject: [PATCH 0505/1268] python3-pyelftools: rebuild for Python 3.10 --- srcpkgs/python3-pyelftools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyelftools/template b/srcpkgs/python3-pyelftools/template index 587e9b51194817..f201ac09bba02a 100644 --- a/srcpkgs/python3-pyelftools/template +++ b/srcpkgs/python3-pyelftools/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyelftools' pkgname=python3-pyelftools version=0.25 -revision=6 +revision=7 wrksrc="pyelftools-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d09403a546d4fcb23d0ba6598393eb8d8c9ff948 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:45 -0400 Subject: [PATCH 0506/1268] python3-ropgadget: rebuild for Python 3.10 --- srcpkgs/python3-ropgadget/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ropgadget/template b/srcpkgs/python3-ropgadget/template index 73d28153afb6de..6ff8980ab2b08c 100644 --- a/srcpkgs/python3-ropgadget/template +++ b/srcpkgs/python3-ropgadget/template @@ -1,7 +1,7 @@ # Template file for 'python3-ropgadget' pkgname=python3-ropgadget version=6.6 -revision=1 +revision=2 wrksrc="ROPGadget-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2ac2bd278e20a12861df4a44732891d6e2cb3145 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:59 -0400 Subject: [PATCH 0507/1268] python3-userpath: rebuild for Python 3.10 --- srcpkgs/python3-userpath/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template index 174c15846c6312..b557bc2528affe 100644 --- a/srcpkgs/python3-userpath/template +++ b/srcpkgs/python3-userpath/template @@ -1,7 +1,7 @@ # Template file for 'python3-userpath' pkgname=python3-userpath version=1.7.0 -revision=1 +revision=2 wrksrc="userpath-${version}" build_style=python3-module pycompile_module="userpath" From 31814bf804886e444942ba181dc8c89990e14548 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:35 -0400 Subject: [PATCH 0508/1268] python3-pygame: rebuild for Python 3.10 --- srcpkgs/python3-pygame/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pygame/template b/srcpkgs/python3-pygame/template index eeb29dd59b117b..14ccc033467771 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=2 +revision=3 wrksrc="pygame-${version}" build_style=python3-module make_build_args="cython" From e5cb06fc31f639ab7f3af76cf52694cf055d612b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:58 -0400 Subject: [PATCH 0509/1268] python3-geojson: rebuild for Python 3.10 --- srcpkgs/python3-geojson/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template index fe456fa2ad3ec4..26cb68bea1fa21 100644 --- a/srcpkgs/python3-geojson/template +++ b/srcpkgs/python3-geojson/template @@ -1,7 +1,7 @@ # Template file for 'python3-geojson' pkgname=python3-geojson version=2.5.0 -revision=3 +revision=4 wrksrc="geojson-${version}" build_style=python3-module pycompile_module="geojson" From 4f44064cd6426b20bafd59bc77f475fdb2e0fd22 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:22 -0400 Subject: [PATCH 0510/1268] python-nose: rebuild for Python 3.10 --- srcpkgs/python-nose/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-nose/template b/srcpkgs/python-nose/template index 95f3607a40aa8c..76a0cd0a040654 100644 --- a/srcpkgs/python-nose/template +++ b/srcpkgs/python-nose/template @@ -1,7 +1,7 @@ # Template file for 'python-nose' pkgname=python-nose version=1.3.7 -revision=6 +revision=7 wrksrc="nose-${version}" build_style=python-module pycompile_module="nose" From 74e358417d41e90e4894d576ebbbc76e915f991e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:19 -0400 Subject: [PATCH 0511/1268] python3-mypy_extensions: rebuild for Python 3.10 --- srcpkgs/python3-mypy_extensions/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template index 6aa9229a9fc6eb..f3b420936d6c8c 100644 --- a/srcpkgs/python3-mypy_extensions/template +++ b/srcpkgs/python3-mypy_extensions/template @@ -1,7 +1,7 @@ # Template file for 'python3-mypy_extensions' pkgname=python3-mypy_extensions version=0.4.3 -revision=3 +revision=4 wrksrc="mypy_extensions-${version}" build_style=python3-module pycompile_module="mypy_extensions.py" From d773366215f3c9589cd99a68e47859930eb31c47 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:57 -0400 Subject: [PATCH 0512/1268] python3-typed-ast: rebuild for Python 3.10 --- srcpkgs/python3-typed-ast/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template index 1e5bbf1d855f5f..d81bec57e4fc5d 100644 --- a/srcpkgs/python3-typed-ast/template +++ b/srcpkgs/python3-typed-ast/template @@ -1,7 +1,7 @@ # Template file for 'python3-typed-ast' pkgname=python3-typed-ast version=1.4.3 -revision=1 +revision=2 wrksrc="typed_ast-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ff516840538096661dc3d546ace21e863f4d4974 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:38 -0400 Subject: [PATCH 0513/1268] python3-altgraph: rebuild for Python 3.10 --- srcpkgs/python3-altgraph/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template index 4a1c1462158a80..d340010e5b8512 100644 --- a/srcpkgs/python3-altgraph/template +++ b/srcpkgs/python3-altgraph/template @@ -1,7 +1,7 @@ # Template file for 'python3-altgraph' pkgname=python3-altgraph version=0.17 -revision=1 +revision=2 wrksrc="altgraph-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1aaf98141d1b0a8817fafa25f88d47a22482efb7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:09 -0400 Subject: [PATCH 0514/1268] python3-jsonrpc-server: rebuild for Python 3.10 --- srcpkgs/python3-jsonrpc-server/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template index 3551d7f95ac8d3..de96976ad0a238 100644 --- a/srcpkgs/python3-jsonrpc-server/template +++ b/srcpkgs/python3-jsonrpc-server/template @@ -1,7 +1,7 @@ # Template file for 'python3-jsonrpc-server' pkgname=python3-jsonrpc-server version=0.4.0 -revision=1 +revision=2 wrksrc="${pkgname/3}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ad796d58126877421c94a160b7aaf555e3cf5810 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:33 -0400 Subject: [PATCH 0515/1268] python3-QtPy: rebuild for Python 3.10 --- srcpkgs/python3-QtPy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template index 8205641c6b5486..b9ddef1af192a1 100644 --- a/srcpkgs/python3-QtPy/template +++ b/srcpkgs/python3-QtPy/template @@ -1,7 +1,7 @@ # Template file for 'python3-QtPy' pkgname=python3-QtPy version=1.9.0 -revision=2 +revision=3 wrksrc=QtPy-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 7275c3282eb55f50a59d42f528aa6e949c5c0904 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:10 -0400 Subject: [PATCH 0516/1268] python3-jupyter_console: rebuild for Python 3.10 --- srcpkgs/python3-jupyter_console/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template index 09cd8e5d5406ab..3124f3854a1954 100644 --- a/srcpkgs/python3-jupyter_console/template +++ b/srcpkgs/python3-jupyter_console/template @@ -1,7 +1,7 @@ # Template file for 'python3-jupyter_console' pkgname=python3-jupyter_console version=6.4.0 -revision=1 +revision=2 wrksrc="jupyter_console-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d174be8a46e6746147aaa9bafd4c4700877e853f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:10 -0400 Subject: [PATCH 0517/1268] python3-jupyter_ipywidgets: rebuild for Python 3.10 --- srcpkgs/python3-jupyter_ipywidgets/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template index 9dd693ee4ae9d7..d07272aeb3f0d9 100644 --- a/srcpkgs/python3-jupyter_ipywidgets/template +++ b/srcpkgs/python3-jupyter_ipywidgets/template @@ -1,7 +1,7 @@ # Template file for 'python3-jupyter_ipywidgets' pkgname=python3-jupyter_ipywidgets version=7.6.3 -revision=1 +revision=2 wrksrc="ipywidgets-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5c9fc436a84daa289c2e32331610fbc4c4201558 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:01 -0400 Subject: [PATCH 0518/1268] python3-grpcio: rebuild for Python 3.10 --- srcpkgs/python3-grpcio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template index d6904aa19f47ce..aeed305988a1a8 100644 --- a/srcpkgs/python3-grpcio/template +++ b/srcpkgs/python3-grpcio/template @@ -1,7 +1,7 @@ # Template file for 'python3-grpcio' pkgname=python3-grpcio version=1.39.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-six" From 38b71d36d19c0119fcd33405af1992ca34745d3a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:43 -0400 Subject: [PATCH 0519/1268] python3-blessings: rebuild for Python 3.10 --- srcpkgs/python3-blessings/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-blessings/template b/srcpkgs/python3-blessings/template index d901e189a1e34b..48765b336b094a 100644 --- a/srcpkgs/python3-blessings/template +++ b/srcpkgs/python3-blessings/template @@ -1,7 +1,7 @@ # Template file for 'python3-blessings' pkgname=python3-blessings version=1.7 -revision=4 +revision=5 wrksrc="blessings-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 35b84d4e7f336e05c395cb4c757daecdb1262abe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:50 -0400 Subject: [PATCH 0520/1268] python3-snakeoil: rebuild for Python 3.10 --- srcpkgs/python3-snakeoil/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-snakeoil/template b/srcpkgs/python3-snakeoil/template index 7b3aa1420bb9bd..7d7242262e28a4 100644 --- a/srcpkgs/python3-snakeoil/template +++ b/srcpkgs/python3-snakeoil/template @@ -1,7 +1,7 @@ # Template file for 'python3-snakeoil' pkgname=python3-snakeoil version=0.8.8 -revision=1 +revision=2 wrksrc="snakeoil-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 70ee89286b643249ebc89d378c6a5b35650a9b8b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:58 -0400 Subject: [PATCH 0521/1268] python3-gitchangelog: rebuild for Python 3.10 --- srcpkgs/python3-gitchangelog/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template index 348dc2c83b6d13..865258ec883cca 100644 --- a/srcpkgs/python3-gitchangelog/template +++ b/srcpkgs/python3-gitchangelog/template @@ -1,7 +1,7 @@ # Template file for 'python3-gitchangelog' pkgname=python3-gitchangelog version=3.0.4 -revision=4 +revision=5 wrksrc="gitchangelog-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From 59af86fe45ea1adf6e1f64f9de70b34d9f03f9d8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:59 -0400 Subject: [PATCH 0522/1268] python3-validators: rebuild for Python 3.10 --- srcpkgs/python3-validators/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template index ab604468662941..87275771403f7d 100644 --- a/srcpkgs/python3-validators/template +++ b/srcpkgs/python3-validators/template @@ -1,7 +1,7 @@ # Template file for 'python3-validators' pkgname=python3-validators version=0.14.2 -revision=2 +revision=3 wrksrc="validators-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a7627ce59e2e2d6ce0d45f93aec6ba6128fab13f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:48 -0400 Subject: [PATCH 0523/1268] python3-sh: rebuild for Python 3.10 --- srcpkgs/python3-sh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-sh/template b/srcpkgs/python3-sh/template index 4dcd84699a0ce4..440c03cee0ccd5 100644 --- a/srcpkgs/python3-sh/template +++ b/srcpkgs/python3-sh/template @@ -1,7 +1,7 @@ # Template file for 'python3-sh' pkgname=python3-sh version=1.14.2 -revision=2 +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ca7edeca61a19f3afe07242212efd8e1e7eb6e0d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:38 -0400 Subject: [PATCH 0524/1268] ansible: rebuild for Python 3.10 --- srcpkgs/ansible/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template index 41123332a2a061..34388da31eab4b 100644 --- a/srcpkgs/ansible/template +++ b/srcpkgs/ansible/template @@ -1,7 +1,7 @@ # Template file for 'ansible' pkgname=ansible version=4.1.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="ansible-core" From bd10e827c5c0248520b5374a19949d1db271ce2c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:02 -0400 Subject: [PATCH 0525/1268] python3-hiredis: rebuild for Python 3.10 --- srcpkgs/python3-hiredis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-hiredis/template b/srcpkgs/python3-hiredis/template index f71bf705aa491f..aea57041a50065 100644 --- a/srcpkgs/python3-hiredis/template +++ b/srcpkgs/python3-hiredis/template @@ -1,7 +1,7 @@ # Template file for 'python3-hiredis' pkgname=python3-hiredis version=2.0.0 -revision=1 +revision=2 wrksrc="hiredis-${version}" build_style=python3-module hostmakedepends="python3-devel" From 38faa1de17e1bed0b7fa55c6c8faf55fb348cf51 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:46 -0400 Subject: [PATCH 0526/1268] python3-ciso8601: rebuild for Python 3.10 --- srcpkgs/python3-ciso8601/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ciso8601/template b/srcpkgs/python3-ciso8601/template index 179d770bbff58a..e10fd942e3ce3b 100644 --- a/srcpkgs/python3-ciso8601/template +++ b/srcpkgs/python3-ciso8601/template @@ -1,7 +1,7 @@ # Template file for 'python3-ciso8601' pkgname=python3-ciso8601 version=2.2.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4bdfa57ac05dc4a61d14763caf90dd224812e5fa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:24 -0400 Subject: [PATCH 0527/1268] python3-pamqp: rebuild for Python 3.10 --- srcpkgs/python3-pamqp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template index e995e55f27a75a..5e063c62f43f31 100644 --- a/srcpkgs/python3-pamqp/template +++ b/srcpkgs/python3-pamqp/template @@ -1,7 +1,7 @@ # Template file for 'python3-pamqp' pkgname=python3-pamqp version=2.3.0 -revision=2 +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 10920ef8c853d0a1f4e44363f16f4cfc1bcd00e0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:07 -0400 Subject: [PATCH 0528/1268] maturin: rebuild for Python 3.10 --- srcpkgs/maturin/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 9ae41f7031926e..57b4f7eccb54cd 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,7 +1,7 @@ # Template file for 'maturin' pkgname=maturin version=0.11.4 -revision=1 +revision=2 build_style=cargo build_helper=qemu # Disable the 'rustls' feature, which leads to bad platform compatibility From 77bb5a36549868fa83c34f9eaaee9d4c363312b1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:33 -0400 Subject: [PATCH 0529/1268] python3-pyaes: rebuild for Python 3.10 --- srcpkgs/python3-pyaes/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyaes/template b/srcpkgs/python3-pyaes/template index 6a047eeb6ee739..f4d237d75d9471 100644 --- a/srcpkgs/python3-pyaes/template +++ b/srcpkgs/python3-pyaes/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyaes' pkgname=python3-pyaes version=1.6.1 -revision=5 +revision=6 wrksrc="pyaes-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3b5833bc910b883730f69d01bf72d47dc58c0647 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:59 -0400 Subject: [PATCH 0530/1268] python3-gitdb: rebuild for Python 3.10 --- srcpkgs/python3-gitdb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-gitdb/template b/srcpkgs/python3-gitdb/template index 9fc299b8d80f20..60b322745dec38 100644 --- a/srcpkgs/python3-gitdb/template +++ b/srcpkgs/python3-gitdb/template @@ -1,7 +1,7 @@ # Template file for 'python3-gitdb' pkgname=python3-gitdb version=2.0.5 -revision=4 +revision=5 wrksrc="gitdb2-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8599e2c0f43601cfc3446c00bec20e3542ddcb5b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:28 -0400 Subject: [PATCH 0531/1268] python3-Flask-Babel: rebuild for Python 3.10 --- srcpkgs/python3-Flask-Babel/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template index 00087dab0d704a..51170ebf145b72 100644 --- a/srcpkgs/python3-Flask-Babel/template +++ b/srcpkgs/python3-Flask-Babel/template @@ -1,7 +1,7 @@ # Template file for 'python3-Flask-Babel' pkgname=python3-Flask-Babel version=2.0.0 -revision=2 +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7426f37dc8f0ebdc203092edb5ee636e54e894b2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:28 -0400 Subject: [PATCH 0532/1268] python3-Flask-Login: rebuild for Python 3.10 --- srcpkgs/python3-Flask-Login/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Flask-Login/template b/srcpkgs/python3-Flask-Login/template index 1b5a3045ed8707..023331ee75bccc 100644 --- a/srcpkgs/python3-Flask-Login/template +++ b/srcpkgs/python3-Flask-Login/template @@ -1,7 +1,7 @@ # Template file for 'python3-Flask-Login' pkgname=python3-Flask-Login version=0.5.0 -revision=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6c5b2417cf98f5507042b8c8947bd7038440226a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:28 -0400 Subject: [PATCH 0533/1268] python3-Flask-Mail: rebuild for Python 3.10 --- srcpkgs/python3-Flask-Mail/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template index 18542847ecb286..52b408c131ca1a 100644 --- a/srcpkgs/python3-Flask-Mail/template +++ b/srcpkgs/python3-Flask-Mail/template @@ -1,7 +1,7 @@ # Template file for 'python3-Flask-Mail' pkgname=python3-Flask-Mail version=0.9.1 -revision=2 +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f0c4491477754545c5e8a435db222147fb48702f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:29 -0400 Subject: [PATCH 0534/1268] python3-Flask-SQLAlchemy: rebuild for Python 3.10 --- srcpkgs/python3-Flask-SQLAlchemy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template index dbcc1b9cd990b8..b1da228a9193cf 100644 --- a/srcpkgs/python3-Flask-SQLAlchemy/template +++ b/srcpkgs/python3-Flask-SQLAlchemy/template @@ -1,7 +1,7 @@ # Template file for 'python3-Flask-SQLAlchemy' pkgname=python3-Flask-SQLAlchemy version=2.5.1 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ffcf2fd04c6ad3c14d41af4f48078aac1b843932 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:29 -0400 Subject: [PATCH 0535/1268] python3-Flask-WTF: rebuild for Python 3.10 --- srcpkgs/python3-Flask-WTF/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Flask-WTF/template b/srcpkgs/python3-Flask-WTF/template index 4780e96e154e5a..916955690cb7a0 100644 --- a/srcpkgs/python3-Flask-WTF/template +++ b/srcpkgs/python3-Flask-WTF/template @@ -1,7 +1,7 @@ # Template file for 'python3-Flask-WTF' pkgname=python3-Flask-WTF version=0.14.3 -revision=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 22d7fdeb172df65a397a10c101d54dc32c31e2d4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:00 -0400 Subject: [PATCH 0536/1268] python3-webassets: rebuild for Python 3.10 --- srcpkgs/python3-webassets/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-webassets/template b/srcpkgs/python3-webassets/template index 45d1406ef52230..061bbbd0247d4e 100644 --- a/srcpkgs/python3-webassets/template +++ b/srcpkgs/python3-webassets/template @@ -1,7 +1,7 @@ # Template file for 'python3-webassets' pkgname=python3-webassets version=0.12.1 -revision=5 +revision=6 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9f6fde424d44c261db1108ab4c32fac63b0fa1da Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:26 -0400 Subject: [PATCH 0537/1268] python-tempita: rebuild for Python 3.10 --- srcpkgs/python-tempita/template | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template index bd61a4b21def1a..ab6b7710c5de50 100644 --- a/srcpkgs/python-tempita/template +++ b/srcpkgs/python-tempita/template @@ -1,7 +1,7 @@ # Template file for 'python-tempita' pkgname=python-tempita version=0.5.2 -revision=6 +revision=7 wrksrc="Tempita-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" @@ -15,6 +15,20 @@ license="MIT" distfiles="${PYPI_SITE}/T/Tempita/Tempita-${version}.tar.gz" checksum=cacecf0baa674d356641f1d406b8bff1d756d739c46b869a54de515d08e6fc9c +post_patch() { + # setuptools no longer supports use_2to3 + vsed -i setup.py -e '/use_2to3/d' +} + +do_build() { + # This is pure python, no need for cross antics + python2.7 setup.py build --build-base=build-2.7 + + # Convert py2 syntax to py3 since setuptools no longer does it + 2to3-${py3_ver} -w tempita + python3 setup.py build --build-base=build-${py3_ver} +} + python3-tempita_package() { depends="python3" pycompile_module="tempita" From 574224b32f0b4b50ced22043aeecdcdeb85e9e73 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:39 -0400 Subject: [PATCH 0538/1268] python3-pysol_cards: rebuild for Python 3.10 --- srcpkgs/python3-pysol_cards/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pysol_cards/template b/srcpkgs/python3-pysol_cards/template index 4ad868cbbde726..66da654deae138 100644 --- a/srcpkgs/python3-pysol_cards/template +++ b/srcpkgs/python3-pysol_cards/template @@ -1,7 +1,7 @@ # Template file for 'python3-pysol_cards' pkgname=python3-pysol_cards version=0.10.2 -revision=1 +revision=2 wrksrc="pysol_cards-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-pbr" From e8f0bf10c2b99c824eef2021c65e2de89fc74cb6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:42 -0400 Subject: [PATCH 0539/1268] python3-random2: rebuild for Python 3.10 --- srcpkgs/python3-random2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-random2/template b/srcpkgs/python3-random2/template index 39c64b50e15b36..e8853196fe6a18 100644 --- a/srcpkgs/python3-random2/template +++ b/srcpkgs/python3-random2/template @@ -1,7 +1,7 @@ # Template file for 'python3-random2' pkgname=python3-random2 version=1.0.1 -revision=6 +revision=7 wrksrc="random2-${version}" build_style=python3-module hostmakedepends="python3-setuptools unzip" From 6c640a084861121ae92552d9fd49c7acfa3441f7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:30 -0400 Subject: [PATCH 0540/1268] python3-pmw: rebuild for Python 3.10 --- srcpkgs/python3-pmw/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template index 9703297e18a8c2..e14d5b6ded9e5c 100644 --- a/srcpkgs/python3-pmw/template +++ b/srcpkgs/python3-pmw/template @@ -1,7 +1,7 @@ # Template for python-pmw pkgname=python3-pmw version=2.0.1 -revision=3 +revision=4 short_desc="Python 3 Tkinter widget toolkit" homepage="http://pmw.sourceforge.net/" license="MIT" From b6a873517c5f735b948fb29d7a6252b75c60370d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:40 -0400 Subject: [PATCH 0541/1268] python3-astroid: rebuild for Python 3.10 --- srcpkgs/python3-astroid/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template index 93c0b1e527f031..43aeed136fd84d 100644 --- a/srcpkgs/python3-astroid/template +++ b/srcpkgs/python3-astroid/template @@ -1,7 +1,7 @@ # Template file for 'python3-astroid' pkgname=python3-astroid version=2.8.0 -revision=1 +revision=2 wrksrc="astroid-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f03a40f9687004d1fd12a0afb55788eed36bc81d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:06 -0400 Subject: [PATCH 0542/1268] python3-isort: rebuild for Python 3.10 --- srcpkgs/python3-isort/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-isort/template b/srcpkgs/python3-isort/template index e2f7d8e375307e..f7956a7dcbd3f0 100644 --- a/srcpkgs/python3-isort/template +++ b/srcpkgs/python3-isort/template @@ -1,7 +1,7 @@ # Template file for 'python3-isort' pkgname=python3-isort version=5.9.3 -revision=1 +revision=2 wrksrc="isort-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 63d25aae60a42c68e49602c1c8aac5e932b806e9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:29 -0400 Subject: [PATCH 0543/1268] python3-platformdirs: rebuild for Python 3.10 --- srcpkgs/python3-platformdirs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-platformdirs/template b/srcpkgs/python3-platformdirs/template index b93a313c468a02..e5b09121ded842 100644 --- a/srcpkgs/python3-platformdirs/template +++ b/srcpkgs/python3-platformdirs/template @@ -1,7 +1,7 @@ # Template file for 'python3-platformdirs' pkgname=python3-platformdirs version=2.3.0 -revision=1 +revision=2 wrksrc="platformdirs-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-setuptools_scm" From 61c61a251b00bc970bdc6b2608979eaaeb20d181 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:01 -0400 Subject: [PATCH 0544/1268] python3-websockets: rebuild for Python 3.10 --- srcpkgs/python3-websockets/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-websockets/template b/srcpkgs/python3-websockets/template index 1ae81212c5c806..843e39207072ab 100644 --- a/srcpkgs/python3-websockets/template +++ b/srcpkgs/python3-websockets/template @@ -1,7 +1,7 @@ # Template file for 'python3-websockets' pkgname=python3-websockets version=10.0 -revision=1 +revision=2 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1a08810b757333cedad0357fcc870c03b12e490a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:41 -0400 Subject: [PATCH 0545/1268] python3-pythondialog: rebuild for Python 3.10 --- srcpkgs/python3-pythondialog/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template index 0edc20a69538b2..2c6e259f2a3668 100644 --- a/srcpkgs/python3-pythondialog/template +++ b/srcpkgs/python3-pythondialog/template @@ -1,7 +1,7 @@ # Template file for 'python3-pythondialog' pkgname=python3-pythondialog version=3.5.1 -revision=2 +revision=3 wrksrc="pythondialog-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From affb7e4504de1df00fc1ee5008c06ecf042f86a4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:59 -0400 Subject: [PATCH 0546/1268] python3-vdf: rebuild for Python 3.10, update to 3.4. --- srcpkgs/python3-vdf/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template index 0389375421fcf2..6a81e0e1142837 100644 --- a/srcpkgs/python3-vdf/template +++ b/srcpkgs/python3-vdf/template @@ -1,7 +1,7 @@ # Template file for 'python3-vdf' pkgname=python3-vdf -version=3.2 -revision=3 +version=3.4 +revision=1 wrksrc=vdf-${version} build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,7 +11,7 @@ maintainer="Orphaned " license="MIT" homepage="https://github.com/ValvePython/vdf" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=ad790a34a20d9c5f36b8bd9e93658f85a9e90be7c84bb3a24f893b531a94e3ca +checksum=c9fb42b6de9daf475cd229377d0c32d6e87c0f21e874a35e0e679eb201723a67 post_install() { vlicense LICENSE From fda6fd6c807d0947a1f32628cb2ce5212c57b92e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:49 -0400 Subject: [PATCH 0547/1268] python3-slixmpp: rebuild for Python 3.10 --- srcpkgs/python3-slixmpp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template index 1426cb9703a9a7..71c312498a1bda 100644 --- a/srcpkgs/python3-slixmpp/template +++ b/srcpkgs/python3-slixmpp/template @@ -1,7 +1,7 @@ # Template file for 'python3-slixmpp' pkgname=python3-slixmpp version=1.5.2 -revision=2 +revision=3 wrksrc="slixmpp-${version}" build_style=python3-module hostmakedepends="pkg-config python3-setuptools python3-Cython" From 0a505fc481b5b25b8122c60ca7c89cc90f5fa0ab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:15 -0400 Subject: [PATCH 0548/1268] python3-marshmallow: rebuild for Python 3.10 --- srcpkgs/python3-marshmallow/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template index 65939bde732ff0..326728b29d133c 100644 --- a/srcpkgs/python3-marshmallow/template +++ b/srcpkgs/python3-marshmallow/template @@ -1,7 +1,7 @@ # Template file for 'python3-marshmallow' pkgname=python3-marshmallow version=3.7.0 -revision=2 +revision=3 wrksrc="marshmallow-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b3fbe4b2c92d0f84f5d826b92a142a9d5e81b006 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:21 -0400 Subject: [PATCH 0549/1268] python-evdev: rebuild for Python 3.10 --- srcpkgs/python-evdev/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-evdev/template b/srcpkgs/python-evdev/template index ded33276800dea..f61e63cfc5f14f 100644 --- a/srcpkgs/python-evdev/template +++ b/srcpkgs/python-evdev/template @@ -1,7 +1,7 @@ # Template file for 'python-evdev' pkgname=python-evdev version=1.2.0 -revision=4 +revision=5 build_style=python-module pycompile_module="evdev" hostmakedepends="python-setuptools python3-setuptools" From 0bc54d9368e6b98da1fc2c6d6c3ca5e553125680 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:46 -0400 Subject: [PATCH 0550/1268] python3-cli_helpers: rebuild for Python 3.10 --- srcpkgs/python3-cli_helpers/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template index 91e22d2471c2b9..a6b29fa020128e 100644 --- a/srcpkgs/python3-cli_helpers/template +++ b/srcpkgs/python3-cli_helpers/template @@ -1,7 +1,7 @@ # Template file for 'python3-cli_helpers' pkgname=python3-cli_helpers version=1.2.1 -revision=3 +revision=4 wrksrc="cli_helpers-${version}" build_style=python3-module pycompile_module="cli_helpers" From 770ab701eb8fbc6b510df06197b8b71507ad81d9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:27 -0400 Subject: [PATCH 0551/1268] python3-pgspecial: rebuild for Python 3.10 --- srcpkgs/python3-pgspecial/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template index 1f5abba564fb12..e0279616a90697 100644 --- a/srcpkgs/python3-pgspecial/template +++ b/srcpkgs/python3-pgspecial/template @@ -1,7 +1,7 @@ # Template file for 'python3-pgspecial' pkgname=python3-pgspecial version=1.11.9 -revision=3 +revision=4 wrksrc="pgspecial-${version}" build_style=python3-module pycompile_module="pgspecial" From 1d97d6d9aca990a870758b77d9e799f6ad38169e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:08 -0400 Subject: [PATCH 0552/1268] mercurial: rebuild for Python 3.10 --- srcpkgs/mercurial/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template index 4f84407dc8b70a..d58c1971087b50 100644 --- a/srcpkgs/mercurial/template +++ b/srcpkgs/mercurial/template @@ -1,7 +1,7 @@ # Template file for 'mercurial' pkgname=mercurial version=5.9.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3 python3-setuptools python3-devel gettext" makedepends="python3-devel" From 9e7b0fd7d04df6cf4fff939bc3306f7a53ae2167 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:56 -0400 Subject: [PATCH 0553/1268] python3-feedgenerator: rebuild for Python 3.10 --- srcpkgs/python3-feedgenerator/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-feedgenerator/template b/srcpkgs/python3-feedgenerator/template index 5af4acd7353c2e..aa12bb77df9d13 100644 --- a/srcpkgs/python3-feedgenerator/template +++ b/srcpkgs/python3-feedgenerator/template @@ -1,7 +1,7 @@ # Template file for 'python3-feedgenerator' pkgname=python3-feedgenerator version=1.9.1 -revision=4 +revision=5 wrksrc="feedgenerator-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d67c586007e1d386f15da741e54edc556468b6bd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:23 -0400 Subject: [PATCH 0554/1268] python3-oletools: rebuild for Python 3.10 --- srcpkgs/python3-oletools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template index e10c68ad5b2ee8..08b132fac61bc9 100644 --- a/srcpkgs/python3-oletools/template +++ b/srcpkgs/python3-oletools/template @@ -1,7 +1,7 @@ # Template file for 'python3-oletools' pkgname=python3-oletools version=0.60 -revision=1 +revision=2 wrksrc="oletools-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 296f38555600a810ff8e5904c00472f61fbe9862 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:27 -0400 Subject: [PATCH 0555/1268] python3-pefile: rebuild for Python 3.10 --- srcpkgs/python3-pefile/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template index 4d82cfafe16da2..1b52b12ba82c85 100644 --- a/srcpkgs/python3-pefile/template +++ b/srcpkgs/python3-pefile/template @@ -1,7 +1,7 @@ # Template file for 'python3-pefile' pkgname=python3-pefile version=2019.4.18 -revision=3 +revision=4 wrksrc="pefile-${version}" build_style=python3-module pycompile_module="pefile.py peutils.py ordlookup" From d3c9315e3513d7b19b95d42d7c7dda0b4557f3d3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:00 -0400 Subject: [PATCH 0556/1268] python3-virustotal-api: rebuild for Python 3.10 --- srcpkgs/python3-virustotal-api/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template index b3551336f58659..297a7358237437 100644 --- a/srcpkgs/python3-virustotal-api/template +++ b/srcpkgs/python3-virustotal-api/template @@ -1,7 +1,7 @@ # Template file for 'python3-virustotal-api' pkgname=python3-virustotal-api version=1.1.11 -revision=3 +revision=4 wrksrc="virustotal-api-${version}" build_style=python3-module pycompile_module="virus_total_apis" From 280de8d91622e9899b2cbf0fe2299d4e815a7b3d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:03 -0400 Subject: [PATCH 0557/1268] python3-yara: rebuild for Python 3.10 --- srcpkgs/python3-yara/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-yara/template b/srcpkgs/python3-yara/template index 264cbf00ba48fe..d98797f45c7be0 100644 --- a/srcpkgs/python3-yara/template +++ b/srcpkgs/python3-yara/template @@ -1,7 +1,7 @@ # Template file for 'python3-yara' pkgname=python3-yara version=4.1.2 -revision=1 +revision=2 wrksrc="yara-python-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1b08875873cb5242c0e186d98f1416824b7a0aca Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:35 -0400 Subject: [PATCH 0558/1268] python3-pykeepass: rebuild for Python 3.10 --- srcpkgs/python3-pykeepass/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template index dc3fe59fa411c1..b7097bd99e8705 100644 --- a/srcpkgs/python3-pykeepass/template +++ b/srcpkgs/python3-pykeepass/template @@ -1,7 +1,7 @@ # Template file for 'python3-pykeepass' pkgname=python3-pykeepass version=3.2.1 -revision=2 +revision=3 wrksrc="pykeepass-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8e12ae16b19f71b2f887a984f7fc1a62970a5171 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:40 -0400 Subject: [PATCH 0559/1268] python3-arxiv2bib: rebuild for Python 3.10 --- srcpkgs/python3-arxiv2bib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-arxiv2bib/template b/srcpkgs/python3-arxiv2bib/template index b59206102e3a92..1459771c64de23 100644 --- a/srcpkgs/python3-arxiv2bib/template +++ b/srcpkgs/python3-arxiv2bib/template @@ -1,7 +1,7 @@ # Template file for 'python3-arxiv2bib' pkgname=python3-arxiv2bib version=1.0.8 -revision=5 +revision=6 wrksrc="arxiv2bib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e3f4f6ae51d5c36e9aae3a5cd1ab229253135415 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:42 -0400 Subject: [PATCH 0560/1268] python3-bibtexparser: rebuild for Python 3.10 --- srcpkgs/python3-bibtexparser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-bibtexparser/template b/srcpkgs/python3-bibtexparser/template index 0f0a67dc3515a3..aa6651428b660f 100644 --- a/srcpkgs/python3-bibtexparser/template +++ b/srcpkgs/python3-bibtexparser/template @@ -1,7 +1,7 @@ # Template file for 'python3-bibtexparser' pkgname=python3-bibtexparser version=1.1.0 -revision=4 +revision=5 wrksrc="bibtexparser-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0799d910f3815d9e6d350cd30655c8a534708a45 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:53 -0400 Subject: [PATCH 0561/1268] python3-doi: rebuild for Python 3.10 --- srcpkgs/python3-doi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template index acd3b05c84dc9e..9d5f7c726926ad 100644 --- a/srcpkgs/python3-doi/template +++ b/srcpkgs/python3-doi/template @@ -1,7 +1,7 @@ # Template file for 'python3-doi' pkgname=python3-doi version=0.2.0 -revision=2 +revision=3 wrksrc="python-doi-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5e01d2242d4814671bc6f14ea4e25f8ecc81afbf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:02 -0400 Subject: [PATCH 0562/1268] python3-habanero: rebuild for Python 3.10 --- srcpkgs/python3-habanero/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-habanero/template b/srcpkgs/python3-habanero/template index 62a95d37dc828a..e54990267ebd95 100644 --- a/srcpkgs/python3-habanero/template +++ b/srcpkgs/python3-habanero/template @@ -1,7 +1,7 @@ # Template file for 'python3-habanero' pkgname=python3-habanero version=0.6.2 -revision=4 +revision=5 wrksrc="habanero-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7959f67ea6f06cb30625364a7e9de2fef289ff8f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:06 -0400 Subject: [PATCH 0563/1268] python3-isbnlib: rebuild for Python 3.10, uppdate to 3.10.8. --- srcpkgs/python3-isbnlib/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template index d8eaa48e2a957d..5e9c0b1c12e545 100644 --- a/srcpkgs/python3-isbnlib/template +++ b/srcpkgs/python3-isbnlib/template @@ -1,7 +1,7 @@ # Template file for 'python3-isbnlib' pkgname=python3-isbnlib -version=3.9.6 -revision=4 +version=3.10.8 +revision=1 wrksrc="isbnlib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,4 +11,4 @@ maintainer="xaltsc " license="LGPL-3.0-only" homepage="https://github.com/xlcnd/isbnlib" distfiles="${PYPI_SITE}/i/isbnlib/isbnlib-${version}.tar.gz" -checksum=d4ae098cb31d6c678a6eac074a24f8ba4adfe7df65db13b0b2ab7355f28d6e3b +checksum=ea406ef2e14388ab396495f0f604d2d3c96cb5a256b96bc0556dd871cd7dc7b4 From 8680e9145cb620e56ac56abaa88eb0a72a8a5e30 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:07 -0400 Subject: [PATCH 0564/1268] python3-janus: rebuild for Python 3.10 --- srcpkgs/python3-janus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template index 9cd15ccf64878e..721d151c2f96f9 100644 --- a/srcpkgs/python3-janus/template +++ b/srcpkgs/python3-janus/template @@ -1,7 +1,7 @@ # Template file for 'python3-janus' pkgname=python3-janus version=0.5.0 -revision=2 +revision=3 wrksrc="janus-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1bc6af670574614d2a0eed19f2a90386475e7b69 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:16 -0400 Subject: [PATCH 0565/1268] python3-matrix-nio: rebuild for Python 3.10 --- srcpkgs/python3-matrix-nio/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template index f819fbd2c176ae..39355ab99912d7 100644 --- a/srcpkgs/python3-matrix-nio/template +++ b/srcpkgs/python3-matrix-nio/template @@ -1,12 +1,12 @@ # Template file for 'python3-matrix-nio' pkgname=python3-matrix-nio version=0.15.1 -revision=2 +revision=3 wrksrc="matrix-nio-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-future python3-aiohttp python3-aiofiles python3-h11 - python3-hyper-h2 python3-logbook python3-jsonschema python3-unpaddedbase64 + python3-h2 python3-logbook python3-jsonschema python3-unpaddedbase64 python3-pycryptodome olm-python3 python3-peewee python3-cachetools python3-atomicwrites" short_desc="Python3 matrix.org client library designed without builtin io" From f01532de253b31a96f350b0f49f49604c734d432 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:34 -0400 Subject: [PATCH 0566/1268] python3-pydbus: rebuild for Python 3.10 --- srcpkgs/python3-pydbus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template index 73fd2ac5a2adf0..3f95a3b6fcdc35 100644 --- a/srcpkgs/python3-pydbus/template +++ b/srcpkgs/python3-pydbus/template @@ -1,7 +1,7 @@ # Template file for 'python3-pydbus' pkgname=python3-pydbus version=0.6.0 -revision=2 +revision=3 wrksrc="pydbus-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7773ab109035b192f7b5ac976557a7c6f37a357c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:43 -0400 Subject: [PATCH 0567/1268] brltty: rebuild for Python 3.10, update to 6.4. --- srcpkgs/brltty/patches/time64.patch | 16 ---------------- srcpkgs/brltty/template | 7 +++---- 2 files changed, 3 insertions(+), 20 deletions(-) delete mode 100644 srcpkgs/brltty/patches/time64.patch diff --git a/srcpkgs/brltty/patches/time64.patch b/srcpkgs/brltty/patches/time64.patch deleted file mode 100644 index d90b5913997bb4..00000000000000 --- a/srcpkgs/brltty/patches/time64.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/Programs/system_linux.c 2020-04-05 12:35:34.000000000 +0200 -+++ b/Programs/system_linux.c 2020-12-03 14:12:42.292642038 +0100 -@@ -957,9 +957,12 @@ - writeInputEvent (UinputObject *uinput, uint16_t type, uint16_t code, int32_t value) { - #ifdef HAVE_LINUX_UINPUT_H - struct input_event event; -+ struct timeval tv; - - memset(&event, 0, sizeof(event)); -- gettimeofday(&event.time, NULL); -+ gettimeofday(&tv, NULL); -+ event.input_event_sec = tv.tv_sec; -+ event.input_event_usec = tv.tv_usec; - event.type = type; - event.code = code; - event.value = value; diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template index 76d56520dac28b..b1b673a44e2263 100644 --- a/srcpkgs/brltty/template +++ b/srcpkgs/brltty/template @@ -1,7 +1,7 @@ # Template file for 'brltty' pkgname=brltty -version=6.1 -revision=2 +version=6.4 +revision=1 build_style=gnu-configure configure_args="--enable-gpm --with-screen-driver=lx,sc --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3" @@ -12,7 +12,7 @@ maintainer="Orphaned " license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="http://mielke.cc/brltty/" distfiles="http://mielke.cc/brltty/archive/brltty-${version}.tar.xz" -checksum=4a28e3f1879aee9082f9ce4100fd4053be47add7f8ab0f2af6d6a20590934b62 +checksum=bc7573b0d0ab865c36607945b64c209312405571788f3b409397726f6143eaa6 python_version=3 case "$XBPS_TARGET_MACHINE" in @@ -65,7 +65,6 @@ brltty-devel_package() { short_desc+=" - development files" depends="${sourcepkg}-${version}_${revision}" pkg_install() { - vmove usr/bin/brltty-config vmove usr/include vmove "usr/lib/*.a" vmove "usr/lib/*.so" From 70565b4d7e8177001f93384985fa1fe5fa652a2b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:04 -0400 Subject: [PATCH 0568/1268] liblouis: rebuild for Python 3.10 --- srcpkgs/liblouis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template index 74d925a3ee49d7..e7fc54be187ae4 100644 --- a/srcpkgs/liblouis/template +++ b/srcpkgs/liblouis/template @@ -1,7 +1,7 @@ # Template file for 'liblouis' pkgname=liblouis version=3.15.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-ucs4" hostmakedepends="pkg-config help2man python3-devel" From 65b6575fb9247527794ed23de987519d51643a4f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:11 -0400 Subject: [PATCH 0569/1268] speech-dispatcher: rebuild for Python 3.10 --- srcpkgs/speech-dispatcher/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/speech-dispatcher/template b/srcpkgs/speech-dispatcher/template index b0283ed4019253..d7d1e47c9b7f45 100644 --- a/srcpkgs/speech-dispatcher/template +++ b/srcpkgs/speech-dispatcher/template @@ -1,7 +1,7 @@ # Template file for 'speech-dispatcher' pkgname=speech-dispatcher version=0.10.2 -revision=1 +revision=2 wrksrc="speechd-${version}" build_style=gnu-configure # Disable support for sundry non-free TTS systems (said support causes From abd7f6374a8b983ef4fd1a5aac653edaa1980254 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:03 -0400 Subject: [PATCH 0570/1268] libcap-ng: rebuild for Python 3.10 --- srcpkgs/libcap-ng/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template index 99eab8e614fc2a..669bec6f56cd85 100644 --- a/srcpkgs/libcap-ng/template +++ b/srcpkgs/libcap-ng/template @@ -1,7 +1,7 @@ # Template file for 'libcap-ng' pkgname=libcap-ng version=0.8.2 -revision=1 +revision=2 build_style=gnu-configure configure_args="--without-python --without-python3" short_desc="Alternate POSIX capabilities library" From fea73f036e93fd98516eda9595e31f7161277941 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:13 -0400 Subject: [PATCH 0571/1268] opencv4: rebuild for Python 3.10, update to 4.5.3. --- common/shlibs | 102 ++++++++++++++++++++------------------- srcpkgs/opencv4/template | 10 ++-- 2 files changed, 57 insertions(+), 55 deletions(-) diff --git a/common/shlibs b/common/shlibs index b0b813ffc09683..eda1db94ebf4e9 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2085,56 +2085,58 @@ libopencv_imgproc.so.3.4 libopencv-3.4.1_1 libopencv_core.so.3.4 libopencv-3.4.1_1 libopencv_superres.so.3.4 libopencv-3.4.1_1 libopencv_videostab.so.3.4 libopencv-3.4.1_1 -libopencv_quality.so.4.3 libopencv4-4.3.0_1 -libopencv_reg.so.4.3 libopencv4-4.3.0_1 -libopencv_surface_matching.so.4.3 libopencv4-4.3.0_1 -libopencv_xphoto.so.4.3 libopencv4-4.3.0_1 -libopencv_freetype.so.4.3 libopencv4-4.3.0_1 -libopencv_fuzzy.so.4.3 libopencv4-4.3.0_1 -libopencv_hfs.so.4.3 libopencv4-4.3.0_1 -libopencv_img_hash.so.4.3 libopencv4-4.3.0_1 -libopencv_line_descriptor.so.4.3 libopencv4-4.3.0_1 -libopencv_saliency.so.4.3 libopencv4-4.3.0_1 -libopencv_structured_light.so.4.3 libopencv4-4.3.0_1 -libopencv_aruco.so.4.3 libopencv4-4.3.0_1 -libopencv_bgsegm.so.4.3 libopencv4-4.3.0_1 -libopencv_bioinspired.so.4.3 libopencv4-4.3.0_1 -libopencv_ccalib.so.4.3 libopencv4-4.3.0_1 -libopencv_face.so.4.3 libopencv4-4.3.0_1 -libopencv_tracking.so.4.3 libopencv4-4.3.0_1 -libopencv_xfeatures2d.so.4.3 libopencv4-4.3.0_1 -libopencv_optflow.so.4.3 libopencv4-4.3.0_1 -libopencv_ximgproc.so.4.3 libopencv4-4.3.0_1 -libopencv_plot.so.4.3 libopencv4-4.3.0_1 -libopencv_text.so.4.3 libopencv4-4.3.0_1 -libopencv_ml.so.4.3 libopencv4-4.3.0_1 -libopencv_objdetect.so.4.3 libopencv4-4.3.0_1 -libopencv_dnn.so.4.3 libopencv4-4.3.0_1 -libopencv_shape.so.4.3 libopencv4-4.3.0_1 -libopencv_stitching.so.4.3 libopencv4-4.3.0_1 -libopencv_photo.so.4.3 libopencv4-4.3.0_1 -libopencv_video.so.4.3 libopencv4-4.3.0_1 -libopencv_calib3d.so.4.3 libopencv4-4.3.0_1 -libopencv_features2d.so.4.3 libopencv4-4.3.0_1 -libopencv_flann.so.4.3 libopencv4-4.3.0_1 -libopencv_highgui.so.4.3 libopencv4-4.3.0_1 -libopencv_videoio.so.4.3 libopencv4-4.3.0_1 -libopencv_imgcodecs.so.4.3 libopencv4-4.3.0_1 -libopencv_imgproc.so.4.3 libopencv4-4.3.0_1 -libopencv_core.so.4.3 libopencv4-4.3.0_1 -libopencv_superres.so.4.3 libopencv4-4.3.0_1 -libopencv_videostab.so.4.3 libopencv4-4.3.0_1 -libopencv_gapi.so.4.3 libopencv4-4.3.0_1 -libopencv_xobjdetect.so.4.3 libopencv4-4.3.0_1 -libopencv_datasets.so.4.3 libopencv4-4.3.0_1 -libopencv_dnn_objdetect.so.4.3 libopencv4-4.3.0_1 -libopencv_dnn_superres.so.4.3 libopencv4-4.3.0_1 -libopencv_dpm.so.4.3 libopencv4-4.3.0_1 -libopencv_phase_unwrapping.so.4.3 libopencv4-4.3.0_1 -libopencv_stereo.so.4.3 libopencv4-4.3.0_1 -libopencv_rapid.so.4.3 libopencv4-4.3.0_1 -libopencv_intensity_transform.so.4.3 libopencv4-4.3.0_1 -libopencv_alphamat.so.4.3 libopencv4-4.3.0_1 +libopencv_quality.so.4.5 libopencv4-4.5.3_1 +libopencv_reg.so.4.5 libopencv4-4.5.3_1 +libopencv_surface_matching.so.4.5 libopencv4-4.5.3_1 +libopencv_xphoto.so.4.5 libopencv4-4.5.3_1 +libopencv_freetype.so.4.5 libopencv4-4.5.3_1 +libopencv_fuzzy.so.4.5 libopencv4-4.5.3_1 +libopencv_hfs.so.4.5 libopencv4-4.5.3_1 +libopencv_img_hash.so.4.5 libopencv4-4.5.3_1 +libopencv_line_descriptor.so.4.5 libopencv4-4.5.3_1 +libopencv_saliency.so.4.5 libopencv4-4.5.3_1 +libopencv_structured_light.so.4.5 libopencv4-4.5.3_1 +libopencv_aruco.so.4.5 libopencv4-4.5.3_1 +libopencv_bgsegm.so.4.5 libopencv4-4.5.3_1 +libopencv_bioinspired.so.4.5 libopencv4-4.5.3_1 +libopencv_ccalib.so.4.5 libopencv4-4.5.3_1 +libopencv_face.so.4.5 libopencv4-4.5.3_1 +libopencv_tracking.so.4.5 libopencv4-4.5.3_1 +libopencv_xfeatures2d.so.4.5 libopencv4-4.5.3_1 +libopencv_optflow.so.4.5 libopencv4-4.5.3_1 +libopencv_ximgproc.so.4.5 libopencv4-4.5.3_1 +libopencv_plot.so.4.5 libopencv4-4.5.3_1 +libopencv_text.so.4.5 libopencv4-4.5.3_1 +libopencv_ml.so.4.5 libopencv4-4.5.3_1 +libopencv_objdetect.so.4.5 libopencv4-4.5.3_1 +libopencv_dnn.so.4.5 libopencv4-4.5.3_1 +libopencv_shape.so.4.5 libopencv4-4.5.3_1 +libopencv_stitching.so.4.5 libopencv4-4.5.3_1 +libopencv_photo.so.4.5 libopencv4-4.5.3_1 +libopencv_video.so.4.5 libopencv4-4.5.3_1 +libopencv_calib3d.so.4.5 libopencv4-4.5.3_1 +libopencv_features2d.so.4.5 libopencv4-4.5.3_1 +libopencv_flann.so.4.5 libopencv4-4.5.3_1 +libopencv_highgui.so.4.5 libopencv4-4.5.3_1 +libopencv_videoio.so.4.5 libopencv4-4.5.3_1 +libopencv_imgcodecs.so.4.5 libopencv4-4.5.3_1 +libopencv_imgproc.so.4.5 libopencv4-4.5.3_1 +libopencv_core.so.4.5 libopencv4-4.5.3_1 +libopencv_superres.so.4.5 libopencv4-4.5.3_1 +libopencv_videostab.so.4.5 libopencv4-4.5.3_1 +libopencv_gapi.so.4.5 libopencv4-4.5.3_1 +libopencv_xobjdetect.so.4.5 libopencv4-4.5.3_1 +libopencv_datasets.so.4.5 libopencv4-4.5.3_1 +libopencv_dnn_objdetect.so.4.5 libopencv4-4.5.3_1 +libopencv_dnn_superres.so.4.5 libopencv4-4.5.3_1 +libopencv_dpm.so.4.5 libopencv4-4.5.3_1 +libopencv_phase_unwrapping.so.4.5 libopencv4-4.5.3_1 +libopencv_stereo.so.4.5 libopencv4-4.5.3_1 +libopencv_rapid.so.4.5 libopencv4-4.5.3_1 +libopencv_intensity_transform.so.4.5 libopencv4-4.5.3_1 +libopencv_alphamat.so.4.5 libopencv4-4.5.3_1 +libopencv_barcode.so.4.5 libopencv4-4.5.3_1 +libopencv_mcc.so.4.5 libopencv4-4.5.3_1 libuniconf.so.4.6 wvstreams-4.6.1_20 libwvbase.so.4.6 wvstreams-4.6.1_20 libwvutils.so.4.6 wvstreams-4.6.1_20 diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template index f15c5f1ec2f19a..69fec13d8f4b01 100644 --- a/srcpkgs/opencv4/template +++ b/srcpkgs/opencv4/template @@ -1,7 +1,7 @@ # Template file for 'opencv4' pkgname=opencv4 -version=4.3.0 -revision=4 +version=4.5.3 +revision=1 wrksrc=opencv-${version} build_style=cmake configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON @@ -10,7 +10,7 @@ configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL= -DOPENCV_PYTHON3_INSTALL_PATH=/${py3_sitelib} -DOPENCV_PYTHON_INSTALL_PATH=/${py2_sitelib} -DOPENCV_EXTRA_MODULES_PATH=${XBPS_BUILDDIR}/opencv_contrib-${version}/modules - -DBUILD_opencv_rgbd=OFF" + -DBUILD_opencv_wechat_qrcode=OFF -DBUILD_opencv_rgbd=OFF" hostmakedepends="pkg-config eigen python-numpy python3-numpy" makedepends="ffmpeg-devel libpng-devel libjpeg-turbo-devel tiff-devel jasper-devel ocl-icd-devel libgomp-devel libopenexr-devel gtk+3-devel @@ -22,8 +22,8 @@ license="BSD-3-Clause" homepage="https://opencv.org" distfiles="https://github.com/opencv/opencv/archive/${version}.tar.gz https://github.com/opencv/opencv_contrib/archive/${version}.tar.gz>contrib.tar.gz" -checksum="68bc40cbf47fdb8ee73dfaf0d9c6494cd095cf6294d99de445ab64cf853d278a - acb8e89c9e7d1174e63e40532125b60d248b00e517255a98a419d415228c6a55" +checksum="77f616ae4bea416674d8c373984b20c8bd55e7db887fd38c6df73463a0647bab + 73da052fd10e73aaba2560eaff10cc5177e2dcc58b27f8aedf7c649e24c233bc" if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel" From 6088bc11466de2a4e2f7c16ae7342f9c35d783ff Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:04 -0400 Subject: [PATCH 0572/1268] libopenshot: rebuild for Python 3.10 --- srcpkgs/libopenshot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template index 595ff6f7edcc4a..b9996036b6ed49 100644 --- a/srcpkgs/libopenshot/template +++ b/srcpkgs/libopenshot/template @@ -1,7 +1,7 @@ # Template file for 'libopenshot' pkgname=libopenshot version=0.2.5 -revision=4 +revision=5 archs="i686 x86_64 ppc64le" build_style=cmake configure_args="-DENABLE_RUBY=OFF -DUSE_SYSTEM_JSONCPP=ON" # Builds fail with Ruby-2.4.1 From 99085d2d4fb8ad765c1d91f7d80118d0a89e7c14 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:08 -0400 Subject: [PATCH 0573/1268] mlt: rebuild for Python 3.10 --- srcpkgs/mlt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mlt/template b/srcpkgs/mlt/template index 7c5316f778e95f..857a88d3a3ceef 100644 --- a/srcpkgs/mlt/template +++ b/srcpkgs/mlt/template @@ -1,7 +1,7 @@ # Template file for 'mlt' pkgname=mlt version=6.22.1 -revision=2 +revision=3 build_style=configure configure_args="--prefix=/usr --libdir=/usr/lib$XBPS_TARGET_WORDSIZE --enable-gpl --enable-gpl3 --disable-swfdec --without-kde From 567d873628d42d5f4af8bd48b78799ccd3a2aa36 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 3 Oct 2021 22:32:53 -0400 Subject: [PATCH 0574/1268] vtk: rebuild for Python 3.10 --- srcpkgs/vtk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template index 8811247ae7e5fe..858aa31b9c0345 100644 --- a/srcpkgs/vtk/template +++ b/srcpkgs/vtk/template @@ -1,7 +1,7 @@ # Template file for 'vtk' pkgname=vtk version=9.0.1 -revision=6 +revision=7 wrksrc=VTK-${version} build_style=cmake # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON" From f0a05f4a64bd544d780bef2864511415b89ae853 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:52 -0400 Subject: [PATCH 0575/1268] python3-stem: rebuild for Python 3.10 --- srcpkgs/python3-stem/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-stem/template b/srcpkgs/python3-stem/template index b8778508bf6468..5b575e6a5ffc5e 100644 --- a/srcpkgs/python3-stem/template +++ b/srcpkgs/python3-stem/template @@ -1,7 +1,7 @@ # Template file for 'python3-stem' pkgname=python3-stem version=1.8.0 -revision=3 +revision=4 wrksrc="stem-${version/b/}" build_style=python3-module hostmakedepends="python3-devel" From 58f2023c30267265e8016a8203150eacc992f7ae Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:20 -0400 Subject: [PATCH 0576/1268] python3-neovim: rebuild for Python 3.10 --- srcpkgs/python3-neovim/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template index f6e2a8175a505a..38fc21f017804f 100644 --- a/srcpkgs/python3-neovim/template +++ b/srcpkgs/python3-neovim/template @@ -1,7 +1,7 @@ # Template file for 'python3-neovim' pkgname=python3-neovim version=0.4.3 -revision=1 +revision=2 wrksrc="pynvim-${version}" build_style="python3-module" hostmakedepends="python3-setuptools" From 5959b7657e7dd57d467b886d86b4bb6bf2bcdd4f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:56 -0400 Subject: [PATCH 0577/1268] gpsd: rebuild for Python 3.10 --- srcpkgs/gpsd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gpsd/template b/srcpkgs/gpsd/template index 29d5c239162c46..cf2bb26beefbd5 100644 --- a/srcpkgs/gpsd/template +++ b/srcpkgs/gpsd/template @@ -1,7 +1,7 @@ # Template file for 'gpsd' pkgname=gpsd version=3.23.1 -revision=1 +revision=2 build_style=scons make_build_args="dbus_export=0 gpsd_user=gpsd gpsd_group=gpsd sbindir=/usr/bin udevdir=/usr/lib/udev CC=${CC} qt_versioned=5" From 11d7cdc353746908e5f0f495fb6cabfc87bb0041 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:20 -0400 Subject: [PATCH 0578/1268] wxPython4: rebuild for Python 3.10 --- srcpkgs/wxPython4/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template index 1f32be9131ce3a..554174105a367a 100644 --- a/srcpkgs/wxPython4/template +++ b/srcpkgs/wxPython4/template @@ -1,7 +1,7 @@ # Template file for 'wxPython4' pkgname=wxPython4 version=4.0.7 -revision=3 +revision=4 wrksrc="wxPython-${version}" build_style=python3-module make_build_args="--skip-build" From 9a28d9132b0e42d5ec952eb1272a6d2a5f248187 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:06 -0400 Subject: [PATCH 0579/1268] lilv: rebuild for Python 3.10 --- srcpkgs/lilv/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lilv/template b/srcpkgs/lilv/template index 07f123dcb67b79..e37a44777e5a58 100644 --- a/srcpkgs/lilv/template +++ b/srcpkgs/lilv/template @@ -1,7 +1,7 @@ # Template file for 'lilv' pkgname=lilv version=0.24.12 -revision=1 +revision=2 build_style=waf3 configure_args="--dyn-manifest" hostmakedepends="pkg-config" From 3822c20ea6df247c455212e22b0cebdff06d6a3d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:33 -0400 Subject: [PATCH 0580/1268] python3-Pyro4: rebuild for Python 3.10 --- srcpkgs/python3-Pyro4/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Pyro4/template b/srcpkgs/python3-Pyro4/template index a60b9ff99da9b0..401d2ce3046a9e 100644 --- a/srcpkgs/python3-Pyro4/template +++ b/srcpkgs/python3-Pyro4/template @@ -1,7 +1,7 @@ # Template file for 'python3-Pyro4' pkgname=python3-Pyro4 version=4.80 -revision=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4e642e9757b7932ae8675ea0ccbfd80d9b9781eb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:24 -0400 Subject: [PATCH 0581/1268] python3-pafy: rebuild for Python 3.10 --- srcpkgs/python3-pafy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pafy/template b/srcpkgs/python3-pafy/template index e9f5c9db1ef093..e4e8d8e254b7d9 100644 --- a/srcpkgs/python3-pafy/template +++ b/srcpkgs/python3-pafy/template @@ -1,7 +1,7 @@ # Template file for 'python3-pafy' pkgname=python3-pafy version=0.5.5 -revision=3 +revision=4 wrksrc="pafy-${version}" build_style=python3-module hostmakedepends="python3-setuptools youtube-dl" From 34ff2ee4379e16ed795ff24fcf8891a8a04fb86f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:18 -0400 Subject: [PATCH 0582/1268] python3-musicpd: rebuild for Python 3.10 --- srcpkgs/python3-musicpd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template index 8b1d23a98264b5..91ef69f441ab3b 100644 --- a/srcpkgs/python3-musicpd/template +++ b/srcpkgs/python3-musicpd/template @@ -1,7 +1,7 @@ # Template file for 'python3-musicpd' pkgname=python3-musicpd version=0.4.4 -revision=3 +revision=4 wrksrc="python-musicpd-${version}" build_style=python3-module pycompile_module="musicpd.py" From d207385682d8e33cd3775e469b62fda177ad643b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:09 -0400 Subject: [PATCH 0583/1268] mopidy: rebuild for Python 3.10 --- srcpkgs/mopidy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template index dda7bcfc7d190a..b5ba4a154891fc 100644 --- a/srcpkgs/mopidy/template +++ b/srcpkgs/mopidy/template @@ -1,7 +1,7 @@ # Template file for 'mopidy' pkgname=mopidy version=3.0.1 -revision=3 +revision=4 wrksrc="Mopidy-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka" From a6ba36a7cca94441586f482c27f94b2addeafad3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:39 -0400 Subject: [PATCH 0584/1268] python3-pyspotify: rebuild for Python 3.10 --- srcpkgs/python3-pyspotify/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyspotify/template b/srcpkgs/python3-pyspotify/template index de246d9fc9c17d..05c786364f11df 100644 --- a/srcpkgs/python3-pyspotify/template +++ b/srcpkgs/python3-pyspotify/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyspotify' pkgname=python3-pyspotify version=2.1.3 -revision=2 +revision=3 wrksrc="pyspotify-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-cffi python3-pycparser" From 8a27819dd505a3e933c4cb166b3abd918957f4e3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:34 -0400 Subject: [PATCH 0585/1268] python3-SoCo: rebuild for Python 3.10 --- srcpkgs/python3-SoCo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template index 809ffcd3a219f5..adc9a66b713ac4 100644 --- a/srcpkgs/python3-SoCo/template +++ b/srcpkgs/python3-SoCo/template @@ -1,7 +1,7 @@ # Template file for 'python3-SoCo' pkgname=python3-SoCo version=0.18.1 -revision=3 +revision=4 wrksrc="SoCo-${version}" build_style=python3-module pycompile_module="soco" From 980b288052a92b98095e45d68246519897d5fc33 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:46 -0400 Subject: [PATCH 0586/1268] python3-chromecast: rebuild for Python 3.10 --- srcpkgs/python3-chromecast/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template index 14e67519a212fe..cd54fcaf897732 100644 --- a/srcpkgs/python3-chromecast/template +++ b/srcpkgs/python3-chromecast/template @@ -1,7 +1,7 @@ # Template file for 'python3-chromecast' pkgname=python3-chromecast version=8.1.0 -revision=1 +revision=2 wrksrc="pychromecast-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-protobuf python3-zeroconf python3-casttube" From 87ec502f9216f864946254a916ccd44e194ffcf0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:20 -0400 Subject: [PATCH 0587/1268] python3-netifaces: rebuild for Python 3.10 --- srcpkgs/python3-netifaces/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-netifaces/template b/srcpkgs/python3-netifaces/template index c22ff5f18186d5..14a40217aed2d1 100644 --- a/srcpkgs/python3-netifaces/template +++ b/srcpkgs/python3-netifaces/template @@ -1,7 +1,7 @@ # Template file for 'python3-netifaces' pkgname=python3-netifaces version=0.11.0 -revision=1 +revision=2 wrksrc="netifaces-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c3fab068ff75675c8f6805f798ac1d2915c7273d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:06 -0400 Subject: [PATCH 0588/1268] mailnag: rebuild for Python 3.10 --- srcpkgs/mailnag/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mailnag/template b/srcpkgs/mailnag/template index 5fbc5deff10d50..df5a5b834ad2a5 100644 --- a/srcpkgs/mailnag/template +++ b/srcpkgs/mailnag/template @@ -1,7 +1,7 @@ # Template file for 'mailnag' pkgname=mailnag version=2.2.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3 gettext" depends="python3-gobject python3-dbus python3-xdg libsecret gtk+3" From 90768328c2e55d279a4858ccf6b1a9dfecdb9ce0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:41 -0400 Subject: [PATCH 0589/1268] python3-autobahn: rebuild for Python 3.10 --- srcpkgs/python3-autobahn/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template index 45397af2ecd4d4..7c07ec94ad8cfa 100644 --- a/srcpkgs/python3-autobahn/template +++ b/srcpkgs/python3-autobahn/template @@ -1,7 +1,7 @@ # Template file for 'python3-autobahn' pkgname=python3-autobahn version=21.3.1 -revision=1 +revision=2 wrksrc="autobahn-${version}" build_style=python3-module hostmakedepends="python3 python3-setuptools" From 65c6cdcc6c4881c5bf71b8e0a78a28687b3e1b70 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:51 -0400 Subject: [PATCH 0590/1268] python3-spake2: rebuild for Python 3.10 --- srcpkgs/python3-spake2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template index df74c2cdc783b3..a1b30e83d1f23f 100644 --- a/srcpkgs/python3-spake2/template +++ b/srcpkgs/python3-spake2/template @@ -1,7 +1,7 @@ # Template file for 'python3-spake2' pkgname=python3-spake2 version=0.8 -revision=3 +revision=4 wrksrc="python-spake2-${version}" build_style=python3-module pycompile_module="spake2" From 64068ab31d65294d7bde8d74a67d5d5273cc25a3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:57 -0400 Subject: [PATCH 0591/1268] python3-txtorcon: rebuild for Python 3.10 --- srcpkgs/python3-txtorcon/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template index 3f31d4ccdf79ea..761388e15e82cb 100644 --- a/srcpkgs/python3-txtorcon/template +++ b/srcpkgs/python3-txtorcon/template @@ -1,7 +1,7 @@ # Template file for 'python3-txtorcon' pkgname=python3-txtorcon version=21.1.0 -revision=1 +revision=2 wrksrc="txtorcon-${version}" build_style=python3-module hostmakedepends="python3 python3-setuptools" From 8bb94fb02795b5a6593ea41c9569a66f61451d4c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:51 -0400 Subject: [PATCH 0592/1268] fontforge: rebuild for Python 3.10 --- srcpkgs/fontforge/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template index 1f1e377855d019..7c116429856d47 100644 --- a/srcpkgs/fontforge/template +++ b/srcpkgs/fontforge/template @@ -1,7 +1,7 @@ # Template file for 'fontforge' pkgname=fontforge version=20201107 -revision=1 +revision=2 build_style=cmake hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4 pkg-config python3" From e7554f88174adf88f38194a12fd099b790278380 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:04 -0400 Subject: [PATCH 0593/1268] liborcus: rebuild for Python 3.10 --- srcpkgs/liborcus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template index 8c4ca51cf9f3b1..2f5feb6f6e7d75 100644 --- a/srcpkgs/liborcus/template +++ b/srcpkgs/liborcus/template @@ -1,7 +1,7 @@ # Template file for 'liborcus' pkgname=liborcus version=0.16.1 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="automake libtool pkg-config python3" makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel" From d4cbea9bdc1a3ad287bb5b23333fc4ea45c8efed Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:04 -0400 Subject: [PATCH 0594/1268] libplist: rebuild for Python 3.10 --- srcpkgs/libplist/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libplist/template b/srcpkgs/libplist/template index eb3e8773be58d2..416314a9f631e2 100644 --- a/srcpkgs/libplist/template +++ b/srcpkgs/libplist/template @@ -1,7 +1,7 @@ # Template file for 'libplist' pkgname=libplist version=2.2.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="automake libtool pkgconf python3 python3-Cython" From 973687ddce4b0e46296ddf01d7f05fe1efbb7223 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:03 -0400 Subject: [PATCH 0595/1268] libbytesize: rebuild for Python 3.10 --- srcpkgs/libbytesize/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template index bfba4dc5fa25c0..8694f8571c3bb9 100644 --- a/srcpkgs/libbytesize/template +++ b/srcpkgs/libbytesize/template @@ -1,7 +1,7 @@ # Template file for 'libbytesize' pkgname=libbytesize version=2.6 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="gettext python3" makedepends="mpfr-devel pcre2-devel" From 4da25c7ff7d1ecf62680d8232ffeff94bba76a2b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:19 -0400 Subject: [PATCH 0596/1268] volume_key: rebuild for Python 3.10 --- srcpkgs/volume_key/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/volume_key/template b/srcpkgs/volume_key/template index 64cc8f7d334c63..7887040a1cd897 100644 --- a/srcpkgs/volume_key/template +++ b/srcpkgs/volume_key/template @@ -1,7 +1,7 @@ # Template file for 'volume_key' pkgname=volume_key version=0.3.12 -revision=4 +revision=5 build_style=gnu-configure make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc} PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}" From 5a5634f6f7c5a418a2613c550b0a7ab037e8c900 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:03 -0400 Subject: [PATCH 0597/1268] libcec: rebuild for Python 3.10 --- srcpkgs/libcec/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template index bf232fb89eb8b9..b247acf4497411 100644 --- a/srcpkgs/libcec/template +++ b/srcpkgs/libcec/template @@ -1,7 +1,7 @@ # Template file for 'libcec' pkgname=libcec version=6.0.2 -revision=1 +revision=2 wrksrc="${pkgname}-${pkgname}-${version}" build_style=cmake configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}" From 10bf4a057ef8ed616e7b1d61b67e3d28f904903c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:11 -0400 Subject: [PATCH 0598/1268] python3-jupyterlab_server: rebuild for Python 3.10 --- srcpkgs/python3-jupyterlab_server/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jupyterlab_server/template b/srcpkgs/python3-jupyterlab_server/template index cff562165c4a0d..6fbf7b0a5cd8be 100644 --- a/srcpkgs/python3-jupyterlab_server/template +++ b/srcpkgs/python3-jupyterlab_server/template @@ -1,7 +1,7 @@ # Template file for 'python3-jupyterlab_server' pkgname=python3-jupyterlab_server version=2.8.1 -revision=1 +revision=2 wrksrc="jupyterlab_server-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-jupyter_notebook python3-jupyter_server" From c96a08504847062b85728f7996801769e81d637a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:20 -0400 Subject: [PATCH 0599/1268] python3-nbclassic: rebuild for Python 3.10 --- srcpkgs/python3-nbclassic/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-nbclassic/template b/srcpkgs/python3-nbclassic/template index c718a64909bd9a..0306c4e45bcfa7 100644 --- a/srcpkgs/python3-nbclassic/template +++ b/srcpkgs/python3-nbclassic/template @@ -1,7 +1,7 @@ # Template file for 'python3-nbclassic' pkgname=python3-nbclassic version=0.3.1 -revision=1 +revision=2 wrksrc=nbclassic-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 6a798afbd885c60efa829a12d6afab7ad0a45ed0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:38 -0400 Subject: [PATCH 0600/1268] python3-ansiwrap: rebuild for Python 3.10 --- srcpkgs/python3-ansiwrap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ansiwrap/template b/srcpkgs/python3-ansiwrap/template index 8d1108fa13d70d..06705e84977dd0 100644 --- a/srcpkgs/python3-ansiwrap/template +++ b/srcpkgs/python3-ansiwrap/template @@ -1,7 +1,7 @@ # Template file for 'python3-ansiwrap' pkgname=python3-ansiwrap version=0.8.4 -revision=1 +revision=2 wrksrc=${pkgname#*-}-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 7f06ad0b029df94c515c3f250346041718e305cc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:40 -0400 Subject: [PATCH 0601/1268] python3-asteval: rebuild for Python 3.10 --- srcpkgs/python3-asteval/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-asteval/template b/srcpkgs/python3-asteval/template index b4c5a672b0235b..1845f504d20b93 100644 --- a/srcpkgs/python3-asteval/template +++ b/srcpkgs/python3-asteval/template @@ -1,7 +1,7 @@ # Template file for 'python3-asteval' pkgname=python3-asteval version=0.9.21 -revision=1 +revision=2 wrksrc=${pkgname#*-}-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 8cabfcee06da75dca664e204c55c943d20f5bed0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:01 -0400 Subject: [PATCH 0602/1268] ldapdomaindump: rebuild for Python 3.10 --- srcpkgs/ldapdomaindump/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ldapdomaindump/template b/srcpkgs/ldapdomaindump/template index a0f4948c8d49b5..3952035d06f8f3 100644 --- a/srcpkgs/ldapdomaindump/template +++ b/srcpkgs/ldapdomaindump/template @@ -1,7 +1,7 @@ # Template file for 'ldapdomaindump' pkgname=ldapdomaindump version=0.9.3 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-future python3-ldap3 python3-dnspython" From 4265619f9f3afe2dc6dfe39d9f43ae329479bf91 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:26 -0400 Subject: [PATCH 0603/1268] python3-pdfrw: rebuild for Python 3.10 --- srcpkgs/python3-pdfrw/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pdfrw/template b/srcpkgs/python3-pdfrw/template index a99d11f452cec0..8b4fb96b7519dd 100644 --- a/srcpkgs/python3-pdfrw/template +++ b/srcpkgs/python3-pdfrw/template @@ -1,7 +1,7 @@ # Template file for 'python3-pdfrw' pkgname=python3-pdfrw version=0.4 -revision=5 +revision=6 wrksrc="pdfrw-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e9720190f9b1b2e1e37086e169a4badf032deed5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:28 -0400 Subject: [PATCH 0604/1268] python3-pikepdf: rebuild for Python 3.10 --- srcpkgs/python3-pikepdf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pikepdf/template b/srcpkgs/python3-pikepdf/template index 1d073466aaf749..25e55edf113309 100644 --- a/srcpkgs/python3-pikepdf/template +++ b/srcpkgs/python3-pikepdf/template @@ -1,7 +1,7 @@ # Template file for 'python3-pikepdf' pkgname=python3-pikepdf version=3.1.0 -revision=1 +revision=2 wrksrc="pikepdf-${version}" build_style=python3-module hostmakedepends="python3-pybind11 python3-setuptools_scm python3-wheel" From 7a1f445963f9ffdf0836a80aad4002b2223b5957 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:30 -0400 Subject: [PATCH 0605/1268] python3-MechanicalSoup: rebuild for Python 3.10 --- srcpkgs/python3-MechanicalSoup/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template index f763efcf4e72ba..2fff0656397af1 100644 --- a/srcpkgs/python3-MechanicalSoup/template +++ b/srcpkgs/python3-MechanicalSoup/template @@ -1,7 +1,7 @@ # Template file for 'python3-MechanicalSoup' pkgname=python3-MechanicalSoup version=0.12.0 -revision=3 +revision=4 wrksrc=MechanicalSoup-${version} build_style=python3-module pycompile_module="mechanicalsoup" From 1a70e3ef71a314d4adde03897ae2ba191c55e8fb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:33 -0400 Subject: [PATCH 0606/1268] python3-ReParser: rebuild for Python 3.10 --- srcpkgs/python3-ReParser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template index f37eeb897edfb5..8f0e2961881b90 100644 --- a/srcpkgs/python3-ReParser/template +++ b/srcpkgs/python3-ReParser/template @@ -1,7 +1,7 @@ # Template file for 'python3-ReParser' pkgname=python3-ReParser version=1.4.3 -revision=3 +revision=4 wrksrc=ReParser-${version} build_style=python3-module pycompile_module="reparser.py" From 7c65b8dfdf3a0d544daa6df6126a308ef7c81ee9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:43 -0400 Subject: [PATCH 0607/1268] python3-readlike: rebuild for Python 3.10 --- srcpkgs/python3-readlike/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template index a9057e180c36e1..5779c37ec31a83 100644 --- a/srcpkgs/python3-readlike/template +++ b/srcpkgs/python3-readlike/template @@ -1,7 +1,7 @@ # Template file for 'python3-readlike' pkgname=python3-readlike version=0.1.3 -revision=3 +revision=4 wrksrc=readlike-${version} build_style=python3-module pycompile_module="readlike.py" From bd7201cbd9bf74d8cd0aeb839be192960a48bd75 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:05 -0400 Subject: [PATCH 0608/1268] python3-injector: rebuild for Python 3.10 --- srcpkgs/python3-injector/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-injector/template b/srcpkgs/python3-injector/template index cc43c1e60123fa..daf71c0e376005 100644 --- a/srcpkgs/python3-injector/template +++ b/srcpkgs/python3-injector/template @@ -1,7 +1,7 @@ # Template file for 'python3-injector' pkgname=python3-injector version=0.18.4 -revision=1 +revision=2 wrksrc="injector-${version}" build_style=python3-module hostmakedepends="python3-typing_extensions python3-setuptools" From f396f74f79883d89e8f117bd6ee4ca344906c346 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:22 -0400 Subject: [PATCH 0609/1268] python3-nvml: rebuild for Python 3.10 --- srcpkgs/python3-nvml/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-nvml/template b/srcpkgs/python3-nvml/template index fa61e05e862f22..4aa7ea45a88970 100644 --- a/srcpkgs/python3-nvml/template +++ b/srcpkgs/python3-nvml/template @@ -1,7 +1,7 @@ # Template file for 'python3-nvml' pkgname=python3-nvml version=0.2.4 -revision=1 +revision=2 wrksrc="py3nvml-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a7cf40f1d74562be108b62b21ff4e7461ed562af Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:45 -0400 Subject: [PATCH 0610/1268] python3-rx: rebuild for Python 3.10 --- srcpkgs/python3-rx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-rx/template b/srcpkgs/python3-rx/template index 202151531f5ae4..a91b6f56ec0864 100644 --- a/srcpkgs/python3-rx/template +++ b/srcpkgs/python3-rx/template @@ -1,7 +1,7 @@ # Template file for 'python3-rx' pkgname=python3-rx version=3.1.1 -revision=1 +revision=2 wrksrc="RxPY-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-pytest" From 5a0e6f0e57d57a5122025d3db60686425cb342df Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:17 -0400 Subject: [PATCH 0611/1268] ufw: rebuild for Python 3.10 --- srcpkgs/ufw/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template index baa38a4fe466a9..31470532739f81 100644 --- a/srcpkgs/ufw/template +++ b/srcpkgs/ufw/template @@ -1,7 +1,7 @@ # Template file for 'ufw' pkgname=ufw version=0.36.1 -revision=1 +revision=2 _major_minor="${version%.*}" build_style=python3-module conf_files=" From a822955dbade8cab5d74ebe2284ba2daf446fc94 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:25 -0400 Subject: [PATCH 0612/1268] python3-path-and-address: rebuild for Python 3.10 --- srcpkgs/python3-path-and-address/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template index 086457de3a923f..a540825f155081 100644 --- a/srcpkgs/python3-path-and-address/template +++ b/srcpkgs/python3-path-and-address/template @@ -1,7 +1,7 @@ # Template file for 'python3-path-and-address' pkgname=python3-path-and-address version=2.0.1 -revision=2 +revision=3 wrksrc="path-and-address-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d639d15d1148cf732d90e98acc7a7f7f4eef312e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:44 -0400 Subject: [PATCH 0613/1268] python3-bsddb3: rebuild for Python 3.10 --- srcpkgs/python3-bsddb3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-bsddb3/template b/srcpkgs/python3-bsddb3/template index a8d9a319c91d05..0e8e413ee3c2bc 100644 --- a/srcpkgs/python3-bsddb3/template +++ b/srcpkgs/python3-bsddb3/template @@ -1,7 +1,7 @@ # Template file for 'python3-bsddb3' pkgname=python3-bsddb3 version=6.2.7 -revision=1 +revision=2 wrksrc="bsddb3-${version}" build_style=python3-module make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr" From a029e044946b70940a56a403ced3ba0a7cee70dc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:56 -0400 Subject: [PATCH 0614/1268] gnuradio-osmosdr: rebuild for Python 3.10 --- srcpkgs/gnuradio-osmosdr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template index 20c33836d6f98f..886d2a9db2afe5 100644 --- a/srcpkgs/gnuradio-osmosdr/template +++ b/srcpkgs/gnuradio-osmosdr/template @@ -1,7 +1,7 @@ # Template file for 'gnuradio-osmosdr' pkgname=gnuradio-osmosdr version=0.2.0 -revision=3 +revision=4 wrksrc="gr-osmosdr-${version}" build_style=cmake hostmakedepends="pkg-config swig python3 gnuradio" From 1797c4d075771cf8a1aacbae35445812681b1eea Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:49 -0400 Subject: [PATCH 0615/1268] eyeD3: rebuild for Python 3.10, update to 0.9.6. --- srcpkgs/eyeD3/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template index c37f3c0f0c6467..eb06072f66a458 100644 --- a/srcpkgs/eyeD3/template +++ b/srcpkgs/eyeD3/template @@ -1,15 +1,14 @@ # Template file for 'eyeD3' pkgname=eyeD3 -version=0.9.5 -revision=2 +version=0.9.6 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-grako python3-pylast python3-setuptools python3-deprecation - python3-filetype" +depends="python3-pylast python3-setuptools python3-deprecation python3-filetype" short_desc="Python3 tool for mp3's ID3 tags manipulation" maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://eyed3.readthedocs.io/en/latest/" changelog="https://raw.githubusercontent.com/nicfit/eyeD3/master/HISTORY.rst" distfiles="https://github.com/nicfit/eyeD3/archive/v${version}.tar.gz" -checksum=a0df2d2e7d366514f44bc553f723e92aa4bdd3f5fb1e5118e228dc9cd3ff6ff3 +checksum=7120ebc014cf3004984be39a08ff7ac0377c212d578cafb77be982e835ebfd5c From 9f78b543ef015219108d1d2ffb58c7e1c4e48f60 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:19 -0400 Subject: [PATCH 0616/1268] python3-mygpoclient: rebuild for Python 3.10 --- srcpkgs/python3-mygpoclient/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mygpoclient/template b/srcpkgs/python3-mygpoclient/template index 6ed17293703caa..4c329f799243e6 100644 --- a/srcpkgs/python3-mygpoclient/template +++ b/srcpkgs/python3-mygpoclient/template @@ -1,7 +1,7 @@ # Template file for 'python3-mygpoclient' pkgname=python3-mygpoclient version=1.8 -revision=6 +revision=7 wrksrc="mygpoclient-${version}" build_style=python3-module hostmakedepends="python3-devel" From 785f5c06dbf2059e30ec2a4a9ee106615ba3dde5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:30 -0400 Subject: [PATCH 0617/1268] python3-podcastparser: rebuild for Python 3.10 --- srcpkgs/python3-podcastparser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-podcastparser/template b/srcpkgs/python3-podcastparser/template index 71342f79e08470..83b0010656bed8 100644 --- a/srcpkgs/python3-podcastparser/template +++ b/srcpkgs/python3-podcastparser/template @@ -1,7 +1,7 @@ # Template file for 'python3-podcastparser' pkgname=python3-podcastparser version=0.6.5 -revision=3 +revision=4 wrksrc="podcastparser-${version}" build_style=python3-module hostmakedepends="python3-devel" From 9d57b12ded177bf278a5907b8f6be5030a07dcbf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:36 -0400 Subject: [PATCH 0618/1268] python3-aiohttp-cors: rebuild for Python 3.10 --- srcpkgs/python3-aiohttp-cors/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template index 14eb43d1e33aac..5d0ad3380260c3 100644 --- a/srcpkgs/python3-aiohttp-cors/template +++ b/srcpkgs/python3-aiohttp-cors/template @@ -1,7 +1,7 @@ # Template file for 'python3-aiohttp-cors' pkgname=python3-aiohttp-cors version=0.7.0 -revision=3 +revision=4 wrksrc="aiohttp-cors-${version}" build_style=python3-module pycompile_module="aiohttp_cors" From f6b065486f44b28f1a407dcf3488ecf59bbbacec Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:32 -0400 Subject: [PATCH 0619/1268] python3-py-cpuinfo: rebuild for Python 3.10 --- srcpkgs/python3-py-cpuinfo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template index f3cba9fbf044d6..13513e80a9ce65 100644 --- a/srcpkgs/python3-py-cpuinfo/template +++ b/srcpkgs/python3-py-cpuinfo/template @@ -1,7 +1,7 @@ # Template file for 'python3-py-cpuinfo' pkgname=python3-py-cpuinfo version=8.0.0 -revision=1 +revision=2 wrksrc="py-cpuinfo-${version}" build_style=python3-module hostmakedepends=python3-setuptools From a588c74fee30b02f2fd23f3d355ff22de02e3b7b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:55 -0400 Subject: [PATCH 0620/1268] gns3-net-converter: rebuild for Python 3.10 --- srcpkgs/gns3-net-converter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template index 3f638386cf5a15..157017bc444a3f 100644 --- a/srcpkgs/gns3-net-converter/template +++ b/srcpkgs/gns3-net-converter/template @@ -1,7 +1,7 @@ # Template file for 'gns3-net-converter' pkgname=gns3-net-converter version=1.3.0 -revision=5 +revision=6 build_style=python3-module pycompile_module="gns3converter" hostmakedepends="python3-setuptools" From c3b73c745f3256e230dd6c51dfa45ade89fd8efa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:04 -0400 Subject: [PATCH 0621/1268] libpwquality: rebuild for Python 3.10 --- srcpkgs/libpwquality/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template index df964fc63f48a4..5489a4144cc570 100644 --- a/srcpkgs/libpwquality/template +++ b/srcpkgs/libpwquality/template @@ -1,7 +1,7 @@ # Template file for 'libpwquality' pkgname=libpwquality version=1.4.2 -revision=3 +revision=4 build_style=gnu-configure configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security" hostmakedepends="libtool automake gettext-devel python3-devel" From 22bec7fa1c8558797e46e07e338fc444171d9348 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:03 -0400 Subject: [PATCH 0622/1268] libgit2-glib: rebuild for Python 3.10 --- srcpkgs/libgit2-glib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libgit2-glib/template b/srcpkgs/libgit2-glib/template index 00e6439339baa1..baf7f440a24622 100644 --- a/srcpkgs/libgit2-glib/template +++ b/srcpkgs/libgit2-glib/template @@ -1,7 +1,7 @@ # Template file for 'libgit2-glib' pkgname=libgit2-glib version=0.99.0.1 -revision=2 +revision=3 build_style=meson build_helper="gir" configure_args="-Dintrospection=$(vopt_if gir true false) From 7fa03413f8360c954968d640129105969dcf8abe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:34 -0400 Subject: [PATCH 0623/1268] python3-pyfavicon: rebuild for Python 3.10 --- srcpkgs/python3-pyfavicon/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template index 583027b9062d91..d2437798b793cb 100644 --- a/srcpkgs/python3-pyfavicon/template +++ b/srcpkgs/python3-pyfavicon/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyfavicon' pkgname=python3-pyfavicon version=0.1.1 -revision=2 +revision=3 wrksrc=pyfavicon-$version build_style=python3-module hostmakedepends="python3-setuptools" From 58d89a1bf67dedc1c77373f3b43abff4284a9011 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:37 -0400 Subject: [PATCH 0624/1268] python3-pyotp: rebuild for Python 3.10 --- srcpkgs/python3-pyotp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyotp/template b/srcpkgs/python3-pyotp/template index c0053bcc6202cb..218c0abc2ed0ff 100644 --- a/srcpkgs/python3-pyotp/template +++ b/srcpkgs/python3-pyotp/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyotp' pkgname=python3-pyotp version=2.3.0 -revision=4 +revision=5 wrksrc="pyotp-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4ccea70ffa315fe69be5bcc9de5c3efa7eb93056 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:42 -0400 Subject: [PATCH 0625/1268] python3-pyzbar: rebuild for Python 3.10 --- srcpkgs/python3-pyzbar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyzbar/template b/srcpkgs/python3-pyzbar/template index ce1d59993af89d..d342b7176b2ad8 100644 --- a/srcpkgs/python3-pyzbar/template +++ b/srcpkgs/python3-pyzbar/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyzbar' pkgname=python3-pyzbar version=0.1.8 -revision=4 +revision=5 wrksrc="pyzbar-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ec61c8afc970a0a841d262034fd44e9c03de36a4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:03 -0400 Subject: [PATCH 0626/1268] python3-yoyo-migrations: rebuild for Python 3.10 --- srcpkgs/python3-yoyo-migrations/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template index 0aefa4989d4d33..45c1764ede02fc 100644 --- a/srcpkgs/python3-yoyo-migrations/template +++ b/srcpkgs/python3-yoyo-migrations/template @@ -1,7 +1,7 @@ # Template file for 'python3-yoyo-migrations' pkgname=python3-yoyo-migrations version=7.3.2 -revision=1 +revision=2 wrksrc=yoyo-migrations-$version build_style=python3-module hostmakedepends="python3-setuptools" From 0c109acd6b81c290428e6cd9e19fa53393a16089 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:57 -0400 Subject: [PATCH 0627/1268] python3-typogrify: rebuild for Python 3.10 --- srcpkgs/python3-typogrify/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-typogrify/template b/srcpkgs/python3-typogrify/template index f168a9cad689d3..f0b9a1a1ef4523 100644 --- a/srcpkgs/python3-typogrify/template +++ b/srcpkgs/python3-typogrify/template @@ -1,7 +1,7 @@ # Template file for 'python3-typogrify' pkgname=python3-typogrify version=2.0.7 -revision=1 +revision=2 wrksrc="typogrify-$version" build_style=python3-module hostmakedepends="python3-setuptools" From 1f6d22ea9a2c378e7b2c5b49a3815bfbf09822f3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:33 -0400 Subject: [PATCH 0628/1268] python3-Ropper: rebuild for Python 3.10 --- srcpkgs/python3-Ropper/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template index 59cab9a85e4296..0b45d055e78a8f 100644 --- a/srcpkgs/python3-Ropper/template +++ b/srcpkgs/python3-Ropper/template @@ -1,7 +1,7 @@ # Template file for 'python3-Ropper' pkgname=python3-Ropper version=1.13.6 -revision=1 +revision=2 wrksrc="Ropper-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5336ac069f4cfe7980f6155d36a27c6a484be264 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:17 -0400 Subject: [PATCH 0629/1268] unicorn: rebuild for Python 3.10 --- srcpkgs/unicorn/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template index 03d01750632651..2389b1ca9869c7 100644 --- a/srcpkgs/unicorn/template +++ b/srcpkgs/unicorn/template @@ -1,7 +1,7 @@ # Template file for 'unicorn' pkgname=unicorn version=1.0.2 -revision=1 +revision=2 hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools" short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework" maintainer="Piraty " From 2f77a314edb65a560e26ae91fbcc0ed56f34e677 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:52 -0400 Subject: [PATCH 0630/1268] gedit: rebuild for Python 3.10 --- srcpkgs/gedit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template index 26778866273cbd..b4e862c26ad0a7 100644 --- a/srcpkgs/gedit/template +++ b/srcpkgs/gedit/template @@ -1,7 +1,7 @@ # Template file for 'gedit' pkgname=gedit version=40.1 -revision=1 +revision=2 build_helper="gir" build_style=meson pycompile_dirs="usr/lib/gedit/plugins" From c204a513b5c8ae0356b537ee06c2019f2a377f8c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:23 -0400 Subject: [PATCH 0631/1268] zeitgeist: rebuild for Python 3.10 --- srcpkgs/zeitgeist/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/zeitgeist/template b/srcpkgs/zeitgeist/template index 1066a3bf9f7c5c..29fb74f357ca6a 100644 --- a/srcpkgs/zeitgeist/template +++ b/srcpkgs/zeitgeist/template @@ -1,7 +1,7 @@ # Template file for 'zeitgeist' pkgname=zeitgeist version=1.0.3 -revision=1 +revision=2 build_style=gnu-configure build_helper="gir" configure_args="--enable-fts --enable-datahub $(vopt_enable gir introspection)" From a91d03160edd8c50356a4859973e6617d59e805b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:51 -0400 Subject: [PATCH 0632/1268] gajim: rebuild for Python 3.10 --- srcpkgs/gajim/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template index 4067251e113459..49eda2f3154266 100644 --- a/srcpkgs/gajim/template +++ b/srcpkgs/gajim/template @@ -1,7 +1,7 @@ # Template file for 'gajim' pkgname=gajim version=1.3.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="gettext python3-setuptools" depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools From 314b522bdc6c4e8ef59267823b9b06014854ddd9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:41 -0400 Subject: [PATCH 0633/1268] python3-axolotl: rebuild for Python 3.10 --- srcpkgs/python3-axolotl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-axolotl/template b/srcpkgs/python3-axolotl/template index b0146e392b3fff..d1b1f2e0fb981f 100644 --- a/srcpkgs/python3-axolotl/template +++ b/srcpkgs/python3-axolotl/template @@ -2,7 +2,7 @@ pkgname=python3-axolotl _pkgname=${pkgname/3/} version=0.2.3 -revision=4 +revision=5 wrksrc=$_pkgname-$version build_style=python3-module hostmakedepends="python3-setuptools" From 48d99e49c6e4a1f3c0682f1532f76c2e575023ed Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:42 -0400 Subject: [PATCH 0634/1268] python3-qrcode: rebuild for Python 3.10 --- srcpkgs/python3-qrcode/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template index 81013dfba48e16..50a1966adb5bbc 100644 --- a/srcpkgs/python3-qrcode/template +++ b/srcpkgs/python3-qrcode/template @@ -1,7 +1,7 @@ # Template file for 'python3-qrcode' pkgname=python3-qrcode version=6.1 -revision=4 +revision=5 wrksrc="qrcode-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5d7574fbfebce341c09801ca044de4d06fef9ed3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:07 -0400 Subject: [PATCH 0635/1268] med: rebuild for Python 3.10 --- srcpkgs/med/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/med/template b/srcpkgs/med/template index d4a1e3b2bc7690..5bbbace2e1c8b5 100644 --- a/srcpkgs/med/template +++ b/srcpkgs/med/template @@ -1,7 +1,7 @@ # Template file for 'med' pkgname=med version=4.1.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-swig=yes --includedir=/usr/include/med" hostmakedepends="gcc-fortran swig" From 798668f7152d7a4e9b1fe338c0e7df2d1c39d614 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:29 -0400 Subject: [PATCH 0636/1268] python3-pivy: rebuild for Python 3.10 --- srcpkgs/python3-pivy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template index 9940fe5cce01a0..dadb816ae3a3fa 100644 --- a/srcpkgs/python3-pivy/template +++ b/srcpkgs/python3-pivy/template @@ -1,7 +1,7 @@ # Template file for 'python3-pivy' pkgname=python3-pivy version=0.6.6 -revision=1 +revision=2 wrksrc="pivy-${version}" build_style=cmake hostmakedepends="python3-devel swig" From a0692b498a03739be41ac6b5d96e3ab037b669fb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:41 -0400 Subject: [PATCH 0637/1268] beancount: rebuild for Python 3.10 --- srcpkgs/beancount/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template index ab1aacd4f71b10..0a7556ffb04b68 100644 --- a/srcpkgs/beancount/template +++ b/srcpkgs/beancount/template @@ -1,7 +1,7 @@ # Template file for 'beancount' pkgname=beancount version=2.3.0 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" From b5d7cbb74e2d93540697076b9e3833c6f4acd645 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:15 -0400 Subject: [PATCH 0638/1268] python3-markdown2: rebuild for Python 3.10 --- srcpkgs/python3-markdown2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-markdown2/template b/srcpkgs/python3-markdown2/template index 5d60d3c7ce42f0..3dc1ceea51dd6c 100644 --- a/srcpkgs/python3-markdown2/template +++ b/srcpkgs/python3-markdown2/template @@ -1,7 +1,7 @@ # Template file for 'python3-markdown2' pkgname=python3-markdown2 version=2.4.0 -revision=1 +revision=2 wrksrc=python-markdown2-$version build_style=python3-module hostmakedepends="python3-setuptools" From 7382d255e8bf2de80660e27b3827c5c6930c32f2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:55 -0400 Subject: [PATCH 0639/1268] python3-etesync: rebuild for Python 3.10 --- srcpkgs/python3-etesync/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template index b16ac0fd8acd09..2c51d83fc97254 100644 --- a/srcpkgs/python3-etesync/template +++ b/srcpkgs/python3-etesync/template @@ -1,7 +1,7 @@ # Template file for 'python3-etesync' pkgname=python3-etesync version=0.12.1 -revision=2 +revision=3 wrksrc="etesync-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 392390970a2fabcf542ee4692b2d87c14123dc3c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:07 -0400 Subject: [PATCH 0640/1268] radicale: rebuild for Python 3.10 --- srcpkgs/radicale/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template index 0500a4b773d5d6..3c8356a5fcb678 100644 --- a/srcpkgs/radicale/template +++ b/srcpkgs/radicale/template @@ -1,7 +1,7 @@ # Template file for 'radicale' pkgname=radicale version=3.0.6 -revision=2 +revision=3 wrksrc="Radicale-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a6fa548ecde7b7554282a34d7ba524377c13e9fd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:31 -0400 Subject: [PATCH 0641/1268] python3-PyFxA: rebuild for Python 3.10 --- srcpkgs/python3-PyFxA/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template index c7fdfff1c930a0..94341f363fbc23 100644 --- a/srcpkgs/python3-PyFxA/template +++ b/srcpkgs/python3-PyFxA/template @@ -1,7 +1,7 @@ # Template file for 'python3-PyFxA' pkgname=python3-PyFxA version=0.7.3 -revision=3 +revision=4 wrksrc="PyFxA-${version}" build_style=python3-module pycompile_module="fxa" From 0cb461addcaea689863086502b724766630154dd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:37 -0400 Subject: [PATCH 0642/1268] python3-aiorpcx: rebuild for Python 3.10 --- srcpkgs/python3-aiorpcx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template index c8b4b39d53a714..25a7073301729b 100644 --- a/srcpkgs/python3-aiorpcx/template +++ b/srcpkgs/python3-aiorpcx/template @@ -1,7 +1,7 @@ # Template file for 'python3-aiorpcx' pkgname=python3-aiorpcx version=0.18.7 -revision=1 +revision=2 wrksrc="aiorpcX-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0dd2fdcd533b910fbbbfae1e6eb0095b29c3708a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:54 -0400 Subject: [PATCH 0643/1268] python3-ecdsa: rebuild for Python 3.10 --- srcpkgs/python3-ecdsa/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template index ec82d04e288b3d..e4ea73661515d3 100644 --- a/srcpkgs/python3-ecdsa/template +++ b/srcpkgs/python3-ecdsa/template @@ -1,7 +1,7 @@ # Template file for 'python3-ecdsa' pkgname=python3-ecdsa version=0.16.1 -revision=1 +revision=2 wrksrc="python-ecdsa-python-ecdsa-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 84ac7428ff59ff440362126ac258abb3df4d236c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:09 -0400 Subject: [PATCH 0644/1268] python3-jsonrpclib: rebuild for Python 3.10 --- srcpkgs/python3-jsonrpclib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jsonrpclib/template b/srcpkgs/python3-jsonrpclib/template index 6887e6aa140db8..11781cb107c108 100644 --- a/srcpkgs/python3-jsonrpclib/template +++ b/srcpkgs/python3-jsonrpclib/template @@ -1,7 +1,7 @@ # Template file for 'python3-jsonrpclib' pkgname=python3-jsonrpclib version=0.4.0 -revision=4 +revision=5 wrksrc="jsonrpclib-pelix-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 19799e50fd1489c36f4354031fdce5ad506af713 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:42 -0400 Subject: [PATCH 0645/1268] python3-bitstring: rebuild for Python 3.10 --- srcpkgs/python3-bitstring/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-bitstring/template b/srcpkgs/python3-bitstring/template index 3696935078db7e..7eb05df81dd1c1 100644 --- a/srcpkgs/python3-bitstring/template +++ b/srcpkgs/python3-bitstring/template @@ -1,7 +1,7 @@ # Template file for 'python3-bitstring' pkgname=python3-bitstring version=3.1.7 -revision=1 +revision=2 wrksrc="bitstring-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3f43e6ae140fde97c1f1082cbd4df2c54b70ed6c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:56 -0400 Subject: [PATCH 0646/1268] python3-fasteners: rebuild for Python 3.10 --- srcpkgs/python3-fasteners/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template index be3fd0ac54142a..937627c24f6e0a 100644 --- a/srcpkgs/python3-fasteners/template +++ b/srcpkgs/python3-fasteners/template @@ -1,7 +1,7 @@ # Template file for 'python3-fasteners' pkgname=python3-fasteners version=0.16.3 -revision=1 +revision=2 wrksrc="fasteners-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 68bdcdff3909e2d7abddf6434495af769e910675 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:44 -0400 Subject: [PATCH 0647/1268] python3-cached-property: rebuild for Python 3.10 --- srcpkgs/python3-cached-property/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cached-property/template b/srcpkgs/python3-cached-property/template index 07032f40d4c94f..7d088f3cd02312 100644 --- a/srcpkgs/python3-cached-property/template +++ b/srcpkgs/python3-cached-property/template @@ -1,7 +1,7 @@ # Template file for 'python3-cached-property' pkgname=python3-cached-property version=1.5.1 -revision=4 +revision=5 wrksrc="cached-property-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9dbcee41a7a19c3fe5ba24505e0ebe8da790ca24 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:52 -0400 Subject: [PATCH 0648/1268] python3-dockerpty: rebuild for Python 3.10 --- srcpkgs/python3-dockerpty/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-dockerpty/template b/srcpkgs/python3-dockerpty/template index 980ebd13c58faf..5b1504e90c7444 100644 --- a/srcpkgs/python3-dockerpty/template +++ b/srcpkgs/python3-dockerpty/template @@ -1,7 +1,7 @@ # Template file for 'python3-dockerpty' pkgname=python3-dockerpty version=0.4.1 -revision=6 +revision=7 wrksrc="dockerpty-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4ebd81c4977a63294f36adceca03c4fa503a6463 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:53 -0400 Subject: [PATCH 0649/1268] python3-dotenv: rebuild for Python 3.10 --- srcpkgs/python3-dotenv/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template index d71df0b9fb6266..de10357bf378b4 100644 --- a/srcpkgs/python3-dotenv/template +++ b/srcpkgs/python3-dotenv/template @@ -1,7 +1,7 @@ # Template file for 'python3-dotenv' pkgname=python3-dotenv version=0.19.0 -revision=1 +revision=2 wrksrc="python-dotenv-${version}" build_style=python3-module # CLI tests and test_set_key_permission_error fail in xbps-src's build environment From 259a84fa1d96158b9b98e5b0b6f705a75678a980 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:54 -0400 Subject: [PATCH 0650/1268] python3-texttable: rebuild for Python 3.10 --- srcpkgs/python3-texttable/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-texttable/template b/srcpkgs/python3-texttable/template index 108a1883fbef5f..e553b75c55f807 100644 --- a/srcpkgs/python3-texttable/template +++ b/srcpkgs/python3-texttable/template @@ -1,7 +1,7 @@ # Template file for 'python3-texttable' pkgname=python3-texttable version=1.6.1 -revision=4 +revision=5 wrksrc="texttable-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9506f078b0192c12b01abd55670b414288e64cd9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:41 -0400 Subject: [PATCH 0651/1268] binwalk: rebuild for Python 3.10 --- srcpkgs/binwalk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template index 6c61fff87aeb02..210ea288857dfe 100644 --- a/srcpkgs/binwalk/template +++ b/srcpkgs/binwalk/template @@ -1,7 +1,7 @@ # Template file for 'binwalk' pkgname=binwalk version=2.3.1 -revision=1 +revision=2 build_style=python3-module pycompile_module="binwalk" hostmakedepends="python3" From cf97f023d3e2d75f3ee95fe1a68c841f0abe09ac Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:32 -0400 Subject: [PATCH 0652/1268] python3-PyPDF2: rebuild for Python 3.10 --- srcpkgs/python3-PyPDF2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template index b6c055a5569ec2..98a0a64176ec85 100644 --- a/srcpkgs/python3-PyPDF2/template +++ b/srcpkgs/python3-PyPDF2/template @@ -1,7 +1,7 @@ # Template file for 'python3-PyPDF2' pkgname=python3-PyPDF2 version=1.26.0 -revision=3 +revision=4 wrksrc="PyPDF2-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2c0898c19abb4bf95c3713227f0efc22d49d9c8b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:09 -0400 Subject: [PATCH 0653/1268] python3-jsondiff: rebuild for Python 3.10 --- srcpkgs/python3-jsondiff/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jsondiff/template b/srcpkgs/python3-jsondiff/template index 3ced80f96448d7..bf26ba630960f5 100644 --- a/srcpkgs/python3-jsondiff/template +++ b/srcpkgs/python3-jsondiff/template @@ -1,7 +1,7 @@ # Template file for 'python3-jsondiff' pkgname=python3-jsondiff version=1.3.0 -revision=1 +revision=2 wrksrc="jsondiff-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 77fc268140abc9933c620cbe6a338d13bbc90118 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:13 -0400 Subject: [PATCH 0654/1268] python3-libarchive-c: rebuild for Python 3.10 --- srcpkgs/python3-libarchive-c/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-libarchive-c/template b/srcpkgs/python3-libarchive-c/template index e001f16e77488e..66b07e5e913448 100644 --- a/srcpkgs/python3-libarchive-c/template +++ b/srcpkgs/python3-libarchive-c/template @@ -1,7 +1,7 @@ # Template file for 'python3-libarchive-c' pkgname=python3-libarchive-c version=3.1 -revision=1 +revision=2 wrksrc="python-libarchive-c-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 255657c2a3fbde2093b9c1ba964b1e578cf70840 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:15 -0400 Subject: [PATCH 0655/1268] tlsh: rebuild for Python 3.10 --- srcpkgs/tlsh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template index 4ee1ccdc728a51..c4625ea2c74da5 100644 --- a/srcpkgs/tlsh/template +++ b/srcpkgs/tlsh/template @@ -1,7 +1,7 @@ # Template file for 'tlsh' pkgname=tlsh version=3.19.1 -revision=2 +revision=3 build_style=cmake hostmakedepends="python3" makedepends="python3-devel" From 7f9f5192839941adf3da6c203801087648735ab4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:05 -0400 Subject: [PATCH 0656/1268] libtorrent-rasterbar: rebuild for Python 3.10 --- srcpkgs/libtorrent-rasterbar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template index 861805fd5ca378..b1ceddc9528234 100644 --- a/srcpkgs/libtorrent-rasterbar/template +++ b/srcpkgs/libtorrent-rasterbar/template @@ -2,7 +2,7 @@ # Breaks ABI/API without changing soname, revbump all dependants pkgname=libtorrent-rasterbar version=1.2.14 -revision=1 +revision=2 build_style=cmake configure_args="-DCMAKE_CXX_STANDARD=11 -Dbuild_examples=ON -Dbuild_tools=ON -Dpython-bindings=ON" From 967b8d1ed8db2504b6c0fe1fe7218258296dcda6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:38 -0400 Subject: [PATCH 0657/1268] Uranium: rebuild for Python 3.10 --- srcpkgs/Uranium/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template index 2eb1d4ff958631..2b5d8de879941b 100644 --- a/srcpkgs/Uranium/template +++ b/srcpkgs/Uranium/template @@ -1,7 +1,7 @@ # Template file for 'Uranium' pkgname=Uranium version=4.11.0 -revision=1 +revision=2 build_style=cmake pycompile_dirs="usr/lib/uranium/plugins" hostmakedepends="python3 gettext" From 16b06ca02bd7c19708e255152b01209e0ac4164a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:02 -0400 Subject: [PATCH 0658/1268] libSavitar: rebuild for Python 3.10 --- srcpkgs/libSavitar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template index b04e434a1cf230..6389c5d9d53094 100644 --- a/srcpkgs/libSavitar/template +++ b/srcpkgs/libSavitar/template @@ -1,7 +1,7 @@ # Template file for 'libSavitar' pkgname=libSavitar version=4.11.0 -revision=1 +revision=2 build_style=cmake hostmakedepends="python3" makedepends="python3-sip-devel python3-devel pugixml-devel" From 50fd9e21d673d45c26ceb4e1614b46d81b54c2c3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:36 -0400 Subject: [PATCH 0659/1268] python3-pynest2d: rebuild for Python 3.10 --- srcpkgs/python3-pynest2d/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pynest2d/template b/srcpkgs/python3-pynest2d/template index 5cf5a0a79c52a2..1af1547f5704ee 100644 --- a/srcpkgs/python3-pynest2d/template +++ b/srcpkgs/python3-pynest2d/template @@ -1,7 +1,7 @@ # Template file for 'python3-pynest2d' pkgname=python3-pynest2d version=4.11.0 -revision=1 +revision=2 wrksrc="pynest2d-${version}" build_style=cmake configure_args="-DCMAKE_CXX_STANDARD=14" From 4917dd13820eac6e6162d756fbd9a39bde1f0fd9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:56 -0400 Subject: [PATCH 0660/1268] python3-trimesh: rebuild for Python 3.10 --- srcpkgs/python3-trimesh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-trimesh/template b/srcpkgs/python3-trimesh/template index f3cdf42708e8d8..538fb9767a1c0d 100644 --- a/srcpkgs/python3-trimesh/template +++ b/srcpkgs/python3-trimesh/template @@ -1,7 +1,7 @@ # Template file for 'python3-trimesh' pkgname=python3-trimesh version=3.9.32 -revision=1 +revision=2 wrksrc="trimesh-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From db4ef6b5a93864aec2cc4bb0d4b828bcbe912aa2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:39 -0400 Subject: [PATCH 0661/1268] python3-apsw: rebuild for Python 3.10 --- srcpkgs/python3-apsw/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-apsw/template b/srcpkgs/python3-apsw/template index bb3d9815d5d894..1aa2a86f8902de 100644 --- a/srcpkgs/python3-apsw/template +++ b/srcpkgs/python3-apsw/template @@ -1,7 +1,7 @@ # Template file for 'python3-apsw' pkgname=python3-apsw version=3.36.0r1 -revision=1 +revision=2 wrksrc="apsw-${version/r/-r}" build_style=python3-module make_build_args="--enable=load_extension" From 72c88eeca699a0a647c79f33ad137fa824804a91 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:08 -0400 Subject: [PATCH 0662/1268] rrdtool: rebuild for Python 3.10 --- srcpkgs/rrdtool/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template index c8f93b641397a9..53d8b08aef1a46 100644 --- a/srcpkgs/rrdtool/template +++ b/srcpkgs/rrdtool/template @@ -1,12 +1,15 @@ # Template file for 'rrdtool' pkgname=rrdtool version=1.7.2 -revision=9 +revision=10 build_style=gnu-configure +# configure checks sys.version[:3] for Python versioning, so 3.10 becomes 3.1; +# until this is fixed upstream, manually define am_cv_python_version to circumvent configure_args="--enable-perl --enable-perl-site-install --with-perl-options=INSTALLDIRS=vendor --enable-ruby --enable-ruby-site-install --enable-python --enable-lua - --enable-lua-site-install --enable-tcl --disable-libwrap" + --enable-lua-site-install --enable-tcl --disable-libwrap + am_cv_python_version=${py3_ver}" hostmakedepends="pkg-config groff intltool python3-setuptools perl-XML-Parser" makedepends="libxml2-devel pango-devel python3-devel ruby-devel LuaJIT-devel perl" depends="dejavu-fonts-ttf" From 3463ce5bce32b7ab387228ef8fa735b74ec183d3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:45 -0400 Subject: [PATCH 0663/1268] cinnamon-screensaver: rebuild for Python 3.10 --- srcpkgs/cinnamon-screensaver/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cinnamon-screensaver/template b/srcpkgs/cinnamon-screensaver/template index 2a711b6e88ac2b..6952100a226858 100644 --- a/srcpkgs/cinnamon-screensaver/template +++ b/srcpkgs/cinnamon-screensaver/template @@ -1,7 +1,7 @@ # Template file for 'cinnamon-screensaver' pkgname=cinnamon-screensaver version=4.8.1 -revision=1 +revision=2 build_style=meson build_helper=gir hostmakedepends="gettext-devel glib-devel gobject-introspection From 26e37bd748f0a6308d1c8b9abe1f69810fa5b615 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:11 -0400 Subject: [PATCH 0664/1268] nemo: rebuild for Python 3.10 --- srcpkgs/nemo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nemo/template b/srcpkgs/nemo/template index 7760e034163f17..7925d1840cf90f 100644 --- a/srcpkgs/nemo/template +++ b/srcpkgs/nemo/template @@ -1,7 +1,7 @@ # Template file for 'nemo' pkgname=nemo version=4.8.6 -revision=1 +revision=2 build_style=meson build_helper=gir pycompile_dirs="/usr/share/nemo/actions/myaction.py" From 2d6f5b894a69636534f01db3d8b957ab6e34da61 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:55 -0400 Subject: [PATCH 0665/1268] python3-tinycss: rebuild for Python 3.10 --- srcpkgs/python3-tinycss/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template index 39cda657470e1d..d30096c21656a5 100644 --- a/srcpkgs/python3-tinycss/template +++ b/srcpkgs/python3-tinycss/template @@ -1,7 +1,7 @@ # Template file for 'python3-tinycss' pkgname=python3-tinycss version=0.4 -revision=3 +revision=4 wrksrc=tinycss-${version} build_style=python3-module pycompile_module="tinycss" From bb2891ebbcdb30fd4f411b2f0e4b5374022cb632 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:45 -0400 Subject: [PATCH 0666/1268] certbot: rebuild for Python 3.10 --- srcpkgs/certbot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template index c0e37936d935ae..2b7a00ff5fd5fd 100644 --- a/srcpkgs/certbot/template +++ b/srcpkgs/certbot/template @@ -1,7 +1,7 @@ # Template file for 'certbot' pkgname=certbot version=1.19.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-acme python3-ConfigArgParse python3-configobj From 57e0340f84229c1527fd8c7d60f5f09ce6d68f17 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:41 -0400 Subject: [PATCH 0667/1268] python3-augeas: rebuild for Python 3.10 --- srcpkgs/python3-augeas/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-augeas/template b/srcpkgs/python3-augeas/template index aca8cfac46eb16..792230f64f7b05 100644 --- a/srcpkgs/python3-augeas/template +++ b/srcpkgs/python3-augeas/template @@ -1,7 +1,7 @@ # Template file for 'python3-augeas' pkgname=python3-augeas version=1.1.0 -revision=1 +revision=2 wrksrc="python-augeas-${version}" build_style=python3-module hostmakedepends="python3-setuptools augeas-devel python3-cffi" From e406a98ec17243a5c345cf43b95d58132a6f7efc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:46 -0400 Subject: [PATCH 0668/1268] compizconfig-python: rebuild for Python 3.10 --- srcpkgs/compizconfig-python/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/compizconfig-python/template b/srcpkgs/compizconfig-python/template index f23f921c3bcbf0..f8d0e01dd05468 100644 --- a/srcpkgs/compizconfig-python/template +++ b/srcpkgs/compizconfig-python/template @@ -1,7 +1,7 @@ # Template file for 'compizconfig-python' pkgname=compizconfig-python version=0.8.18 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel From 944d63b7554b6091cabb05099233766f10dbd29a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:46 -0400 Subject: [PATCH 0669/1268] python3-cjkwrap: rebuild for Python 3.10 --- srcpkgs/python3-cjkwrap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template index 79a14c56462fc7..46a569d3db58fe 100644 --- a/srcpkgs/python3-cjkwrap/template +++ b/srcpkgs/python3-cjkwrap/template @@ -1,7 +1,7 @@ # Template file for 'python3-cjkwrap' pkgname=python3-cjkwrap version=2.2 -revision=3 +revision=4 wrksrc="cjkwrap-v${version}" build_style=python3-module pycompile_module="cjkwrap.py" From 3c96b383846b113cd8fd16ff58b61e3f3ea73094 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:01 -0400 Subject: [PATCH 0670/1268] python3-grequests: rebuild for Python 3.10 --- srcpkgs/python3-grequests/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-grequests/template b/srcpkgs/python3-grequests/template index 7343ca6928d4d5..b6eb840fbbce0f 100644 --- a/srcpkgs/python3-grequests/template +++ b/srcpkgs/python3-grequests/template @@ -1,7 +1,7 @@ # Template file for 'python3-grequests' pkgname=python3-grequests version=0.6.0 -revision=1 +revision=2 wrksrc="grequests-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1843bee0ab89f3aecde3cfb996f1d938968b32b1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:17 -0400 Subject: [PATCH 0671/1268] python3-mpv: rebuild for Python 3.10 --- srcpkgs/python3-mpv/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template index 2dbdbb89b33023..3cccc3ee6c1140 100644 --- a/srcpkgs/python3-mpv/template +++ b/srcpkgs/python3-mpv/template @@ -1,7 +1,7 @@ # Template file for 'python3-mpv' pkgname=python3-mpv version=0.5.2 -revision=1 +revision=2 wrksrc="python-mpv-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e97d1d9754bd1373af8ad7a4cc22c47e9995dbc3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:44 -0400 Subject: [PATCH 0672/1268] canto-next: rebuild for Python 3.10 --- srcpkgs/canto-next/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template index 8fd497829427de..36eaab9d43c32d 100644 --- a/srcpkgs/canto-next/template +++ b/srcpkgs/canto-next/template @@ -1,7 +1,7 @@ # Template file for 'canto-next' pkgname=canto-next version=0.9.7 -revision=5 +revision=6 build_style=python3-module pycompile_dirs="/usr/lib/canto/plugins" hostmakedepends="python3-setuptools" From ef3492e1807c50a6e751cdc9d757fd88c7f8fbfd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:45 -0400 Subject: [PATCH 0673/1268] python3-cchardet: rebuild for Python 3.10 --- srcpkgs/python3-cchardet/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cchardet/template b/srcpkgs/python3-cchardet/template index 27c0903bdcde82..a7b00cda3974ab 100644 --- a/srcpkgs/python3-cchardet/template +++ b/srcpkgs/python3-cchardet/template @@ -1,7 +1,7 @@ # Template file for 'python3-cchardet' pkgname=python3-cchardet version=2.1.7 -revision=1 +revision=2 wrksrc="cchardet-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython" From adcda4a7cf04feaa524dba25b63f632319605251 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:03 -0400 Subject: [PATCH 0674/1268] python3-html5-parser: rebuild for Python 3.10 --- srcpkgs/python3-html5-parser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-html5-parser/template b/srcpkgs/python3-html5-parser/template index f160e5893a4e6f..ab976093b6c2af 100644 --- a/srcpkgs/python3-html5-parser/template +++ b/srcpkgs/python3-html5-parser/template @@ -1,7 +1,7 @@ # Template file for 'python3-html5-parser' pkgname=python3-html5-parser version=0.4.9 -revision=4 +revision=5 wrksrc="html5-parser-${version}" build_style=python3-module hostmakedepends="python3-setuptools pkg-config" From 3c04706371d5c7e048ca77b89c17f9e244e4608b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:16 -0400 Subject: [PATCH 0675/1268] python3-mechanize: rebuild for Python 3.10 --- srcpkgs/python3-mechanize/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mechanize/template b/srcpkgs/python3-mechanize/template index 0d73fc8766fcc1..b23d78fd5bd1e1 100644 --- a/srcpkgs/python3-mechanize/template +++ b/srcpkgs/python3-mechanize/template @@ -1,7 +1,7 @@ # Template file for 'python3-mechanize' pkgname=python3-mechanize version=0.4.3 -revision=6 +revision=7 wrksrc="mechanize-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From db169e2e693d3c040c990d212655ebed2fe18a49 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:33 -0400 Subject: [PATCH 0676/1268] python3-pychm: rebuild for Python 3.10 --- srcpkgs/python3-pychm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pychm/template b/srcpkgs/python3-pychm/template index 22a591835a3bf4..e3652388850b14 100644 --- a/srcpkgs/python3-pychm/template +++ b/srcpkgs/python3-pychm/template @@ -1,7 +1,7 @@ # Template file for 'python3-pychm' pkgname=python3-pychm version=0.8.6 -revision=2 +revision=3 wrksrc=pychm-${version} build_style=python3-module hostmakedepends="python3 python3-setuptools" From dc478a821f45d3a7b0e08dff5f947177ec02f647 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:55 -0400 Subject: [PATCH 0677/1268] python3-ewmh: rebuild for Python 3.10 --- srcpkgs/python3-ewmh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ewmh/template b/srcpkgs/python3-ewmh/template index 4e295c61366e7a..d88beb7ac92e84 100644 --- a/srcpkgs/python3-ewmh/template +++ b/srcpkgs/python3-ewmh/template @@ -1,7 +1,7 @@ # Template file for 'python3-ewmh' pkgname=python3-ewmh version=0.1.6 -revision=5 +revision=6 wrksrc="ewmh-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d0beb70548a4a62030e65d0e3aa42cdc6f36bed1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:42 -0400 Subject: [PATCH 0678/1268] borg: rebuild for Python 3.10 --- srcpkgs/borg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template index eec74271bcac8b..05f9d91f16a8f6 100644 --- a/srcpkgs/borg/template +++ b/srcpkgs/borg/template @@ -1,7 +1,7 @@ # Template file for 'borg' pkgname=borg version=1.1.17 -revision=2 +revision=3 wrksrc="borgbackup-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-devel openssl-devel" From bb60eaa6f9920411bd856f6f3776ee1c554f4ada Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:35 -0400 Subject: [PATCH 0679/1268] python3-pykwalify: rebuild for Python 3.10 --- srcpkgs/python3-pykwalify/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template index 04447f0452987c..c3797d7a729ad0 100644 --- a/srcpkgs/python3-pykwalify/template +++ b/srcpkgs/python3-pykwalify/template @@ -1,7 +1,7 @@ # Template file for 'python3-pykwalify' pkgname=python3-pykwalify version=1.8.0 -revision=1 +revision=2 wrksrc="pykwalify-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f73f756dbd062060164c2635ca2a6390ab595b25 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:08 -0400 Subject: [PATCH 0680/1268] python3-jellyfish: rebuild for Python 3.10 --- srcpkgs/python3-jellyfish/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jellyfish/template b/srcpkgs/python3-jellyfish/template index d852e40e355ba2..c1b55e36e8efdc 100644 --- a/srcpkgs/python3-jellyfish/template +++ b/srcpkgs/python3-jellyfish/template @@ -1,7 +1,7 @@ # Template file for 'python3-jellyfish' pkgname=python3-jellyfish version=0.7.2 -revision=3 +revision=4 wrksrc="jellyfish-${version}" build_style=python3-module pycompile_module="jellyfish" From d039a664dfcd0f1914dbc91782dc0cef6367c900 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:18 -0400 Subject: [PATCH 0681/1268] python3-munkres: rebuild for Python 3.10 --- srcpkgs/python3-munkres/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template index a70cfec071359c..5dd0f0da8cf56c 100644 --- a/srcpkgs/python3-munkres/template +++ b/srcpkgs/python3-munkres/template @@ -1,7 +1,7 @@ # Template file for 'python3-munkres' pkgname=python3-munkres version=1.1.4 -revision=1 +revision=2 wrksrc="munkres-release-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 70d6a767074867e90a3d5756fb8ae99a5453fa72 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:20 -0400 Subject: [PATCH 0682/1268] python-b2sdk: rebuild for Python 3.10 --- srcpkgs/python-b2sdk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-b2sdk/template b/srcpkgs/python-b2sdk/template index 206681516c0394..1274f705115784 100644 --- a/srcpkgs/python-b2sdk/template +++ b/srcpkgs/python-b2sdk/template @@ -2,7 +2,7 @@ # keep python-b2sdk name to revert this package pkgname=python-b2sdk version=1.12.0 -revision=1 +revision=2 wrksrc="b2sdk-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm python3-pip" From 8a043809a8267f15dfdcaf31b353af02d06e26d2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:43 -0400 Subject: [PATCH 0683/1268] python3-boto3: rebuild for Python 3.10 --- srcpkgs/python3-boto3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template index 676a30a3081164..8bdbb542b35053 100644 --- a/srcpkgs/python3-boto3/template +++ b/srcpkgs/python3-boto3/template @@ -1,7 +1,7 @@ # Template file for 'python3-boto3' pkgname=python3-boto3 version=1.18.44 -revision=1 +revision=2 wrksrc="boto3-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 82724b92937e7f83846098cb51e07441a80335e1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:46 -0400 Subject: [PATCH 0684/1268] python3-s3transfer: rebuild for Python 3.10 --- srcpkgs/python3-s3transfer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template index 559d3f508effe3..525c3ad252f534 100644 --- a/srcpkgs/python3-s3transfer/template +++ b/srcpkgs/python3-s3transfer/template @@ -1,7 +1,7 @@ # Template file for 'python3-s3transfer' pkgname=python3-s3transfer version=0.3.3 -revision=3 +revision=4 wrksrc="s3transfer-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 14f0b3947d216efcb2fc93931072532a31a0f69b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:52 -0400 Subject: [PATCH 0685/1268] gdb: rebuild for Python 3.10 --- srcpkgs/gdb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index 2b62dd8f2947cf..552faa668a2a48 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -1,7 +1,7 @@ # Template file for 'gdb' pkgname=gdb version=11.1 -revision=1 +revision=2 build_style=gnu-configure pycompile_dirs="/usr/share/gdb/python" configure_args="--disable-werror --disable-nls --with-system-readline From 80179bdc4363b77cb7969e0e4a05ab3f711831bc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:04 -0400 Subject: [PATCH 0686/1268] python3-i3ipc: rebuild for Python 3.10 --- srcpkgs/python3-i3ipc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template index d7cc59ed26ea29..7172c5b3c287ad 100644 --- a/srcpkgs/python3-i3ipc/template +++ b/srcpkgs/python3-i3ipc/template @@ -1,7 +1,7 @@ # Template file for 'python3-i3ipc' pkgname=python3-i3ipc version=2.2.1 -revision=4 +revision=5 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b54102e527bbbc00d17aecb6b8827928a3edcdbe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:37 -0400 Subject: [PATCH 0687/1268] python3-pypandoc: rebuild for Python 3.10 --- srcpkgs/python3-pypandoc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template index e131ccfa7da21f..1b172c843f917e 100644 --- a/srcpkgs/python3-pypandoc/template +++ b/srcpkgs/python3-pypandoc/template @@ -1,7 +1,7 @@ # Template file for 'python3-pypandoc' pkgname=python3-pypandoc version=1.6.3 -revision=1 +revision=2 wrksrc=pypandoc-$version build_style=python3-module hostmakedepends="python3-setuptools" From 42a43a1bcf34b54f92d9f9ea33ab285d9923d58b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:12 -0400 Subject: [PATCH 0688/1268] notmuch: rebuild for Python 3.10 --- srcpkgs/notmuch/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template index 5197c2d6071a99..c7a25199498ab8 100644 --- a/srcpkgs/notmuch/template +++ b/srcpkgs/notmuch/template @@ -1,7 +1,7 @@ # Template file for 'notmuch' pkgname=notmuch version=0.32.2 -revision=2 +revision=3 build_style=configure configure_args="--prefix=/usr --emacslispdir=/usr/share/emacs/site-lisp/notmuch From 9c4b4457dcdaaec30739a8979a5a7c3eb58c3c9a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:58 -0400 Subject: [PATCH 0689/1268] python3-usb: rebuild for Python 3.10 --- srcpkgs/python3-usb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-usb/template b/srcpkgs/python3-usb/template index 580ba9fc33b681..d76e7cda9f2c6c 100644 --- a/srcpkgs/python3-usb/template +++ b/srcpkgs/python3-usb/template @@ -1,7 +1,7 @@ # Template file for 'python3-usb' pkgname=python3-usb version=1.2.1 -revision=1 +revision=2 wrksrc="pyusb-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From 2e053ab0d861350c8252e29cfec9173d293361a6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:52 -0400 Subject: [PATCH 0690/1268] python3-dkimpy: rebuild for Python 3.10 --- srcpkgs/python3-dkimpy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-dkimpy/template b/srcpkgs/python3-dkimpy/template index 0993d589926188..8818893dcb694d 100644 --- a/srcpkgs/python3-dkimpy/template +++ b/srcpkgs/python3-dkimpy/template @@ -1,7 +1,7 @@ # Template file for 'python3-dkimpy' pkgname=python3-dkimpy version=1.0.5 -revision=1 +revision=2 wrksrc="dkimpy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0efa44103d42b7486172adfe487f77455b064248 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:30 -0400 Subject: [PATCH 0691/1268] python3-Markups: rebuild for Python 3.10 --- srcpkgs/python3-Markups/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Markups/template b/srcpkgs/python3-Markups/template index b216c9777b989c..b956b249d9d026 100644 --- a/srcpkgs/python3-Markups/template +++ b/srcpkgs/python3-Markups/template @@ -1,7 +1,7 @@ # Template file for 'python3-Markups' pkgname=python3-Markups version=3.0.0 -revision=5 +revision=6 wrksrc="Markups-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7cd50710a88b85aefb822abc178c459f6e5bced5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:37 -0400 Subject: [PATCH 0692/1268] python3-alembic: rebuild for Python 3.10 --- srcpkgs/python3-alembic/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template index 5cbdd6d4c5a5a2..454db2f96a304d 100644 --- a/srcpkgs/python3-alembic/template +++ b/srcpkgs/python3-alembic/template @@ -1,7 +1,7 @@ # Template file for 'python3-alembic' pkgname=python3-alembic version=1.7.1 -revision=1 +revision=2 wrksrc="alembic-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 449dcece84cefe3c4e78e3936a3b08914dfd985a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:47 -0400 Subject: [PATCH 0693/1268] python3-cloudscraper: rebuild for Python 3.10 --- srcpkgs/python3-cloudscraper/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template index d9326d5630aefe..ad8e7835116d82 100644 --- a/srcpkgs/python3-cloudscraper/template +++ b/srcpkgs/python3-cloudscraper/template @@ -1,7 +1,7 @@ # Template file for 'python3-cloudscraper' pkgname=python3-cloudscraper version=1.2.58 -revision=1 +revision=2 wrksrc=cloudscraper-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 492ad4865334742dba22dc4f31419c304f33c123 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:50 -0400 Subject: [PATCH 0694/1268] python3-dateparser: rebuild for Python 3.10 --- srcpkgs/python3-dateparser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template index 1eda5ea90962be..9d7c54cd818e9d 100644 --- a/srcpkgs/python3-dateparser/template +++ b/srcpkgs/python3-dateparser/template @@ -1,7 +1,7 @@ # Template file for 'python3-dateparser' pkgname=python3-dateparser version=1.0.0 -revision=1 +revision=2 wrksrc=dateparser-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 744b811fd745ecdd6fbbb3bd2c28542c9570d495 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:32 -0400 Subject: [PATCH 0695/1268] python3-pure-protobuf: rebuild for Python 3.10 --- srcpkgs/python3-pure-protobuf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pure-protobuf/template b/srcpkgs/python3-pure-protobuf/template index 3be6c1600f8b2d..5dc4006d295952 100644 --- a/srcpkgs/python3-pure-protobuf/template +++ b/srcpkgs/python3-pure-protobuf/template @@ -1,7 +1,7 @@ # Template file for 'python3-pure-protobuf' pkgname=python3-pure-protobuf version=2.0.1 -revision=2 +revision=3 wrksrc=protobuf-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 7da755dc6b4c6f4c194bcf091c1e2bfa9b0baed9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:23 -0400 Subject: [PATCH 0696/1268] znc: rebuild for Python 3.10 --- srcpkgs/znc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template index bff3702aa13145..dcb788e647dc62 100644 --- a/srcpkgs/znc/template +++ b/srcpkgs/znc/template @@ -1,7 +1,7 @@ # Template file for 'znc' pkgname=znc version=1.8.2 -revision=7 +revision=8 build_style=gnu-configure configure_args=" --enable-python From 9730afd8cdcafa3817b1c7bfddda537774e14766 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:23 -0400 Subject: [PATCH 0697/1268] zim: rebuild for Python 3.10 --- srcpkgs/zim/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template index 66527808193736..ad7b7f1cc9c896 100644 --- a/srcpkgs/zim/template +++ b/srcpkgs/zim/template @@ -1,7 +1,7 @@ # Template file for 'zim' pkgname=zim version=0.74.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-gobject python3-xdg gtk+3" depends="python3-gobject python3-xdg gtk+3 desktop-file-utils" From 0535dafa927a26f49a2c68294db1d939e86eb4b4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 3 Oct 2021 22:32:53 -0400 Subject: [PATCH 0698/1268] z3: rebuild for Python 3.10 --- srcpkgs/z3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template index 43fca894b542aa..bca042082b3f55 100644 --- a/srcpkgs/z3/template +++ b/srcpkgs/z3/template @@ -1,7 +1,7 @@ # Template file for 'z3' pkgname=z3 version=4.8.12 -revision=3 +revision=4 wrksrc="${pkgname}-${pkgname}-${version}" build_style=configure configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)" From 14c17b73496f94b3a35970eff8a6b3209e8d6a5d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 29 Sep 2021 14:43:44 -0400 Subject: [PATCH 0699/1268] zfs: rebuild for Python 3.10 --- srcpkgs/zfs/patches/python310.patch | 92 +++++++++++++++++++++++++++++ srcpkgs/zfs/template | 2 +- 2 files changed, 93 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/zfs/patches/python310.patch diff --git a/srcpkgs/zfs/patches/python310.patch b/srcpkgs/zfs/patches/python310.patch new file mode 100644 index 00000000000000..e4d42b121274fe --- /dev/null +++ b/srcpkgs/zfs/patches/python310.patch @@ -0,0 +1,92 @@ +Most fo the patch taken from + + https://github.com/openzfs/zfs/commit/08cd0717359b1a18693e3c8e6d6e5a2819b35a48 + +but this fix still missed the `print (sys.version[[:3]])"` part of the test, +which extracts "3.1" on Python 3.10. The right fix is to properly split +sys.version on '.' and rejoin the first two components. + +diff -ur a/config/always-pyzfs.m4 b/config/always-pyzfs.m4 +--- a/config/always-pyzfs.m4 2021-09-15 16:30:47.164862738 -0400 ++++ b/config/always-pyzfs.m4 2021-09-29 14:34:51.288636042 -0400 +@@ -47,6 +47,21 @@ + AC_SUBST(DEFINE_PYZFS) + + dnl # ++ dnl # Python "packaging" (or, failing that, "distlib") module is required to build and install pyzfs ++ dnl # ++ AS_IF([test "x$enable_pyzfs" = xcheck -o "x$enable_pyzfs" = xyes], [ ++ ZFS_AC_PYTHON_MODULE([packaging], [], [ ++ ZFS_AC_PYTHON_MODULE([distlib], [], [ ++ AS_IF([test "x$enable_pyzfs" = xyes], [ ++ AC_MSG_ERROR("Python $PYTHON_VERSION packaging and distlib modules are not installed") ++ ], [test "x$enable_pyzfs" != xno], [ ++ enable_pyzfs=no ++ ]) ++ ]) ++ ]) ++ ]) ++ ++ dnl # + dnl # Require python-devel libraries + dnl # + AS_IF([test "x$enable_pyzfs" = xcheck -o "x$enable_pyzfs" = xyes], [ +diff -ur a/config/ax_python_devel.m4 b/config/ax_python_devel.m4 +--- a/config/ax_python_devel.m4 2021-09-15 16:30:47.164862738 -0400 ++++ b/config/ax_python_devel.m4 2021-09-29 14:40:23.293455112 -0400 +@@ -97,9 +97,18 @@ + # Check for a version of Python >= 2.1.0 + # + AC_MSG_CHECKING([for a version of Python >= '2.1.0']) +- ac_supports_python_ver=`$PYTHON -c "import sys; \ +- ver = sys.version.split ()[[0]]; \ +- print (ver >= '2.1.0')"` ++ ac_supports_python_ver=`cat<= '3.11.0' ++ ac_supports_python_ver=`cat< Date: Fri, 24 Sep 2021 23:18:22 -0400 Subject: [PATCH 0700/1268] yubikey-manager: rebuild for Python 3.10 --- srcpkgs/yubikey-manager/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/yubikey-manager/template b/srcpkgs/yubikey-manager/template index f8615631a1ca6c..5feaf434931d05 100644 --- a/srcpkgs/yubikey-manager/template +++ b/srcpkgs/yubikey-manager/template @@ -1,7 +1,7 @@ # Template file for 'yubikey-manager' pkgname=yubikey-manager version=4.0.3 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="libfido2 python3-click python3-fido2 python3-openssl From 132a92edcc135ef7916928042afbf701339960aa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 3 Oct 2021 22:32:53 -0400 Subject: [PATCH 0701/1268] ytmdl: rebuild for Python 3.10 --- srcpkgs/ytmdl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template index 055ee8f1123d01..0b7b01875eeb42 100644 --- a/srcpkgs/ytmdl/template +++ b/srcpkgs/ytmdl/template @@ -1,7 +1,7 @@ # Template file for 'ytmdl' pkgname=ytmdl version=2021.08.01 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama From cbcb18fe4f7192763f28818bb9767351204509cf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:22 -0400 Subject: [PATCH 0702/1268] ytcc: rebuild for Python 3.10 --- srcpkgs/ytcc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template index 4e6979b3e2f460..99a0c9b911222b 100644 --- a/srcpkgs/ytcc/template +++ b/srcpkgs/ytcc/template @@ -1,7 +1,7 @@ # Template file for 'ytcc' pkgname=ytcc version=1.8.2 -revision=4 +revision=5 build_style=python3-module hostmakedepends="gettext python3-setuptools" depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl From 88010f8745535e9a1a4fbe62d07ee72aa158e281 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:22 -0400 Subject: [PATCH 0703/1268] yt-dlp: rebuild for Python 3.10 --- srcpkgs/yt-dlp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/yt-dlp/template b/srcpkgs/yt-dlp/template index ce5563f6b17fc5..5f3204cf2fb099 100644 --- a/srcpkgs/yt-dlp/template +++ b/srcpkgs/yt-dlp/template @@ -1,7 +1,7 @@ # Template file for 'yt-dlp' pkgname=yt-dlp version=2021.09.25 -revision=1 +revision=2 wrksrc="$pkgname" build_style=python3-module hostmakedepends="python3-setuptools" From eb89788ddb7e8d4033c13340934ab757c082c024 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:22 -0400 Subject: [PATCH 0704/1268] yq: rebuild for Python 3.10 --- srcpkgs/yq/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template index 4d959b5d4bee44..a57cdf99617b98 100644 --- a/srcpkgs/yq/template +++ b/srcpkgs/yq/template @@ -1,7 +1,7 @@ # Template file for 'yq' pkgname=yq version=2.12.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-yaml" From ca9ce7708fbf9787100f529817ac774f443e9273 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:21 -0400 Subject: [PATCH 0705/1268] you-get: rebuild for Python 3.10 --- srcpkgs/you-get/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template index 882c01bb1dcb41..dd9c03f3f77d0b 100644 --- a/srcpkgs/you-get/template +++ b/srcpkgs/you-get/template @@ -1,7 +1,7 @@ # Template file for 'you-get' pkgname=you-get version=0.4.1536 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pysocks python3-setuptools" From b9f368bada3625bbc348f6e0cd383eb064f37509 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:21 -0400 Subject: [PATCH 0706/1268] xpra: rebuild for Python 3.10, update to 4.2.3. --- srcpkgs/xpra/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index d776a8ac7114a7..36791e9cbb89f4 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -1,6 +1,6 @@ # Template file for 'xpra' pkgname=xpra -version=4.2.2 +version=4.2.3 revision=1 build_style=python3-module make_install_args="$(vopt_with docs)" @@ -17,7 +17,7 @@ license="GPL-2.0-or-later" homepage="https://xpra.org/" changelog="https://raw.githubusercontent.com/Xpra-org/xpra/master/docs/CHANGELOG.md" distfiles="https://github.com/Xpra-org/xpra/archive/v${version}.tar.gz" -checksum=e1928b5ac2d25c7cad8ad8965b507552097d45fea30b7d0e9f6eb14da4d78bac +checksum=69759c716d0dd50dba7c816f8a4c4afdfee4553d1aa8bd5104874e95a4ffd207 conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf /etc/xpra/conf.d/*" system_groups="xpra" From 0c25521e3fa26e919169255765fc9df2be845677 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:21 -0400 Subject: [PATCH 0707/1268] xonsh: rebuild for Python 3.10 --- srcpkgs/xonsh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template index 8b4e48eae050ad..150d83d4c8f7c6 100644 --- a/srcpkgs/xonsh/template +++ b/srcpkgs/xonsh/template @@ -1,7 +1,7 @@ # Template file for 'xonsh' pkgname=xonsh version=0.10.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" checkdepends="python3-pytest python3-prompt_toolkit python3-Pygments" From a26b5f595ced778918e37c4d203c0c68fbea35c3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:21 -0400 Subject: [PATCH 0708/1268] xmldiff: rebuild for Python 3.10 --- srcpkgs/xmldiff/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template index 8f252be20612e4..e377c916f3cb8b 100644 --- a/srcpkgs/xmldiff/template +++ b/srcpkgs/xmldiff/template @@ -1,7 +1,7 @@ # Template file for 'xmldiff' pkgname=xmldiff version=2.4 -revision=3 +revision=4 wrksrc="xmldiff-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7be46c080c1afe01bddd9da29e61aff4db986e08 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:21 -0400 Subject: [PATCH 0709/1268] xkcdpass: rebuild for Python 3.10 --- srcpkgs/xkcdpass/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template index da25764f4551c2..22c88b8236dc5e 100644 --- a/srcpkgs/xkcdpass/template +++ b/srcpkgs/xkcdpass/template @@ -1,7 +1,7 @@ # Template file for 'xkcdpass' pkgname=xkcdpass version=1.19.3 -revision=1 +revision=2 wrksrc="XKCD-password-generator-xkcdpass-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 80b8b3797239365b191e622f3cf348e7d8cf3753 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 3 Oct 2021 22:32:53 -0400 Subject: [PATCH 0710/1268] xen: rebuild for Python 3.10 --- srcpkgs/xen/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template index 3565845e9dc331..deb572fe8b9caf 100644 --- a/srcpkgs/xen/template +++ b/srcpkgs/xen/template @@ -1,7 +1,7 @@ # Template file for 'xen' pkgname=xen version=4.14.1 -revision=4 +revision=5 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63 # TODO: arm / aarch64 From c54a47c60d1918bb07242d5f73587f2fa2147a9f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:21 -0400 Subject: [PATCH 0711/1268] xdot: rebuild for Python 3.10 --- srcpkgs/xdot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template index 4bb94790238532..d75b757cc84885 100644 --- a/srcpkgs/xdot/template +++ b/srcpkgs/xdot/template @@ -1,7 +1,7 @@ # Template file for 'xdot' pkgname=xdot version=1.2 -revision=1 +revision=2 wrksrc="xdot.py-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 58b72919d72f3665b83e9cf18b338e3e072d8427 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:21 -0400 Subject: [PATCH 0712/1268] xcb-proto: rebuild for Python 3.10 --- srcpkgs/xcb-proto/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template index bd8bcc2b242ef7..406869052bcfe5 100644 --- a/srcpkgs/xcb-proto/template +++ b/srcpkgs/xcb-proto/template @@ -1,7 +1,7 @@ # Template file for 'xcb-proto' pkgname=xcb-proto version=1.14.1 -revision=1 +revision=2 wrksrc="xcbproto-${pkgname}-${version}" build_style=gnu-configure hostmakedepends="python3 automake" From 63b11dbdd2bfe77105ad0a5e8ddf12459254b758 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:20 -0400 Subject: [PATCH 0713/1268] wpgtk: rebuild for Python 3.10 --- srcpkgs/wpgtk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template index a851b76ff2733a..733d3635b5663f 100644 --- a/srcpkgs/wpgtk/template +++ b/srcpkgs/wpgtk/template @@ -1,7 +1,7 @@ # Template file for 'wpgtk' pkgname=wpgtk version=6.1.3 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-gobject python3-Pillow pywal libxslt" From 101ac98d681bb7899af4288b47ea118b8587caa3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:20 -0400 Subject: [PATCH 0714/1268] whipper: rebuild for Python 3.10 --- srcpkgs/whipper/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template index 00bca3fea9bff7..c5bbd74cfaccb1 100644 --- a/srcpkgs/whipper/template +++ b/srcpkgs/whipper/template @@ -1,7 +1,7 @@ # Template file for 'whipper' pkgname=whipper version=0.10.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools_scm" makedepends="libsndfile-devel python3-devel" From ec8a7b1eb1c1d76e1b97cc109b82d05c9b659907 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:20 -0400 Subject: [PATCH 0715/1268] wfuzz: rebuild for Python 3.10 --- srcpkgs/wfuzz/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template index f0f7b1b0fe0a6d..3e072535a74ca5 100644 --- a/srcpkgs/wfuzz/template +++ b/srcpkgs/wfuzz/template @@ -1,7 +1,7 @@ # Template file for 'wfuzz' pkgname=wfuzz version=3.1.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-chardet python3-curl python3-future python3-lxml python3-parse From 5f4a4ab0adeb0c82a5e194abb6f678e77cc6189f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:20 -0400 Subject: [PATCH 0716/1268] weechat: rebuild for Python 3.10 --- srcpkgs/weechat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template index a3fb6c498bf1aa..ff04a2e4aa1675 100644 --- a/srcpkgs/weechat/template +++ b/srcpkgs/weechat/template @@ -1,7 +1,7 @@ # Template file for 'weechat' pkgname=weechat version=3.3 -revision=1 +revision=2 build_style=cmake configure_args="-DENABLE_MAN=ON -DENABLE_PERL=ON -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON From e987de89d413e0969c66feb6a01b4b60db5bf0d1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:20 -0400 Subject: [PATCH 0717/1268] weather: rebuild for Python 3.10 --- srcpkgs/weather/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template index e56980adc5b1dc..9aa38b74fcbd4c 100644 --- a/srcpkgs/weather/template +++ b/srcpkgs/weather/template @@ -1,7 +1,7 @@ # Template file for 'weather' pkgname=weather version=2.4.1 -revision=2 +revision=3 depends="python3" conf_files="/etc/weatherrc" short_desc="CLI utility for current (METAR) weather conditions and forecasts" From 636e93c4b638d20e49e6d599755c198f9a1ff3ee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:19 -0400 Subject: [PATCH 0718/1268] vpn-slice: rebuild for Python 3.10 --- srcpkgs/vpn-slice/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vpn-slice/template b/srcpkgs/vpn-slice/template index c0f5aaa2308bd3..281d4d9ef80a77 100644 --- a/srcpkgs/vpn-slice/template +++ b/srcpkgs/vpn-slice/template @@ -1,7 +1,7 @@ # Template file for 'vpn-slice' pkgname=vpn-slice version=0.15 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-dnspython python3-setproctitle iproute2" From 169d1bfd8b0e1cb314d9c44f3966bd432067ac1d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:19 -0400 Subject: [PATCH 0719/1268] voltron: rebuild for Python 3.10 --- srcpkgs/voltron/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template index 310e41474fb2dd..f60d235b1dae61 100644 --- a/srcpkgs/voltron/template +++ b/srcpkgs/voltron/template @@ -1,7 +1,7 @@ # Template file for 'voltron' pkgname=voltron version=0.1.7 -revision=5 +revision=6 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-blessed python3-Flask python3-Pygments python3-pysigset From 49e58ae9e1b6d1095817c34b428ff7f1c2855bbe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:19 -0400 Subject: [PATCH 0720/1268] volctl: rebuild for Python 3.10 --- srcpkgs/volctl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template index 6f956713b51a49..217720acb79c98 100644 --- a/srcpkgs/volctl/template +++ b/srcpkgs/volctl/template @@ -1,7 +1,7 @@ # Template file for 'volctl' pkgname=volctl version=0.9.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-gobject gtk+3 desktop-file-utils python3-cairo python3-pulsectl" From 0ab0d89894f57ea84495e3ef4d35ab8d8eba426e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:19 -0400 Subject: [PATCH 0721/1268] visidata: rebuild for Python 3.10 --- srcpkgs/visidata/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template index 49a97ffec9ebae..008275215bf08a 100644 --- a/srcpkgs/visidata/template +++ b/srcpkgs/visidata/template @@ -1,7 +1,7 @@ # Template file for 'visidata' pkgname=visidata version=2.6 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-dateutil" From 915cbc529ed5250a640e280dd27af62cffd2fd30 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:19 -0400 Subject: [PATCH 0722/1268] virtualenvwrapper: rebuild for Python 3.10 --- srcpkgs/virtualenvwrapper/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template index f007b7fec02f73..f0e18f6fafce2a 100644 --- a/srcpkgs/virtualenvwrapper/template +++ b/srcpkgs/virtualenvwrapper/template @@ -1,7 +1,7 @@ # Template file for 'virtualenvwrapper' pkgname=virtualenvwrapper version=4.8.4 -revision=4 +revision=5 build_style=python3-module pycompile_module="virtualenvwrapper" hostmakedepends="python3-setuptools python3-pbr" From 720b942757f2f69ca858f0210c80cbe81de26212 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:19 -0400 Subject: [PATCH 0723/1268] virtme: rebuild for Python 3.10 --- srcpkgs/virtme/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template index 3f432f493a7c02..de62c6501876bb 100644 --- a/srcpkgs/virtme/template +++ b/srcpkgs/virtme/template @@ -1,7 +1,7 @@ # Template file for 'virtme' pkgname=virtme version=0.1.1 -revision=3 +revision=4 build_style=python3-module pycompile_module="virtme" hostmakedepends="python3-setuptools" From 65a9ec819fa02437db92f11c915d5f5a2b54862c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:18 -0400 Subject: [PATCH 0724/1268] virt-manager: rebuild for Python 3.10 --- srcpkgs/virt-manager/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/virt-manager/template b/srcpkgs/virt-manager/template index 768530547dd7bf..f3f6a7424a1b1c 100644 --- a/srcpkgs/virt-manager/template +++ b/srcpkgs/virt-manager/template @@ -1,7 +1,7 @@ # Template file for 'virt-manager' pkgname=virt-manager version=3.2.0 -revision=1 +revision=2 build_style=python3-module pycompile_dirs="/usr/share/${pkgname}/virtManager" hostmakedepends="gettext python3-docutils gtk-update-icon-cache" From 3a822f39c2bf823ca0dc7dfa617557f34f7a9af7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:18 -0400 Subject: [PATCH 0725/1268] vimiv: rebuild for Python 3.10 --- srcpkgs/vimiv/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template index 80b0a104e1adf5..b478dc2f09d5df 100644 --- a/srcpkgs/vimiv/template +++ b/srcpkgs/vimiv/template @@ -1,7 +1,7 @@ # Template file for 'vimiv' pkgname=vimiv version=0.9.1 -revision=5 +revision=6 build_style=python3-module hostmakedepends="python3-setuptools python3-devel" makedepends="python3-devel" From c90a29305a43351cfe65729b07a77b964cc40087 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:18 -0400 Subject: [PATCH 0726/1268] vim: rebuild for Python 3.10 --- srcpkgs/vim/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template index 35b81645fa52a8..3802307b156c61 100644 --- a/srcpkgs/vim/template +++ b/srcpkgs/vim/template @@ -1,7 +1,7 @@ # Template file for 'vim' pkgname=vim version=8.2.3459 -revision=1 +revision=2 hostmakedepends="gettext glib-devel pkg-config" makedepends="acl-devel ncurses-devel $(vopt_if x11 libXt-devel) From 9e1a27d27000556de5c94bdbb92bfabaf37ecc23 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:18 -0400 Subject: [PATCH 0727/1268] vidcutter: rebuild for Python 3.10 --- srcpkgs/vidcutter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template index 1fc9b4e50abd3c..92c6cc6817d0c2 100644 --- a/srcpkgs/vidcutter/template +++ b/srcpkgs/vidcutter/template @@ -1,7 +1,7 @@ # Template file for 'vidcutter' pkgname=vidcutter version=6.0.0 -revision=4 +revision=5 build_style=python3-module hostmakedepends="python3-setuptools python3-Cython" makedepends="mpv-devel python3-devel" From 81e2c363c2c3ee757bf0d429cfe33fe37c7e9d81 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:18 -0400 Subject: [PATCH 0728/1268] vdirsyncer: rebuild for Python 3.10 --- srcpkgs/vdirsyncer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template index 874b368d6a10f2..379c01388b43fe 100644 --- a/srcpkgs/vdirsyncer/template +++ b/srcpkgs/vdirsyncer/template @@ -1,7 +1,7 @@ # Template file for 'vdirsyncer' pkgname=vdirsyncer version=0.18.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools_scm" depends="python3-atomicwrites python3-click python3-click-log From ff1165577068fc3f116dd36c354731879761d1be Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:18 -0400 Subject: [PATCH 0729/1268] variety: rebuild for Python 3.10 --- srcpkgs/variety/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template index 792ba6621f429d..df2ef21744d05a 100644 --- a/srcpkgs/variety/template +++ b/srcpkgs/variety/template @@ -1,7 +1,7 @@ # Template file for 'variety' pkgname=variety version=0.8.5 -revision=1 +revision=2 build_style=python3-module pycompile_dirs="usr/share/variety/plugins" hostmakedepends="python3-distutils-extra intltool" From 813013ddb86b4f7f1fc5399297435a4f73d2eddd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:18 -0400 Subject: [PATCH 0730/1268] vapoursynth: rebuild for Python 3.10 --- srcpkgs/vapoursynth/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template index 8508ca67110485..3d0692e631d65e 100644 --- a/srcpkgs/vapoursynth/template +++ b/srcpkgs/vapoursynth/template @@ -1,8 +1,11 @@ # Template file for 'vapoursynth' pkgname=vapoursynth version=R52 -revision=2 +revision=3 build_style=gnu-configure +# configure checks sys.version[:3] for Python versioning, so 3.10 becomes 3.1; +# until this is fixed upstream, manually define am_cv_python_version to circumvent +configure_args="am_cv_python_version=${py3_ver}" hostmakedepends="automake libtool nasm pkg-config python3-Cython" makedepends="ffmpeg-devel python3-devel zimg-devel libass-devel libmagick-devel libxml2-devel" From 6bcecb08280f10254c1164b8a5f1ded5f408910e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:17 -0400 Subject: [PATCH 0731/1268] uwsgi: rebuild for Python 3.10 --- srcpkgs/uwsgi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template index 3b2e8bf885f3df..8a29c001b5e470 100644 --- a/srcpkgs/uwsgi/template +++ b/srcpkgs/uwsgi/template @@ -1,7 +1,7 @@ # Template file for 'uwsgi' pkgname=uwsgi version=2.0.19.1 -revision=2 +revision=3 hostmakedepends="python3" makedepends="python3-devel" short_desc="Fast, self-healing application container server" From cf843090066e5bf53b90dd2f0eb5864141eea5e3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:17 -0400 Subject: [PATCH 0732/1268] urlwatch: rebuild for Python 3.10 --- srcpkgs/urlwatch/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template index f6098a2707ce22..a10260a19af145 100644 --- a/srcpkgs/urlwatch/template +++ b/srcpkgs/urlwatch/template @@ -1,7 +1,7 @@ # Template file for 'urlwatch' pkgname=urlwatch version=2.23 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-appdirs python3-keyring python3-minidb python3-requests From 5b781cc0b632afcfb68dfb7597e2bcb9659a186c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:17 -0400 Subject: [PATCH 0733/1268] urlscan: rebuild for Python 3.10 --- srcpkgs/urlscan/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template index dc2573b3187668..18328d17f90a7a 100644 --- a/srcpkgs/urlscan/template +++ b/srcpkgs/urlscan/template @@ -1,7 +1,7 @@ # Template file for 'urlscan' pkgname=urlscan version=0.9.5 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-urwid" From 9f3b80f60555580b25708f4d2a2d1cbf275b3337 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:17 -0400 Subject: [PATCH 0734/1268] urh: rebuild for Python 3.10 --- srcpkgs/urh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template index 3b1ad98c2ab102..330eca018b2330 100644 --- a/srcpkgs/urh/template +++ b/srcpkgs/urh/template @@ -1,7 +1,7 @@ # Template file for 'urh' pkgname=urh version=2.8.8 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools python3-Cython python3-numpy" makedepends="python3-devel python3-PyQt5 libairspy-devel librtlsdr-devel From 2668e5499792e422655029cd769d4f38d6dae318 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:17 -0400 Subject: [PATCH 0735/1268] unknown-horizons: rebuild for Python 3.10 --- srcpkgs/unknown-horizons/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template index e1bb72e5743aa1..0eca01266be7f6 100644 --- a/srcpkgs/unknown-horizons/template +++ b/srcpkgs/unknown-horizons/template @@ -1,7 +1,7 @@ # Template file for 'unknown-horizons' pkgname=unknown-horizons version=2019.1 -revision=5 +revision=6 build_style=python3-module hostmakedepends="python3 intltool git python3-Pillow" depends="python3 fifengine python3-yaml" From 2f3dc7244c5b6a054e21724585a0d3f9ed72b885 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:17 -0400 Subject: [PATCH 0736/1268] ulauncher: rebuild for Python 3.10 --- srcpkgs/ulauncher/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template index 775cacc19c53b6..b7ccb02ca049da 100644 --- a/srcpkgs/ulauncher/template +++ b/srcpkgs/ulauncher/template @@ -1,7 +1,7 @@ # Template file for 'ulauncher' pkgname=ulauncher version=5.13.0 -revision=1 +revision=2 wrksrc=${pkgname} build_style=python3-module hostmakedepends="python3-distutils-extra intltool python3-Levenshtein From 6b1ad9363af3ab9e4a2ccd67102d65fe3a715313 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:16 -0400 Subject: [PATCH 0737/1268] ueberzug: rebuild for Python 3.10 --- srcpkgs/ueberzug/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template index 2fc61421d8589d..dd815ee12c0b02 100644 --- a/srcpkgs/ueberzug/template +++ b/srcpkgs/ueberzug/template @@ -1,7 +1,7 @@ # Template file for 'ueberzug' pkgname=ueberzug version=18.1.8 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel libX11-devel libXext-devel" From 27dd0e5459dd9bf0092c11c63ac7e954713224b1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:16 -0400 Subject: [PATCH 0738/1268] udiskie: rebuild for Python 3.10 --- srcpkgs/udiskie/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template index 4eaa6717861e08..cbb155e0a5242f 100644 --- a/srcpkgs/udiskie/template +++ b/srcpkgs/udiskie/template @@ -1,7 +1,7 @@ # Template file for 'udiskie' pkgname=udiskie version=2.2.0 -revision=3 +revision=4 build_style=python3-module hostmakedepends="gettext python3-setuptools python3-gobject" depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils From c309d19128853023b7af04628c8ecaccd09ca90d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:16 -0400 Subject: [PATCH 0739/1268] tzupdate: rebuild for Python 3.10 --- srcpkgs/tzupdate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template index 4fd4f8649b5bde..21a52091d160c6 100644 --- a/srcpkgs/tzupdate/template +++ b/srcpkgs/tzupdate/template @@ -1,7 +1,7 @@ # Template file for 'tzupdate' pkgname=tzupdate version=2.0.0 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-requests" From d046a6398ff5e14a5cf56c43dca98f35266c48d1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:16 -0400 Subject: [PATCH 0740/1268] txt2tags: rebuild for Python 3.10 --- srcpkgs/txt2tags/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/txt2tags/template b/srcpkgs/txt2tags/template index ac72e72deaecad..72b60d970d107b 100644 --- a/srcpkgs/txt2tags/template +++ b/srcpkgs/txt2tags/template @@ -1,7 +1,7 @@ # Template file for 'txt2tags' pkgname=txt2tags version=3.7 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3 python3-setuptools" depends="python3" From 0a5ea9a6c993c81f5ede5445ca275ef9916236e9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:16 -0400 Subject: [PATCH 0741/1268] tuir: rebuild for Python 3.10 --- srcpkgs/tuir/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template index 63f354846e2e11..354d6d71678a84 100644 --- a/srcpkgs/tuir/template +++ b/srcpkgs/tuir/template @@ -1,7 +1,7 @@ # Template file for 'tuir' pkgname=tuir version=1.29.0 -revision=3 +revision=4 wrksrc="$pkgname-v$version" build_style=python3-module hostmakedepends="python3-setuptools" From 0a0ec720bc44a0e1a9548452e781ee64c8cc59b2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:16 -0400 Subject: [PATCH 0742/1268] tuimoji: rebuild for Python 3.10 --- srcpkgs/tuimoji/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template index d011d6e76c8dbb..8c1dc6724bfe69 100644 --- a/srcpkgs/tuimoji/template +++ b/srcpkgs/tuimoji/template @@ -1,7 +1,7 @@ # Template file for 'tuimoji' pkgname=tuimoji version=1.0.0 -revision=4 +revision=5 build_style=python3-module pycompile_module="tuimoji" hostmakedepends="python3-setuptools" From 6466ecf20152df53deb18c6db20ecc375caa37e1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:16 -0400 Subject: [PATCH 0743/1268] tryton: rebuild for Python 3.10 --- srcpkgs/tryton/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template index 45f55261859072..18588e3914a6ba 100644 --- a/srcpkgs/tryton/template +++ b/srcpkgs/tryton/template @@ -1,7 +1,7 @@ # Template file for 'tryton' pkgname=tryton version=5.4.2 -revision=2 +revision=3 build_style=python3-module pycompile_module="tryton" hostmakedepends="python3-setuptools" From e3783d1d55857dd924aead5126dfdeb6d6ecfdb0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:16 -0400 Subject: [PATCH 0744/1268] treeline: rebuild for Python 3.10 --- srcpkgs/treeline/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/treeline/template b/srcpkgs/treeline/template index e38760eac38c98..92cbd5c9718547 100644 --- a/srcpkgs/treeline/template +++ b/srcpkgs/treeline/template @@ -1,7 +1,7 @@ # Template file for 'treeline' pkgname=treeline version=3.1.4 -revision=1 +revision=2 wrksrc="TreeLine-${version}" pycompile_dirs="usr/share/treeline" hostmakedepends="python3" From eb0714eb180889eb53d31fb48db606a54c8c863b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:15 -0400 Subject: [PATCH 0745/1268] trash-cli: rebuild for Python 3.10 --- srcpkgs/trash-cli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template index b2819de5e8213f..d093cfcd1a259b 100644 --- a/srcpkgs/trash-cli/template +++ b/srcpkgs/trash-cli/template @@ -1,7 +1,7 @@ # Template file for 'trash-cli' pkgname=trash-cli version=0.20.12.26 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3" depends="python3-psutil" From a660deecac6b40afef8126230a163e67aba9aa84 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:15 -0400 Subject: [PATCH 0746/1268] trackma: rebuild for Python 3.10 --- srcpkgs/trackma/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template index 84105421496f24..5e9dd9282bde90 100644 --- a/srcpkgs/trackma/template +++ b/srcpkgs/trackma/template @@ -1,7 +1,7 @@ # Template file for 'trackma' pkgname=trackma version=0.8.4 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-urwid python3-gobject" From b18ec28ab8c07154106f5f5c3c336e42cd84048d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:15 -0400 Subject: [PATCH 0747/1268] tox: rebuild for Python 3.10 --- srcpkgs/tox/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template index 9a07286b9bbcf9..a4f384bd9ccb78 100644 --- a/srcpkgs/tox/template +++ b/srcpkgs/tox/template @@ -1,7 +1,7 @@ # Template file for 'tox' pkgname=tox version=3.24.3 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools_scm" depends="python3-filelock python3-packaging From c12bf70509e4304378f9ea8d64a46fa5008d5d3d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:15 -0400 Subject: [PATCH 0748/1268] torbrowser-launcher: rebuild for Python 3.10 --- srcpkgs/torbrowser-launcher/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template index dbc5a5ca66add6..5101f30bd950b9 100644 --- a/srcpkgs/torbrowser-launcher/template +++ b/srcpkgs/torbrowser-launcher/template @@ -1,7 +1,7 @@ # Template file for 'torbrowser-launcher' pkgname=torbrowser-launcher version=0.3.5 -revision=1 +revision=2 archs="i686 x86_64" # limited by Tor Browser itself build_style=python3-module hostmakedepends="gettext python3-distro python3-setuptools" From 5cef5d9bdea093a8fe356705ff2feafe54ade26d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:15 -0400 Subject: [PATCH 0749/1268] toot: rebuild for Python 3.10 --- srcpkgs/toot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template index 08fdeba7978b64..8bee87c957a19e 100644 --- a/srcpkgs/toot/template +++ b/srcpkgs/toot/template @@ -1,7 +1,7 @@ # Template file for 'toot' pkgname=toot version=0.27.0 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth From 3f85b0756552f065aec0a5273850995243876589 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:15 -0400 Subject: [PATCH 0750/1268] todoman: rebuild for Python 3.10 --- srcpkgs/todoman/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template index 44da7645555938..40a807f74b9cf4 100644 --- a/srcpkgs/todoman/template +++ b/srcpkgs/todoman/template @@ -1,7 +1,7 @@ # Template file for 'todoman' pkgname=todoman version=4.0.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools_scm" depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime From 2126ad31a179024d3dd412e6a50918c168d90646 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:15 -0400 Subject: [PATCH 0751/1268] thinkpad-scripts: rebuild for Python 3.10 --- srcpkgs/thinkpad-scripts/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template index 8cd66a271f30c4..a143931ba6c248 100644 --- a/srcpkgs/thinkpad-scripts/template +++ b/srcpkgs/thinkpad-scripts/template @@ -1,7 +1,7 @@ # Template file for 'thinkpad-scripts' pkgname=thinkpad-scripts version=4.12.0 -revision=3 +revision=4 build_style=python3-module pycompile_module="tps" hostmakedepends="gettext python3-setuptools" From 764c71c9f9eca3567b658b0988d185350a877bb9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:14 -0400 Subject: [PATCH 0752/1268] thefuck: rebuild for Python 3.10 --- srcpkgs/thefuck/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template index 3558008383b2e2..267a27d7789a58 100644 --- a/srcpkgs/thefuck/template +++ b/srcpkgs/thefuck/template @@ -1,7 +1,7 @@ # Template file for 'thefuck' pkgname=thefuck version=3.31 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-colorama python3-decorator python3-psutil python3-pyte From 881467bd366316dd7b84ce5ab568ce71ef30cd88 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:14 -0400 Subject: [PATCH 0753/1268] texworks: rebuild for Python 3.10, update to 0.6.6. --- srcpkgs/texworks/patches/cross.patch | 66 +++++++--------------------- srcpkgs/texworks/patches/qt515.patch | 21 --------- srcpkgs/texworks/template | 14 +++--- 3 files changed, 22 insertions(+), 79 deletions(-) delete mode 100644 srcpkgs/texworks/patches/qt515.patch diff --git a/srcpkgs/texworks/patches/cross.patch b/srcpkgs/texworks/patches/cross.patch index af924d58da8c43..3c34950c0fefea 100644 --- a/srcpkgs/texworks/patches/cross.patch +++ b/srcpkgs/texworks/patches/cross.patch @@ -1,53 +1,19 @@ ---- a/modules/QtPDF/CMake/Modules/FindPoppler.cmake 2017-04-29 18:23:51.000000000 +0200 -+++ b/modules/QtPDF/CMake/Modules/FindPoppler.cmake 2018-08-29 09:13:02.788284947 +0200 -@@ -69,15 +69,7 @@ - MESSAGE(STATUS "Could not find libpoppler." ) - ENDIF () +--- a/modules/QtPDF/CMake/Modules/FindPoppler.cmake ++++ b/modules/QtPDF/CMake/Modules/FindPoppler.cmake +@@ -79,15 +79,7 @@ + endif () --# Scan poppler libraries for dependencies on Fontconfig --INCLUDE(GetPrerequisites) --MARK_AS_ADVANCED(gp_cmd) --GET_PREREQUISITES("${POPPLER_BASE_LIBRARIES}" POPPLER_PREREQS TRUE FALSE "" "") --IF ("${POPPLER_PREREQS}" MATCHES "fontconfig") -- SET(POPPLER_NEEDS_FONTCONFIG TRUE) --ELSE () -- SET(POPPLER_NEEDS_FONTCONFIG FALSE) --ENDIF () -+SET(POPPLER_NEEDS_FONTCONFIG TRUE) - - - FIND_PATH(POPPLER_QT_INCLUDE_DIR NAMES poppler-qt${QT_VERSION_MAJOR}.h poppler-link.h ---- a/CMakeLists.txt 2017-04-29 18:23:51.000000000 +0200 -+++ b/CMakeLists.txt 2018-08-29 10:49:36.290088209 +0200 -@@ -91,7 +91,6 @@ - SET(TeXworks_VERSION ${TeXworks_VER_MAJOR}.${TeXworks_VER_MINOR}.${TeXworks_VER_PATCH}) - # Make sure we have up-to-date git commit infos --IF ( NOT CMAKE_CROSSCOMPILING ) - IF ( WIN32 ) - EXECUTE_PROCESS(COMMAND ${CMAKE_SOURCE_DIR}/getGitRevInfo.bat WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}) - ADD_CUSTOM_TARGET(GitRev ALL COMMAND ${CMAKE_SOURCE_DIR}/getGitRevInfo.bat WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} COMMENT "Update git commit info") -@@ -99,7 +98,6 @@ - EXECUTE_PROCESS(COMMAND ${CMAKE_SOURCE_DIR}/getGitRevInfo.sh WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}) - ADD_CUSTOM_TARGET(GitRev ALL COMMAND ${CMAKE_SOURCE_DIR}/getGitRevInfo.sh WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} COMMENT "Update git commit info") - ENDIF ( WIN32 ) --ENDIF ( NOT CMAKE_CROSSCOMPILING) - MESSAGE( STATUS "Git commit info updated" ) - - # Recover git commit info from `src/GitRev.h`. -@@ -361,7 +359,6 @@ - # Some header files contain components that must be dynamically generated. For - # example, `getDefaultBinPaths.sh` is a script that tries to figure out the - # appropriate path to TeX binaries on UNIX-like systems. --IF ( UNIX AND NOT CMAKE_CROSSCOMPILING ) - IF ( NOT EXISTS ${TeXworks_SOURCE_DIR}/src/DefaultBinaryPaths.h ) - MESSAGE(STATUS "Generating DefaultBinaryPaths.h") - -@@ -371,7 +368,6 @@ - WORKING_DIRECTORY ${TeXworks_SOURCE_DIR} - ) - ENDIF () --ENDIF () +-# Scan poppler libraries for dependencies on Fontconfig +-include(GetPrerequisites) +-mark_as_advanced(gp_cmd) +-get_prerequisites("${Poppler_LIBRARY}" Poppler_PREREQS TRUE FALSE "" "") +-if ("${Poppler_PREREQS}" MATCHES "fontconfig") +- set(Poppler_NEEDS_FONTCONFIG TRUE) +-else () +- set(Poppler_NEEDS_FONTCONFIG FALSE) +-endif () ++set(Poppler_NEEDS_FONTCONFIG TRUE) - # Building - # ======== + # ----------------------- + # Find Poppler components diff --git a/srcpkgs/texworks/patches/qt515.patch b/srcpkgs/texworks/patches/qt515.patch deleted file mode 100644 index 9c77c157e463da..00000000000000 --- a/srcpkgs/texworks/patches/qt515.patch +++ /dev/null @@ -1,21 +0,0 @@ -From a5352a3a94e3685125650b65e6197de060326cc2 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Stefan=20L=C3=B6ffler?= -Date: Fri, 1 May 2020 08:05:46 +0200 -Subject: [PATCH] Fix compilation with Qt 5.15 - ---- - modules/QtPDF/src/PDFBackend.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/modules/QtPDF/src/PDFBackend.cpp b/modules/QtPDF/src/PDFBackend.cpp -index 0305d87a..500d20aa 100644 ---- a/modules/QtPDF/src/PDFBackend.cpp -+++ b/modules/QtPDF/src/PDFBackend.cpp -@@ -14,6 +14,7 @@ - - #include - #include -+#include - #include - - namespace QtPDF { diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template index 87ca8404934301..55f9b4ede7151c 100644 --- a/srcpkgs/texworks/template +++ b/srcpkgs/texworks/template @@ -1,22 +1,20 @@ # Template file for 'texworks' pkgname=texworks -version=0.6.3 -revision=4 +version=0.6.6 +revision=1 wrksrc="texworks-release-${version}" build_style=cmake configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON -DDESIRED_QT_VERSION:STRING=5" hostmakedepends="pkg-config qt5-qmake qt5-host-tools" makedepends="lua53-devel python3-devel qt5-tools-devel qt5-script-devel - poppler-qt5-devel hunspell-devel" + qt5-declarative-devel poppler-qt5-devel hunspell-devel" depends="hunspell dejavu-fonts-ttf" short_desc="TeX editor" maintainer="Bosco " license="GPL-2.0-or-later" homepage="https://www.tug.org/texworks" distfiles="https://github.com/texworks/texworks/archive/release-${version}.tar.gz" -checksum=b4695539b9666935d2c467cc618c7d79c174e2ec728e31f72df8534862a5c290 - -do_check() { - : # requires xserver -} +checksum=c0742fd76de0cacdd52bbf406788a4fe30ee281df2cf085531d98ee4b7f9b72f +# Tests require xserver +make_check=no From f47970d4547d3757105c49bd434c80313429d473 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:14 -0400 Subject: [PATCH 0754/1268] termtosvg: rebuild for Python 3.10 --- srcpkgs/termtosvg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template index 1773e20868d115..36718432a2762e 100644 --- a/srcpkgs/termtosvg/template +++ b/srcpkgs/termtosvg/template @@ -1,7 +1,7 @@ # Template file for 'termtosvg' pkgname=termtosvg version=1.1.0 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pyte python3-lxml python3-wcwidth" From 523d1fe0501251b1877ebaa014b286d5e31d6fff Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:14 -0400 Subject: [PATCH 0755/1268] terminator: rebuild for Python 3.10 --- srcpkgs/terminator/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template index cbb554c45f8180..b4c0363ff0c886 100644 --- a/srcpkgs/terminator/template +++ b/srcpkgs/terminator/template @@ -1,7 +1,7 @@ # Template file for 'terminator' pkgname=terminator version=2.1.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="intltool python3-setuptools" depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify From 22350ac52e62b14b914b85b265cf8fe07a47b229 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:14 -0400 Subject: [PATCH 0756/1268] terminal_markdown_viewer: rebuild for Python 3.10 --- srcpkgs/terminal_markdown_viewer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template index b13f8ac93fbf7e..cf6dc4cbaa6cba 100644 --- a/srcpkgs/terminal_markdown_viewer/template +++ b/srcpkgs/terminal_markdown_viewer/template @@ -1,7 +1,7 @@ # Template file for 'terminal_markdown_viewer' pkgname=terminal_markdown_viewer version=1.6.3 -revision=3 +revision=4 build_style=python3-module pycompile_module="mdv" hostmakedepends="python3-setuptools" From b8620657e7ad07e642925ec36e5a4b66c452c833 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:14 -0400 Subject: [PATCH 0757/1268] termdown: rebuild for Python 3.10 --- srcpkgs/termdown/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template index 7e136c346080ff..a7179641e6f2fe 100644 --- a/srcpkgs/termdown/template +++ b/srcpkgs/termdown/template @@ -1,7 +1,7 @@ # Template file for 'termdown' pkgname=termdown version=1.17.0 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet" From 8ae9c226d941eebefd761c6fda21f75a019b7f70 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:14 -0400 Subject: [PATCH 0758/1268] telepresence: rebuild for Python 3.10 --- srcpkgs/telepresence/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template index 0f28d8f19c2dca..f254c19baa8fa4 100644 --- a/srcpkgs/telepresence/template +++ b/srcpkgs/telepresence/template @@ -1,7 +1,7 @@ # Template file for 'telepresence' pkgname=telepresence version=0.107 -revision=2 +revision=3 archs="x86_64* ppc64le*" build_style=python3-module hostmakedepends="python3-pip python3-setuptools git" From 0da6ad8a2c4d9f3deca83c38c90636814dc74ecb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:13 -0400 Subject: [PATCH 0759/1268] telegram-tg: rebuild for Python 3.10 --- srcpkgs/telegram-tg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/telegram-tg/template b/srcpkgs/telegram-tg/template index 9d2c800d7a8feb..a8a5c9c617d500 100644 --- a/srcpkgs/telegram-tg/template +++ b/srcpkgs/telegram-tg/template @@ -1,7 +1,7 @@ # Template file for 'telegram-tg' pkgname=telegram-tg version=0.17.0 -revision=1 +revision=2 wrksrc=tg-${version} build_style=python3-module hostmakedepends="python3-setuptools" From bf1606d9c2cfa6131f59619e85997fc3b61fa601 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:13 -0400 Subject: [PATCH 0760/1268] tekaim: rebuild for Python 3.10 --- srcpkgs/tekaim/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template index 90f03cafaf77ba..cae6c46e2a57bb 100644 --- a/srcpkgs/tekaim/template +++ b/srcpkgs/tekaim/template @@ -1,7 +1,7 @@ # Template file for 'tekaim' pkgname=tekaim version=1.6.0 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3" depends="curl maim python3 xclip" From 8c2347b72bb9e92b98e3eff6e59ee93e0a560e51 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:13 -0400 Subject: [PATCH 0761/1268] targetcli-fb: rebuild for Python 3.10 --- srcpkgs/targetcli-fb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/targetcli-fb/template b/srcpkgs/targetcli-fb/template index a6bf09b0aab75a..cfabceced3e6f3 100644 --- a/srcpkgs/targetcli-fb/template +++ b/srcpkgs/targetcli-fb/template @@ -1,7 +1,7 @@ # Template file for 'targetcli-fb' pkgname=targetcli-fb version=2.1.54 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject" From b83b806f48128b6676856b53bb045efe9c65161a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:13 -0400 Subject: [PATCH 0762/1268] system-config-printer: rebuild for Python 3.10 --- srcpkgs/system-config-printer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template index 1fcaeccf981496..d5d63f61835cad 100644 --- a/srcpkgs/system-config-printer/template +++ b/srcpkgs/system-config-printer/template @@ -1,7 +1,7 @@ # Template file for 'system-config-printer' pkgname=system-config-printer version=1.5.13 -revision=1 +revision=2 build_style=gnu-configure pycompile_dirs="usr/share/system-config-printer" configure_args="--with-udev-rules" From d78bc7e6a40ba849f00331cb55d957cc074bc8e1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:13 -0400 Subject: [PATCH 0763/1268] syncplay: rebuild for Python 3.10 --- srcpkgs/syncplay/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/syncplay/template b/srcpkgs/syncplay/template index f5e4454b910228..7f857527e84445 100644 --- a/srcpkgs/syncplay/template +++ b/srcpkgs/syncplay/template @@ -1,7 +1,7 @@ # Template file for 'syncplay' pkgname=syncplay version=1.6.9 -revision=1 +revision=2 build_style=gnu-makefile pycompile_dirs="usr/lib/syncplay/syncplay" depends="desktop-file-utils python3-pyside2 python3-Twisted From 21f4c69665f162db266e4d706f611529e7c46062 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:12 -0400 Subject: [PATCH 0764/1268] synapse: rebuild for Python 3.10 --- srcpkgs/synapse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index f541e07ede83c0..752e4cf5bbdb24 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,7 +1,7 @@ # Template file for 'synapse' pkgname=synapse version=1.44.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-jsonschema python3-frozendict python3-canonicaljson From 8300ad726222c15477fa64c77f533d27a48be6c7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:12 -0400 Subject: [PATCH 0765/1268] sumo: rebuild for Python 3.10 --- srcpkgs/sumo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template index 4c1eb6876a4681..e760fdd45aee20 100644 --- a/srcpkgs/sumo/template +++ b/srcpkgs/sumo/template @@ -1,7 +1,7 @@ # Template file for 'sumo' pkgname=sumo version=1.5.0 -revision=3 +revision=4 build_style=cmake python_version=3 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools" From 2eaca05b46f84fa878ff2954dc07cba3ee0a23f4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:12 -0400 Subject: [PATCH 0766/1268] subversion: rebuild for Python 3.10 --- srcpkgs/subversion/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template index d270e7e300599b..acf378142fd816 100644 --- a/srcpkgs/subversion/template +++ b/srcpkgs/subversion/template @@ -4,7 +4,7 @@ # pkgname=subversion version=1.14.1 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-javahl --disable-static --config-cache --with-gnome-keyring --with-editor=vi --disable-mod-activation From 89ab787675f9fe3c5f4a030171a2ac0c63a3735b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:12 -0400 Subject: [PATCH 0767/1268] subuser: rebuild for Python 3.10 --- srcpkgs/subuser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template index 1d6aaa5d695f93..3429d6ea5cb79e 100644 --- a/srcpkgs/subuser/template +++ b/srcpkgs/subuser/template @@ -1,7 +1,7 @@ # Template file for 'subuser' pkgname=subuser version=0.6.2 -revision=4 +revision=5 archs="x86_64*" build_style=python3-module hostmakedepends="python3-setuptools" From 5e2df9853d16d2350c9fee6f580fdc766afb1c04 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:12 -0400 Subject: [PATCH 0768/1268] subliminal: rebuild for Python 3.10 --- srcpkgs/subliminal/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template index 2e16355a28a2f1..cda1b3d1df325e 100644 --- a/srcpkgs/subliminal/template +++ b/srcpkgs/subliminal/template @@ -1,7 +1,7 @@ # Template file for 'subliminal' pkgname=subliminal version=2.1.0 -revision=5 +revision=6 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3 python3-guessit python3-babelfish python3-enzyme From 8fcdcd1f45ce7b9ef5f3e75e3507a0c53e53202b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:12 -0400 Subject: [PATCH 0769/1268] streamlink: rebuild for Python 3.10 --- srcpkgs/streamlink/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template index 8298fb19e21d57..fb7d9e6a97046e 100644 --- a/srcpkgs/streamlink/template +++ b/srcpkgs/streamlink/template @@ -1,7 +1,7 @@ # Template file for 'streamlink' pkgname=streamlink version=2.4.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-lxml python3-pycryptodome python3-pycountry From d27ce7abda966f21ec35d8c45f65fd1a9b86115b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:12 -0400 Subject: [PATCH 0770/1268] stig: rebuild for Python 3.10 --- srcpkgs/stig/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template index 70f0c1cc44f6e9..8f6f7cc177b505 100644 --- a/srcpkgs/stig/template +++ b/srcpkgs/stig/template @@ -1,7 +1,7 @@ # Template file for 'stig' pkgname=stig version=0.12.2a0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-blinker python3-natsort python3-xdg python3-aiohttp From 35f7e2f40b2335f63df93bf83270879125d2d33c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:12 -0400 Subject: [PATCH 0771/1268] stcgal: rebuild for Python 3.10 --- srcpkgs/stcgal/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template index df13d3b770fe7a..5f01ac715c493f 100644 --- a/srcpkgs/stcgal/template +++ b/srcpkgs/stcgal/template @@ -1,7 +1,7 @@ # Template file for 'stcgal' pkgname=stcgal version=1.6 -revision=3 +revision=4 build_style=python3-module pycompile_module="stcgal" hostmakedepends="python3-setuptools" From c294a2786c5d372fd6d0f7f6320b8ed3e5c77c30 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:11 -0400 Subject: [PATCH 0772/1268] sssd: rebuild for Python 3.10 --- srcpkgs/sssd/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template index 61ead1c9e44ec2..60a47ac85c0027 100644 --- a/srcpkgs/sssd/template +++ b/srcpkgs/sssd/template @@ -1,12 +1,15 @@ # Template file for 'sssd' pkgname=sssd version=2.4.0 -revision=3 +revision=4 build_style=gnu-configure +# configure checks sys.version[:3] for Python versioning, so 3.10 becomes 3.1; +# until this is fixed upstream, manually define am_cv_python_version to circumvent configure_args="--without-selinux --without-semanage --without-libwbclient --disable-cifs-idmap-plugin --without-samba --with-os=fedora --with-test-dir=/dev/shm --with-python3-bindings --with-pid-path=/run - --with-sudo-lib-path=/usr/lib/sssd --without-python2-bindings" + --with-sudo-lib-path=/usr/lib/sssd --without-python2-bindings + am_cv_python_version=${py3_ver}" hostmakedepends="pkg-config nscd bind xmlcatmgr docbook-xsl" makedepends="pam-devel popt-devel talloc-devel tdb-devel tevent-devel ldb-devel ding-libs-devel libldap-devel mit-krb5-devel c-ares-devel glib-devel From 1735206e25ee1f78df4c61f125d4b6ef0d4ca065 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:11 -0400 Subject: [PATCH 0773/1268] sshuttle: rebuild for Python 3.10 --- srcpkgs/sshuttle/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template index eadcff89acce0f..b029f2575cf696 100644 --- a/srcpkgs/sshuttle/template +++ b/srcpkgs/sshuttle/template @@ -1,7 +1,7 @@ # Template file for 'sshuttle' pkgname=sshuttle version=1.0.5 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools_scm python3-Sphinx" depends="python3-psutil" From f13707f2626afa7ff4a003d3b1a983fb03f2920e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:11 -0400 Subject: [PATCH 0774/1268] ssh-audit: rebuild for Python 3.10 --- srcpkgs/ssh-audit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ssh-audit/template b/srcpkgs/ssh-audit/template index 892ba3a5f11011..49b0a9f97eb209 100644 --- a/srcpkgs/ssh-audit/template +++ b/srcpkgs/ssh-audit/template @@ -1,7 +1,7 @@ # Template file for 'ssh-audit' pkgname=ssh-audit version=2.5.0 -revision=1 +revision=2 build_style="python3-module" hostmakedepends="python3-setuptools" depends="python3" From 56ec75840594573a162126922e26fc5e8675b4f1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:11 -0400 Subject: [PATCH 0775/1268] sqlmap: rebuild for Python 3.10 --- srcpkgs/sqlmap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sqlmap/template b/srcpkgs/sqlmap/template index 4a8fadcba4a6de..72fb632e23f4c9 100644 --- a/srcpkgs/sqlmap/template +++ b/srcpkgs/sqlmap/template @@ -1,7 +1,7 @@ # Template file for 'sqlmap' pkgname=sqlmap version=1.5.10 -revision=1 +revision=2 pycompile_dirs="usr/libexec/sqlmap" depends="python3" short_desc="Automatic SQL injection and database takeover tool" From d41bfe5e0c28adeee0e2cd6033749da8d2f81542 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:11 -0400 Subject: [PATCH 0776/1268] speedtest-cli: rebuild for Python 3.10 --- srcpkgs/speedtest-cli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template index a188bbcffc1a5e..a9282a31e9db9d 100644 --- a/srcpkgs/speedtest-cli/template +++ b/srcpkgs/speedtest-cli/template @@ -1,7 +1,7 @@ # Template file for 'speedtest-cli' pkgname=speedtest-cli version=2.1.3 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" From 53de28d01ae5795415101227a3c9c40e3e8b6063 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:11 -0400 Subject: [PATCH 0777/1268] soundconverter: rebuild for Python 3.10 --- srcpkgs/soundconverter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/soundconverter/template b/srcpkgs/soundconverter/template index 38f7f8a8bfec08..9c68520a688a5d 100644 --- a/srcpkgs/soundconverter/template +++ b/srcpkgs/soundconverter/template @@ -1,7 +1,7 @@ # Template file for 'soundconverter' pkgname=soundconverter version=4.0.1 -revision=1 +revision=2 build_style=python3-module pycompile_dirs="/usr/lib/${pkgname}/python/${pkgname}" hostmakedepends="glib intltool pkg-config python3-gobject python3-distutils-extra" From 7263f070b2b565a683f43a3b36b9b9d327a30f35 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:11 -0400 Subject: [PATCH 0778/1268] sonata: rebuild for Python 3.10 --- srcpkgs/sonata/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template index 2f0aabafd29f09..70eef57612c4c2 100644 --- a/srcpkgs/sonata/template +++ b/srcpkgs/sonata/template @@ -3,7 +3,7 @@ pkgname=sonata # allow updating to 1.7.0, xbps considers 1.7a1 and 1.7b1 to be newer than 1.7.0 reverts="1.7a2_1 1.7a2_2 1.7a2_3 1.7b1_1 1.7b1_2 1.7b1_3 1.7b1_4" version=1.7.0 -revision=2 +revision=3 build_style=python3-module hostmakedepends="gettext python3-setuptools" depends="python3-mpd2 python3-gobject gtk+3" From 3fde58c8332a74d4c859edf05dc68ab420e5ea0d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:10 -0400 Subject: [PATCH 0779/1268] sigil: rebuild for Python 3.10 --- srcpkgs/sigil/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template index 3b1d7dec047acf..d8e4f32e88b6b7 100644 --- a/srcpkgs/sigil/template +++ b/srcpkgs/sigil/template @@ -1,7 +1,7 @@ # Template file for 'sigil' pkgname=sigil version=1.7.0 -revision=1 +revision=2 wrksrc="Sigil-${version}" build_style=cmake pycompile_dirs="usr/share/sigil/python3lib" From 7a372b544c3c0e95575cd41e1228413628aa5843 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:10 -0400 Subject: [PATCH 0780/1268] setzer: rebuild for Python 3.10 --- srcpkgs/setzer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template index 4546753dbd66cb..6886e65e860cf3 100644 --- a/srcpkgs/setzer/template +++ b/srcpkgs/setzer/template @@ -1,7 +1,7 @@ # Template file for 'setzer' pkgname=setzer version=0.4.1 -revision=1 +revision=2 wrksrc=Setzer-${version} build_style=meson hostmakedepends="gettext" From 805b181ea5bb5456a5bd33f519566cf918076b8b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:10 -0400 Subject: [PATCH 0781/1268] setconf: rebuild for Python 3.10 --- srcpkgs/setconf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template index 7798af93dd4ac9..6c719340f190c1 100644 --- a/srcpkgs/setconf/template +++ b/srcpkgs/setconf/template @@ -1,7 +1,7 @@ # Template file for 'setconf' pkgname=setconf version=0.7.7 -revision=2 +revision=3 build_style=python3-module pycompile_module="setconf.py" hostmakedepends="python3-setuptools" From db41c7e3b7cbfbbe2d53f3e1466e110fd2d42686 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:10 -0400 Subject: [PATCH 0782/1268] seafile-libclient: rebuild for Python 3.10, update to 8.0.4. --- srcpkgs/seafile-libclient/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template index e83f6ec3ac747a..ac6f9f48038e23 100644 --- a/srcpkgs/seafile-libclient/template +++ b/srcpkgs/seafile-libclient/template @@ -1,7 +1,7 @@ # Template file for 'seafile-libclient' # WARNING: upstream sometimes retag source. Wait for official announcement pkgname=seafile-libclient -version=8.0.3 +version=8.0.4 revision=1 _distname="${pkgname/-libclient/}" wrksrc="${_distname}-${version}" @@ -15,7 +15,7 @@ maintainer="yopito " license="GPL-2.0-or-later" # Has openssl exception not yet present on SPDX homepage="https://seafile.com" distfiles="https://github.com/haiwen/seafile/archive/v${version}.tar.gz" -checksum=5f6b57ec1a38d290c729223d7f4a04cab9fe8c8f4c6817d617af1643510e752f +checksum=1c17cf589a2093f8d5423e56b2f6a098fdd44e8b7b9ffb62846270458aa0d197 pre_configure() { ./autogen.sh From 5594d64e8468a76fa06ed19627baf763020ddd78 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:10 -0400 Subject: [PATCH 0783/1268] scribus: rebuild for Python 3.10 --- srcpkgs/scribus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/scribus/template b/srcpkgs/scribus/template index 136d6e4a1fbf60..62234c7f5223d2 100644 --- a/srcpkgs/scribus/template +++ b/srcpkgs/scribus/template @@ -1,7 +1,7 @@ # Template file for 'scribus' pkgname=scribus version=1.5.7 -revision=5 +revision=6 build_style=cmake configure_args="-DCMAKE_SKIP_RPATH=TRUE -DQT_PREFIX=${XBPS_CROSS_BASE}/usr -DWANT_GRAPHICSMAGICK=1" From d01c06d7777d4d3ecdc444825e3b4214f27da92d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:09 -0400 Subject: [PATCH 0784/1268] screenplain: rebuild for Python 3.10 --- srcpkgs/screenplain/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template index 84716b43ddba0f..650e71564c77f4 100644 --- a/srcpkgs/screenplain/template +++ b/srcpkgs/screenplain/template @@ -1,7 +1,7 @@ # Template file for 'screenplain' pkgname=screenplain version=0.9.0 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-reportlab" From 6244d905b653421de31753d322953ab838c9e031 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:09 -0400 Subject: [PATCH 0785/1268] screenkey: rebuild for Python 3.10 --- srcpkgs/screenkey/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template index ca4d61b7d426dd..4541a207058ce0 100644 --- a/srcpkgs/screenkey/template +++ b/srcpkgs/screenkey/template @@ -1,7 +1,7 @@ # Template file for 'screenkey' pkgname=screenkey version=1.4 -revision=1 +revision=2 build_style=python3-module hostmakedepends="intltool python3-setuptools python3-distutils-extra python3-Babel" From 28a8599ea3b94ee65d2d018a7248f8d83cfb4e2d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:09 -0400 Subject: [PATCH 0786/1268] scapy: rebuild for Python 3.10 --- srcpkgs/scapy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template index 2ad04a0b845a35..c58ea4f37fc1a9 100644 --- a/srcpkgs/scapy/template +++ b/srcpkgs/scapy/template @@ -1,7 +1,7 @@ # Template file for 'scapy' pkgname=scapy version=2.4.5 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="tcpdump python3" From 4749ef7444c328ab79e29a45ac66eee2f8aae261 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:09 -0400 Subject: [PATCH 0787/1268] salt: rebuild for Python 3.10 --- srcpkgs/salt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template index 8959d4f900183d..2265082b8f4ea8 100644 --- a/srcpkgs/salt/template +++ b/srcpkgs/salt/template @@ -1,7 +1,7 @@ # Template file for 'salt' pkgname=salt version=3003.3 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq From 0691c4714355801f45825a7f2f795276ef668e22 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:09 -0400 Subject: [PATCH 0788/1268] safeeyes: rebuild for Python 3.10 --- srcpkgs/safeeyes/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template index 071aa2f82c9c1a..c4f6cdef00f3c0 100644 --- a/srcpkgs/safeeyes/template +++ b/srcpkgs/safeeyes/template @@ -1,7 +1,7 @@ # Template file for 'safeeyes' pkgname=safeeyes version=2.1.3 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools python3-pip python3-devel pkg-config" makedepends="python3-devel cairo-devel libgirepository-devel" From b28b6bd2f28610b398a389bc666462fa83f3d348 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:09 -0400 Subject: [PATCH 0789/1268] sabnzbd: rebuild for Python 3.10 --- srcpkgs/sabnzbd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sabnzbd/template b/srcpkgs/sabnzbd/template index 1d3c9f9942b70c..47105b29f2093e 100644 --- a/srcpkgs/sabnzbd/template +++ b/srcpkgs/sabnzbd/template @@ -1,7 +1,7 @@ # Template file for 'sabnzbd' pkgname=sabnzbd version=3.2.1 -revision=1 +revision=2 wrksrc="SABnzbd-${version}" pycompile_dirs="/usr/share/sabnzbd" hostmakedepends="python3 gettext" From 0047ec4e4d4325304538db8affd27b66649f62f8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:08 -0400 Subject: [PATCH 0790/1268] s3cmd: rebuild for Python 3.10 --- srcpkgs/s3cmd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template index 40cd669dc97849..56671c56856246 100644 --- a/srcpkgs/s3cmd/template +++ b/srcpkgs/s3cmd/template @@ -1,7 +1,7 @@ # Template file for 's3cmd' pkgname=s3cmd version=2.1.0 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-dateutil" From a0d6ddc00c620dc6d94c8d68eaa909223d01e09a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:08 -0400 Subject: [PATCH 0791/1268] rubber: rebuild for Python 3.10 --- srcpkgs/rubber/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template index 1264c3642f73fb..90561803f3ff84 100644 --- a/srcpkgs/rubber/template +++ b/srcpkgs/rubber/template @@ -1,7 +1,7 @@ # Template file for 'rubber' pkgname=rubber version=1.5.1 -revision=4 +revision=5 build_style=python3-module hostmakedepends="python3" depends="python3 virtual?tex" From 084dda39d2a4d3db10c38b73142a4a5c6b29f24c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:08 -0400 Subject: [PATCH 0792/1268] rpm: rebuild for Python 3.10 --- srcpkgs/rpm/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template index 9f6f522b9a3bdc..2bd5ff9883e469 100644 --- a/srcpkgs/rpm/template +++ b/srcpkgs/rpm/template @@ -1,10 +1,13 @@ # Template file for 'rpm' pkgname=rpm version=4.16.1.3 -revision=1 +revision=2 build_style=gnu-configure +# configure checks sys.version[:3] for Python versioning, so 3.10 becomes 3.1; +# until this is fixed upstream, manually define am_cv_python_version to circumvent configure_args="--with-lua --with-cap --with-acl --with-external-db - --enable-python PYTHON=python3 --sharedstatedir=/var/lib" + --enable-python PYTHON=python3 --sharedstatedir=/var/lib + am_cv_python_version=${py3_ver}" hostmakedepends="automake gettext-devel libtool nss-devel pkg-config python3-setuptools" makedepends="libgcrypt-devel binutils-devel db-devel elfutils-devel file-devel libarchive-devel From 8ddeb05c12045d9c68a61b803110cb15ffe9d79c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:08 -0400 Subject: [PATCH 0793/1268] rmlint: rebuild for Python 3.10 --- srcpkgs/rmlint/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template index 52b0a13cfad503..0f8a1ab6dea457 100644 --- a/srcpkgs/rmlint/template +++ b/srcpkgs/rmlint/template @@ -1,7 +1,7 @@ # Template file for 'rmlint' pkgname=rmlint version=2.10.1 -revision=3 +revision=4 build_style=scons hostmakedepends="pkg-config python3-Sphinx glib-devel" makedepends="libblkid-devel elfutils-devel json-glib-devel" From de4b97747b22560078fb65c02867bf75ce5c0dca Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:08 -0400 Subject: [PATCH 0794/1268] ripe-atlas-tools: rebuild for Python 3.10 --- srcpkgs/ripe-atlas-tools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template index 8e82f0da29a242..dee72787f62234 100644 --- a/srcpkgs/ripe-atlas-tools/template +++ b/srcpkgs/ripe-atlas-tools/template @@ -1,7 +1,7 @@ # Template file for 'ripe-atlas-tools' pkgname=ripe-atlas-tools version=2.3.0 -revision=3 +revision=4 build_style=python3-module pycompile_module="ripe/atlas/tools" hostmakedepends="python3-setuptools" From a5b4b861a63f63ad37a52c0a18e492035c8bdb7d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:08 -0400 Subject: [PATCH 0795/1268] rhythmbox: rebuild for Python 3.10 --- srcpkgs/rhythmbox/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rhythmbox/template b/srcpkgs/rhythmbox/template index 1d229ee9428c68..2ba3fa6d15185a 100644 --- a/srcpkgs/rhythmbox/template +++ b/srcpkgs/rhythmbox/template @@ -1,7 +1,7 @@ # Template file for 'rhythmbox' pkgname=rhythmbox version=3.4.4 -revision=3 +revision=4 build_style=gnu-configure build_helper=gir configure_args="--disable-static --with-gudev --without-hal From f8119ba50f774b485e8e86335848e64278e5f0af Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:07 -0400 Subject: [PATCH 0796/1268] reuse: rebuild for Python 3.10 --- srcpkgs/reuse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/reuse/template b/srcpkgs/reuse/template index fc605fd202649d..156b73ea9dbed8 100644 --- a/srcpkgs/reuse/template +++ b/srcpkgs/reuse/template @@ -1,7 +1,7 @@ # Template file for 'reuse' pkgname=reuse version=0.13.0 -revision=1 +revision=2 build_style=python3-module make_check_args="--deselect tests/test_lint.py::test_lint_read_errors --deselect tests/test_report.py::test_generate_project_report_read_error" From 29f2317af21ea1fdb89fae7602f2d89bb1957613 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:07 -0400 Subject: [PATCH 0797/1268] renderdoc: rebuild for Python 3.10 --- srcpkgs/renderdoc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template index 4615d45c52c9a1..9e66938c9bc495 100644 --- a/srcpkgs/renderdoc/template +++ b/srcpkgs/renderdoc/template @@ -1,7 +1,7 @@ # Template file for 'renderdoc' pkgname=renderdoc version=1.12 -revision=2 +revision=3 build_style=cmake configure_args="-DENABLE_GL=ON -DENABLE_GLES=ON -DENABLE_QRENDERDOC=ON -DENABLE_RENDERDOCCMD=ON -DENABLE_VULKAN=ON -DENABLE_XCB=ON -DENABLE_XLIB=ON From e9a3a173f9743fb7cfd3053b3f60129e5419e9bb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:07 -0400 Subject: [PATCH 0798/1268] remhind: rebuild for Python 3.10 --- srcpkgs/remhind/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template index a4b7362e4875e1..fc490d8f96bbdd 100644 --- a/srcpkgs/remhind/template +++ b/srcpkgs/remhind/template @@ -1,7 +1,7 @@ # Template file for 'remhind' pkgname=remhind version=0.1.1 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel" depends="python3-icalendar python3-dateutil python3-gobject python3-toml From c85b078b5d1a466006d05b839ae990f907301ad7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:07 -0400 Subject: [PATCH 0799/1268] redshift: rebuild for Python 3.10 --- srcpkgs/redshift/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template index b907fc9019c41f..c3a85f299bf9d7 100644 --- a/srcpkgs/redshift/template +++ b/srcpkgs/redshift/template @@ -1,7 +1,7 @@ # Template file for 'redshift' pkgname=redshift version=1.12 -revision=4 +revision=5 build_style=gnu-configure configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)" hostmakedepends="gettext-devel intltool pkg-config python3-devel" From b02bc074f4925b908290bd3402fb6a03c0d22e7a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:07 -0400 Subject: [PATCH 0800/1268] rednotebook: rebuild for Python 3.10 --- srcpkgs/rednotebook/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template index 6d2b21c43ae501..c76f106bb0298f 100644 --- a/srcpkgs/rednotebook/template +++ b/srcpkgs/rednotebook/template @@ -1,7 +1,7 @@ # Template file for 'rednotebook' pkgname=rednotebook version=2.19 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3" depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant From 63aea5fa67864fa9158b47584042f9c48c2afe1a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:07 -0400 Subject: [PATCH 0801/1268] rdiff-backup: rebuild for Python 3.10 --- srcpkgs/rdiff-backup/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rdiff-backup/template b/srcpkgs/rdiff-backup/template index a237dd4ce4c0d9..3d20a93e161d34 100644 --- a/srcpkgs/rdiff-backup/template +++ b/srcpkgs/rdiff-backup/template @@ -1,7 +1,7 @@ # Template file for 'rdiff-backup' pkgname=rdiff-backup version=2.0.5 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools_scm" makedepends="python3-devel librsync-devel" From ef11cbe8c73d6e6e1eb8b2c17958b2fd2a879c2f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:07 -0400 Subject: [PATCH 0802/1268] ranger: rebuild for Python 3.10 --- srcpkgs/ranger/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template index 13156b638a52b8..812940d5e488a6 100644 --- a/srcpkgs/ranger/template +++ b/srcpkgs/ranger/template @@ -1,7 +1,7 @@ # Template file for 'ranger' pkgname=ranger version=1.9.3 -revision=2 +revision=3 build_style=python3-module pycompile_module="ranger" hostmakedepends="python3" From f64fce1120e325554f48334cab3a72b4784cfa1d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:06 -0400 Subject: [PATCH 0803/1268] qytdl: rebuild for Python 3.10 --- srcpkgs/qytdl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qytdl/template b/srcpkgs/qytdl/template index d29023adacfd72..e68091fe7c2c61 100644 --- a/srcpkgs/qytdl/template +++ b/srcpkgs/qytdl/template @@ -1,7 +1,7 @@ # Template file for 'qytdl' pkgname=qytdl version=1.1 -revision=2 +revision=3 build_style=gnu-makefile pycompile_dirs="usr/share/qytdl/src" depends="desktop-file-utils python3-PyQt5 python3-youtube-dl" From 2b6dd704fe9005b6c90c8c2f2738bc88583532e1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:06 -0400 Subject: [PATCH 0804/1268] qutebrowser: rebuild for Python 3.10 --- srcpkgs/qutebrowser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template index ba66ebb1b62dac..0bf14ec8cc3c88 100644 --- a/srcpkgs/qutebrowser/template +++ b/srcpkgs/qutebrowser/template @@ -1,7 +1,7 @@ # Template file for 'qutebrowser' pkgname=qutebrowser version=2.3.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools asciidoc" depends="python3-PyQt5-quick python3-Jinja2 python3-yaml From a164f29fc99bfff1e717255ee454acc6c1fe03b2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:06 -0400 Subject: [PATCH 0805/1268] quodlibet: rebuild for Python 3.10 --- srcpkgs/quodlibet/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template index f45668529d6849..0253eb320bfe9d 100644 --- a/srcpkgs/quodlibet/template +++ b/srcpkgs/quodlibet/template @@ -1,7 +1,7 @@ # Template file for 'quodlibet' pkgname=quodlibet version=4.4.0 -revision=1 +revision=2 build_style=python3-module pycompile_module="quodlibet" hostmakedepends="intltool python3-devel" From c198fc157c203b4c01746ecb7f4ac1e77dff54d6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:06 -0400 Subject: [PATCH 0806/1268] qomui: rebuild for Python 3.10 --- srcpkgs/qomui/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template index b74138381bef87..9965eb13c19337 100644 --- a/srcpkgs/qomui/template +++ b/srcpkgs/qomui/template @@ -1,7 +1,7 @@ # Template file for 'qomui' pkgname=qomui version=0.8.2 -revision=4 +revision=5 build_style=python3-module pycompile_module="qomui" hostmakedepends="python3 python3-setuptools" From 7b3e15b3c146d2ea5997ff526babac54df97e051 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:06 -0400 Subject: [PATCH 0807/1268] qmk: rebuild for Python 3.10 --- srcpkgs/qmk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template index 033ff91fa1ff7d..81cb0951ba3d22 100644 --- a/srcpkgs/qmk/template +++ b/srcpkgs/qmk/template @@ -1,7 +1,7 @@ # Template file for 'qmk' pkgname=qmk version=0.0.35 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-appdirs From 113e7b9db120eece22aad0d573e0d988b32835a3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:05 -0400 Subject: [PATCH 0808/1268] python3-zope.security: rebuild for Python 3.10 --- srcpkgs/python3-zope.security/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zope.security/template b/srcpkgs/python3-zope.security/template index 73a82360ce0f93..11f2f902f25838 100644 --- a/srcpkgs/python3-zope.security/template +++ b/srcpkgs/python3-zope.security/template @@ -1,7 +1,7 @@ # Template file for 'python3-zope.security' pkgname=python3-zope.security version=5.1.1 -revision=3 +revision=4 wrksrc="zope.security-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-zope.proxy" From e6c4c7e6ec72045a5c792bd212792e652b6fc828 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:04 -0400 Subject: [PATCH 0809/1268] python3-zope.copy: rebuild for Python 3.10 --- srcpkgs/python3-zope.copy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template index cc22130112adf7..75a9319b7f81b1 100644 --- a/srcpkgs/python3-zope.copy/template +++ b/srcpkgs/python3-zope.copy/template @@ -1,7 +1,7 @@ # Template file for 'python3-zope.copy' pkgname=python3-zope.copy version=4.2 -revision=3 +revision=4 wrksrc="zope.copy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5a34a7306a961e1eefcd873fb42fe65240b3f951 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:04 -0400 Subject: [PATCH 0810/1268] python3-zope.cachedescriptors: rebuild for Python 3.10 --- srcpkgs/python3-zope.cachedescriptors/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template index abf2630b094627..737d32f6b5cd89 100644 --- a/srcpkgs/python3-zope.cachedescriptors/template +++ b/srcpkgs/python3-zope.cachedescriptors/template @@ -1,7 +1,7 @@ # Template file for 'python3-zope.cachedescriptors' pkgname=python3-zope.cachedescriptors version=4.3.1 -revision=3 +revision=4 wrksrc="zope.cachedescriptors-${version}" build_style=python3-module pycompile_module="zope/cachedescriptors" From e4d8e625ee1ea12301417fe4ac8ec1ba40ab739b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:04 -0400 Subject: [PATCH 0811/1268] python3-zipstream: rebuild for Python 3.10 --- srcpkgs/python3-zipstream/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zipstream/template b/srcpkgs/python3-zipstream/template index 1430081027b230..c4c350512acf6e 100644 --- a/srcpkgs/python3-zipstream/template +++ b/srcpkgs/python3-zipstream/template @@ -1,7 +1,7 @@ # Template file for 'python3-zipstream' pkgname=python3-zipstream version=1.1.4 -revision=6 +revision=7 wrksrc="python-zipstream-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a4e80ddf7932369ef691a0c8256d94486da22634 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:02 -0400 Subject: [PATCH 0812/1268] python3-yamllint: rebuild for Python 3.10 --- srcpkgs/python3-yamllint/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template index 6aeedcabe3f384..70c4643e21a6ea 100644 --- a/srcpkgs/python3-yamllint/template +++ b/srcpkgs/python3-yamllint/template @@ -1,7 +1,7 @@ # Template file for 'python3-yamllint' pkgname=python3-yamllint version=1.15.0 -revision=4 +revision=5 wrksrc="yamllint-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d6705b5eb36d714ac9c39a931736799ad3418018 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:02 -0400 Subject: [PATCH 0813/1268] python3-xxhash: rebuild for Python 3.10 --- srcpkgs/python3-xxhash/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-xxhash/template b/srcpkgs/python3-xxhash/template index e185a116352139..f7a847b4b54e15 100644 --- a/srcpkgs/python3-xxhash/template +++ b/srcpkgs/python3-xxhash/template @@ -1,7 +1,7 @@ # Template file for 'python3-xxhash' pkgname=python3-xxhash version=2.0.2 -revision=1 +revision=2 wrksrc="xxhash-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3b4b81f55aced3a1108f75642590e028bde1ad9d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:02 -0400 Subject: [PATCH 0814/1268] python3-xlrd: rebuild for Python 3.10 --- srcpkgs/python3-xlrd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template index bf8cc5060c9d21..b9fe611cd13f35 100644 --- a/srcpkgs/python3-xlrd/template +++ b/srcpkgs/python3-xlrd/template @@ -1,7 +1,7 @@ # Template file for 'python3-xlrd' pkgname=python3-xlrd version=2.0.1 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 006d06d916e160cba487974052a0de13dea39248 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:01 -0400 Subject: [PATCH 0815/1268] python3-wikipedia: rebuild for Python 3.10 --- srcpkgs/python3-wikipedia/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-wikipedia/template b/srcpkgs/python3-wikipedia/template index e38ba57928840f..f27ab33e0326f4 100644 --- a/srcpkgs/python3-wikipedia/template +++ b/srcpkgs/python3-wikipedia/template @@ -1,7 +1,7 @@ # Template file for 'python3-wikipedia' pkgname=python3-wikipedia version=1.4.0 -revision=5 +revision=6 wrksrc="wikipedia-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7550bb05f7b5de84fcf7c21a442eb355ecc11070 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:00 -0400 Subject: [PATCH 0816/1268] python3-watchman: rebuild for Python 3.10 --- srcpkgs/python3-watchman/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template index c06e798cd574b4..e525ebef073add 100644 --- a/srcpkgs/python3-watchman/template +++ b/srcpkgs/python3-watchman/template @@ -1,7 +1,7 @@ # Template file for 'python3-watchman' pkgname=python3-watchman version=1.4.1 -revision=6 +revision=7 create_wrksrc=yes build_wrksrc="pywatchman-${version}" build_style=python3-module @@ -13,7 +13,7 @@ maintainer="Hoang Nguyen " license="BSD-3-Clause" homepage="https://facebook.github.io/watchman/" distfiles="${PYPI_SITE}/p/pywatchman/pywatchman-${version}.tar.gz - https://raw.githubusercontent.com/facebook/watchman/master/python/LICENSE>LICENSE.txt" + https://raw.githubusercontent.com/facebook/watchman/main/watchman/python/LICENSE>LICENSE.txt" checksum="d0047eb275deafb0011eda0a1a815fbd9742478c3d2b5ad6956d300e447dc2f9 d96f8d0b74d194c021f153c562307697128da61143515c947580b2489a341980" conflicts="python-watchman>=0" From 28a18039ac11258c2df8349874828a9710f1887e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:00 -0400 Subject: [PATCH 0817/1268] python3-watchdog: rebuild for Python 3.10 --- srcpkgs/python3-watchdog/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-watchdog/template b/srcpkgs/python3-watchdog/template index df369a2bce4fe9..ab3eb772c7da58 100644 --- a/srcpkgs/python3-watchdog/template +++ b/srcpkgs/python3-watchdog/template @@ -1,7 +1,7 @@ # Template file for 'python3-watchdog' pkgname=python3-watchdog version=0.9.0 -revision=4 +revision=5 wrksrc="watchdog-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 29e94c4e9499237bd9f05cb9a53e4172402476f6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:00 -0400 Subject: [PATCH 0818/1268] python3-voluptuous: rebuild for Python 3.10 --- srcpkgs/python3-voluptuous/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-voluptuous/template b/srcpkgs/python3-voluptuous/template index d8514443b4f676..8e37fdf329e5a2 100644 --- a/srcpkgs/python3-voluptuous/template +++ b/srcpkgs/python3-voluptuous/template @@ -1,7 +1,7 @@ # Template file for 'python3-voluptuous' pkgname=python3-voluptuous version=0.11.5 -revision=5 +revision=6 wrksrc="voluptuous-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ba3049a5335ae7bb7609129a7eccfc8eda43fca9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:00 -0400 Subject: [PATCH 0819/1268] python3-vispy: rebuild for Python 3.10 --- srcpkgs/python3-vispy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-vispy/template b/srcpkgs/python3-vispy/template index 8d6b70aaef600c..fbb06c91e0bf75 100644 --- a/srcpkgs/python3-vispy/template +++ b/srcpkgs/python3-vispy/template @@ -1,7 +1,7 @@ # Template file for 'python3-vispy' pkgname=python3-vispy version=0.6.1 -revision=4 +revision=5 wrksrc="vispy-${version}" build_style=python3-module build_helper=numpy From 4017ab2c56aee5164409dfd3ecd19ed0e627192e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:59 -0400 Subject: [PATCH 0820/1268] python3-vint: rebuild for Python 3.10 --- srcpkgs/python3-vint/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-vint/template b/srcpkgs/python3-vint/template index 3944d9b507ea30..5424ffb0ce3750 100644 --- a/srcpkgs/python3-vint/template +++ b/srcpkgs/python3-vint/template @@ -1,7 +1,7 @@ # Template file for 'python3-vint' pkgname=python3-vint version=0.3.19 -revision=5 +revision=6 wrksrc="vim-vint-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 302eb8fa619f6236f5ad1df669435b3ecbde7967 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:59 -0400 Subject: [PATCH 0821/1268] python3-uvloop: rebuild for Python 3.10 --- srcpkgs/python3-uvloop/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-uvloop/template b/srcpkgs/python3-uvloop/template index 9349b2260a67c2..d82237af7be1d4 100644 --- a/srcpkgs/python3-uvloop/template +++ b/srcpkgs/python3-uvloop/template @@ -1,7 +1,7 @@ # Template file for 'python3-uvloop' pkgname=python3-uvloop version=0.16.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3 python3-setuptools python3-Cython" From eb4487558b43e4dfb7c6c3ba99f857367f1d51ab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:58 -0400 Subject: [PATCH 0822/1268] python3-urlgrabber: rebuild for Python 3.10 --- srcpkgs/python3-urlgrabber/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template index 3eacefc9d09d2f..39739be80514fe 100644 --- a/srcpkgs/python3-urlgrabber/template +++ b/srcpkgs/python3-urlgrabber/template @@ -1,7 +1,7 @@ # Template file for 'python3-urlgrabber' pkgname=python3-urlgrabber version=4.0.0 -revision=3 +revision=4 wrksrc="urlgrabber-${version}" build_style=python3-module pycompile_module="urlgrabber" From eecefb7663df34b965274729922c3ab55887f726 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:58 -0400 Subject: [PATCH 0823/1268] python3-urbandict: rebuild for Python 3.10 --- srcpkgs/python3-urbandict/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-urbandict/template b/srcpkgs/python3-urbandict/template index 430acb937dcb9c..8589e50b9890f4 100644 --- a/srcpkgs/python3-urbandict/template +++ b/srcpkgs/python3-urbandict/template @@ -1,7 +1,7 @@ # Template file for 'python3-urbandict' pkgname=python3-urbandict version=0.6.1 -revision=3 +revision=4 wrksrc="urbandict-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f9bef911f84a03218f0aabd777c1f6db81be4c85 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:58 -0400 Subject: [PATCH 0824/1268] python3-unittest-mixins: rebuild for Python 3.10 --- srcpkgs/python3-unittest-mixins/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-unittest-mixins/template b/srcpkgs/python3-unittest-mixins/template index f597b3bd77689c..d2a60925a60631 100644 --- a/srcpkgs/python3-unittest-mixins/template +++ b/srcpkgs/python3-unittest-mixins/template @@ -1,7 +1,7 @@ # Template file for 'python3-unittest-mixins' pkgname=python3-unittest-mixins version=1.6 -revision=4 +revision=5 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f99b39a185757643ab55c2cbbb5289082c4bab61 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:56 -0400 Subject: [PATCH 0825/1268] python3-twitter: rebuild for Python 3.10 --- srcpkgs/python3-twitter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-twitter/template b/srcpkgs/python3-twitter/template index 386917ff15cc4f..160b347ac23715 100644 --- a/srcpkgs/python3-twitter/template +++ b/srcpkgs/python3-twitter/template @@ -2,7 +2,7 @@ pkgname=python3-twitter _pkgname=${pkgname/3/} version=3.5 -revision=4 +revision=5 wrksrc=$_pkgname-$version build_style=python3-module hostmakedepends="python3-setuptools" From 2b6c51c422eb74f2d99cd62649b7fd38db545c91 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:56 -0400 Subject: [PATCH 0826/1268] python3-tweepy: rebuild for Python 3.10 --- srcpkgs/python3-tweepy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tweepy/template b/srcpkgs/python3-tweepy/template index 921520e09c35b4..d71fa028f64f99 100644 --- a/srcpkgs/python3-tweepy/template +++ b/srcpkgs/python3-tweepy/template @@ -1,7 +1,7 @@ # Template file for 'python3-tweepy' pkgname=python3-tweepy version=3.9.0 -revision=1 +revision=2 wrksrc="tweepy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a0617eed0bd7932453081bf18de3201507d05096 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:56 -0400 Subject: [PATCH 0827/1268] python3-ttystatus: rebuild for Python 3.10 --- srcpkgs/python3-ttystatus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ttystatus/template b/srcpkgs/python3-ttystatus/template index f3408d4f718689..b35cd4a0ebcb1a 100644 --- a/srcpkgs/python3-ttystatus/template +++ b/srcpkgs/python3-ttystatus/template @@ -2,7 +2,7 @@ pkgname=python3-ttystatus _pkgname=${pkgname/3/} version=0.38 -revision=4 +revision=5 wrksrc=$_pkgname-$version build_style=python3-module hostmakedepends="python3-setuptools" From 7c27a99b6619458586cc34232a08eaca0d1877e2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:56 -0400 Subject: [PATCH 0828/1268] python3-trio: rebuild for Python 3.10 --- srcpkgs/python3-trio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-trio/template b/srcpkgs/python3-trio/template index 57d52e33cfa22d..f0e92f106c1cb0 100644 --- a/srcpkgs/python3-trio/template +++ b/srcpkgs/python3-trio/template @@ -1,7 +1,7 @@ # Template file for 'python3-trio' pkgname=python3-trio version=0.19.0 -revision=1 +revision=2 wrksrc="trio-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1b38804a866a13d0fd314c0848079e52aa468c18 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:56 -0400 Subject: [PATCH 0829/1268] python3-transifex-client: rebuild for Python 3.10 --- srcpkgs/python3-transifex-client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template index e34c310c0a854b..af34e58ba8111e 100644 --- a/srcpkgs/python3-transifex-client/template +++ b/srcpkgs/python3-transifex-client/template @@ -1,7 +1,7 @@ # Template file for 'python3-transifex-client' pkgname=python3-transifex-client version=0.13.6 -revision=3 +revision=4 wrksrc="transifex-client-${version}" build_style=python3-module pycompile_module="txclib" From 8173ff16ea4fbef5e34b02dae04cd12b429deebf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:55 -0400 Subject: [PATCH 0830/1268] python3-tokenize-rt: rebuild for Python 3.10 --- srcpkgs/python3-tokenize-rt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tokenize-rt/template b/srcpkgs/python3-tokenize-rt/template index 65e6dcac58cbb4..387e896ac700eb 100644 --- a/srcpkgs/python3-tokenize-rt/template +++ b/srcpkgs/python3-tokenize-rt/template @@ -1,7 +1,7 @@ # Template file for 'python3-tokenize-rt' pkgname=python3-tokenize-rt version=4.1.0 -revision=1 +revision=2 wrksrc="tokenize-rt-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d8736884cb4fbe839e855b835997df1fc226d38f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:55 -0400 Subject: [PATCH 0831/1268] python3-tmuxp: rebuild for Python 3.10 --- srcpkgs/python3-tmuxp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tmuxp/template b/srcpkgs/python3-tmuxp/template index a8b755c343edaf..9dd029e4d1ca09 100644 --- a/srcpkgs/python3-tmuxp/template +++ b/srcpkgs/python3-tmuxp/template @@ -1,7 +1,7 @@ # Template file for 'python3-tmuxp' pkgname=python3-tmuxp version=1.7.2 -revision=3 +revision=4 wrksrc="tmuxp-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f55e955b0c4cd693de0f93d0066991ad0733952a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:55 -0400 Subject: [PATCH 0832/1268] python3-tldextract: rebuild for Python 3.10 --- srcpkgs/python3-tldextract/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template index 3c769d6233ea87..b671868a3a4959 100644 --- a/srcpkgs/python3-tldextract/template +++ b/srcpkgs/python3-tldextract/template @@ -1,7 +1,7 @@ # Template file for 'python3-tldextract' pkgname=python3-tldextract version=2.2.2 -revision=2 +revision=3 wrksrc="tldextract-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ffcb6e26b4ee0ae51a7ac19aed53166a473abe12 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:53 -0400 Subject: [PATCH 0833/1268] python3-tables: rebuild for Python 3.10 --- srcpkgs/python3-tables/template | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template index 37ab6df363ab55..766b76fd501834 100644 --- a/srcpkgs/python3-tables/template +++ b/srcpkgs/python3-tables/template @@ -1,22 +1,26 @@ # Template file for 'python3-tables' pkgname=python3-tables version=3.6.1 -revision=2 +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python3-module -pycompile_module="tables" # XXX: c-blosc (using internal for now) -hostmakedepends="python3-setuptools" -makedepends="python3-devel python3-numpy python3-Cython hdf5-devel lzo-devel bzip2-devel" -depends="python3-setuptools python3-numpy python3-numexpr python3-six" +hostmakedepends="python3-setuptools python3-numpy python3-Cython" +makedepends="python3-devel hdf5-devel lzo-devel bzip2-devel" +depends="python3-numpy python3-numexpr" short_desc="Hierarchical datasets for Python3" maintainer="pulux " license="BSD-3-Clause" homepage="http://www.pytables.org/" -# changelog=$homepage/release-notes/RELEASE_NOTES_v3.4.x.html +changelog="http://www.pytables.org/release_notes.html" distfiles="${PYPI_SITE}/t/tables/tables-${version}.tar.gz" checksum=49a972b8a7c27a8a173aeb05f67acb45fe608b64cd8e9fa667c0962a60b71b49 +post_extract() { + # Make sure Cython is run during build + rm tables/*.c +} + post_install() { vlicense LICENSE.txt LICENSE } From d050f9d6d2592f794c6b40234f208d7e856ec608 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:53 -0400 Subject: [PATCH 0834/1268] python3-subunit: rebuild for Python 3.10 --- srcpkgs/python3-subunit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template index e16ef316a7e0fd..3a7c68e9460f9c 100644 --- a/srcpkgs/python3-subunit/template +++ b/srcpkgs/python3-subunit/template @@ -1,7 +1,7 @@ # Template file for 'python3-subunit' pkgname=python3-subunit version=1.4.0 -revision=2 +revision=3 wrksrc=subunit-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 8efd8830d6298ba4e9bad796d4450d7368711b52 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:53 -0400 Subject: [PATCH 0835/1268] python3-stormssh: rebuild for Python 3.10 --- srcpkgs/python3-stormssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-stormssh/template b/srcpkgs/python3-stormssh/template index d3986e9290db98..ccf4966ab1e50b 100644 --- a/srcpkgs/python3-stormssh/template +++ b/srcpkgs/python3-stormssh/template @@ -1,7 +1,7 @@ # Template file for 'python3-stormssh' pkgname=python3-stormssh version=0.7.0 -revision=4 +revision=5 wrksrc=storm-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 6c0cfdad54f96410d841d06cbe69f3a5d12dcc5b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:50 -0400 Subject: [PATCH 0836/1268] python3-snappy: rebuild for Python 3.10 --- srcpkgs/python3-snappy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-snappy/template b/srcpkgs/python3-snappy/template index 39803e64e47626..9b66fc65ca1e35 100644 --- a/srcpkgs/python3-snappy/template +++ b/srcpkgs/python3-snappy/template @@ -2,7 +2,7 @@ pkgname=python3-snappy _pkgname=python-snappy version=0.5.4 -revision=4 +revision=5 wrksrc=$_pkgname-$version build_style=python3-module hostmakedepends="python3-setuptools" From 7a1fbc7c99b69c47884e475bfa58cc66d0cf5b31 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:49 -0400 Subject: [PATCH 0837/1268] python3-simplegeneric: rebuild for Python 3.10 --- srcpkgs/python3-simplegeneric/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-simplegeneric/template b/srcpkgs/python3-simplegeneric/template index e5972608a2a332..2d02151dcac210 100644 --- a/srcpkgs/python3-simplegeneric/template +++ b/srcpkgs/python3-simplegeneric/template @@ -1,7 +1,7 @@ # Template file for 'python3-simplegeneric' pkgname=python3-simplegeneric version=0.8.1 -revision=7 +revision=8 wrksrc="simplegeneric-${version}" build_style=python3-module hostmakedepends="unzip python3-setuptools" From c6fdd3be30815f3461d8d55738a65ac8ef489d6f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:49 -0400 Subject: [PATCH 0838/1268] python3-simplebayes: rebuild for Python 3.10 --- srcpkgs/python3-simplebayes/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-simplebayes/template b/srcpkgs/python3-simplebayes/template index 4a97e0af35c7f6..d4c823f508b52e 100644 --- a/srcpkgs/python3-simplebayes/template +++ b/srcpkgs/python3-simplebayes/template @@ -1,7 +1,7 @@ # Template file for 'python3-simplebayes' pkgname=python3-simplebayes version=1.5.8 -revision=4 +revision=5 wrksrc="simplebayes-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 69f4164224a74c82d4b936205c71e16380c64f9c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:47 -0400 Subject: [PATCH 0839/1268] python3-sentry: rebuild for Python 3.10 --- srcpkgs/python3-sentry/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template index c2056965cad9e3..8acd33217f591c 100644 --- a/srcpkgs/python3-sentry/template +++ b/srcpkgs/python3-sentry/template @@ -1,7 +1,7 @@ # Template file for 'python3-sentry' pkgname=python3-sentry version=1.0.0 -revision=1 +revision=2 wrksrc="sentry-python-${version}" build_style=python3-module hostmakedepends=python3-setuptools From b3bb80a8aebd7eba719f1f28595a3d9eff4e7fa8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:47 -0400 Subject: [PATCH 0840/1268] python3-seaborn: rebuild for Python 3.10 --- srcpkgs/python3-seaborn/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-seaborn/template b/srcpkgs/python3-seaborn/template index e68fcf025aff86..1d0d10781984d0 100644 --- a/srcpkgs/python3-seaborn/template +++ b/srcpkgs/python3-seaborn/template @@ -1,7 +1,7 @@ # Template file for 'python3-seaborn' pkgname=python3-seaborn version=0.11.1 -revision=1 +revision=2 wrksrc="seaborn-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 85ad9c7bbfd377292a5c2d103542d3b4776e4a70 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:47 -0400 Subject: [PATCH 0841/1268] python3-scour: rebuild for Python 3.10 --- srcpkgs/python3-scour/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-scour/template b/srcpkgs/python3-scour/template index 5dd2d4f0a48341..cef18504120188 100644 --- a/srcpkgs/python3-scour/template +++ b/srcpkgs/python3-scour/template @@ -1,7 +1,7 @@ # Template file for 'python3-scour' pkgname=python3-scour version=0.38.2 -revision=1 +revision=2 wrksrc="scour-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2f3ce617e64457ea42673c90a60bac1c09c8ed4c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:46 -0400 Subject: [PATCH 0842/1268] python3-scikit-video: rebuild for Python 3.10 --- srcpkgs/python3-scikit-video/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-scikit-video/template b/srcpkgs/python3-scikit-video/template index 84af20de4fe2fa..7333a6aef247a2 100644 --- a/srcpkgs/python3-scikit-video/template +++ b/srcpkgs/python3-scikit-video/template @@ -1,7 +1,7 @@ # Template file for 'python3-scikit-video' pkgname=python3-scikit-video version=1.1.11 -revision=3 +revision=4 wrksrc="scikit-video-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-scipy python3-Pillow" From 70252ec6643d976cd3f9c0cc53b3fc02703d8d4e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:46 -0400 Subject: [PATCH 0843/1268] python3-scikit-learn: rebuild for Python 3.10 --- srcpkgs/python3-scikit-learn/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-scikit-learn/template b/srcpkgs/python3-scikit-learn/template index d57af6eafab68b..3241794a57333c 100644 --- a/srcpkgs/python3-scikit-learn/template +++ b/srcpkgs/python3-scikit-learn/template @@ -1,7 +1,7 @@ # Template file for 'python3-scikit-learn' pkgname=python3-scikit-learn version=0.24.2 -revision=1 +revision=2 wrksrc="scikit-learn-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython python3-numpy python3-scipy" From 58cb261d98dfcd84d60d4103ded870a5a401bc36 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:46 -0400 Subject: [PATCH 0844/1268] python3-scikit-image: rebuild for Python 3.10 --- srcpkgs/python3-scikit-image/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-scikit-image/template b/srcpkgs/python3-scikit-image/template index 3a8a84bff61a96..49b214c11aefaa 100644 --- a/srcpkgs/python3-scikit-image/template +++ b/srcpkgs/python3-scikit-image/template @@ -1,7 +1,7 @@ # Template file for 'python3-scikit-image' pkgname=python3-scikit-image version=0.18.3 -revision=1 +revision=2 _pkgname="${pkgname#python3-}" wrksrc="${_pkgname}-${version}" build_style=python3-module From 61d6492995cbfea02048fa31e269fdcef89cbf71 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:46 -0400 Subject: [PATCH 0845/1268] python3-s-tui: rebuild for Python 3.10 --- srcpkgs/python3-s-tui/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template index f49346d13e7a02..09feced6238af1 100644 --- a/srcpkgs/python3-s-tui/template +++ b/srcpkgs/python3-s-tui/template @@ -1,7 +1,7 @@ # Template file for 'python3-s-tui' pkgname=python3-s-tui version=1.1.3 -revision=1 +revision=2 wrksrc="s-tui-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 519db6c4b19014bdedd1006e25cac4d3ee8aa7a9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:45 -0400 Subject: [PATCH 0846/1268] python3-ruamel.yaml.clib: rebuild for Python 3.10 --- srcpkgs/python3-ruamel.yaml.clib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ruamel.yaml.clib/template b/srcpkgs/python3-ruamel.yaml.clib/template index f9fbcfc3ad70e8..2106f15635e064 100644 --- a/srcpkgs/python3-ruamel.yaml.clib/template +++ b/srcpkgs/python3-ruamel.yaml.clib/template @@ -1,7 +1,7 @@ # Template file for 'python3-ruamel.yaml.clib' pkgname=python3-ruamel.yaml.clib version=0.2.6 -revision=1 +revision=2 wrksrc="ruamel.yaml.clib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4c22cfc8ac9d2c18c09e6c04a8323ae703cbf7a0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:45 -0400 Subject: [PATCH 0847/1268] python3-rss2email: rebuild for Python 3.10 --- srcpkgs/python3-rss2email/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template index bdb3c181fc6595..155d32b0d568b9 100644 --- a/srcpkgs/python3-rss2email/template +++ b/srcpkgs/python3-rss2email/template @@ -1,7 +1,7 @@ # Template file for 'python3-rss2email' pkgname=python3-rss2email version=3.13.1 -revision=1 +revision=2 wrksrc="rss2email-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 77afbe8c26fe8cbc7cd1985b769f736ff7212e32 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:44 -0400 Subject: [PATCH 0848/1268] python3-requests-mock: rebuild for Python 3.10 --- srcpkgs/python3-requests-mock/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-requests-mock/template b/srcpkgs/python3-requests-mock/template index 4b4a071e35285e..bc808321d85cf2 100644 --- a/srcpkgs/python3-requests-mock/template +++ b/srcpkgs/python3-requests-mock/template @@ -1,7 +1,7 @@ # Template file for 'python3-requests-mock' pkgname=python3-requests-mock version=1.8.0 -revision=1 +revision=2 wrksrc="requests-mock-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-pbr" From 33edbd1f53b582022d15d23394cff968aa800a2f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:43 -0400 Subject: [PATCH 0849/1268] python3-redis: rebuild for Python 3.10 --- srcpkgs/python3-redis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template index 7c968b4a894b29..f228a1c88df378 100644 --- a/srcpkgs/python3-redis/template +++ b/srcpkgs/python3-redis/template @@ -1,7 +1,7 @@ # Template file for 'python3-redis' pkgname=python3-redis version=3.5.3 -revision=3 +revision=4 wrksrc="redis-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2ba15afbabad650ad6258a12e188dace07c78f9d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:42 -0400 Subject: [PATCH 0850/1268] python3-readability-lxml: rebuild for Python 3.10 --- srcpkgs/python3-readability-lxml/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-readability-lxml/template b/srcpkgs/python3-readability-lxml/template index 74241baaf677d7..798cc9c5f4cc02 100644 --- a/srcpkgs/python3-readability-lxml/template +++ b/srcpkgs/python3-readability-lxml/template @@ -1,7 +1,7 @@ # Template file for 'python3-readability-lxml' pkgname=python3-readability-lxml version=0.8.1 -revision=3 +revision=4 wrksrc="readability-lxml-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0fc2ee2f56b1b166a8ecccbaf2b32388730aa837 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:42 -0400 Subject: [PATCH 0851/1268] python3-raven: rebuild for Python 3.10 --- srcpkgs/python3-raven/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-raven/template b/srcpkgs/python3-raven/template index b5cca718861759..ea4b615479e470 100644 --- a/srcpkgs/python3-raven/template +++ b/srcpkgs/python3-raven/template @@ -1,7 +1,7 @@ # Template file for 'python3-raven' pkgname=python3-raven version=6.10.0 -revision=4 +revision=5 wrksrc="raven-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ab4375824bf05599677a86ac68c549a8c09ca44f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:42 -0400 Subject: [PATCH 0852/1268] python3-quart: rebuild for Python 3.10 --- srcpkgs/python3-quart/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-quart/template b/srcpkgs/python3-quart/template index 335b7c3c608a44..743b7e1c9cc2a1 100644 --- a/srcpkgs/python3-quart/template +++ b/srcpkgs/python3-quart/template @@ -1,7 +1,7 @@ # Template file for 'python3-quart' pkgname=python3-quart version=0.15.1 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0451c60ec4136d96cc611a2d777bca66d3c6b0e6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:41 -0400 Subject: [PATCH 0853/1268] python3-pyx: rebuild for Python 3.10 --- srcpkgs/python3-pyx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template index c39d94f7c3c6d8..01568b3a26bda9 100644 --- a/srcpkgs/python3-pyx/template +++ b/srcpkgs/python3-pyx/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyx' pkgname=python3-pyx version=0.15 -revision=2 +revision=3 wrksrc="PyX-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 101323e57d739c38d1980ae6435a79077d0febb9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:41 -0400 Subject: [PATCH 0854/1268] python3-pytest-xvfb: rebuild for Python 3.10 --- srcpkgs/python3-pytest-xvfb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template index e4e0503b731084..0bd9b2f21bca46 100644 --- a/srcpkgs/python3-pytest-xvfb/template +++ b/srcpkgs/python3-pytest-xvfb/template @@ -1,7 +1,7 @@ # Template file for 'python3-pytest-xvfb' pkgname=python3-pytest-xvfb version=2.0.0 -revision=2 +revision=3 wrksrc=pytest-xvfb-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 4b7541d2bae6f038ce572c64ade5a978171d3de8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:40 -0400 Subject: [PATCH 0855/1268] python3-pytest-timeout: rebuild for Python 3.10 --- srcpkgs/python3-pytest-timeout/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pytest-timeout/template b/srcpkgs/python3-pytest-timeout/template index 354b1eedcd7c2e..a3ebcf843ffef9 100644 --- a/srcpkgs/python3-pytest-timeout/template +++ b/srcpkgs/python3-pytest-timeout/template @@ -1,7 +1,7 @@ # Template file for 'python3-pytest-timeout' pkgname=python3-pytest-timeout version=1.4.2 -revision=1 +revision=2 wrksrc="pytest-timeout-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5251d03b283288cad33f906190bab3a120bbdbf9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:40 -0400 Subject: [PATCH 0856/1268] python3-pytest-subtests: rebuild for Python 3.10 --- srcpkgs/python3-pytest-subtests/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pytest-subtests/template b/srcpkgs/python3-pytest-subtests/template index d661679f345cc0..ca33ba8b7d58e8 100644 --- a/srcpkgs/python3-pytest-subtests/template +++ b/srcpkgs/python3-pytest-subtests/template @@ -1,7 +1,7 @@ # Template file for 'python3-pytest-subtests' pkgname=python3-pytest-subtests version=0.5.0 -revision=1 +revision=2 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From 1f49c8b26191261bf72cc5989e49f7ec0fc301f8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:40 -0400 Subject: [PATCH 0857/1268] python3-pytest-qt: rebuild for Python 3.10 --- srcpkgs/python3-pytest-qt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template index 1944d757e6f556..5b7e57435afc26 100644 --- a/srcpkgs/python3-pytest-qt/template +++ b/srcpkgs/python3-pytest-qt/template @@ -1,7 +1,7 @@ # Template file for 'python3-pytest-qt' pkgname=python3-pytest-qt version=3.3.0 -revision=3 +revision=4 wrksrc=pytest-qt-${version} build_style=python3-module hostmakedepends="python3-setuptools_scm" From b0c2242e00dc9e365a7b9c71124cfdfdbb377994 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:40 -0400 Subject: [PATCH 0858/1268] python3-pytest-mock: rebuild for Python 3.10 --- srcpkgs/python3-pytest-mock/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pytest-mock/template b/srcpkgs/python3-pytest-mock/template index 43ce2c8427035a..56d4cda8dc3455 100644 --- a/srcpkgs/python3-pytest-mock/template +++ b/srcpkgs/python3-pytest-mock/template @@ -1,7 +1,7 @@ # Template file for 'python3-pytest-mock' pkgname=python3-pytest-mock version=3.5.1 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3a819034c46fc8bc1ab769b016c480a71c27d9a6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:40 -0400 Subject: [PATCH 0859/1268] python3-pytest-httpserver: rebuild for Python 3.10 --- srcpkgs/python3-pytest-httpserver/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pytest-httpserver/template b/srcpkgs/python3-pytest-httpserver/template index 12afe88ffe07f8..931083244be03e 100644 --- a/srcpkgs/python3-pytest-httpserver/template +++ b/srcpkgs/python3-pytest-httpserver/template @@ -1,7 +1,7 @@ # Template file for 'python3-pytest-httpserver' pkgname=python3-pytest-httpserver version=1.0.1 -revision=1 +revision=2 wrksrc=pytest-httpserver-${version} build_style=python3-module hostmakedepends="python3-setuptools" From b23f8fd81220d580c7be16c7dbb0fc7b1e6d81b9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:40 -0400 Subject: [PATCH 0860/1268] python3-pytest-flake8: rebuild for Python 3.10 --- srcpkgs/python3-pytest-flake8/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pytest-flake8/template b/srcpkgs/python3-pytest-flake8/template index 701d19fad336be..e5d81277ac9a79 100644 --- a/srcpkgs/python3-pytest-flake8/template +++ b/srcpkgs/python3-pytest-flake8/template @@ -1,7 +1,7 @@ # Template file for 'python3-pytest-flake8' pkgname=python3-pytest-flake8 version=1.0.7 -revision=1 +revision=2 wrksrc=pytest-flake8-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 9acfac427f3a1f7d01c65f8791e18b096a156da1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:40 -0400 Subject: [PATCH 0861/1268] python3-pytest-fixture-config: rebuild for Python 3.10 --- srcpkgs/python3-pytest-fixture-config/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pytest-fixture-config/template b/srcpkgs/python3-pytest-fixture-config/template index d2a7beaae135f8..3c22c9f0fb4789 100644 --- a/srcpkgs/python3-pytest-fixture-config/template +++ b/srcpkgs/python3-pytest-fixture-config/template @@ -2,7 +2,7 @@ pkgname=python3-pytest-fixture-config _pkgname=${pkgname#*-} version=1.3.0 -revision=5 +revision=6 wrksrc="${_pkgname}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5d54486cd2923bb20695de60fdd04fbd6d5c7346 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:40 -0400 Subject: [PATCH 0862/1268] python3-pytest-cov: rebuild for Python 3.10 --- srcpkgs/python3-pytest-cov/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pytest-cov/template b/srcpkgs/python3-pytest-cov/template index 40c6f46098fe81..fcf45557bbf543 100644 --- a/srcpkgs/python3-pytest-cov/template +++ b/srcpkgs/python3-pytest-cov/template @@ -1,7 +1,7 @@ # Template file for 'python3-pytest-cov' pkgname=python3-pytest-cov version=2.12.1 -revision=1 +revision=2 wrksrc="pytest-cov-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 46328105c0284030927dacf3cf70030f3a05e343 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:39 -0400 Subject: [PATCH 0863/1268] python3-pytest-asyncio: rebuild for Python 3.10 --- srcpkgs/python3-pytest-asyncio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template index f9f70301536427..8c1dbdaf20c2e2 100644 --- a/srcpkgs/python3-pytest-asyncio/template +++ b/srcpkgs/python3-pytest-asyncio/template @@ -1,7 +1,7 @@ # Template file for 'python3-pytest-asyncio' pkgname=python3-pytest-asyncio version=0.14.0 -revision=1 +revision=2 wrksrc="pytest-asyncio-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 95df7e891e8b6c7ca3ab41dc4e9daef7091f4eac Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:39 -0400 Subject: [PATCH 0864/1268] python3-pytest-aiohttp: rebuild for Python 3.10 --- srcpkgs/python3-pytest-aiohttp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pytest-aiohttp/template b/srcpkgs/python3-pytest-aiohttp/template index b0a34b27ce70ba..0d88edc7edcef6 100644 --- a/srcpkgs/python3-pytest-aiohttp/template +++ b/srcpkgs/python3-pytest-aiohttp/template @@ -1,7 +1,7 @@ # Template file for 'python3-pytest-aiohttp' pkgname=python3-pytest-aiohttp version=0.3.0 -revision=1 +revision=2 wrksrc="pytest-aiohttp-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c481cbdd8a180d3374dcfcded3e8da3b24a17d4d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:39 -0400 Subject: [PATCH 0865/1268] python3-pytaglib: rebuild for Python 3.10 --- srcpkgs/python3-pytaglib/template | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pytaglib/template b/srcpkgs/python3-pytaglib/template index 98121d054b9c16..b398e0218f132d 100644 --- a/srcpkgs/python3-pytaglib/template +++ b/srcpkgs/python3-pytaglib/template @@ -1,10 +1,10 @@ # Template file for 'python3-pytaglib' pkgname=python3-pytaglib version=1.4.6 -revision=1 +revision=2 wrksrc="pytaglib-${version}" build_style=python3-module -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools python3-Cython" makedepends="python3-devel taglib-devel" short_desc="Python bindings for the TagLib C++ library" maintainer="Stefano Ragni " @@ -12,3 +12,9 @@ license="GPL-3.0-or-later" homepage="https://github.com/supermihi/pytaglib" distfiles="https://github.com/supermihi/pytaglib/archive/v${version}.tar.gz" checksum=360b12d5b4c948cebf75acf86fac6b33a3f044eab6fcfe8949a1cd0f9c22bd25 + +post_extract() { + # Make sure Cython generates an up-to-date source file + rm src/taglib.cpp + cythonize src/taglib.pyx +} From 0597ba9a40e1fca492aae53b0fb4fc514775ca58 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:38 -0400 Subject: [PATCH 0866/1268] python3-pysdl2: rebuild for Python 3.10 --- srcpkgs/python3-pysdl2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template index da6af540f98cbf..060b69dfc993ec 100644 --- a/srcpkgs/python3-pysdl2/template +++ b/srcpkgs/python3-pysdl2/template @@ -1,7 +1,7 @@ # Template file for 'python3-pysdl2' pkgname=python3-pysdl2 version=0.9.6 -revision=3 +revision=4 wrksrc="py-sdl2-rel_${version//./_}" build_style=python3-module pycompile_module="sdl2" From 8e6bf327cf6acffb5df685ff9f48e947dadf1513 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:38 -0400 Subject: [PATCH 0867/1268] python3-pyscss: rebuild for Python 3.10 --- srcpkgs/python3-pyscss/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyscss/template b/srcpkgs/python3-pyscss/template index 1dad6f1f4bc6df..b3b4ef468e2e60 100644 --- a/srcpkgs/python3-pyscss/template +++ b/srcpkgs/python3-pyscss/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyscss' pkgname=python3-pyscss version=1.3.7 -revision=3 +revision=4 wrksrc="pyScss-${version}" build_style=python3-module hostmakedepends="python3-setuptools pcre-devel" From 3528958b13cdbf4463e2200a52ee54509fb8a247 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:38 -0400 Subject: [PATCH 0868/1268] python3-pyqtgraph: rebuild for Python 3.10 --- srcpkgs/python3-pyqtgraph/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyqtgraph/template b/srcpkgs/python3-pyqtgraph/template index 89c3e582d1dbec..ac1a599fb6d957 100644 --- a/srcpkgs/python3-pyqtgraph/template +++ b/srcpkgs/python3-pyqtgraph/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyqtgraph' pkgname=python3-pyqtgraph version=0.11.1 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}" build_style=python3-module make_install_args="--no-compile" From 4f472aba7399dafa4cdf3eae6d07e3cd0bf24c61 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:37 -0400 Subject: [PATCH 0869/1268] python3-pyqt6-networkauth: rebuild for Python 3.10 --- srcpkgs/python3-pyqt6-networkauth/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyqt6-networkauth/template b/srcpkgs/python3-pyqt6-networkauth/template index e5142193c69e0d..ec12b9491d6e2f 100644 --- a/srcpkgs/python3-pyqt6-networkauth/template +++ b/srcpkgs/python3-pyqt6-networkauth/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyqt6-networkauth' pkgname=python3-pyqt6-networkauth version=6.1.1 -revision=1 +revision=2 wrksrc=PyQt6_NetworkAuth-$version build_style=sip-build hostmakedepends="python3-pyqt6-network-devel qt6-networkauth-devel From 994e15459f351bbfa616ff05618ec7807884f37c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:37 -0400 Subject: [PATCH 0870/1268] python3-pyqt6-charts: rebuild for Python 3.10 --- srcpkgs/python3-pyqt6-charts/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyqt6-charts/template b/srcpkgs/python3-pyqt6-charts/template index 17a6c1334a96d1..a186b2a04f5d10 100644 --- a/srcpkgs/python3-pyqt6-charts/template +++ b/srcpkgs/python3-pyqt6-charts/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyqt6-charts' pkgname=python3-pyqt6-charts version=6.1.1 -revision=1 +revision=2 wrksrc=PyQt6_Charts-$version build_style=sip-build hostmakedepends="qt6-charts-devel python3-pyqt6-widgets-devel From 2095878bed6dae6522197410ceedea83b1cf55c7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:37 -0400 Subject: [PATCH 0871/1268] python3-pyqt6-3d: rebuild for Python 3.10 --- srcpkgs/python3-pyqt6-3d/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyqt6-3d/template b/srcpkgs/python3-pyqt6-3d/template index 3986b2a419346a..7e22e6371aabf1 100644 --- a/srcpkgs/python3-pyqt6-3d/template +++ b/srcpkgs/python3-pyqt6-3d/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyqt6-3d' pkgname=python3-pyqt6-3d version=6.1.1 -revision=1 +revision=2 wrksrc=PyQt6_3D-$version build_style=sip-build hostmakedepends="python3-pyqt6-gui-devel qt6-3d-devel From f16a10060a29aadedea4254de54604bf2e5423a9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:37 -0400 Subject: [PATCH 0872/1268] python3-pyperclip: rebuild for Python 3.10 --- srcpkgs/python3-pyperclip/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyperclip/template b/srcpkgs/python3-pyperclip/template index 510e462b103df1..fe8e5095fa4305 100644 --- a/srcpkgs/python3-pyperclip/template +++ b/srcpkgs/python3-pyperclip/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyperclip' pkgname=python3-pyperclip version=1.8.1 -revision=1 +revision=2 wrksrc=pyperclip-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 44394a637a6e7b5a7179451c4b38105c15914038 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:36 -0400 Subject: [PATCH 0873/1268] python3-pyopencl: rebuild for Python 3.10, update to 2021.2.8. --- srcpkgs/python3-pyopencl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template index 8330c1b41cf10b..bd6fbdd3e632ce 100644 --- a/srcpkgs/python3-pyopencl/template +++ b/srcpkgs/python3-pyopencl/template @@ -1,6 +1,6 @@ # Template file for 'python3-pyopencl' pkgname=python3-pyopencl -version=2021.2.6 +version=2021.2.8 revision=1 wrksrc=${pkgname#*-}-${version} build_style=python3-module @@ -12,7 +12,7 @@ maintainer="Andrew J. Hesford " license="X11, Apache-2.0, BSD-3-Clause" homepage="https://mathema.tician.de/software/pyopencl" distfiles="${PYPI_SITE}/p/pyopencl/pyopencl-${version}.tar.gz" -checksum=df208546d28a3274ba7b554d50643ed1e393b8f3f75a43b24b83d3ee76597587 +checksum=15809b5d2b9a86ad01e31d176c00415436805ac884c4d197d9263bfe98280d76 do_configure() { ./configure.py --cl-inc-dir=${XBPS_CROSS_BASE}/usr/include \ From 141431908a577dfcc885fafb76f67c4684e8662e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:36 -0400 Subject: [PATCH 0874/1268] python3-pylru: rebuild for Python 3.10 --- srcpkgs/python3-pylru/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template index 08758701c6b834..a44b59ad271492 100644 --- a/srcpkgs/python3-pylru/template +++ b/srcpkgs/python3-pylru/template @@ -1,7 +1,7 @@ # Template file for 'python3-pylru' pkgname=python3-pylru version=1.2.0 -revision=2 +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 98a5a27099a011795d944bd98e92e0a9ccf3e8f9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:36 -0400 Subject: [PATCH 0875/1268] python3-pylibgen: rebuild for Python 3.10 --- srcpkgs/python3-pylibgen/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template index 4d77619ae935da..dcae865ad1a11b 100644 --- a/srcpkgs/python3-pylibgen/template +++ b/srcpkgs/python3-pylibgen/template @@ -1,7 +1,7 @@ # Template file for 'python3-pylibgen' pkgname=python3-pylibgen version=2.0.2 -revision=2 +revision=3 wrksrc="pylibgen-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7e49373942423540b8a8e2187541bf50abdf01f6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:35 -0400 Subject: [PATCH 0876/1268] python3-pyinfra: rebuild for Python 3.10 --- srcpkgs/python3-pyinfra/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyinfra/template b/srcpkgs/python3-pyinfra/template index 7f92b2aa50b3c4..118590b5fdea8a 100644 --- a/srcpkgs/python3-pyinfra/template +++ b/srcpkgs/python3-pyinfra/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyinfra' pkgname=python3-pyinfra version=1.4.16 -revision=1 +revision=2 wrksrc="pyinfra-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0b338d528e58c47a5aaad7a4af3c3991a9c6306d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:33 -0400 Subject: [PATCH 0877/1268] python3-pyacoustid: rebuild for Python 3.10 --- srcpkgs/python3-pyacoustid/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template index 8673b26e75cdd1..6e6f4f8c70cc94 100644 --- a/srcpkgs/python3-pyacoustid/template +++ b/srcpkgs/python3-pyacoustid/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyacoustid' pkgname=python3-pyacoustid version=1.2.0 -revision=1 +revision=2 wrksrc="pyacoustid-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From aa2187832e66d746970a919cba02b58e6ddd0e4b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:33 -0400 Subject: [PATCH 0878/1268] python3-pyFFTW: rebuild for Python 3.10 --- srcpkgs/python3-pyFFTW/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyFFTW/template b/srcpkgs/python3-pyFFTW/template index 7b322145956077..2d66551276300a 100644 --- a/srcpkgs/python3-pyFFTW/template +++ b/srcpkgs/python3-pyFFTW/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyFFTW' pkgname=python3-pyFFTW version=0.12.0 -revision=2 +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython python3-numpy" From 5cac272d154862476e9a096e1f5d8b3c4b87c13b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:32 -0400 Subject: [PATCH 0879/1268] python3-pwntools: rebuild for Python 3.10 --- srcpkgs/python3-pwntools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pwntools/template b/srcpkgs/python3-pwntools/template index 89fee2e5995b03..8c0e33fa27496b 100644 --- a/srcpkgs/python3-pwntools/template +++ b/srcpkgs/python3-pwntools/template @@ -1,7 +1,7 @@ # Template file for 'python3-pwntools' pkgname=python3-pwntools version=4.6.0 -revision=1 +revision=2 wrksrc="pwntools-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ae393e09a1bfae28803ef1f4004ce4dc67140ef7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:31 -0400 Subject: [PATCH 0880/1268] python3-proselint: rebuild for Python 3.10 --- srcpkgs/python3-proselint/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-proselint/template b/srcpkgs/python3-proselint/template index 3a35c6998615bc..ed0008cfbed074 100644 --- a/srcpkgs/python3-proselint/template +++ b/srcpkgs/python3-proselint/template @@ -1,7 +1,7 @@ # Template file for 'python3-proselint' pkgname=python3-proselint version=0.10.2 -revision=4 +revision=5 wrksrc="proselint-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5a5367fe8ea11fae7a638464c80514327bb3fa81 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:31 -0400 Subject: [PATCH 0881/1268] python3-progress: rebuild for Python 3.10 --- srcpkgs/python3-progress/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-progress/template b/srcpkgs/python3-progress/template index ee6b3ffc932e7e..a476543883067b 100644 --- a/srcpkgs/python3-progress/template +++ b/srcpkgs/python3-progress/template @@ -1,7 +1,7 @@ # Template file for 'python3-progress' pkgname=python3-progress version=1.5 -revision=4 +revision=5 wrksrc="progress-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From adccdd1954433119a4d99f29bfa55b4aeb2a0f1f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:30 -0400 Subject: [PATCH 0882/1268] python3-prctl: rebuild for Python 3.10 --- srcpkgs/python3-prctl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-prctl/template b/srcpkgs/python3-prctl/template index 358d89bc230ec6..c2c4fc00475afd 100644 --- a/srcpkgs/python3-prctl/template +++ b/srcpkgs/python3-prctl/template @@ -1,7 +1,7 @@ # Template file for 'python3-prctl' pkgname=python3-prctl version=1.7 -revision=6 +revision=7 wrksrc=python-prctl-$version build_style=python3-module hostmakedepends="python3-setuptools libcap-devel" From 61db183bbc3e4b0a70c21514f2f3a37b8827eb66 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:30 -0400 Subject: [PATCH 0883/1268] python3-polib: rebuild for Python 3.10 --- srcpkgs/python3-polib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-polib/template b/srcpkgs/python3-polib/template index 593cdd9703fd8b..6a52010be805fd 100644 --- a/srcpkgs/python3-polib/template +++ b/srcpkgs/python3-polib/template @@ -1,7 +1,7 @@ # Template file for 'python3-polib' pkgname=python3-polib version=1.1.0 -revision=4 +revision=5 wrksrc="polib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2e593eff2afa8f3aae517c0636e62e1d719c88bf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:29 -0400 Subject: [PATCH 0884/1268] python3-plotly: rebuild for Python 3.10 --- srcpkgs/python3-plotly/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template index dde1b2c252265b..69b71ae3bb79fb 100644 --- a/srcpkgs/python3-plotly/template +++ b/srcpkgs/python3-plotly/template @@ -1,7 +1,7 @@ # Template file for 'python3-plotly' pkgname=python3-plotly version=4.14.3 -revision=1 +revision=2 wrksrc="plotly-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 734505695dab6cc19e3decbbf8ead07ad2a1f73a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:29 -0400 Subject: [PATCH 0885/1268] python3-pkginfo: rebuild for Python 3.10 --- srcpkgs/python3-pkginfo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template index cedc96de269e3b..aa1d7c1f362b14 100644 --- a/srcpkgs/python3-pkginfo/template +++ b/srcpkgs/python3-pkginfo/template @@ -1,7 +1,7 @@ # Template file for 'python3-pkginfo' pkgname=python3-pkginfo version=1.5.0.1 -revision=3 +revision=4 wrksrc=pkginfo-${version} build_style=python3-module depends="python3" From f8ec7c8606da85d356cde51a5f4e507c57d3863d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:29 -0400 Subject: [PATCH 0886/1268] python3-pipx: rebuild for Python 3.10 --- srcpkgs/python3-pipx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pipx/template b/srcpkgs/python3-pipx/template index 2aca6075eca826..c9b4d8eaccee39 100644 --- a/srcpkgs/python3-pipx/template +++ b/srcpkgs/python3-pipx/template @@ -1,7 +1,7 @@ # Template file for 'python3-pipx' pkgname=python3-pipx version=0.16.4 -revision=1 +revision=2 wrksrc="pipx-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 84cba9e0fd4560da3e7f2b013248fdabb9651347 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:28 -0400 Subject: [PATCH 0887/1268] python3-pipenv: rebuild for Python 3.10 --- srcpkgs/python3-pipenv/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template index 0bad98cbc062b3..1509cdd1c83c35 100644 --- a/srcpkgs/python3-pipenv/template +++ b/srcpkgs/python3-pipenv/template @@ -1,7 +1,7 @@ # Template file for 'python3-pipenv' pkgname=python3-pipenv version=2021.5.29 -revision=1 +revision=2 wrksrc="pipenv-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b5b8f347ff5db2f1ce27e3fcfef59a296f986578 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:28 -0400 Subject: [PATCH 0888/1268] python3-picamera: rebuild for Python 3.10 --- srcpkgs/python3-picamera/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-picamera/template b/srcpkgs/python3-picamera/template index bfbbfb2b2b2b86..1d33101bec5ffd 100644 --- a/srcpkgs/python3-picamera/template +++ b/srcpkgs/python3-picamera/template @@ -1,7 +1,7 @@ # Template file for 'python3-picamera' pkgname=python3-picamera version=1.13 -revision=4 +revision=5 wrksrc="picamera-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 38bb54343333c272fb660039c9553ef99afa8932 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:27 -0400 Subject: [PATCH 0889/1268] python3-pgzero: rebuild for Python 3.10 --- srcpkgs/python3-pgzero/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template index b9be3f993aff13..d3ec7de01e3324 100644 --- a/srcpkgs/python3-pgzero/template +++ b/srcpkgs/python3-pgzero/template @@ -1,7 +1,7 @@ # Template file for 'python3-pgzero' pkgname=python3-pgzero version=1.2.1 -revision=1 +revision=2 wrksrc="pgzero-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1310403f24039f8cfa430f20af646624ce328450 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:27 -0400 Subject: [PATCH 0890/1268] python3-pgmigrate: rebuild for Python 3.10 --- srcpkgs/python3-pgmigrate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pgmigrate/template b/srcpkgs/python3-pgmigrate/template index 3b459536e8de2d..ef474cc7167c45 100644 --- a/srcpkgs/python3-pgmigrate/template +++ b/srcpkgs/python3-pgmigrate/template @@ -1,7 +1,7 @@ # Template file for 'python3-pgmigrate' pkgname=python3-pgmigrate version=1.0.5 -revision=4 +revision=5 wrksrc="pgmigrate-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 64e371b810624584db86f5858a80b2d8e0c47392 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:27 -0400 Subject: [PATCH 0891/1268] python3-perf: rebuild for Python 3.10 --- srcpkgs/python3-perf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template index 40918d7d97afa5..670faf249682d6 100644 --- a/srcpkgs/python3-perf/template +++ b/srcpkgs/python3-perf/template @@ -1,7 +1,7 @@ # Template file for 'python3-perf' pkgname=python3-perf version=1.7.0 -revision=2 +revision=3 wrksrc="pyperf-${version}" build_style=python3-module pycompile_module="pyperf" From b817875a476b5accdcdadca86d8a729091f5756c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:26 -0400 Subject: [PATCH 0892/1268] python3-pbkdf2: rebuild for Python 3.10 --- srcpkgs/python3-pbkdf2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pbkdf2/template b/srcpkgs/python3-pbkdf2/template index 7be3e926b7189a..58b8cb737808f4 100644 --- a/srcpkgs/python3-pbkdf2/template +++ b/srcpkgs/python3-pbkdf2/template @@ -1,7 +1,7 @@ # Template file for 'python3-pbkdf2' pkgname=python3-pbkdf2 version=1.3 -revision=6 +revision=7 wrksrc="pbkdf2-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 03471f20fc12721a1784525d6c2c91c2d4ce918b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:25 -0400 Subject: [PATCH 0893/1268] python3-parameterized: rebuild for Python 3.10 --- srcpkgs/python3-parameterized/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-parameterized/template b/srcpkgs/python3-parameterized/template index 28d978fa18d214..0d3ae2f344998c 100644 --- a/srcpkgs/python3-parameterized/template +++ b/srcpkgs/python3-parameterized/template @@ -1,7 +1,7 @@ # Template file for 'python3-parameterized' pkgname=python3-parameterized version=0.8.1 -revision=1 +revision=2 wrksrc="parameterized-${version}" build_style=python3-module make_check_target=nosetests From 13c21dfe9cbbc9f687bd00c34ae27039d404784c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:24 -0400 Subject: [PATCH 0894/1268] python3-pandas-msgpack: rebuild for Python 3.10 --- srcpkgs/python3-pandas-msgpack/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pandas-msgpack/template b/srcpkgs/python3-pandas-msgpack/template index f084c711e78f0c..e343d1801f213e 100644 --- a/srcpkgs/python3-pandas-msgpack/template +++ b/srcpkgs/python3-pandas-msgpack/template @@ -1,7 +1,7 @@ # Template file for 'python3-pandas-msgpack' pkgname=python3-pandas-msgpack version=0.1.5 -revision=2 +revision=3 wrksrc="pandas-msgpack" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython" From ee4eb34dbcdedcd4a6e595e962c82a19dfdbce9d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:23 -0400 Subject: [PATCH 0895/1268] python3-owm: rebuild for Python 3.10 --- srcpkgs/python3-owm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template index 3ee67ad0b48199..508235eca23ed1 100644 --- a/srcpkgs/python3-owm/template +++ b/srcpkgs/python3-owm/template @@ -1,7 +1,7 @@ # Template file for 'python3-owm' pkgname=python3-owm version=2.10 -revision=3 +revision=4 wrksrc="pyowm-${version}" build_style=python3-module pycompile_module="pyowm" From 3f59fac1d8754c1e312b9a9014bfbe5e69b98073 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:23 -0400 Subject: [PATCH 0896/1268] python3-orocos-kdl: rebuild for Python 3.10 --- srcpkgs/python3-orocos-kdl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-orocos-kdl/template b/srcpkgs/python3-orocos-kdl/template index 281ea8978c5fc9..1c4f9d92ed892b 100644 --- a/srcpkgs/python3-orocos-kdl/template +++ b/srcpkgs/python3-orocos-kdl/template @@ -1,7 +1,7 @@ # Template file for 'python3-orocos-kdl' pkgname=python3-orocos-kdl version=1.4.0 -revision=3 +revision=4 wrksrc=orocos_kinematics_dynamics-${version} build_wrksrc=python_orocos_kdl build_style=cmake From 74c3fc16984cdafa28ffcdb548cbfd005e584fc1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:23 -0400 Subject: [PATCH 0897/1268] python3-opcua: rebuild for Python 3.10 --- srcpkgs/python3-opcua/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-opcua/template b/srcpkgs/python3-opcua/template index f31b9971db6652..e91465e4a7aaeb 100644 --- a/srcpkgs/python3-opcua/template +++ b/srcpkgs/python3-opcua/template @@ -1,7 +1,7 @@ # Template file for 'python3-opcua' pkgname=python3-opcua version=0.98.13 -revision=1 +revision=2 wrksrc="opcua-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 673c9fc9f1437999145b41598582848f3183a598 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:22 -0400 Subject: [PATCH 0898/1268] python3-occ: rebuild for Python 3.10 --- srcpkgs/python3-occ/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-occ/template b/srcpkgs/python3-occ/template index 3ea0ef5e638736..ce12d2c0665606 100644 --- a/srcpkgs/python3-occ/template +++ b/srcpkgs/python3-occ/template @@ -1,7 +1,7 @@ # Template file for 'python3-occ' pkgname=python3-occ version=7.4.1 -revision=1 +revision=2 archs="i686* x86_64* armv7l* aarch64* ppc*" wrksrc="pythonocc-core-${version}" build_style=cmake From 318981bd05e2571b62534de42e28972287c07003 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:21 -0400 Subject: [PATCH 0899/1268] python3-ntplib: rebuild for Python 3.10 --- srcpkgs/python3-ntplib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ntplib/template b/srcpkgs/python3-ntplib/template index 6de96f22702f10..6947b4c930793c 100644 --- a/srcpkgs/python3-ntplib/template +++ b/srcpkgs/python3-ntplib/template @@ -1,7 +1,7 @@ # Template file for 'python3-ntplib' pkgname=python3-ntplib version=0.3.4 -revision=2 +revision=3 wrksrc="ntplib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5af0510e2dc7b9d581dbfb18df663fe5af0499c9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:21 -0400 Subject: [PATCH 0900/1268] python3-npyscreen: rebuild for Python 3.10 --- srcpkgs/python3-npyscreen/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-npyscreen/template b/srcpkgs/python3-npyscreen/template index 1ecfe7c3bda80b..213b843c9b9c75 100644 --- a/srcpkgs/python3-npyscreen/template +++ b/srcpkgs/python3-npyscreen/template @@ -1,7 +1,7 @@ # Template file for 'python3-npyscreen' pkgname=python3-npyscreen version=4.10.5.1 -revision=4 +revision=5 wrksrc="npyscreen-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b3ec1a8a911c7ed61cc9193b258693ba6344df0e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:21 -0400 Subject: [PATCH 0901/1268] python3-nose-random: rebuild for Python 3.10 --- srcpkgs/python3-nose-random/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-nose-random/template b/srcpkgs/python3-nose-random/template index 5cace38cb89c5c..83bd101cc6e153 100644 --- a/srcpkgs/python3-nose-random/template +++ b/srcpkgs/python3-nose-random/template @@ -1,7 +1,7 @@ # Template file for 'python3-nose-random' pkgname=python3-nose-random version=1.0.0 -revision=3 +revision=4 wrksrc="nose-random-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 21e60c7b337911e9a9fd1d631115d11c1fbf2258 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:20 -0400 Subject: [PATCH 0902/1268] python3-ndg_httpsclient: rebuild for Python 3.10 --- srcpkgs/python3-ndg_httpsclient/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ndg_httpsclient/template b/srcpkgs/python3-ndg_httpsclient/template index 03c0861f8d9bf1..d0c5563a6799a6 100644 --- a/srcpkgs/python3-ndg_httpsclient/template +++ b/srcpkgs/python3-ndg_httpsclient/template @@ -1,7 +1,7 @@ # Template file for 'python3-ndg_httpsclient' pkgname=python3-ndg_httpsclient version=0.5.1 -revision=4 +revision=5 wrksrc="ndg_httpsclient-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 68e1e1e8419a9bfc44f78a21b802a48deaac36d5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:19 -0400 Subject: [PATCH 0903/1268] python3-namedlist: rebuild for Python 3.10 --- srcpkgs/python3-namedlist/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-namedlist/template b/srcpkgs/python3-namedlist/template index 0ecdcafe87354e..d113a3fea03625 100644 --- a/srcpkgs/python3-namedlist/template +++ b/srcpkgs/python3-namedlist/template @@ -1,7 +1,7 @@ # Template file for 'python3-namedlist' pkgname=python3-namedlist version=1.8 -revision=3 +revision=4 wrksrc="namedlist-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 56042f587ed42f659bddf9f275294bc9c87a400e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:19 -0400 Subject: [PATCH 0904/1268] python3-mysqlclient: rebuild for Python 3.10 --- srcpkgs/python3-mysqlclient/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mysqlclient/template b/srcpkgs/python3-mysqlclient/template index 14d7c703a49e6d..2bdab21f9a4145 100644 --- a/srcpkgs/python3-mysqlclient/template +++ b/srcpkgs/python3-mysqlclient/template @@ -1,7 +1,7 @@ # Template file for 'python3-mysqlclient' pkgname=python3-mysqlclient version=1.3.14 -revision=6 +revision=7 wrksrc="mysqlclient-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From fc1e29c154b2931c5e08472a8a88a631980d769c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:19 -0400 Subject: [PATCH 0905/1268] python3-mypy: rebuild for Python 3.10 --- srcpkgs/python3-mypy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template index 185f9d93e708bc..2464bbe3825c91 100644 --- a/srcpkgs/python3-mypy/template +++ b/srcpkgs/python3-mypy/template @@ -1,7 +1,7 @@ # Template file for 'python3-mypy' pkgname=python3-mypy version=0.910 -revision=1 +revision=2 wrksrc="mypy-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx" From 73ff6a6af5878df2e5ea88cfc8211c96a32f138e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:18 -0400 Subject: [PATCH 0906/1268] python3-mtranslate: rebuild for Python 3.10 --- srcpkgs/python3-mtranslate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mtranslate/template b/srcpkgs/python3-mtranslate/template index fe4beff74874f4..f451586449fc0e 100644 --- a/srcpkgs/python3-mtranslate/template +++ b/srcpkgs/python3-mtranslate/template @@ -1,7 +1,7 @@ # Template file for 'python3-mtranslate' pkgname=python3-mtranslate version=1.8 -revision=1 +revision=2 wrksrc="mtranslate-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ea2cc5d793d2be446b79106c578ef22aecbcb713 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:17 -0400 Subject: [PATCH 0907/1268] python3-mpi4py: rebuild for Python 3.10 --- srcpkgs/python3-mpi4py/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template index 200b41358511d5..de6c347721a4ed 100644 --- a/srcpkgs/python3-mpi4py/template +++ b/srcpkgs/python3-mpi4py/template @@ -1,7 +1,7 @@ # Template file for 'python3-mpi4py' pkgname=python3-mpi4py version=3.0.3 -revision=2 +revision=3 wrksrc="mpi4py-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi" From 94e488b0a5ce8d088e0d27c066b87ceedbfc4c3f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:17 -0400 Subject: [PATCH 0908/1268] python3-mpdnotify: rebuild for Python 3.10 --- srcpkgs/python3-mpdnotify/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mpdnotify/template b/srcpkgs/python3-mpdnotify/template index 4943cecd06ea59..c8ed179dff7afa 100644 --- a/srcpkgs/python3-mpdnotify/template +++ b/srcpkgs/python3-mpdnotify/template @@ -1,7 +1,7 @@ # Template file for 'python3-mpdnotify' pkgname=python3-mpdnotify version=1.0 -revision=2 +revision=3 wrksrc=mpdnotify-${version} build_style=python3-module hostmakedepends="python3-setuptools python3-Pillow python3-mpd2" From dd1ed3b62118f3d1d19300a2cd2a471f7f673c4b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:17 -0400 Subject: [PATCH 0909/1268] python3-mock: rebuild for Python 3.10 --- srcpkgs/python3-mock/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template index 4c86c018bb1d54..3f1939070f9af6 100644 --- a/srcpkgs/python3-mock/template +++ b/srcpkgs/python3-mock/template @@ -1,7 +1,7 @@ # Template file for 'python3-mock' pkgname=python3-mock version=4.0.3 -revision=1 +revision=2 wrksrc="mock-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5e733a47d7df333c1d234a893d4486ddb4bce66a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:16 -0400 Subject: [PATCH 0910/1268] python3-misaka: rebuild for Python 3.10 --- srcpkgs/python3-misaka/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-misaka/template b/srcpkgs/python3-misaka/template index 05530b99c4663d..cc1f2ef1f4ff57 100644 --- a/srcpkgs/python3-misaka/template +++ b/srcpkgs/python3-misaka/template @@ -1,7 +1,7 @@ # Template file for 'python3-misaka' pkgname=python3-misaka version=2.1.1 -revision=2 +revision=3 wrksrc=misaka-${version} build_style=python3-module hostmakedepends="python3-setuptools python3-cffi" From 4817b2fdefa7cf122af447546c93d19565a471ad Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:16 -0400 Subject: [PATCH 0911/1268] python3-miniupnpc: rebuild for Python 3.10 --- srcpkgs/python3-miniupnpc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-miniupnpc/template b/srcpkgs/python3-miniupnpc/template index e048910b4e5aa5..2a008ff2a5ee5d 100644 --- a/srcpkgs/python3-miniupnpc/template +++ b/srcpkgs/python3-miniupnpc/template @@ -1,7 +1,7 @@ # Template file for 'python3-miniupnpc' pkgname=python3-miniupnpc version=2.0.2 -revision=5 +revision=6 wrksrc="miniupnpc-$version" build_style=python3-module hostmakedepends="python3-setuptools" From 98a8bfcabf2c710daf9437a7b2d8b65353531eec Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:15 -0400 Subject: [PATCH 0912/1268] python3-marisa-trie: rebuild for Python 3.10 --- srcpkgs/python3-marisa-trie/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-marisa-trie/template b/srcpkgs/python3-marisa-trie/template index 9b4d15dbffa0dc..4a8b814b233862 100644 --- a/srcpkgs/python3-marisa-trie/template +++ b/srcpkgs/python3-marisa-trie/template @@ -1,7 +1,7 @@ # Template file for 'python3-marisa-trie' pkgname=python3-marisa-trie version=0.7.5 -revision=6 +revision=7 wrksrc="marisa-trie-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython" From 60b5f6f48f7663c11a1a5230823e5f2ff8c1509f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:15 -0400 Subject: [PATCH 0913/1268] python3-makefun: rebuild for Python 3.10 --- srcpkgs/python3-makefun/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-makefun/template b/srcpkgs/python3-makefun/template index 53aadca57ec378..c75274813b3105 100644 --- a/srcpkgs/python3-makefun/template +++ b/srcpkgs/python3-makefun/template @@ -1,7 +1,7 @@ # Template file for 'python3-makefun' pkgname=python3-makefun version=1.11.3 -revision=1 +revision=2 wrksrc=makefun-${version} build_style=python3-module hostmakedepends="python3-setuptools_scm" From a6ea8c514cbe70b6884331ecc4f217d58fdc18fe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:14 -0400 Subject: [PATCH 0914/1268] python3-macholib: rebuild for Python 3.10 --- srcpkgs/python3-macholib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template index 03ac5ff6dc628e..a498465cb3d408 100644 --- a/srcpkgs/python3-macholib/template +++ b/srcpkgs/python3-macholib/template @@ -1,7 +1,7 @@ # Template file for 'python3-macholib' pkgname=python3-macholib version=1.14 -revision=2 +revision=3 wrksrc="macholib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2b5cddf5f91ea0bc0f78483eeff52ceebaefa7e4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:13 -0400 Subject: [PATCH 0915/1268] python3-libevdev: rebuild for Python 3.10 --- srcpkgs/python3-libevdev/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-libevdev/template b/srcpkgs/python3-libevdev/template index db27d9d67b8c06..6b0a293015c2f3 100644 --- a/srcpkgs/python3-libevdev/template +++ b/srcpkgs/python3-libevdev/template @@ -1,7 +1,7 @@ # Template file for 'python3-libevdev' pkgname=python3-libevdev version=0.9 -revision=2 +revision=3 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e wrksrc="python-libevdev-${version}-${_githash}" build_style=python3-module From 55808b57ff76db594db96457df0f85b75459f26d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:13 -0400 Subject: [PATCH 0916/1268] python3-ldap: rebuild for Python 3.10 --- srcpkgs/python3-ldap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ldap/template b/srcpkgs/python3-ldap/template index eae718b30d3413..a9cc4feab12dd7 100644 --- a/srcpkgs/python3-ldap/template +++ b/srcpkgs/python3-ldap/template @@ -2,7 +2,7 @@ pkgname=python3-ldap _pkgname=python-ldap version=3.2.0 -revision=3 +revision=4 wrksrc=$_pkgname-$version build_style=python3-module hostmakedepends="python3-setuptools" From 3ab7c11c0c1ba3ff15e59b7bf4598e639fec0329 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:12 -0400 Subject: [PATCH 0917/1268] python3-language-server: rebuild for Python 3.10 --- srcpkgs/python3-language-server/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template index 355a49e1f5fcb2..83332ba10f9436 100644 --- a/srcpkgs/python3-language-server/template +++ b/srcpkgs/python3-language-server/template @@ -1,7 +1,7 @@ # Template file for 'python3-language-server' pkgname=python3-language-server version=0.36.1 -revision=2 +revision=3 wrksrc="${pkgname/3}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 40100922d3cbb9e959c9579e1a1088cff32c07ca Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:12 -0400 Subject: [PATCH 0918/1268] python3-keyrings-alt: rebuild for Python 3.10 --- srcpkgs/python3-keyrings-alt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template index 4b095f436d7827..284df047988d02 100644 --- a/srcpkgs/python3-keyrings-alt/template +++ b/srcpkgs/python3-keyrings-alt/template @@ -1,7 +1,7 @@ # Template file for 'python3-keyrings-alt' pkgname=python3-keyrings-alt version=4.1.0 -revision=1 +revision=2 wrksrc="keyrings.alt-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From 3949576e882715626afce27981413d6896f52716 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:11 -0400 Subject: [PATCH 0919/1268] python3-jupyter_qtconsole: rebuild for Python 3.10 --- srcpkgs/python3-jupyter_qtconsole/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template index e7c63cc2021820..d9b3198dbcf307 100644 --- a/srcpkgs/python3-jupyter_qtconsole/template +++ b/srcpkgs/python3-jupyter_qtconsole/template @@ -1,7 +1,7 @@ # Template file for 'python3-jupyter_qtconsole' pkgname=python3-jupyter_qtconsole version=4.7.1 -revision=2 +revision=3 wrksrc="qtconsole-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9057ee7ff0c8763c55bdbf5840c874103c277fbc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:10 -0400 Subject: [PATCH 0920/1268] python3-jupyter: rebuild for Python 3.10 --- srcpkgs/python3-jupyter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jupyter/template b/srcpkgs/python3-jupyter/template index b17bd1020c9b2d..d5e70b38a3f4ef 100644 --- a/srcpkgs/python3-jupyter/template +++ b/srcpkgs/python3-jupyter/template @@ -3,7 +3,7 @@ # THIS PACKAGE WAS SPLIT FROM python3-jupyter_core TO AVOID A DEPENDENCY CYCLE pkgname=python3-jupyter version=4.7.1 -revision=1 +revision=2 build_style=meta depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets" short_desc="Jupyter metapackage for Void Linux" From 12b969df0f8038d804e7a2793cac36d1acfd33d2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:09 -0400 Subject: [PATCH 0921/1268] python3-jsonpointer: rebuild for Python 3.10 --- srcpkgs/python3-jsonpointer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jsonpointer/template b/srcpkgs/python3-jsonpointer/template index 0b88878f6907ab..a0797a11d48e99 100644 --- a/srcpkgs/python3-jsonpointer/template +++ b/srcpkgs/python3-jsonpointer/template @@ -1,7 +1,7 @@ # Template file for 'python3-jsonpointer' pkgname=python3-jsonpointer version=2.0 -revision=4 +revision=5 wrksrc="jsonpointer-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f4720b63f903410a200de425fee596a2e2c1c3aa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:07 -0400 Subject: [PATCH 0922/1268] python3-iwlib: rebuild for Python 3.10 --- srcpkgs/python3-iwlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-iwlib/template b/srcpkgs/python3-iwlib/template index d917c972e78902..19999bb33917c0 100644 --- a/srcpkgs/python3-iwlib/template +++ b/srcpkgs/python3-iwlib/template @@ -1,7 +1,7 @@ # Template file for 'python3-iwlib' pkgname=python3-iwlib version=1.7.0 -revision=5 +revision=6 wrksrc="iwlib-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-cffi" From ecfa3d259634db8baffbdafc4c1c98f131589820 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:06 -0400 Subject: [PATCH 0923/1268] python3-irc: rebuild for Python 3.10 --- srcpkgs/python3-irc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template index 2acc061017f004..053010a62b7cb2 100644 --- a/srcpkgs/python3-irc/template +++ b/srcpkgs/python3-irc/template @@ -1,7 +1,7 @@ # Template file for 'python3-irc' pkgname=python3-irc version=17.1 -revision=4 +revision=5 wrksrc="irc-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From 1abd1fe56db694dece445c9209f990c12d846b6e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:06 -0400 Subject: [PATCH 0924/1268] python3-iptools: rebuild for Python 3.10 --- srcpkgs/python3-iptools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-iptools/template b/srcpkgs/python3-iptools/template index 4ea709ead3227b..2b6bd09af4b770 100644 --- a/srcpkgs/python3-iptools/template +++ b/srcpkgs/python3-iptools/template @@ -1,7 +1,7 @@ # Template file for 'python3-iptools' pkgname=python3-iptools version=0.7.0 -revision=4 +revision=5 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1afa75cfb6469cf8c70a0ac7ec685f82a1b21ba8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:05 -0400 Subject: [PATCH 0925/1268] python3-influxdb: rebuild for Python 3.10 --- srcpkgs/python3-influxdb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template index 39f3a8836531f9..2ce98b09f3bced 100644 --- a/srcpkgs/python3-influxdb/template +++ b/srcpkgs/python3-influxdb/template @@ -1,7 +1,7 @@ # Template file for 'python3-influxdb' pkgname=python3-influxdb version=5.3.1 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools python-setuptools" From 8c8faccf91a2cd0745f51dda7eeef797d4c73b9a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:04 -0400 Subject: [PATCH 0926/1268] python3-hypothesis: rebuild for Python 3.10, update to 6.23.0. --- srcpkgs/python3-hypothesis/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-hypothesis/template b/srcpkgs/python3-hypothesis/template index db3612524cda17..a47c101a28d132 100644 --- a/srcpkgs/python3-hypothesis/template +++ b/srcpkgs/python3-hypothesis/template @@ -1,6 +1,6 @@ # Template file for 'python3-hypothesis' pkgname=python3-hypothesis -version=6.21.0 +version=6.23.0 revision=1 wrksrc="hypothesis-hypothesis-python-${version}" build_wrksrc=hypothesis-python @@ -15,7 +15,7 @@ license="MPL-2.0" homepage="https://hypothesis.works/" changelog="https://hypothesis.readthedocs.io/en/latest/changes.html" distfiles="https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-${version}.tar.gz" -checksum=a6365d1af624a58edadd02817a29c3d4081f71741a1256de3520fa5b364b6cc7 +checksum=cc332ce3953e7d0e4a9d1d0da64ea5b53d3ce712c05aaaccacbafa7f865b4269 do_check() { # Manually run the tests that tox considers part of the "full" suite, From 747d18d54bd400960945760ebcffbf6410407679 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:03 -0400 Subject: [PATCH 0927/1268] python3-httmock: rebuild for Python 3.10 --- srcpkgs/python3-httmock/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-httmock/template b/srcpkgs/python3-httmock/template index 1ae09446ee7f04..9ee90be1b22697 100644 --- a/srcpkgs/python3-httmock/template +++ b/srcpkgs/python3-httmock/template @@ -1,7 +1,7 @@ # Template file for 'python3-httmock' pkgname=python3-httmock version=1.4.0 -revision=1 +revision=2 wrksrc="httmock-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 643801e49e986d50f9d38d608492c272dc13bc22 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:02 -0400 Subject: [PATCH 0928/1268] python3-hoedown: rebuild for Python 3.10 --- srcpkgs/python3-hoedown/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-hoedown/template b/srcpkgs/python3-hoedown/template index 95843689b5b33e..da738f039183ff 100644 --- a/srcpkgs/python3-hoedown/template +++ b/srcpkgs/python3-hoedown/template @@ -1,7 +1,7 @@ # Template file for 'python3-hoedown' pkgname=python3-hoedown version=0.3.0 -revision=5 +revision=6 wrksrc="hoedown-$version" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython" From 41e2661c7cae9f79547104cbd035554c41ae6b3a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:01 -0400 Subject: [PATCH 0929/1268] python3-grpcio-tools: rebuild for Python 3.10 --- srcpkgs/python3-grpcio-tools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-grpcio-tools/template b/srcpkgs/python3-grpcio-tools/template index d2e95679c4af46..19db527a7a2a9c 100644 --- a/srcpkgs/python3-grpcio-tools/template +++ b/srcpkgs/python3-grpcio-tools/template @@ -1,7 +1,7 @@ # Template file for 'python3-grpcio-tools' pkgname=python3-grpcio-tools version=1.39.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a51dc44d65e6241aecc5c8998a6f0965ab8ebd0a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:01 -0400 Subject: [PATCH 0930/1268] python3-graphviz: rebuild for Python 3.10 --- srcpkgs/python3-graphviz/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template index f5a0cf2065261d..b429292f182811 100644 --- a/srcpkgs/python3-graphviz/template +++ b/srcpkgs/python3-graphviz/template @@ -1,7 +1,7 @@ # Template file for 'python3-graphviz' pkgname=python3-graphviz version=0.13.2 -revision=2 +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python3-module pycompile_module="graphviz" From f248d8a5be98f88d289d87855aac69c20750c7cf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:59 -0400 Subject: [PATCH 0931/1268] python3-gogs-client: rebuild for Python 3.10 --- srcpkgs/python3-gogs-client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-gogs-client/template b/srcpkgs/python3-gogs-client/template index 5520cf06d63ad3..dd91bd7a55b2fa 100644 --- a/srcpkgs/python3-gogs-client/template +++ b/srcpkgs/python3-gogs-client/template @@ -1,7 +1,7 @@ # Template file for 'python3-gogs-client' pkgname=python3-gogs-client version=1.0.6 -revision=6 +revision=7 wrksrc="gogs_client-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7eec2e129391538e46432782261c3e0fb95cb218 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:59 -0400 Subject: [PATCH 0932/1268] python3-gnupg: rebuild for Python 3.10 --- srcpkgs/python3-gnupg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-gnupg/template b/srcpkgs/python3-gnupg/template index fcf3734f5059ec..4470b8bed028c8 100644 --- a/srcpkgs/python3-gnupg/template +++ b/srcpkgs/python3-gnupg/template @@ -2,7 +2,7 @@ pkgname=python3-gnupg _pkgname=python-gnupg version=0.4.6 -revision=3 +revision=4 wrksrc=$_pkgname-$version build_style=python3-module hostmakedepends="python3-setuptools" From c824d9284e925a59c0a98315b892528dc99fd568 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:59 -0400 Subject: [PATCH 0933/1268] python3-gntp: rebuild for Python 3.10 --- srcpkgs/python3-gntp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-gntp/template b/srcpkgs/python3-gntp/template index db2fa5e0b6de9e..26d72f91d78f66 100644 --- a/srcpkgs/python3-gntp/template +++ b/srcpkgs/python3-gntp/template @@ -1,7 +1,7 @@ # Template file for 'python3-gntp' pkgname=python3-gntp version=1.0.3 -revision=8 +revision=9 wrksrc="gntp-${version}" build_style=python3-module hostmakedepends="python3-devel" From e1f6c2997fb752ab2fdfa9c6e1b62adc54bc8892 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:59 -0400 Subject: [PATCH 0934/1268] python3-gitlab: rebuild for Python 3.10 --- srcpkgs/python3-gitlab/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-gitlab/template b/srcpkgs/python3-gitlab/template index 8ef62b2570e5b4..51b23ee5e8b75e 100644 --- a/srcpkgs/python3-gitlab/template +++ b/srcpkgs/python3-gitlab/template @@ -1,7 +1,7 @@ # Template file for 'python3-gitlab' pkgname=python3-gitlab version=1.12.1 -revision=4 +revision=5 wrksrc=python-gitlab-$version build_style=python3-module hostmakedepends="python3-setuptools" From 0b2edbfb99f972fb9a46fe4ac739103108167d19 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:59 -0400 Subject: [PATCH 0935/1268] python3-github3: rebuild for Python 3.10 --- srcpkgs/python3-github3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-github3/template b/srcpkgs/python3-github3/template index 53c0b2b5f96590..70842cbc2f9e2a 100644 --- a/srcpkgs/python3-github3/template +++ b/srcpkgs/python3-github3/template @@ -1,7 +1,7 @@ # Template file for 'python3-github3' pkgname=python3-github3 version=1.3.0 -revision=4 +revision=5 wrksrc="github3.py-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4fa5c6d26f7ed64464b8dd3c64c523d883381c96 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:58 -0400 Subject: [PATCH 0936/1268] python3-fuzzyfinder: rebuild for Python 3.10 --- srcpkgs/python3-fuzzyfinder/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-fuzzyfinder/template b/srcpkgs/python3-fuzzyfinder/template index 36ccf7bb8af63e..6526b7a52ca5f7 100644 --- a/srcpkgs/python3-fuzzyfinder/template +++ b/srcpkgs/python3-fuzzyfinder/template @@ -1,7 +1,7 @@ # Template file for 'python3-fuzzyfinder' pkgname=python3-fuzzyfinder version=2.1.0 -revision=2 +revision=3 wrksrc=fuzzyfinder-${version} build_style=python3-module hostmakedepends="python3-setuptools" From e6f976d70b67eda4bc3f6506eaa9d015d11039f1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:58 -0400 Subject: [PATCH 0937/1268] python3-fuse: rebuild for Python 3.10 --- srcpkgs/python3-fuse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-fuse/template b/srcpkgs/python3-fuse/template index 7147b39d7ae878..6fc6ce97c4efd7 100644 --- a/srcpkgs/python3-fuse/template +++ b/srcpkgs/python3-fuse/template @@ -1,7 +1,7 @@ # Template file for 'python3-fuse' pkgname=python3-fuse version=1.0.0 -revision=1 +revision=2 wrksrc=python-fuse-$version build_style=python3-module hostmakedepends="pkg-config python3-setuptools" From 6679eaff66cd0f022e6f56dcfd50a509c4c56e7f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:57 -0400 Subject: [PATCH 0938/1268] python3-freezegun: rebuild for Python 3.10 --- srcpkgs/python3-freezegun/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template index 9051f9e3b64660..1b414a7860d3c7 100644 --- a/srcpkgs/python3-freezegun/template +++ b/srcpkgs/python3-freezegun/template @@ -1,7 +1,7 @@ # Template file for 'python3-freezegun' pkgname=python3-freezegun version=0.3.15 -revision=2 +revision=3 wrksrc="freezegun-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e5dba83bf7b45756a86c21c34f0f85af740243c4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:57 -0400 Subject: [PATCH 0939/1268] python3-flexmock: rebuild for Python 3.10 --- srcpkgs/python3-flexmock/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template index 84d35597aac8d2..d2e196bdd2b513 100644 --- a/srcpkgs/python3-flexmock/template +++ b/srcpkgs/python3-flexmock/template @@ -1,7 +1,7 @@ # Template file for 'python3-flexmock' pkgname=python3-flexmock version=0.10.4 -revision=3 +revision=4 wrksrc="flexmock-${version}" build_style=python3-module pycompile_module="flexmock.py" From fec96c59b144cc870f04fde0ba7debc888c02388 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:57 -0400 Subject: [PATCH 0940/1268] python3-flaky: rebuild for Python 3.10 --- srcpkgs/python3-flaky/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-flaky/template b/srcpkgs/python3-flaky/template index bc460f455faa55..08a0d44aedd5ac 100644 --- a/srcpkgs/python3-flaky/template +++ b/srcpkgs/python3-flaky/template @@ -1,7 +1,7 @@ # Template file for 'python3-flaky' pkgname=python3-flaky version=3.6.1 -revision=4 +revision=5 wrksrc="flaky-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 55f90ab54db4229cc5636d55cf0a7478bba773de Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:57 -0400 Subject: [PATCH 0941/1268] python3-fishnet: rebuild for Python 3.10 --- srcpkgs/python3-fishnet/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template index 8c802e94d86822..ebf13ee84f9241 100644 --- a/srcpkgs/python3-fishnet/template +++ b/srcpkgs/python3-fishnet/template @@ -1,7 +1,7 @@ # Template file for 'python3-fishnet' pkgname=python3-fishnet version=1.15.18 -revision=3 +revision=4 wrksrc="fishnet-${version}" build_style=python3-module pycompile_module="fishnet.py" From 53f73cea3571664dc3b5beda8bbc0b9af7df26ce Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:56 -0400 Subject: [PATCH 0942/1268] python3-exifread: rebuild for Python 3.10 --- srcpkgs/python3-exifread/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-exifread/template b/srcpkgs/python3-exifread/template index f90e837d1c05e7..43fa22722bc522 100644 --- a/srcpkgs/python3-exifread/template +++ b/srcpkgs/python3-exifread/template @@ -1,7 +1,7 @@ # Template file for 'python3-exifread' pkgname=python3-exifread version=2.3.2 -revision=1 +revision=2 wrksrc="exif-py-${version}" build_style="python3-module" hostmakedepends="python3-setuptools" From f28149e260c48515c6c51bce804841c2271573c5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:55 -0400 Subject: [PATCH 0943/1268] python3-esprima: rebuild for Python 3.10 --- srcpkgs/python3-esprima/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-esprima/template b/srcpkgs/python3-esprima/template index d8c6b016f4221a..da9de4797b0a78 100644 --- a/srcpkgs/python3-esprima/template +++ b/srcpkgs/python3-esprima/template @@ -1,7 +1,7 @@ # Template file for 'python3-esprima' pkgname=python3-esprima version=4.0.1 -revision=4 +revision=5 create_wrksrc=yes build_wrksrc="esprima-${version}" build_style=python3-module From 3dc27510b2648853622fee36184651cc5a18eb33 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:55 -0400 Subject: [PATCH 0944/1268] python3-envdir: rebuild for Python 3.10 --- srcpkgs/python3-envdir/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-envdir/template b/srcpkgs/python3-envdir/template index c1d3e39258710c..8aefb1a9d87860 100644 --- a/srcpkgs/python3-envdir/template +++ b/srcpkgs/python3-envdir/template @@ -1,7 +1,7 @@ # Template file for 'python3-envdir' pkgname=python3-envdir version=1.0.1 -revision=5 +revision=6 wrksrc="envdir-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c04b573566019dc131dc263fc5a72754980a3d6e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:54 -0400 Subject: [PATCH 0945/1268] python3-empy: rebuild for Python 3.10 --- srcpkgs/python3-empy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-empy/template b/srcpkgs/python3-empy/template index 7cbd77f52f2ecb..cf1152c66cc8f1 100644 --- a/srcpkgs/python3-empy/template +++ b/srcpkgs/python3-empy/template @@ -1,7 +1,7 @@ # Template file for 'python3-empy' pkgname=python3-empy version=3.3.4 -revision=4 +revision=5 wrksrc="empy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 34525bdf7ea59b4420fd449ab78961b90eec1374 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:54 -0400 Subject: [PATCH 0946/1268] python3-efl: rebuild for Python 3.10 --- srcpkgs/python3-efl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template index ea9bbcd7b54e80..f0655af6bc7270 100644 --- a/srcpkgs/python3-efl/template +++ b/srcpkgs/python3-efl/template @@ -1,7 +1,7 @@ # Template file for 'python3-efl' pkgname=python3-efl version=1.23.0 -revision=4 +revision=5 wrksrc=python-efl-${version} build_style=python3-module hostmakedepends="pkg-config python3-devel python3-Cython" From 8e0c94f21a96bdd58587927ec03390141aad1794 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:53 -0400 Subject: [PATCH 0947/1268] python3-dpkt: rebuild for Python 3.10 --- srcpkgs/python3-dpkt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template index ac800e211c5a13..10a2ee030068b2 100644 --- a/srcpkgs/python3-dpkt/template +++ b/srcpkgs/python3-dpkt/template @@ -1,7 +1,7 @@ # Template file for 'python3-dpkt' pkgname=python3-dpkt version=1.9.7.2 -revision=1 +revision=2 wrksrc="dpkt-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 408b5c072aa4c3e21a13be73d683b47c575d7a6b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:53 -0400 Subject: [PATCH 0948/1268] python3-dominate: rebuild for Python 3.10 --- srcpkgs/python3-dominate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template index c657ad71112e40..92b12faaf2bc8e 100644 --- a/srcpkgs/python3-dominate/template +++ b/srcpkgs/python3-dominate/template @@ -1,7 +1,7 @@ # Template file for 'python3-dominate' pkgname=python3-dominate version=2.6.0 -revision=1 +revision=2 wrksrc="dominate-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From dbbd47795d26444d52d4929207269c8f9011a254 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:51 -0400 Subject: [PATCH 0949/1268] python3-discogs_client: rebuild for Python 3.10 --- srcpkgs/python3-discogs_client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-discogs_client/template b/srcpkgs/python3-discogs_client/template index 99a198d18bdb67..31f077048b0453 100644 --- a/srcpkgs/python3-discogs_client/template +++ b/srcpkgs/python3-discogs_client/template @@ -1,7 +1,7 @@ # Template file for 'python3-discogs_client' pkgname=python3-discogs_client version=2.2.2 -revision=4 +revision=5 wrksrc="discogs-client-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 33db6f591989e2f72aead3de8fbba25dfb2e7b1d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:51 -0400 Subject: [PATCH 0950/1268] python3-dbusmock: rebuild for Python 3.10 --- srcpkgs/python3-dbusmock/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template index fec8c097526bca..894cceecf7c513 100644 --- a/srcpkgs/python3-dbusmock/template +++ b/srcpkgs/python3-dbusmock/template @@ -1,7 +1,7 @@ # Template file for 'python3-dbusmock' pkgname=python3-dbusmock version=0.19 -revision=2 +revision=3 wrksrc="python-dbusmock-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9807e5a2c605ac646ac2cc9a40d0edbaa3182236 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:50 -0400 Subject: [PATCH 0951/1268] python3-curtsies: rebuild for Python 3.10 --- srcpkgs/python3-curtsies/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-curtsies/template b/srcpkgs/python3-curtsies/template index 0d03da5b9b3dcf..3488d66ab5e0da 100644 --- a/srcpkgs/python3-curtsies/template +++ b/srcpkgs/python3-curtsies/template @@ -1,7 +1,7 @@ # Template file for 'python3-curtsies' pkgname=python3-curtsies version=0.3.0 -revision=4 +revision=5 wrksrc="curtsies-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 656c2d8c6310927c19b854b7c0315d569d1ab131 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:50 -0400 Subject: [PATCH 0952/1268] python3-curio: rebuild for Python 3.10 --- srcpkgs/python3-curio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-curio/template b/srcpkgs/python3-curio/template index e7265f42fdda11..51c7d9a11f98bb 100644 --- a/srcpkgs/python3-curio/template +++ b/srcpkgs/python3-curio/template @@ -1,7 +1,7 @@ # Template file for 'python3-curio' pkgname=python3-curio version=1.5 -revision=1 +revision=2 wrksrc="curio-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c332e59a2ff9a37bd0fb8079073397a51d080029 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:49 -0400 Subject: [PATCH 0953/1268] python3-cryptography_vectors: rebuild for Python 3.10 --- srcpkgs/python3-cryptography_vectors/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cryptography_vectors/template b/srcpkgs/python3-cryptography_vectors/template index 9b1f95b65d8135..3db092e596d63a 100644 --- a/srcpkgs/python3-cryptography_vectors/template +++ b/srcpkgs/python3-cryptography_vectors/template @@ -1,7 +1,7 @@ # Template file for 'python3-cryptography_vectors' pkgname=python3-cryptography_vectors version=3.4.8 -revision=1 +revision=2 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8ed91340f1437f0694802accd582eb729262a0e6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:49 -0400 Subject: [PATCH 0954/1268] python3-crcmod: rebuild for Python 3.10 --- srcpkgs/python3-crcmod/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-crcmod/template b/srcpkgs/python3-crcmod/template index e7cd5f22f48eeb..c043a198e50644 100644 --- a/srcpkgs/python3-crcmod/template +++ b/srcpkgs/python3-crcmod/template @@ -1,7 +1,7 @@ # Template file for 'python3-crcmod' pkgname=python3-crcmod version=1.7 -revision=3 +revision=4 wrksrc="crcmod-${version}" build_style=python3-module pycompile_module="crcmod" From 230c5839079b10138b2a329812ab182d28c213e9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:49 -0400 Subject: [PATCH 0955/1268] python3-crccheck: rebuild for Python 3.10 --- srcpkgs/python3-crccheck/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-crccheck/template b/srcpkgs/python3-crccheck/template index 3ed3234a97f9c0..f8088e83e6a249 100644 --- a/srcpkgs/python3-crccheck/template +++ b/srcpkgs/python3-crccheck/template @@ -1,7 +1,7 @@ # Template file for 'python3-crccheck' pkgname=python3-crccheck version=1.0 -revision=2 +revision=3 wrksrc="crccheck-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e6c696639e9f4548a02a47ac587e232ab3bf9ecc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:48 -0400 Subject: [PATCH 0956/1268] python3-cram: rebuild for Python 3.10 --- srcpkgs/python3-cram/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cram/template b/srcpkgs/python3-cram/template index c66a8e6678305d..f13bb1f99dd297 100644 --- a/srcpkgs/python3-cram/template +++ b/srcpkgs/python3-cram/template @@ -1,7 +1,7 @@ # Template file for 'python3-cram' pkgname=python3-cram version=0.7 -revision=5 +revision=6 wrksrc="cram-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 70633090c6c54ae4d93b602d9f67de0e212812e8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:48 -0400 Subject: [PATCH 0957/1268] python3-coveralls: rebuild for Python 3.10 --- srcpkgs/python3-coveralls/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-coveralls/template b/srcpkgs/python3-coveralls/template index 36f22c01739813..f94ac92c6ca011 100644 --- a/srcpkgs/python3-coveralls/template +++ b/srcpkgs/python3-coveralls/template @@ -1,7 +1,7 @@ # Template file for 'python3-coveralls' pkgname=python3-coveralls version=2.9.2 -revision=1 +revision=2 wrksrc="python-coveralls-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-coverage" From d2536fce5d4d21ffdd21b53f204e20354afa0cc3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:48 -0400 Subject: [PATCH 0958/1268] python3-codespell: rebuild for Python 3.10 --- srcpkgs/python3-codespell/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-codespell/template b/srcpkgs/python3-codespell/template index 79ac70eb90b3dc..c2f5a9931b7ebd 100644 --- a/srcpkgs/python3-codespell/template +++ b/srcpkgs/python3-codespell/template @@ -1,7 +1,7 @@ # Template file for 'python3-codespell' pkgname=python3-codespell version=1.17.1 -revision=1 +revision=2 wrksrc="codespell-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e57896ea338299b462b5ca7ec01c3192e5a398b8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:47 -0400 Subject: [PATCH 0959/1268] python3-cmdln: rebuild for Python 3.10 --- srcpkgs/python3-cmdln/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template index 2f19f24ac97841..62aed6060ef9f8 100644 --- a/srcpkgs/python3-cmdln/template +++ b/srcpkgs/python3-cmdln/template @@ -1,7 +1,7 @@ # Template file for 'python3-cmdln' pkgname=python3-cmdln version=2.0.0 -revision=3 +revision=4 wrksrc="cmdln-${version}" build_style=python3-module pycompile_module="cmdln.py" From 5c9a71aa2e2b44ac2349da4066c70253be5cde03 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:46 -0400 Subject: [PATCH 0960/1268] python3-cli-ui: rebuild for Python 3.10 --- srcpkgs/python3-cli-ui/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template index 31f35ff254b074..baf4d1d6a424bb 100644 --- a/srcpkgs/python3-cli-ui/template +++ b/srcpkgs/python3-cli-ui/template @@ -1,7 +1,7 @@ # Template file for 'python3-cli-ui' pkgname=python3-cli-ui version=0.11.0 -revision=1 +revision=2 wrksrc="cli-ui-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ecbb9b408b1f4a4ea2e36cd5998f20c9e5c5f65d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:46 -0400 Subject: [PATCH 0961/1268] python3-chroot: rebuild for Python 3.10 --- srcpkgs/python3-chroot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-chroot/template b/srcpkgs/python3-chroot/template index 0698fd872c3bcb..d4a8cd59b669d9 100644 --- a/srcpkgs/python3-chroot/template +++ b/srcpkgs/python3-chroot/template @@ -1,7 +1,7 @@ # Template file for 'python3-chroot' pkgname=python3-chroot version=0.10.1 -revision=1 +revision=2 wrksrc="pychroot-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-snakeoil" From 8e4132333e750dc87f00b63b8d3b892bbc42bcf7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:46 -0400 Subject: [PATCH 0962/1268] python3-chess: rebuild for Python 3.10 --- srcpkgs/python3-chess/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template index f84b994f37b606..b5e5158b896ce7 100644 --- a/srcpkgs/python3-chess/template +++ b/srcpkgs/python3-chess/template @@ -1,7 +1,7 @@ # Template file for 'python3-chess' pkgname=python3-chess version=0.30.1 -revision=2 +revision=3 wrksrc="python-chess-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2f88d0b9d014026bf9b3f118c962811282e12de4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:45 -0400 Subject: [PATCH 0963/1268] python3-changelogs: rebuild for Python 3.10 --- srcpkgs/python3-changelogs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template index 6893d6f8d97407..cca78cb035c50a 100644 --- a/srcpkgs/python3-changelogs/template +++ b/srcpkgs/python3-changelogs/template @@ -1,7 +1,7 @@ # Template file for 'python3-changelogs' pkgname=python3-changelogs version=0.15.0 -revision=1 +revision=2 wrksrc="changelogs-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d41b21c7432474b3fe19e65381b816beaae0aa72 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:45 -0400 Subject: [PATCH 0964/1268] python3-cairocffi: rebuild for Python 3.10 --- srcpkgs/python3-cairocffi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template index 6d1c9db6e180ed..f27d35907eb030 100644 --- a/srcpkgs/python3-cairocffi/template +++ b/srcpkgs/python3-cairocffi/template @@ -1,7 +1,7 @@ # Template file for 'python3-cairocffi' pkgname=python3-cairocffi version=1.2.0 -revision=1 +revision=2 wrksrc="cairocffi-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-cffi python3-wheel" From a5e623557801c6b20c1b01ba18d7b406c6bf0928 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:43 -0400 Subject: [PATCH 0965/1268] python3-bokeh: rebuild for Python 3.10 --- srcpkgs/python3-bokeh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-bokeh/template b/srcpkgs/python3-bokeh/template index ec63aa3a224c5b..dc00df55ca0b37 100644 --- a/srcpkgs/python3-bokeh/template +++ b/srcpkgs/python3-bokeh/template @@ -1,7 +1,7 @@ # Template file for 'python3-bokeh' pkgname=python3-bokeh version=2.4.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module make_build_args="--build-js" From 83bfe6d861f8e344afeb0a1d78ff6226a4db7ffe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:42 -0400 Subject: [PATCH 0966/1268] python3-bitbucket-api: rebuild for Python 3.10 --- srcpkgs/python3-bitbucket-api/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-bitbucket-api/template b/srcpkgs/python3-bitbucket-api/template index e725d60808e13d..784664aaa6b971 100644 --- a/srcpkgs/python3-bitbucket-api/template +++ b/srcpkgs/python3-bitbucket-api/template @@ -1,7 +1,7 @@ # Template file for 'python3-bitbucket-api' pkgname=python3-bitbucket-api version=0.5.0 -revision=6 +revision=7 wrksrc="bitbucket-api-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0106743bbcb5cf425cf90a359f9ba1e4604394e9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:42 -0400 Subject: [PATCH 0967/1268] python3-bitarray: rebuild for Python 3.10 --- srcpkgs/python3-bitarray/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-bitarray/template b/srcpkgs/python3-bitarray/template index cf98978d288d11..3490d6ee068715 100644 --- a/srcpkgs/python3-bitarray/template +++ b/srcpkgs/python3-bitarray/template @@ -1,7 +1,7 @@ # Template file for 'python3-bitarray' pkgname=python3-bitarray version=1.0.1 -revision=4 +revision=5 wrksrc="bitarray-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From bfc0c7203122fd9092c5c19316bfd62cca4aac9f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:40 -0400 Subject: [PATCH 0968/1268] python3-astral: rebuild for Python 3.10 --- srcpkgs/python3-astral/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template index e9fcd0dfbe6388..f7ace74a435009 100644 --- a/srcpkgs/python3-astral/template +++ b/srcpkgs/python3-astral/template @@ -1,7 +1,7 @@ # Template file for 'python3-astral' pkgname=python3-astral version=2.2 -revision=2 +revision=3 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module hostmakedepends="python3 python3-setuptools" From 78afa1daa33cde2568260bd7762ea38e2f59236e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:39 -0400 Subject: [PATCH 0969/1268] python3-applib: rebuild for Python 3.10 --- srcpkgs/python3-applib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template index 50ba75041fcdde..f66ce2c04b5007 100644 --- a/srcpkgs/python3-applib/template +++ b/srcpkgs/python3-applib/template @@ -1,7 +1,7 @@ # Template file for 'python3-applib' pkgname=python3-applib version=1.2 -revision=4 +revision=5 create_wrksrc=yes build_wrksrc="applib-${version}" build_style=python3-module From 03baad61c06b2fd3e9c07146073493edea0a9b26 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:38 -0400 Subject: [PATCH 0970/1268] python3-ansible-lint: rebuild for Python 3.10 --- srcpkgs/python3-ansible-lint/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template index 80fa8dbe130c62..bc8b03fcd8231d 100644 --- a/srcpkgs/python3-ansible-lint/template +++ b/srcpkgs/python3-ansible-lint/template @@ -1,7 +1,7 @@ # Template file for 'python3-ansible-lint' pkgname=python3-ansible-lint version=4.3.5 -revision=2 +revision=3 wrksrc="ansible-lint-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 063bf9ca162a987f598cee59c745f0b3f4269dca Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:38 -0400 Subject: [PATCH 0971/1268] python3-alsa: rebuild for Python 3.10 --- .../patches/fix-pytuple-set-item.patch | 46 +++++++++++++++++++ srcpkgs/python3-alsa/template | 2 +- 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/python3-alsa/patches/fix-pytuple-set-item.patch diff --git a/srcpkgs/python3-alsa/patches/fix-pytuple-set-item.patch b/srcpkgs/python3-alsa/patches/fix-pytuple-set-item.patch new file mode 100644 index 00000000000000..cb2bf7579f43e4 --- /dev/null +++ b/srcpkgs/python3-alsa/patches/fix-pytuple-set-item.patch @@ -0,0 +1,46 @@ +From 5ea2f8709b4d091700750661231f8a3ddce0fc7c Mon Sep 17 00:00:00 2001 +From: Jaroslav Kysela +Date: Thu, 10 Dec 2020 16:00:50 +0100 +Subject: [PATCH] Fix PyTuple_SET_ITEM() usage - no return value + +As noted in bpo-30459 (link bellow) the PyTuple_SET_ITEM() macro +has not a return value. Let's make code compatible with python 3.10. + +Link: https://bugs.python.org/issue30459 +BugLink: https://github.com/alsa-project/alsa-python/issues/2 +Signed-off-by: Jaroslav Kysela +--- + pyalsa/alsahcontrol.c | 4 ++-- + pyalsa/alsamixer.c | 4 ++-- + 2 files changed, 4 insertions(+), 4 deletions(-) + +diff --git a/pyalsa/alsahcontrol.c b/pyalsa/alsahcontrol.c +index ebee1b7..7c9321f 100644 +--- a/pyalsa/alsahcontrol.c ++++ b/pyalsa/alsahcontrol.c +@@ -1543,8 +1543,8 @@ static int element_callback(snd_hctl_elem_t *elem, unsigned int mask) + + t = PyTuple_New(2); + if (t) { +- if (PyTuple_SET_ITEM(t, 0, (PyObject *)pyhelem)) +- Py_INCREF(pyhelem); ++ PyTuple_SET_ITEM(t, 0, (PyObject *)pyhelem); ++ Py_INCREF(pyhelem); + PyTuple_SET_ITEM(t, 1, PyInt_FromLong(mask)); + r = PyObject_CallObject(o, t); + Py_DECREF(t); +diff --git a/pyalsa/alsamixer.c b/pyalsa/alsamixer.c +index 39d7387..91fe198 100644 +--- a/pyalsa/alsamixer.c ++++ b/pyalsa/alsamixer.c +@@ -1348,8 +1348,8 @@ static int element_callback(snd_mixer_elem_t *elem, unsigned int mask) + + t = PyTuple_New(2); + if (t) { +- if (PyTuple_SET_ITEM(t, 0, (PyObject *)pyelem)) +- Py_INCREF(pyelem); ++ PyTuple_SET_ITEM(t, 0, (PyObject *)pyelem); ++ Py_INCREF(pyelem); + PyTuple_SET_ITEM(t, 1, PyInt_FromLong(mask)); + r = PyObject_CallObject(o, t); + Py_DECREF(t); diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template index eb7bbd479c2cfc..aa522cebc57566 100644 --- a/srcpkgs/python3-alsa/template +++ b/srcpkgs/python3-alsa/template @@ -1,7 +1,7 @@ # Template file for 'python3-alsa' pkgname=python3-alsa version=1.1.6 -revision=3 +revision=4 wrksrc="pyalsa-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 740ce8b0fd1d633bea6fefc8ea1389cb8289287d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:37 -0400 Subject: [PATCH 0972/1268] python3-aioredis: rebuild for Python 3.10 --- srcpkgs/python3-aioredis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template index ff8b0aa36fb406..2d2f586f336ec3 100644 --- a/srcpkgs/python3-aioredis/template +++ b/srcpkgs/python3-aioredis/template @@ -1,7 +1,7 @@ # Template file for 'python3-aioredis' pkgname=python3-aioredis version=2.0.0 -revision=1 +revision=2 wrksrc="aioredis-py-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From add305b8d39036dfbeea61547236a1842a1a88b4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:37 -0400 Subject: [PATCH 0973/1268] python3-aioinflux: rebuild for Python 3.10 --- srcpkgs/python3-aioinflux/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template index 612ab7076b311d..1ef519496eccf8 100644 --- a/srcpkgs/python3-aioinflux/template +++ b/srcpkgs/python3-aioinflux/template @@ -1,7 +1,7 @@ # Template file for 'python3-aioinflux' pkgname=python3-aioinflux version=0.9.0 -revision=2 +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5c85e39809464019cff4c90b79dae631db50aa54 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:37 -0400 Subject: [PATCH 0974/1268] python3-aiohttp-sse-client: rebuild for Python 3.10 --- srcpkgs/python3-aiohttp-sse-client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template index 1c876b6703fcc3..73b4ba5ad03f5d 100644 --- a/srcpkgs/python3-aiohttp-sse-client/template +++ b/srcpkgs/python3-aiohttp-sse-client/template @@ -1,7 +1,7 @@ # Template file for 'python3-aiohttp-sse-client' pkgname=python3-aiohttp-sse-client version=0.2.1 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 07ab312711bb094271f7395f236fc1262018354f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:36 -0400 Subject: [PATCH 0975/1268] python3-aioamqp: rebuild for Python 3.10 --- srcpkgs/python3-aioamqp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template index 13bb48d1a03353..f61a08208d2b6e 100644 --- a/srcpkgs/python3-aioamqp/template +++ b/srcpkgs/python3-aioamqp/template @@ -1,7 +1,7 @@ # Template file for 'python3-aioamqp' pkgname=python3-aioamqp version=0.14.0 -revision=2 +revision=3 wrksrc="aioamqp-aioamqp-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4b1e616b804909e7ade6abfa93fe6663befc87fd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:36 -0400 Subject: [PATCH 0976/1268] python3-adblock: rebuild for Python 3.10 --- srcpkgs/python3-adblock/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-adblock/template b/srcpkgs/python3-adblock/template index 17e352466c4d26..0d8832be81113b 100644 --- a/srcpkgs/python3-adblock/template +++ b/srcpkgs/python3-adblock/template @@ -1,7 +1,7 @@ # Template file for 'python3-adblock' pkgname=python3-adblock version=0.5.0 -revision=1 +revision=2 wrksrc="${pkgname/python3/python}-${version}" build_style=python3-pep517 build_helper="rust" From 20c7b6c1c0bc08022725e630107130502be5c9ef Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:35 -0400 Subject: [PATCH 0977/1268] python3-aalib: rebuild for Python 3.10 --- srcpkgs/python3-aalib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-aalib/template b/srcpkgs/python3-aalib/template index edc004b1543ec4..eac83d1f488557 100644 --- a/srcpkgs/python3-aalib/template +++ b/srcpkgs/python3-aalib/template @@ -1,7 +1,7 @@ # Template file for 'python3-aalib' pkgname=python3-aalib version=0.3.2 -revision=4 +revision=5 wrksrc=python-aalib-$version build_style=python3-module hostmakedepends="python3-setuptools" From 8626c9c61e2861fec226edea46ffa33b731d44bf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:35 -0400 Subject: [PATCH 0978/1268] python3-Yapsy: rebuild for Python 3.10 --- srcpkgs/python3-Yapsy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Yapsy/template b/srcpkgs/python3-Yapsy/template index 634e59282a40f8..2414cad0a9b7ee 100644 --- a/srcpkgs/python3-Yapsy/template +++ b/srcpkgs/python3-Yapsy/template @@ -1,7 +1,7 @@ # Template file for 'python3-Yapsy' pkgname=python3-Yapsy version=1.12.2 -revision=4 +revision=5 wrksrc="Yapsy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d6a17cbad99f8562e3239f63be5ca40cb3421ab2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:35 -0400 Subject: [PATCH 0979/1268] python3-Whoosh: rebuild for Python 3.10 --- srcpkgs/python3-Whoosh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Whoosh/template b/srcpkgs/python3-Whoosh/template index 229ff8ac902081..0a81d4ace717c9 100644 --- a/srcpkgs/python3-Whoosh/template +++ b/srcpkgs/python3-Whoosh/template @@ -1,7 +1,7 @@ # Template file for 'python3-Whoosh' pkgname=python3-Whoosh version=2.7.4 -revision=4 +revision=5 wrksrc="Whoosh-${version}" build_style=python3-module hostmakedepends="python3-devel python3-setuptools" From abee980905f184439225d25a882ef1057f0b725e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:34 -0400 Subject: [PATCH 0980/1268] python3-Telethon: rebuild for Python 3.10 --- srcpkgs/python3-Telethon/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template index 398da17d1f38d7..bc5e7c28d85786 100644 --- a/srcpkgs/python3-Telethon/template +++ b/srcpkgs/python3-Telethon/template @@ -1,7 +1,7 @@ # Template file for 'python3-Telethon' pkgname=python3-Telethon version=1.21.1 -revision=1 +revision=2 wrksrc="Telethon-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 78c6dfe4818a528305ac0b0ea4cd527653a1f3f3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:33 -0400 Subject: [PATCH 0981/1268] python3-RPi.GPIO: rebuild for Python 3.10 --- srcpkgs/python3-RPi.GPIO/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-RPi.GPIO/template b/srcpkgs/python3-RPi.GPIO/template index 204eba16181f6c..e855ad7fc04834 100644 --- a/srcpkgs/python3-RPi.GPIO/template +++ b/srcpkgs/python3-RPi.GPIO/template @@ -1,7 +1,7 @@ # Template file for 'python3-RPi.GPIO' pkgname=python3-RPi.GPIO version=0.7.0 -revision=1 +revision=2 archs="armv[67]l* aarch64*" wrksrc="${pkgname#*-}-${version}" build_style=python3-module From 346272d8945acab9ed605d03f460fd9688188fba Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:32 -0400 Subject: [PATCH 0982/1268] python3-PyQt5-networkauth: rebuild for Python 3.10 --- srcpkgs/python3-PyQt5-networkauth/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-PyQt5-networkauth/template b/srcpkgs/python3-PyQt5-networkauth/template index 291dbb0cc2493a..66930f6868d127 100644 --- a/srcpkgs/python3-PyQt5-networkauth/template +++ b/srcpkgs/python3-PyQt5-networkauth/template @@ -1,7 +1,7 @@ # Template file for 'python3-PyQt5-networkauth' pkgname=python3-PyQt5-networkauth version=5.15.4 -revision=1 +revision=2 wrksrc=PyQtNetworkAuth-$version build_helper="qmake" hostmakedepends="qt5-qmake python3-PyQt5-devel pkg-config sip From c66aab39200afb65d2ea5faea42db8635107b7fa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:32 -0400 Subject: [PATCH 0983/1268] python3-PyJWT: rebuild for Python 3.10 --- srcpkgs/python3-PyJWT/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-PyJWT/template b/srcpkgs/python3-PyJWT/template index ad1703121e2dda..5fe1a162b3705d 100644 --- a/srcpkgs/python3-PyJWT/template +++ b/srcpkgs/python3-PyJWT/template @@ -1,7 +1,7 @@ # Template file for 'python3-PyJWT' pkgname=python3-PyJWT version=2.1.0 -revision=1 +revision=2 wrksrc="pyjwt-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7ed2ba31006a8d4748077d18ee916b73b789dc51 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:31 -0400 Subject: [PATCH 0984/1268] python3-PyICU: rebuild for Python 3.10 --- srcpkgs/python3-PyICU/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template index 4f8cd0f5889a81..f466e34bfb02da 100644 --- a/srcpkgs/python3-PyICU/template +++ b/srcpkgs/python3-PyICU/template @@ -1,7 +1,7 @@ # Template file for 'python3-PyICU' pkgname=python3-PyICU version=2.7.4 -revision=2 +revision=3 wrksrc="pyicu-v${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 76340f12f64bb1cef9663b28e8d6427a88afa906 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:31 -0400 Subject: [PATCH 0985/1268] python3-PyAudio: rebuild for Python 3.10 --- srcpkgs/python3-PyAudio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-PyAudio/template b/srcpkgs/python3-PyAudio/template index 9d0f850bd24fe3..8f9de6cbbacfea 100644 --- a/srcpkgs/python3-PyAudio/template +++ b/srcpkgs/python3-PyAudio/template @@ -1,7 +1,7 @@ # Template file for 'python3-PyAudio' pkgname=python3-PyAudio version=0.2.11 -revision=5 +revision=6 wrksrc="PyAudio-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 97cf48edd61a04c20a24ce76264bed2907922f3e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:31 -0400 Subject: [PATCH 0986/1268] python3-Pebble: rebuild for Python 3.10 --- srcpkgs/python3-Pebble/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template index e834d8478dc9c5..db663d5f6959a2 100644 --- a/srcpkgs/python3-Pebble/template +++ b/srcpkgs/python3-Pebble/template @@ -1,7 +1,7 @@ # Template file for 'python3-Pebble' pkgname=python3-Pebble version=4.6.1 -revision=1 +revision=2 wrksrc=Pebble-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 2ac509b6ea9e0023496f45c9161a36b435cdf86e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:31 -0400 Subject: [PATCH 0987/1268] python3-PGPy: rebuild for Python 3.10 --- srcpkgs/python3-PGPy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-PGPy/template b/srcpkgs/python3-PGPy/template index 6450ed628736d0..fa73d46876ce66 100644 --- a/srcpkgs/python3-PGPy/template +++ b/srcpkgs/python3-PGPy/template @@ -1,7 +1,7 @@ # Template file for 'python3-PGPy' pkgname=python3-PGPy version=0.5.3 -revision=2 +revision=3 wrksrc=PGPy-${version} build_style=python3-module hostmakedepends="python3-setuptools python3-wheel" From 38a90891faec437f7257d4d9d3f2d2dc5cc60660 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:30 -0400 Subject: [PATCH 0988/1268] python3-MiniMock: rebuild for Python 3.10 --- srcpkgs/python3-MiniMock/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-MiniMock/template b/srcpkgs/python3-MiniMock/template index ccfea275e9820c..851733cdc1b15f 100644 --- a/srcpkgs/python3-MiniMock/template +++ b/srcpkgs/python3-MiniMock/template @@ -1,7 +1,7 @@ # Template file for 'python3-MiniMock' pkgname=python3-MiniMock version=1.2.8 -revision=5 +revision=6 wrksrc="MiniMock-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2e74bf5cac91ccbee6469e2194e917cb143bab43 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:30 -0400 Subject: [PATCH 0989/1268] python3-Inflector: rebuild for Python 3.10 --- srcpkgs/python3-Inflector/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template index ec4da0d4c03075..072977ee0ce3e7 100644 --- a/srcpkgs/python3-Inflector/template +++ b/srcpkgs/python3-Inflector/template @@ -1,7 +1,7 @@ # Template file for 'python3-Inflector' pkgname=python3-Inflector version=3.0.1 -revision=2 +revision=3 wrksrc="Inflector-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8bec522cc9ede5095b4647f2ffe944aaf05a7604 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:29 -0400 Subject: [PATCH 0990/1268] python3-GitPython: rebuild for Python 3.10 --- srcpkgs/python3-GitPython/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-GitPython/template b/srcpkgs/python3-GitPython/template index 2a489e12a119f6..0f40f67424885d 100644 --- a/srcpkgs/python3-GitPython/template +++ b/srcpkgs/python3-GitPython/template @@ -1,7 +1,7 @@ # Template file for 'python3-GitPython' pkgname=python3-GitPython version=2.1.11 -revision=4 +revision=5 wrksrc="GitPython-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From fcb8d4b04e8ba485589963ca774c846c9c73ab09 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:29 -0400 Subject: [PATCH 0991/1268] python3-Flask-User: rebuild for Python 3.10 --- srcpkgs/python3-Flask-User/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template index cdd74414e78abf..d3b88b726298fd 100644 --- a/srcpkgs/python3-Flask-User/template +++ b/srcpkgs/python3-Flask-User/template @@ -1,10 +1,10 @@ # Template file for 'python3-Flask-User' pkgname=python3-Flask-User version=1.0.2.2 -revision=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module -hostmakedepends="python3-setuptools python3-Flask-Login" +hostmakedepends="python3-setuptools python3-Flask-Login python3-wheel" depends="python3-Flask python3-Flask-Login python3-Flask-WTF python3-Flask-SQLAlchemy python3-Flask-Mail python3-Flask-Babel" short_desc="User session management for Flask (Python3)" From b5383fd0b026ed9c86c73958ad9e0d2d4581cbff Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:29 -0400 Subject: [PATCH 0992/1268] python3-Flask-Script: rebuild for Python 3.10 --- srcpkgs/python3-Flask-Script/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Flask-Script/template b/srcpkgs/python3-Flask-Script/template index b91928786f0ba3..7121d6bd05c7bd 100644 --- a/srcpkgs/python3-Flask-Script/template +++ b/srcpkgs/python3-Flask-Script/template @@ -1,7 +1,7 @@ # Template file for 'python3-Flask-Script' pkgname=python3-Flask-Script version=2.0.6 -revision=4 +revision=5 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From da67e1472e3d0828a43a582302413b6c0ee808f1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:28 -0400 Subject: [PATCH 0993/1268] python3-Flask-OAuthlib: rebuild for Python 3.10 --- srcpkgs/python3-Flask-OAuthlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Flask-OAuthlib/template b/srcpkgs/python3-Flask-OAuthlib/template index a92b7a793ed3da..b0c144b287009a 100644 --- a/srcpkgs/python3-Flask-OAuthlib/template +++ b/srcpkgs/python3-Flask-OAuthlib/template @@ -1,7 +1,7 @@ # Template file for 'python3-Flask-OAuthlib' pkgname=python3-Flask-OAuthlib version=0.9.6 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8efde6196bb1c5f8ab5245f0d5aee716dfc91bf6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:28 -0400 Subject: [PATCH 0994/1268] python3-Flask-HTTPAuth: rebuild for Python 3.10 --- srcpkgs/python3-Flask-HTTPAuth/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Flask-HTTPAuth/template b/srcpkgs/python3-Flask-HTTPAuth/template index 5f2f82cec657e0..8245bda8dcecd8 100644 --- a/srcpkgs/python3-Flask-HTTPAuth/template +++ b/srcpkgs/python3-Flask-HTTPAuth/template @@ -1,7 +1,7 @@ # Template file for 'python3-Flask-HTTPAuth' pkgname=python3-Flask-HTTPAuth version=4.4.0 -revision=1 +revision=2 wrksrc=Flask-HTTPAuth-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 3e5f37c90961b5417166185230fd9f50abe12d10 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:28 -0400 Subject: [PATCH 0995/1268] python3-Flask-Assets: rebuild for Python 3.10 --- srcpkgs/python3-Flask-Assets/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Flask-Assets/template b/srcpkgs/python3-Flask-Assets/template index ae1ff9504539a9..984b36ec4bd9d2 100644 --- a/srcpkgs/python3-Flask-Assets/template +++ b/srcpkgs/python3-Flask-Assets/template @@ -1,7 +1,7 @@ # Template file for 'python3-Flask-Assets' pkgname=python3-Flask-Assets version=0.12 -revision=6 +revision=7 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e78ef764462be942dc089473d86df0df09cbbbf7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:27 -0400 Subject: [PATCH 0996/1268] python3-Bottleneck: rebuild for Python 3.10 --- srcpkgs/python3-Bottleneck/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Bottleneck/template b/srcpkgs/python3-Bottleneck/template index ffd668d2862357..00263d13fcadd8 100644 --- a/srcpkgs/python3-Bottleneck/template +++ b/srcpkgs/python3-Bottleneck/template @@ -1,7 +1,7 @@ # Template file for 'python3-Bottleneck' pkgname=python3-Bottleneck version=1.3.2 -revision=3 +revision=4 wrksrc="Bottleneck-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-numpy" From 2563f389b00f6718122a54f20f711a8a92fc7e70 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:27 -0400 Subject: [PATCH 0997/1268] python3-3to2: rebuild for Python 3.10 --- srcpkgs/python3-3to2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template index ddbef41917881f..7d0452c6fda208 100644 --- a/srcpkgs/python3-3to2/template +++ b/srcpkgs/python3-3to2/template @@ -1,7 +1,7 @@ # Template file for 'python3-3to2' pkgname=python3-3to2 version=1.1.1 -revision=3 +revision=4 wrksrc="3to2-${version}" build_style=python3-module pycompile_module="lib3to2" From ef3c797044d1b4018eb51adf7686a49173d13fcf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:25 -0400 Subject: [PATCH 0998/1268] python-sqlalchemy-migrate: rebuild for Python 3.10 --- srcpkgs/python-sqlalchemy-migrate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-sqlalchemy-migrate/template b/srcpkgs/python-sqlalchemy-migrate/template index 8f94329759be9e..9f8db8ae448e64 100644 --- a/srcpkgs/python-sqlalchemy-migrate/template +++ b/srcpkgs/python-sqlalchemy-migrate/template @@ -1,7 +1,7 @@ # Template file for 'python-sqlalchemy-migrate' pkgname=python-sqlalchemy-migrate version=0.12.0 -revision=4 +revision=5 wrksrc="${pkgname#*-}-${version}" build_style=python-module pycompile_module="migrate" From bd41ccb4bcc01969d2dfd93c56f36793c81aece0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:25 -0400 Subject: [PATCH 0999/1268] python-rfc6555: rebuild for Python 3.10 --- srcpkgs/python-rfc6555/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-rfc6555/template b/srcpkgs/python-rfc6555/template index 8ff1b98c08d29f..c55e56a71b768f 100644 --- a/srcpkgs/python-rfc6555/template +++ b/srcpkgs/python-rfc6555/template @@ -1,7 +1,7 @@ # Template file for 'python-rfc6555' pkgname=python-rfc6555 version=0.0.0 -revision=4 +revision=5 wrksrc="rfc6555-${version}" build_style=python-module pycompile_module="rfc6555" From 4a1e3468d1879c5858bb2a189c24d99306790a2c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:23 -0400 Subject: [PATCH 1000/1268] python-pretend: rebuild for Python 3.10 --- srcpkgs/python-pretend/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pretend/template b/srcpkgs/python-pretend/template index 8703c32f4211a4..be9054c5c48193 100644 --- a/srcpkgs/python-pretend/template +++ b/srcpkgs/python-pretend/template @@ -1,7 +1,7 @@ # Template file for 'python-pretend' pkgname=python-pretend version=1.0.9 -revision=4 +revision=5 wrksrc="pretend-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 3d2d00f02ffba48921fbb07096d132bcadfb1c0f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:23 -0400 Subject: [PATCH 1001/1268] python-pgpdump: rebuild for Python 3.10 --- srcpkgs/python-pgpdump/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template index f43a49156374b9..02372035bf6347 100644 --- a/srcpkgs/python-pgpdump/template +++ b/srcpkgs/python-pgpdump/template @@ -1,7 +1,7 @@ # Template file for 'python-pgpdump' pkgname=python-pgpdump version=1.5 -revision=9 +revision=10 build_style=python-module hostmakedepends="python-setuptools python3-setuptools" depends="python" From 8d6210b927e427a07afb940aa6b719a0190f1bb6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:22 -0400 Subject: [PATCH 1002/1268] python-lockfile: rebuild for Python 3.10 --- srcpkgs/python-lockfile/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-lockfile/template b/srcpkgs/python-lockfile/template index 8b01b42bb9592f..c7edf44832d2af 100644 --- a/srcpkgs/python-lockfile/template +++ b/srcpkgs/python-lockfile/template @@ -1,7 +1,7 @@ # Template file for 'python-lockfile' pkgname=python-lockfile version=0.12.2 -revision=6 +revision=7 wrksrc="lockfile-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr" From 45a739db8f966381b16faf33391e8e7037838a00 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:22 -0400 Subject: [PATCH 1003/1268] python-iso8601: rebuild for Python 3.10 --- srcpkgs/python-iso8601/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-iso8601/template b/srcpkgs/python-iso8601/template index 2bc49b02b66183..c397a2310fb66c 100644 --- a/srcpkgs/python-iso8601/template +++ b/srcpkgs/python-iso8601/template @@ -1,7 +1,7 @@ # Template file for 'python-iso8601' pkgname=python-iso8601 version=0.1.16 -revision=1 +revision=2 wrksrc="iso8601-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 8c334107f6959d190b0d19403cee117c9440202d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:20 -0400 Subject: [PATCH 1004/1268] python-boto: rebuild for Python 3.10 --- srcpkgs/python-boto/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-boto/template b/srcpkgs/python-boto/template index 732c14f8d9ee44..354b4d3af547a1 100644 --- a/srcpkgs/python-boto/template +++ b/srcpkgs/python-boto/template @@ -1,7 +1,7 @@ # Template file for 'python-boto' pkgname=python-boto version=2.49.0 -revision=4 +revision=5 wrksrc="boto-${version}" build_style=python-module pycompile_module="boto" From 80ee829b9d323ecd915af9778d32dc6d11375e3b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:18 -0400 Subject: [PATCH 1005/1268] pysolfc: rebuild for Python 3.10 --- srcpkgs/pysolfc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template index 1316a64d0ff8dd..2f76aaa658890d 100644 --- a/srcpkgs/pysolfc/template +++ b/srcpkgs/pysolfc/template @@ -1,7 +1,7 @@ # Template file for 'pysolfc' pkgname=pysolfc version=2.14.0 -revision=1 +revision=2 wrksrc="PySolFC-${pkgname}-${version}" build_style=python3-module hostmakedepends="gettext python3-pygame python3-random2 python3-six From fcc92ab2210487811aa0ded9ff135228d205342c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:18 -0400 Subject: [PATCH 1006/1268] pyradio: rebuild for Python 3.10 --- srcpkgs/pyradio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template index 2acc624db61dc6..883bf4db696ef1 100644 --- a/srcpkgs/pyradio/template +++ b/srcpkgs/pyradio/template @@ -1,7 +1,7 @@ # Template file for 'pyradio' pkgname=pyradio version=0.8.9.9 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-requests python3-dnspython" From 7aaa367871b7e6a5348edf1dd42ac14ed9f29b01 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:18 -0400 Subject: [PATCH 1007/1268] pymol: rebuild for Python 3.10 --- srcpkgs/pymol/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template index dfb9441f22a186..75b78380572ca0 100644 --- a/srcpkgs/pymol/template +++ b/srcpkgs/pymol/template @@ -1,7 +1,7 @@ # Template file for 'pymol' pkgname=pymol version=2.4.0 -revision=2 +revision=3 wrksrc=${pkgname}-open-source-${version} build_style="python3-module" build_helper="numpy" From 83437b45de22fe5d3ee11e4f38ff23ba8e39bd93 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:18 -0400 Subject: [PATCH 1008/1268] pylint: rebuild for Python 3.10 --- srcpkgs/pylint/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index f9dce1f3fee740..a28415cd17c4c3 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -1,7 +1,7 @@ # Template file for 'pylint' pkgname=pylint version=2.11.1 -revision=1 +revision=2 build_style=python3-module make_check_args="--deselect=tests/benchmark/test_baseline_benchmarks.py" hostmakedepends="python3-setuptools" From eae9abde23d567f1e2edd5520aaa29a8fab93708 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:18 -0400 Subject: [PATCH 1009/1268] pycp: rebuild for Python 3.10 --- srcpkgs/pycp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template index 003f2e9724faeb..d9561953e18b77 100644 --- a/srcpkgs/pycp/template +++ b/srcpkgs/pycp/template @@ -1,7 +1,7 @@ # Template file for 'pycp' pkgname=pycp version=8.0.8 -revision=3 +revision=4 build_style=python3-module pycompile_module="pycp" hostmakedepends="help2man python3-setuptools" From 03f4b5a7956273c7767e429006821b10faa6afe4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:18 -0400 Subject: [PATCH 1010/1268] pychess: rebuild for Python 3.10 --- srcpkgs/pychess/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template index 622e5ff451c78a..af30be49f18d7b 100644 --- a/srcpkgs/pychess/template +++ b/srcpkgs/pychess/template @@ -1,7 +1,7 @@ # Template file for 'pychess' pkgname=pychess version=1.0.2 -revision=1 +revision=2 build_style=python3-module pycompile_module="pychess" _commondeps="python3-gobject python3-pexpect python3-SQLAlchemy From 25720b85e4b4a36c6af83271cd0abddc83b02368 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:17 -0400 Subject: [PATCH 1011/1268] py3status: rebuild for Python 3.10 --- srcpkgs/py3status/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template index 02d9a83f8c67cd..5267fd63fdbe01 100644 --- a/srcpkgs/py3status/template +++ b/srcpkgs/py3status/template @@ -1,7 +1,7 @@ # Template file for 'py3status' pkgname=py3status version=3.39 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-pyudev" From 7977463105f8a4e16045b4573d91e28bf84006a0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:17 -0400 Subject: [PATCH 1012/1268] pulseaudio-equalizer-ladspa: rebuild for Python 3.10 --- srcpkgs/pulseaudio-equalizer-ladspa/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pulseaudio-equalizer-ladspa/template b/srcpkgs/pulseaudio-equalizer-ladspa/template index 01a5416901ff38..390bce00c5666d 100644 --- a/srcpkgs/pulseaudio-equalizer-ladspa/template +++ b/srcpkgs/pulseaudio-equalizer-ladspa/template @@ -1,7 +1,7 @@ # Template file for 'pulseaudio-equalizer-ladspa' pkgname=pulseaudio-equalizer-ladspa version=3.0.2 -revision=3 +revision=4 wrksrc="equalizer-${version}" build_style=meson pycompile_module="pulseeq" From 51d80b927315c1e6a7a723ff467a16cffc8ce0da Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:17 -0400 Subject: [PATCH 1013/1268] puddletag: rebuild for Python 3.10 --- srcpkgs/puddletag/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/puddletag/template b/srcpkgs/puddletag/template index 7a55df56b10055..463b47440c5d62 100644 --- a/srcpkgs/puddletag/template +++ b/srcpkgs/puddletag/template @@ -1,7 +1,7 @@ # Template file for 'puddletag' pkgname=puddletag version=2.0.1 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3 python3-configobj python3-mutagen python3-parsing python3-PyQt5 python3-PyQt5-svg" From ae4b9128b7201f8a36ea9f80d954151f48229eaa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:17 -0400 Subject: [PATCH 1014/1268] protonvpn-cli: rebuild for Python 3.10 --- srcpkgs/protonvpn-cli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template index 940585a857d54c..de1d3c12bde40f 100644 --- a/srcpkgs/protonvpn-cli/template +++ b/srcpkgs/protonvpn-cli/template @@ -1,7 +1,7 @@ # Template file for 'protonvpn-cli' pkgname=protonvpn-cli version=2.2.11 -revision=2 +revision=3 wrksrc="linux-cli-community-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 04c2443b2a82d1f97d2ea5b84d3bd9d72af6a40a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:17 -0400 Subject: [PATCH 1015/1268] protontricks: rebuild for Python 3.10 --- srcpkgs/protontricks/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template index b95d67533565f6..63065a6bf87856 100644 --- a/srcpkgs/protontricks/template +++ b/srcpkgs/protontricks/template @@ -1,7 +1,7 @@ # Template file for 'protontricks' pkgname=protontricks version=1.6.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools_scm" depends="python3-vdf winetricks" From 7eed5425ff1044ac2f3f5da3e9a85710f605ab31 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:17 -0400 Subject: [PATCH 1016/1268] profanity: rebuild for Python 3.10 --- srcpkgs/profanity/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template index afa47b8495ac5b..ebda58656130ed 100644 --- a/srcpkgs/profanity/template +++ b/srcpkgs/profanity/template @@ -1,7 +1,7 @@ # Template file for 'profanity' pkgname=profanity version=0.11.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="$(vopt_enable notify notifications) $(vopt_enable otr) $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins) From f28d3b993999a9c5d5b70dd761f3fd1fda564005 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:16 -0400 Subject: [PATCH 1017/1268] postgresql12: rebuild for Python 3.10 --- srcpkgs/postgresql12/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template index b11aaa840f04eb..1ea2e8299f1f38 100644 --- a/srcpkgs/postgresql12/template +++ b/srcpkgs/postgresql12/template @@ -1,7 +1,7 @@ # Template file for 'postgresql12' pkgname=postgresql12 version=12.8 -revision=1 +revision=2 wrksrc="postgresql-${version}" build_style=gnu-configure make_build_target=world From 01c26770ac2fdcc5938b65ccb3a0443acdd24ee1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:16 -0400 Subject: [PATCH 1018/1268] portage: rebuild for Python 3.10 --- srcpkgs/portage/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template index 2362d64648bfd5..fdf5518cda6e69 100644 --- a/srcpkgs/portage/template +++ b/srcpkgs/portage/template @@ -1,7 +1,7 @@ # Template file for 'portage' pkgname=portage version=3.0.28 -revision=1 +revision=2 wrksrc="${pkgname}-${pkgname}-${version}" build_style=python3-module make_install_args="--sbindir=/usr/bin" From adfbbf9d4f1bccfd2a52d92b7d37537ef9dc0c1b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:16 -0400 Subject: [PATCH 1019/1268] polysh: rebuild for Python 3.10 --- srcpkgs/polysh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/polysh/template b/srcpkgs/polysh/template index a173088a5303cd..93d84b621177cf 100644 --- a/srcpkgs/polysh/template +++ b/srcpkgs/polysh/template @@ -1,7 +1,7 @@ # Template file for 'polysh' pkgname=polysh version=0.13 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3 openssh" From b6584196e131495e9c3caa42d5bd7f0810cf6ca3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:16 -0400 Subject: [PATCH 1020/1268] poezio: rebuild for Python 3.10 --- srcpkgs/poezio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template index 9392f6d8e2b172..cc778aa4746c6c 100644 --- a/srcpkgs/poezio/template +++ b/srcpkgs/poezio/template @@ -1,7 +1,7 @@ # Template file for 'poezio' pkgname=poezio version=0.13.1 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools pkg-config" makedepends="python3-devel" From cf6e138e9a55bb4e00daa1cd85617719d30e0046 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:16 -0400 Subject: [PATCH 1021/1268] podman-compose: rebuild for Python 3.10 --- srcpkgs/podman-compose/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template index 6a994ae7e8fd4a..d716fa1483964c 100644 --- a/srcpkgs/podman-compose/template +++ b/srcpkgs/podman-compose/template @@ -1,7 +1,7 @@ # Template file for 'podman-compose' pkgname=podman-compose version=0.1.5 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools python3-yaml" depends="${hostmakedepends} podman" From f2a89ed20eb02e28e8f4d4b4ca7bb682ce6419a9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:16 -0400 Subject: [PATCH 1022/1268] pockyt: rebuild for Python 3.10 --- srcpkgs/pockyt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template index b427272e7d52f7..205d4878ce4a2a 100644 --- a/srcpkgs/pockyt/template +++ b/srcpkgs/pockyt/template @@ -1,7 +1,7 @@ # Template file for 'pockyt' pkgname=pockyt version=1.4.6 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-parse" From 72eef4c978d9c1654439f01eec84dfd83dfdeba9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:16 -0400 Subject: [PATCH 1023/1268] pmbootstrap: rebuild for Python 3.10 --- srcpkgs/pmbootstrap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template index b83c1350ded99c..f22348e054fea0 100644 --- a/srcpkgs/pmbootstrap/template +++ b/srcpkgs/pmbootstrap/template @@ -1,7 +1,7 @@ # Template file for 'pmbootstrap' pkgname=pmbootstrap version=1.37.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools openssl git" From 778f43e05e01323889886a028715695ac91005b7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 8 Oct 2021 09:32:50 -0400 Subject: [PATCH 1024/1268] plplot: rebuild for Python 3.10 --- srcpkgs/plplot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/plplot/template b/srcpkgs/plplot/template index 0605830f430a75..109fca3551207b 100644 --- a/srcpkgs/plplot/template +++ b/srcpkgs/plplot/template @@ -1,7 +1,7 @@ # Template file for 'plplot' pkgname=plplot version=5.15.0 -revision=1 +revision=2 build_style=cmake build_helper="qemu" configure_args="-DPL_FREETYPE_FONT_PATH=/usr/share/fonts/TTF From cb23b0a9f029f7a6c6a7d06c7c42a4791e917a47 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:15 -0400 Subject: [PATCH 1025/1268] playitslowly: rebuild for Python 3.10 --- srcpkgs/playitslowly/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template index d898db8aa1008c..ba717f398bf0e3 100644 --- a/srcpkgs/playitslowly/template +++ b/srcpkgs/playitslowly/template @@ -1,7 +1,7 @@ # Template file for 'playitslowly' pkgname=playitslowly version=1.5.1 -revision=4 +revision=5 build_style=python3-module hostmakedepends="python3" depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1 From 0528d9553e5a750dc141042c88bc5a9e3b630c40 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:15 -0400 Subject: [PATCH 1026/1268] platformio: rebuild for Python 3.10 --- srcpkgs/platformio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template index f338639c7d3ad1..4aec9f82cc5a18 100644 --- a/srcpkgs/platformio/template +++ b/srcpkgs/platformio/template @@ -1,7 +1,7 @@ # Template file for 'platformio' pkgname=platformio version=5.1.1 -revision=1 +revision=2 wrksrc="platformio-core-${version}" build_style=python3-module # According to https://github.com/platformio/platformio-core/blob/9c20ab81cb68f1ffb7a8cac22ce95c4c797643ec/Makefile#L13 From b0e30ff01454a3d3f6b88bb3a2589efecbf3790a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:15 -0400 Subject: [PATCH 1027/1268] piper: rebuild for Python 3.10 --- srcpkgs/piper/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template index 421b96fe826985..5811b88444b869 100644 --- a/srcpkgs/piper/template +++ b/srcpkgs/piper/template @@ -1,7 +1,7 @@ # Template file for 'piper' pkgname=piper version=0.6 -revision=1 +revision=2 build_style=meson hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml python3-evdev" makedepends="python3-devel python3-gobject-devel" From 73f7a8730eaf7f8fe4273f43ac30471bc754d690 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:15 -0400 Subject: [PATCH 1028/1268] picard: rebuild for Python 3.10 --- srcpkgs/picard/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template index 7611fa3ad41a47..9692fc33773e79 100644 --- a/srcpkgs/picard/template +++ b/srcpkgs/picard/template @@ -1,7 +1,7 @@ # Template file for 'picard' pkgname=picard version=2.5 -revision=2 +revision=3 wrksrc="${pkgname}-release-${version}" build_style=python3-module make_install_args="--disable-autoupdate" From f4b0a2fdf667f58fe82ffd67237ec212ffd37f58 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:15 -0400 Subject: [PATCH 1029/1268] pgcli: rebuild for Python 3.10 --- srcpkgs/pgcli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template index d8def4ae0c072b..29e4fb5fe0f500 100644 --- a/srcpkgs/pgcli/template +++ b/srcpkgs/pgcli/template @@ -1,7 +1,7 @@ # Template file for 'pgcli' pkgname=pgcli version=3.0.0 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit From e63245d3c6d9d04c50d669345505786ed5588859 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:15 -0400 Subject: [PATCH 1030/1268] pex: rebuild for Python 3.10 --- srcpkgs/pex/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template index b6a71768c892a7..340ecb6260e03a 100644 --- a/srcpkgs/pex/template +++ b/srcpkgs/pex/template @@ -1,7 +1,7 @@ # Template file for 'pex' pkgname=pex version=2.1.15 -revision=2 +revision=3 wrksrc="pex-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx" From cfa9506948baf6529f638cef4aac287827fd3442 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:15 -0400 Subject: [PATCH 1031/1268] peru: rebuild for Python 3.10 --- srcpkgs/peru/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template index edb0122f19282f..7f77496c6fa48b 100644 --- a/srcpkgs/peru/template +++ b/srcpkgs/peru/template @@ -1,7 +1,7 @@ # Template file for 'peru' pkgname=peru version=1.2.0 -revision=3 +revision=4 build_style=python3-module pycompile_module="peru" hostmakedepends="python3-setuptools" From 8e1934bf8cd9eb8e87fa80cbd7a0dbbb75cbf28e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:15 -0400 Subject: [PATCH 1032/1268] persepolis: rebuild for Python 3.10 --- srcpkgs/persepolis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template index f1066b3631b6f5..fdb5309f0c93da 100644 --- a/srcpkgs/persepolis/template +++ b/srcpkgs/persepolis/template @@ -1,7 +1,7 @@ # Template file for 'persepolis' pkgname=persepolis version=3.2.0 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools python3-setproctitle python3-requests python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl From 6efaf51934aeeff166da5c34ddc20cd5c754a7d6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:14 -0400 Subject: [PATCH 1033/1268] pelican: rebuild for Python 3.10 --- srcpkgs/pelican/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template index 9ec36fe8c05a13..5ad27d5b8cb452 100644 --- a/srcpkgs/pelican/template +++ b/srcpkgs/pelican/template @@ -1,7 +1,7 @@ # Template file for 'pelican' pkgname=pelican version=4.5.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-feedgenerator python3-Jinja2 python3-Pygments From eeb66980006888e2fa0b833431142e3b5aeae25d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:14 -0400 Subject: [PATCH 1034/1268] peframe: rebuild for Python 3.10 --- srcpkgs/peframe/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template index c8ee506466b36e..61123e4a099301 100644 --- a/srcpkgs/peframe/template +++ b/srcpkgs/peframe/template @@ -1,7 +1,7 @@ # Template file for 'peframe' pkgname=peframe version=6.0.3 -revision=3 +revision=4 build_style="python3-module" pycompile_module="peframe" hostmakedepends="python3-setuptools" From df85c38d0f9db9eecc0d63dbf4181f19b6d751e3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:14 -0400 Subject: [PATCH 1035/1268] pass-import: rebuild for Python 3.10 --- srcpkgs/pass-import/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template index 73a2fca0304148..3f24c84a8f820d 100644 --- a/srcpkgs/pass-import/template +++ b/srcpkgs/pass-import/template @@ -1,7 +1,7 @@ # Template file for 'pass-import' pkgname=pass-import version=3.1 -revision=1 +revision=2 build_style=gnu-makefile hostmakedepends="python3-setuptools python3-yaml" depends="pass>=1.7.0 python3-defusedxml python3-magic From 961786f6bb00e4014f90925ac8f0b7ba14e256b7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:14 -0400 Subject: [PATCH 1036/1268] pass-git-helper: rebuild for Python 3.10 --- srcpkgs/pass-git-helper/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pass-git-helper/template b/srcpkgs/pass-git-helper/template index d799acdc189f7a..eaf7d1f49ab032 100644 --- a/srcpkgs/pass-git-helper/template +++ b/srcpkgs/pass-git-helper/template @@ -1,7 +1,7 @@ # Template file for 'pass-git-helper' pkgname=pass-git-helper version=1.1.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="pass python3-xdg" From 7d3edc6265cf751c44ee9e3f2e07a1ac559f8c60 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:14 -0400 Subject: [PATCH 1037/1268] papis: rebuild for Python 3.10 --- srcpkgs/papis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template index e63cc28ffa64db..c97d9c49ddcbab 100644 --- a/srcpkgs/papis/template +++ b/srcpkgs/papis/template @@ -1,7 +1,7 @@ # Template file for 'papis' pkgname=papis version=0.11.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4 From b41fc41920d0defdb61b5e526d0b44797b4942a6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:14 -0400 Subject: [PATCH 1038/1268] pantalaimon: rebuild for Python 3.10 --- srcpkgs/pantalaimon/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template index 9e5b5b3d7d2deb..78970b22f632a5 100644 --- a/srcpkgs/pantalaimon/template +++ b/srcpkgs/pantalaimon/template @@ -1,7 +1,7 @@ # Template file for 'pantalaimon' pkgname=pantalaimon version=0.8.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-attrs python3-aiohttp python3-appdirs python3-click From b8b3985788c49180bcd0eb207102da26d985149c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:14 -0400 Subject: [PATCH 1039/1268] pam_wrapper: rebuild for Python 3.10 --- srcpkgs/pam_wrapper/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pam_wrapper/template b/srcpkgs/pam_wrapper/template index ff5d9df688e88b..e7c7c1f97d9fbc 100644 --- a/srcpkgs/pam_wrapper/template +++ b/srcpkgs/pam_wrapper/template @@ -1,7 +1,7 @@ # Template file for 'pam_wrapper' pkgname=pam_wrapper version=1.1.3 -revision=1 +revision=2 build_style=cmake configure_args="-DCMAKE_BUILD_TYPE=None -DUNIT_TESTING=ON" hostmakedepends="cmake python3" From ca27f770661b4305748656c56b32250f14b97c6f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:13 -0400 Subject: [PATCH 1040/1268] othman: rebuild for Python 3.10 --- srcpkgs/othman/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/othman/template b/srcpkgs/othman/template index 5bb7964fafb1bc..ef2fd1baca68dd 100644 --- a/srcpkgs/othman/template +++ b/srcpkgs/othman/template @@ -1,7 +1,7 @@ # Template file for 'othman' pkgname=othman version=0.6.0 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3 ImageMagick sqlite intltool" depends="gtk+3 python3-gobject amiri-font" From 21cc1895eeea96fcfcaa692d462a2f89bb5d6718 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:13 -0400 Subject: [PATCH 1041/1268] orca: rebuild for Python 3.10 --- srcpkgs/orca/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template index 58c745b3d8038f..b2df76b8446f52 100644 --- a/srcpkgs/orca/template +++ b/srcpkgs/orca/template @@ -1,7 +1,7 @@ # Template file for 'orca' pkgname=orca version=40.0 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="intltool itstool pkg-config" makedepends="at-spi2-atk-devel liblouis-devel python3-gobject-devel" From e49842a7e3f568881a0546d7cb23eb05218ba180 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:13 -0400 Subject: [PATCH 1042/1268] openvswitch: rebuild for Python 3.10 --- srcpkgs/openvswitch/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/openvswitch/template b/srcpkgs/openvswitch/template index 145a0b52e8fc48..b8a8acb0265b44 100644 --- a/srcpkgs/openvswitch/template +++ b/srcpkgs/openvswitch/template @@ -1,7 +1,7 @@ # Template file for 'openvswitch' pkgname=openvswitch version=2.14.2 -revision=2 +revision=3 archs="i686* x86_64* ppc64*" build_style=gnu-configure configure_args="--with-rundir=/run/openvswitch" From cdd3029f74167568e27260f364dc0baf46b7991d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 26 Sep 2021 09:53:29 -0400 Subject: [PATCH 1043/1268] opentoonz: rebuild for opencv4 --- srcpkgs/opentoonz/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/opentoonz/template b/srcpkgs/opentoonz/template index bcb9e96a69d81d..540a66afc6bc4a 100644 --- a/srcpkgs/opentoonz/template +++ b/srcpkgs/opentoonz/template @@ -1,7 +1,7 @@ # Template file for 'opentoonz' pkgname=opentoonz version=1.5.0 -revision=1 +revision=2 build_wrksrc="toonz/sources" build_style=cmake make_cmd=make From a7f4764d9e45d213ea7dc9a5f6d9339cba426e53 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:13 -0400 Subject: [PATCH 1044/1268] openshot: rebuild for Python 3.10 --- srcpkgs/openshot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template index e410aa1eaa4023..d16ea925d223e4 100644 --- a/srcpkgs/openshot/template +++ b/srcpkgs/openshot/template @@ -1,7 +1,7 @@ # Template file for 'openshot' pkgname=openshot version=2.5.1 -revision=2 +revision=3 archs="i686 x86_64 ppc64le" wrksrc="${pkgname}-qt-${version}" build_style=python3-module From 335b0c784e72e5154bff2cd0fffaae154441b585 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:13 -0400 Subject: [PATCH 1045/1268] openrazer-meta: rebuild for Python 3.10 --- srcpkgs/openrazer-meta/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/openrazer-meta/template b/srcpkgs/openrazer-meta/template index 8a3f15ff6f6af3..5713a84bbd15d2 100644 --- a/srcpkgs/openrazer-meta/template +++ b/srcpkgs/openrazer-meta/template @@ -1,7 +1,7 @@ # Template file for 'openrazer-meta' pkgname=openrazer-meta version=3.0.1 -revision=1 +revision=2 wrksrc="openrazer-${version}" build_style=gnu-makefile make_install_target="setup_dkms udev_install daemon_install xdg_install From 60b32b79986744d467259b04be975d26775f671b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:12 -0400 Subject: [PATCH 1046/1268] opencamlib: rebuild for Python 3.10 --- srcpkgs/opencamlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template index 38cf6d7d8eb52e..f837b50c5556b4 100644 --- a/srcpkgs/opencamlib/template +++ b/srcpkgs/opencamlib/template @@ -1,7 +1,7 @@ # Template file for 'opencamlib' pkgname=opencamlib version=2019.07 -revision=2 +revision=3 build_style=cmake configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}" hostmakedepends="python3" From b4106cd7c78a26596022f26053c2a865dd21059a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:12 -0400 Subject: [PATCH 1047/1268] onboard: rebuild for Python 3.10 --- srcpkgs/onboard/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template index 38b447de275e3f..c147bf58a65c72 100644 --- a/srcpkgs/onboard/template +++ b/srcpkgs/onboard/template @@ -1,7 +1,7 @@ # Template file for 'onboard' pkgname=onboard version=1.4.1 -revision=8 +revision=9 build_style=python3-module hostmakedepends="intltool pkg-config python3-distutils-extra" makedepends="dconf-devel eudev-libudev-devel gtk+3-devel hunspell-devel From 5251670554d27f036ed9851a353fd1a4c16ed21c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:12 -0400 Subject: [PATCH 1048/1268] obs: rebuild for Python 3.10 --- srcpkgs/obs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template index 9d1487743d07cc..aea77d44cd0ce1 100644 --- a/srcpkgs/obs/template +++ b/srcpkgs/obs/template @@ -1,7 +1,7 @@ # Template file for 'obs' pkgname=obs version=27.1.3 -revision=1 +revision=2 archs="i686* x86_64* ppc64le* aarch64*" wrksrc="obs-studio-${version}" build_style=cmake From e31b63162b7ff9cdd732083e7f177ca931889fee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:12 -0400 Subject: [PATCH 1049/1268] nyx: rebuild for Python 3.10 --- srcpkgs/nyx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template index d961d945e74e5e..013ae3c51be1b4 100644 --- a/srcpkgs/nyx/template +++ b/srcpkgs/nyx/template @@ -1,7 +1,7 @@ # Template file for 'nyx' pkgname=nyx version=2.1.0 -revision=3 +revision=4 build_style=python3-module pycompile_module="nyx" hostmakedepends="python3-setuptools" From fd7560fe8ceffac1b4994f4acd353d509ecf2d95 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:12 -0400 Subject: [PATCH 1050/1268] nicotine+: rebuild for Python 3.10 --- srcpkgs/nicotine+/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template index d80262f2744c2a..c58275328a60eb 100644 --- a/srcpkgs/nicotine+/template +++ b/srcpkgs/nicotine+/template @@ -1,7 +1,7 @@ # Template file for 'nicotine+' pkgname=nicotine+ version=3.0.6 -revision=1 +revision=2 wrksrc="nicotine-plus-${version}" build_style=python3-module hostmakedepends="python3 gettext" From 8542247f683a305c1d7b9e50d40676812cc5616b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:11 -0400 Subject: [PATCH 1051/1268] nftables: rebuild for Python 3.10 --- srcpkgs/nftables/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template index 17a835cac752c6..78e4f3811b0ccf 100644 --- a/srcpkgs/nftables/template +++ b/srcpkgs/nftables/template @@ -1,7 +1,7 @@ # Template file for 'nftables' pkgname=nftables version=1.0.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--sbindir=/usr/bin --with-json --with-python-bin=/bin/python3" hostmakedepends="python3 asciidoc docbook2x flex pkg-config" From 445215a8efcdffcec5f198691f75663b451db7cc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:11 -0400 Subject: [PATCH 1052/1268] newt: rebuild for Python 3.10 --- srcpkgs/newt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template index 204f714be18516..24d19e46add86e 100644 --- a/srcpkgs/newt/template +++ b/srcpkgs/newt/template @@ -1,7 +1,7 @@ # Template file for 'newt' pkgname=newt version=0.52.21 -revision=4 +revision=5 build_style=gnu-configure hostmakedepends="python-devel python3-devel" makedepends="slang-devel popt-devel python3-devel python-devel" From fe3a0a3e78a5412c05f22d60310dfb19ca97fe4c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:11 -0400 Subject: [PATCH 1053/1268] neovim-remote: rebuild for Python 3.10 --- srcpkgs/neovim-remote/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template index 0353bfd4ab942e..ffe271e263e306 100644 --- a/srcpkgs/neovim-remote/template +++ b/srcpkgs/neovim-remote/template @@ -1,7 +1,7 @@ # Template file for 'neovim-remote' pkgname=neovim-remote version=2.4.0 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-neovim python3-psutil" From 8e9ed95f067c10377330255cbca72cae7527b5ef Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:11 -0400 Subject: [PATCH 1054/1268] navit: rebuild for Python 3.10 --- srcpkgs/navit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template index 96e17b3b36896d..d59e0146f3a23c 100644 --- a/srcpkgs/navit/template +++ b/srcpkgs/navit/template @@ -1,7 +1,7 @@ # Template file for 'navit' pkgname=navit version=0.5.6 -revision=1 +revision=2 build_style=cmake configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev" hostmakedepends="pkg-config qt5-host-tools qt5-qmake" From 783926590386ee649dcebb8fe8955c2d39e7f34f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:11 -0400 Subject: [PATCH 1055/1268] nautilus-python: rebuild for Python 3.10 --- srcpkgs/nautilus-python/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nautilus-python/template b/srcpkgs/nautilus-python/template index 105784436b0092..0b4ef4d7741893 100644 --- a/srcpkgs/nautilus-python/template +++ b/srcpkgs/nautilus-python/template @@ -1,7 +1,7 @@ # Template file for 'nautilus-python' pkgname=nautilus-python version=1.2.3 -revision=4 +revision=5 build_style=gnu-configure configure_args="$(vopt_enable gtk_doc gtk-doc) PYTHON=python3 PYTHON_INCLUDES=-I${XBPS_CROSS_BASE}/${py3_inc} From 8637008cfe4cb1d6dc7cb2978223aafa527a1b54 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:11 -0400 Subject: [PATCH 1056/1268] nagstamon: rebuild for Python 3.10, update to 3.6.0. --- srcpkgs/nagstamon/template | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template index a3e92bfa761d05..d59b2bd4cfba0f 100644 --- a/srcpkgs/nagstamon/template +++ b/srcpkgs/nagstamon/template @@ -1,8 +1,8 @@ # Template file for 'nagstamon' pkgname=nagstamon -version=3.4.1 -revision=2 -wrksrc=Nagstamon +version=3.6.0 +revision=1 +wrksrc="Nagstamon-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-keyring python3-psutil" depends="python3-BeautifulSoup4 python3-dbus python3-keyring python3-lxml @@ -10,9 +10,11 @@ depends="python3-BeautifulSoup4 python3-dbus python3-keyring python3-lxml short_desc="Nagios status monitor for the desktop" maintainer="Laszlo Dvornik " license="GPL-2.0-or-later" -homepage="https://nagstamon.ifw-dresden.de" -distfiles="https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-${version}.tar.gz" -checksum=7a9611f40b08269bba4100ab2598ee089c7d0ebc6c4e9d7132689342f71150ec +homepage="https://nagstamon.de" +distfiles="https://github.com/HenriWahl/Nagstamon/archive/v${version}.tar.gz" +checksum=5ec74c50367ba75af417e04c8192b6f598a1db9e55e2db52a8dc540ac707d904 +# Tarball includes no tests +make_check=no post_patch() { # This relies on /etc/os-release, which doesn't exist without From 5d7ccda83d7e17645a32d89ae95ac42a47da07d4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:10 -0400 Subject: [PATCH 1057/1268] mypaint: rebuild for Python 3.10 --- srcpkgs/mypaint/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mypaint/template b/srcpkgs/mypaint/template index efb295af98d593..2b39d66c42bd8d 100644 --- a/srcpkgs/mypaint/template +++ b/srcpkgs/mypaint/template @@ -1,7 +1,7 @@ # Template file for 'mypaint' pkgname=mypaint version=2.0.1 -revision=1 +revision=2 build_style=python3-module pycompile_dirs="/usr/share/mypaint" hostmakedepends="swig pkg-config gettext python3-setuptools python3-numpy python3" From 80a56e50db92df2c3ba06ff8808d0f8805b50e44 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:10 -0400 Subject: [PATCH 1058/1268] mymcplus: rebuild for Python 3.10, update to 3.0.5. --- srcpkgs/mymcplus/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template index ebcb44ffc8f2b1..230950c1589d3f 100644 --- a/srcpkgs/mymcplus/template +++ b/srcpkgs/mymcplus/template @@ -1,6 +1,6 @@ # Template file for 'mymcplus' pkgname=mymcplus -version=3.0.4 +version=3.0.5 revision=1 wrksrc=${pkgname}-v${version} build_style=python3-module @@ -12,4 +12,4 @@ maintainer="Andrew Benson " license="GPL-3.0-or-later" homepage="https://git.sr.ht/~thestr4ng3r/mymcplus" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=f94b485f83590b59b87fa5fbe8311d1eb0f03490edb60fd64aadbdbea0588472 +checksum=95dfcce7e58a3f4209f89a66e7017368150e6927b91b1e4bb0a7990bef16ccac From 7cc48ad1ee966e71ed13952f7ee01d397c17446a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:10 -0400 Subject: [PATCH 1059/1268] muse: rebuild for Python 3.10 --- srcpkgs/muse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/muse/template b/srcpkgs/muse/template index 51f5b4c374375a..c1289802a6b630 100644 --- a/srcpkgs/muse/template +++ b/srcpkgs/muse/template @@ -1,7 +1,7 @@ # Template file for 'muse' pkgname=muse version=4.0.0 -revision=1 +revision=2 wrksrc="muse-${version}" build_wrksrc=src build_style=cmake From 3645a4f97f5e0ea27fb9a5a6028e04917358bd6e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:10 -0400 Subject: [PATCH 1060/1268] multibootusb: rebuild for Python 3.10 --- srcpkgs/multibootusb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template index 343160b1fcfcc9..d6dc80a33902c6 100644 --- a/srcpkgs/multibootusb/template +++ b/srcpkgs/multibootusb/template @@ -1,7 +1,7 @@ # Template file for 'multibootusb' pkgname=multibootusb version=9.2.0 -revision=4 +revision=5 build_style=python3-module pycompile_module="scripts" hostmakedepends="python3-setuptools" From 5b4ec41859471266e6d2360ce0644bce7a43ea35 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:10 -0400 Subject: [PATCH 1061/1268] mugshot: rebuild for Python 3.10 --- srcpkgs/mugshot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template index b418ce9224be14..51117b13200783 100644 --- a/srcpkgs/mugshot/template +++ b/srcpkgs/mugshot/template @@ -1,7 +1,7 @@ # Template file for 'mugshot' pkgname=mugshot version=0.4.3 -revision=1 +revision=2 wrksrc="${pkgname}-${pkgname}-${version}" build_style=python3-module hostmakedepends="intltool python3-distutils-extra" From 1055ee891673d0466f37e6bd63edc25d571af34c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:10 -0400 Subject: [PATCH 1062/1268] mps-youtube: rebuild for Python 3.10 --- srcpkgs/mps-youtube/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template index dd522974e07bf3..8a7aa191135947 100644 --- a/srcpkgs/mps-youtube/template +++ b/srcpkgs/mps-youtube/template @@ -1,7 +1,7 @@ # Template file for 'mps-youtube' pkgname=mps-youtube version=0.2.8 -revision=4 +revision=5 build_style=python3-module pycompile_module="mps_youtube" hostmakedepends="python3-setuptools" From 939cd5a6cf3becd21dafc5d5e89605763ee73fab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:10 -0400 Subject: [PATCH 1063/1268] mpdevil: rebuild for Python 3.10 --- srcpkgs/mpdevil/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mpdevil/template b/srcpkgs/mpdevil/template index 086c5cd94a7825..59337f616d138a 100644 --- a/srcpkgs/mpdevil/template +++ b/srcpkgs/mpdevil/template @@ -1,7 +1,7 @@ # Template file for 'mpdevil' pkgname=mpdevil version=1.2.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-BeautifulSoup4 python3-mpd2 python3-requests python3-gobject intltool python3-distutils-extra" depends="python3-BeautifulSoup4 python3-mpd2 python3-requests python3-gobject" From b2f192e4b884ad2dbb06214faaef784f9f80a9c6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:10 -0400 Subject: [PATCH 1064/1268] mpd-sima: rebuild for Python 3.10 --- srcpkgs/mpd-sima/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template index 9ebd2671d05890..8785e7fd2e60f8 100644 --- a/srcpkgs/mpd-sima/template +++ b/srcpkgs/mpd-sima/template @@ -1,7 +1,7 @@ # Template file for 'mpd-sima' pkgname=mpd-sima version=0.15.1 -revision=3 +revision=4 wrksrc="MPD_sima-${version}" build_style=python3-module pycompile_module="sima" From a042d6f3f1360bc3f8bccf9b737d0152923380d9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:09 -0400 Subject: [PATCH 1065/1268] mozo: rebuild for Python 3.10 --- srcpkgs/mozo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template index 3f6ab9cb745a8b..9a2daf9294cb60 100644 --- a/srcpkgs/mozo/template +++ b/srcpkgs/mozo/template @@ -1,7 +1,7 @@ # Template file for 'mozo' pkgname=mozo version=1.24.0 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="intltool itstool pkg-config" makedepends="glib-devel mate-menus-devel python3-gobject-devel" From ca4f7e52b54ba4ab685e5d3c1d91ef87cd4d35eb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:09 -0400 Subject: [PATCH 1066/1268] mopidy-spotify: rebuild for Python 3.10 --- srcpkgs/mopidy-spotify/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mopidy-spotify/template b/srcpkgs/mopidy-spotify/template index c7c21380c8b2c6..6a643a90eaec03 100644 --- a/srcpkgs/mopidy-spotify/template +++ b/srcpkgs/mopidy-spotify/template @@ -1,7 +1,7 @@ # Template file for 'mopidy-spotify' pkgname=mopidy-spotify version=4.0.1 -revision=2 +revision=3 wrksrc="Mopidy-Spotify-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c484e2c1fc932022cfd547e1b7fec651bff188fe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:09 -0400 Subject: [PATCH 1067/1268] mopidy-podcast: rebuild for Python 3.10 --- srcpkgs/mopidy-podcast/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mopidy-podcast/template b/srcpkgs/mopidy-podcast/template index 92a2a5f0f0dbb7..057971c54be8d6 100644 --- a/srcpkgs/mopidy-podcast/template +++ b/srcpkgs/mopidy-podcast/template @@ -1,7 +1,7 @@ # Template file for 'mopidy-podcast' pkgname=mopidy-podcast version=3.0.0 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools" From b3debd1b523155e33b5759b1a23e81a8c45260d0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:09 -0400 Subject: [PATCH 1068/1268] mopidy-multisonic: rebuild for Python 3.10 --- srcpkgs/mopidy-multisonic/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mopidy-multisonic/template b/srcpkgs/mopidy-multisonic/template index 6a7ea1033c5197..995c09070d32fd 100644 --- a/srcpkgs/mopidy-multisonic/template +++ b/srcpkgs/mopidy-multisonic/template @@ -1,7 +1,7 @@ # Template file for 'mopidy-multisonic' pkgname=mopidy-multisonic version=0.4.0 -revision=2 +revision=3 wrksrc="Mopidy-Multisonic-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b6cce39389b13973c4a81dbf99526bd910520869 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:09 -0400 Subject: [PATCH 1069/1268] mopidy-mpd: rebuild for Python 3.10 --- srcpkgs/mopidy-mpd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template index dcc3c166cd7c3f..e8f172a11b2f15 100644 --- a/srcpkgs/mopidy-mpd/template +++ b/srcpkgs/mopidy-mpd/template @@ -1,7 +1,7 @@ # Template file for 'mopidy-mpd' pkgname=mopidy-mpd version=3.0.0 -revision=2 +revision=3 wrksrc="Mopidy-MPD-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a45926537452cbb924a816d09900a84f56758391 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:09 -0400 Subject: [PATCH 1070/1268] mopidy-local: rebuild for Python 3.10 --- srcpkgs/mopidy-local/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template index 8a7d95c30872e7..53624067153402 100644 --- a/srcpkgs/mopidy-local/template +++ b/srcpkgs/mopidy-local/template @@ -1,7 +1,7 @@ # Template file for 'mopidy-local' pkgname=mopidy-local version=3.1.1 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="mopidy python3-pykka python3-setuptools" From ba8afa09777efb91316e2bec2813b10cb0b81372 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:09 -0400 Subject: [PATCH 1071/1268] mlt7: rebuild for Python 3.10 --- srcpkgs/mlt7/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mlt7/template b/srcpkgs/mlt7/template index e7220c736e850f..f96f65d41f782d 100644 --- a/srcpkgs/mlt7/template +++ b/srcpkgs/mlt7/template @@ -1,7 +1,7 @@ # Template file for 'mlt' pkgname=mlt7 version=7.0.1 -revision=2 +revision=4 wrksrc="mlt-${version}" build_style=cmake configure_args="-DSWIG_PYTHON=ON" From 94fb3ad262ba99ebd3dd8fc2b9e28d86f8054a35 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:08 -0400 Subject: [PATCH 1072/1268] mkchromecast: rebuild for Python 3.10 --- srcpkgs/mkchromecast/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mkchromecast/template b/srcpkgs/mkchromecast/template index 0aa93e2f4e18fb..161210796b9007 100644 --- a/srcpkgs/mkchromecast/template +++ b/srcpkgs/mkchromecast/template @@ -1,7 +1,7 @@ # Template file for 'mkchromecast' pkgname=mkchromecast version=0.3.8.1 -revision=3 +revision=4 pycompile_dirs="/usr/share/mkchromecast/mkchromecast" depends="python3-Flask python3-netifaces python3-setuptools python3-requests python3-mutagen python3-psutil python3-PyQt5 python3-SoCo python3-chromecast From 5fe19744558152e0350fc66ef0b54c36963a4dfe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:08 -0400 Subject: [PATCH 1073/1268] minigalaxy: rebuild for Python 3.10 --- srcpkgs/minigalaxy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template index e55146981e14cb..9b7d2f6dbc90d6 100644 --- a/srcpkgs/minigalaxy/template +++ b/srcpkgs/minigalaxy/template @@ -1,7 +1,7 @@ # Template file for 'minigalaxy' pkgname=minigalaxy version=1.0.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="gettext python3-setuptools" depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests" From af7129fcbfd838a956c5f704e33cadb5f2bfff6a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:08 -0400 Subject: [PATCH 1074/1268] mimeo: rebuild for Python 3.10 --- srcpkgs/mimeo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template index 6e9eb5283ea2c8..0162fbcc49e593 100644 --- a/srcpkgs/mimeo/template +++ b/srcpkgs/mimeo/template @@ -1,7 +1,7 @@ # Template file for 'mimeo' pkgname=mimeo version=2021.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3" depends="python3-xdg" From 80a2075d0e7f08ebf33aa4de8015e0712d8781b5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:08 -0400 Subject: [PATCH 1075/1268] meson-cmake-wrapper: rebuild for Python 3.10 --- srcpkgs/meson-cmake-wrapper/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template index 0705bb40c5a1a5..11e1cd50209cff 100644 --- a/srcpkgs/meson-cmake-wrapper/template +++ b/srcpkgs/meson-cmake-wrapper/template @@ -1,7 +1,7 @@ # Template file for 'meson-cmake-wrapper' pkgname=meson-cmake-wrapper version=0.3.4 -revision=3 +revision=4 build_style=python3-module pycompile_module="mcw" hostmakedepends="python3-setuptools" From 882d72992107c49d33ac695eb800638c56626445 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:07 -0400 Subject: [PATCH 1076/1268] menulibre: rebuild for Python 3.10 --- srcpkgs/menulibre/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template index c1529e67d28e3c..87b7054aba71f2 100644 --- a/srcpkgs/menulibre/template +++ b/srcpkgs/menulibre/template @@ -1,7 +1,7 @@ # Template file for 'menulibre' pkgname=menulibre version=2.2.1 -revision=4 +revision=5 build_style=python3-module hostmakedepends="python3-distutils-extra intltool" depends="gnome-menus gobject-introspection gsettings-desktop-schemas gtk+3 From d9650db139c710914925ee549b8e01df606beccc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:07 -0400 Subject: [PATCH 1077/1268] meld: rebuild for Python 3.10 --- srcpkgs/meld/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template index 281f97ef6dd40f..e37fd1bb792558 100644 --- a/srcpkgs/meld/template +++ b/srcpkgs/meld/template @@ -1,11 +1,13 @@ # Template file for 'meld' pkgname=meld version=3.20.4 -revision=1 +revision=2 build_style=python3-module configure_args="--disable-schemas-compile" -hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3" -depends="python3-gobject gsettings-desktop-schemas gtksourceview desktop-file-utils hicolor-icon-theme" +hostmakedepends="pkg-config intltool python3-distro itstool + gtk-update-icon-cache libxml2-python3" +depends="python3-gobject gsettings-desktop-schemas gtksourceview + desktop-file-utils hicolor-icon-theme" short_desc="Visual diff and merge tool" maintainer="Helmut Pozimski " license="GPL-2.0-or-later" From 4a724564ebc217d1f2f3c4cdd71d466ea3419415 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:07 -0400 Subject: [PATCH 1078/1268] mcg: rebuild for Python 3.10 --- srcpkgs/mcg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template index bb7eaab7ac0c87..643feda78266cc 100644 --- a/srcpkgs/mcg/template +++ b/srcpkgs/mcg/template @@ -1,7 +1,7 @@ # Template file for 'mcg' pkgname=mcg version=2.1 -revision=2 +revision=3 wrksrc=${pkgname}-v${version} build_style=python3-module hostmakedepends="python3-setuptools glib-devel" From e02c5202ac1249ae2ff3334bd2fa2a76a4484149 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:07 -0400 Subject: [PATCH 1079/1268] mate-tweak: rebuild for Python 3.10 --- srcpkgs/mate-tweak/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mate-tweak/template b/srcpkgs/mate-tweak/template index 4c67ab572afe8b..84991ef8aebbbf 100644 --- a/srcpkgs/mate-tweak/template +++ b/srcpkgs/mate-tweak/template @@ -1,7 +1,7 @@ # Template file for 'mate-tweak' pkgname=mate-tweak version=21.04.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools" depends="mate-panel python3-gobject python3-psutil python3-setproctitle From 86bf37a8d4ee18d4bf0f8f1c79345cb7b0617795 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:07 -0400 Subject: [PATCH 1080/1268] mate-menu: rebuild for Python 3.10 --- srcpkgs/mate-menu/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mate-menu/template b/srcpkgs/mate-menu/template index 492e1b84e06276..bf85817b77172b 100644 --- a/srcpkgs/mate-menu/template +++ b/srcpkgs/mate-menu/template @@ -1,7 +1,7 @@ # Template file for 'mate-menu' pkgname=mate-menu version=20.04.3 -revision=3 +revision=4 build_style=python3-module hostmakedepends="intltool python3-distutils-extra python3-setuptools" depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib" From b3835bcc597447c28da73d8ed2bddd7136953076 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:07 -0400 Subject: [PATCH 1081/1268] manuskript: rebuild for Python 3.10 --- srcpkgs/manuskript/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/manuskript/template b/srcpkgs/manuskript/template index 29fd1de4135328..e23defe7fbfa78 100644 --- a/srcpkgs/manuskript/template +++ b/srcpkgs/manuskript/template @@ -1,7 +1,7 @@ # Template file for 'manuskript' pkgname=manuskript version=0.12.0 -revision=2 +revision=3 pycompile_dirs="usr/share/${pkgname}" hostmakedepends="python3-setuptools" depends="python3-enchant python3-lxml python3-Markdown python3-PyQt5 qt5-svg" From 0ca3be3fe3b7be07c8e00dfd0ec50562ff3a93cf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:06 -0400 Subject: [PATCH 1082/1268] mailnag-goa-plugin: rebuild for Python 3.10 --- srcpkgs/mailnag-goa-plugin/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mailnag-goa-plugin/template b/srcpkgs/mailnag-goa-plugin/template index 11549f9f8cc3c9..c463d27970a26a 100644 --- a/srcpkgs/mailnag-goa-plugin/template +++ b/srcpkgs/mailnag-goa-plugin/template @@ -1,7 +1,7 @@ # Template file for 'mailnag-goa-plugin' pkgname=mailnag-goa-plugin version=2.0.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3" depends="mailnag gnome-online-accounts" From eda0258cc7fd7b9938dae83830869e163b8b265c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:06 -0400 Subject: [PATCH 1083/1268] magic-wormhole: rebuild for Python 3.10 --- srcpkgs/magic-wormhole/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template index 755fb7affbca2a..ce862ddae80b8b 100644 --- a/srcpkgs/magic-wormhole/template +++ b/srcpkgs/magic-wormhole/template @@ -1,7 +1,7 @@ # Template file for 'magic-wormhole' pkgname=magic-wormhole version=0.12.0 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3 python3-setuptools" depends="python3-autobahn python3-cffi python3-click python3-humanize From e09eed39f8e2ccb1464bade7bbfe816e00a1c834 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:06 -0400 Subject: [PATCH 1084/1268] lutris: rebuild for Python 3.10 --- srcpkgs/lutris/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template index 05b40bb968991d..7cab63f5bae999 100644 --- a/srcpkgs/lutris/template +++ b/srcpkgs/lutris/template @@ -1,7 +1,7 @@ # Template file for 'lutris' pkgname=lutris version=0.5.8.4 -revision=1 +revision=2 build_style=meson hostmakedepends="gettext python3-setuptools python3-gobject gtk+3-devel" depends="python3-dbus python3-gobject python3-yaml python3-evdev python3-Pillow From a1f7bca0a053823b450ee2b75fe4a36e98737b9d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:06 -0400 Subject: [PATCH 1085/1268] lollypop: rebuild for Python 3.10 --- srcpkgs/lollypop/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template index 99da6e1cf126c7..094566ae5cf727 100644 --- a/srcpkgs/lollypop/template +++ b/srcpkgs/lollypop/template @@ -1,7 +1,7 @@ # Template file for 'lollypop' pkgname=lollypop version=1.4.22 -revision=1 +revision=2 build_style=meson hostmakedepends="cmake git glib-devel gobject-introspection intltool itstool pkg-config" makedepends="gtk+3-devel libsoup-devel python3-gobject-devel python3-devel" From bb7887ad5461022c05601d388244b179f0689aef Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:06 -0400 Subject: [PATCH 1086/1268] linux-tools: rebuild for Python 3.10 --- srcpkgs/linux-tools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template index aadf9f1abfcbfe..f722ee213bc5c3 100644 --- a/srcpkgs/linux-tools/template +++ b/srcpkgs/linux-tools/template @@ -1,7 +1,7 @@ # Template file for 'linux-tools' pkgname=linux-tools version=5.10.4 -revision=5 +revision=6 wrksrc="linux-${version}" build_style=meta hostmakedepends="asciidoc automake flex gettext libtool perl python3 From 41c9a5fbe8db47b84bda3ef6d1951f12f1d183bd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:05 -0400 Subject: [PATCH 1087/1268] lightdm-gtk-greeter-settings: rebuild for Python 3.10 --- srcpkgs/lightdm-gtk-greeter-settings/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lightdm-gtk-greeter-settings/template b/srcpkgs/lightdm-gtk-greeter-settings/template index 1f8e22baad140a..30f2c3811f00dd 100644 --- a/srcpkgs/lightdm-gtk-greeter-settings/template +++ b/srcpkgs/lightdm-gtk-greeter-settings/template @@ -1,7 +1,7 @@ # Template file for 'lightdm-gtk-greeter-settings' pkgname=lightdm-gtk-greeter-settings version=1.2.2 -revision=3 +revision=4 build_style=python3-module pycompile_module="lightdm_gtk_greeter_settings" hostmakedepends="python3-distutils-extra intltool" From f660e03d3a85d5017bd2acb17585e34c614f2acd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:05 -0400 Subject: [PATCH 1088/1268] libvoikko: rebuild for Python 3.10 --- srcpkgs/libvoikko/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template index 79a6956a536921..bfe4170c168f6c 100644 --- a/srcpkgs/libvoikko/template +++ b/srcpkgs/libvoikko/template @@ -1,7 +1,7 @@ # Template file for 'libvoikko' pkgname=libvoikko version=4.3 -revision=3 +revision=4 build_style=gnu-configure configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko" pycompile_module="libvoikko.py" From 221e794d8cccd1aefcceff16d54f98018f12dd20 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:05 -0400 Subject: [PATCH 1089/1268] libsmbios: rebuild for Python 3.10 --- srcpkgs/libsmbios/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template index 9984372885042b..2db17e7b87a6f5 100644 --- a/srcpkgs/libsmbios/template +++ b/srcpkgs/libsmbios/template @@ -1,7 +1,7 @@ # Template file for 'libsmbios' pkgname=libsmbios version=2.4.3 -revision=2 +revision=3 build_style=gnu-configure configure_args="--sbindir=/usr/bin --disable-static" hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config" From c6e84c9cc671addf6f966753ec277992e20c233e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:05 -0400 Subject: [PATCH 1090/1268] libsigrokdecode: rebuild for Python 3.10 --- srcpkgs/libsigrokdecode/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template index 8be3b7363730cf..9b15bdced467ae 100644 --- a/srcpkgs/libsigrokdecode/template +++ b/srcpkgs/libsigrokdecode/template @@ -1,7 +1,7 @@ # Template file for 'libsigrokdecode' pkgname=libsigrokdecode version=0.5.3 -revision=3 +revision=4 build_style=gnu-configure hostmakedepends="pkg-config python3 autoconf automake" makedepends="glib-devel python3-devel" From a88887d99f78b5b7a4dea3b92d00fb24d308ae20 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:04 -0400 Subject: [PATCH 1091/1268] libreoffice: rebuild for Python 3.10 --- srcpkgs/libreoffice/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index fc69bd9af9c9a0..840077229cfdcb 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -1,7 +1,7 @@ # Template file for 'libreoffice' pkgname=libreoffice version=7.1.3.2 -revision=2 +revision=3 build_style=meta make_build_target="build-nocheck" nocross="Several dependencies are nocross=yes" From f305568a7e6c0b2d6ea868167d5354b3b61251f7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:03 -0400 Subject: [PATCH 1092/1268] libimobiledevice: rebuild for Python 3.10 --- srcpkgs/libimobiledevice/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template index a8bb2d08e09ad2..aeb259d8da9891 100644 --- a/srcpkgs/libimobiledevice/template +++ b/srcpkgs/libimobiledevice/template @@ -1,7 +1,7 @@ # Template file for 'libimobiledevice' pkgname=libimobiledevice version=1.3.0 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="automake libtool pkgconf python3-Cython" makedepends="python3-devel libglib-devel openssl-devel From 3bb659d0950578ae5c988cd2cc9a52494094b2fb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:03 -0400 Subject: [PATCH 1093/1268] libffado: rebuild for Python 3.10 --- srcpkgs/libffado/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template index cadd335b30e3e7..59c5fee761458c 100644 --- a/srcpkgs/libffado/template +++ b/srcpkgs/libffado/template @@ -1,7 +1,7 @@ # Template file for 'libffado' pkgname=libffado version=2.4.4 -revision=3 +revision=4 build_style=scons make_build_args="PREFIX=/usr MANDIR=/usr/share/man UDEVDIR=/usr/lib/udev/rules.d CUSTOM_ENV=1 BUILD_TESTS=0 From 20e20b21787c45601b8ec877796aca86fd4417a8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:03 -0400 Subject: [PATCH 1094/1268] libcaca: rebuild for Python 3.10 --- srcpkgs/libcaca/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libcaca/template b/srcpkgs/libcaca/template index d75d648203278c..6bf45226825887 100644 --- a/srcpkgs/libcaca/template +++ b/srcpkgs/libcaca/template @@ -1,7 +1,7 @@ # Template file for 'libcaca' pkgname=libcaca version=0.99.beta19 -revision=10 +revision=11 build_style=gnu-configure configure_args="$(vopt_enable x11)" hostmakedepends="libtool automake pkg-config" From 2990d33bee289a8fe346a3a256b7d49700811285 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:02 -0400 Subject: [PATCH 1095/1268] libblockdev: rebuild for Python 3.10, update to 2.26. --- srcpkgs/libblockdev/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template index 76166812590572..321736e4f059ee 100644 --- a/srcpkgs/libblockdev/template +++ b/srcpkgs/libblockdev/template @@ -1,6 +1,6 @@ # Template file for 'libblockdev' pkgname=libblockdev -version=2.25 +version=2.26 revision=1 build_style=gnu-configure hostmakedepends="pkg-config python3" @@ -13,7 +13,7 @@ license="LGPL-2.1-or-later" homepage="https://github.com/storaged-project/libblockdev" changelog="https://raw.githubusercontent.com/storaged-project/libblockdev/master/NEWS.rst" distfiles="https://github.com/storaged-project/libblockdev/releases/download/${version}-1/libblockdev-${version}.tar.gz" -checksum=555aa42a2db39649ad83253bdc902ab5bd63d39c123e0c8055c4de7fe7571668 +checksum=c4c0e10b35ac632bda8ce6d200b5601184984dec387fe59185921eb42432e069 conf_files="/etc/libblockdev/conf.d/10-lvm-dbus.cfg /etc/libblockdev/conf.d/00-default.cfg" From 6e63c4bad95cdcb21b2cef018302b83618eb5f9f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:02 -0400 Subject: [PATCH 1096/1268] libaccounts-glib: rebuild for Python 3.10 --- srcpkgs/libaccounts-glib/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template index 465a3f96f50c6b..ad3a6e0621a9ac 100644 --- a/srcpkgs/libaccounts-glib/template +++ b/srcpkgs/libaccounts-glib/template @@ -1,19 +1,18 @@ # Template file for 'libaccounts-glib' pkgname=libaccounts-glib version=1.24 -revision=4 -wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120" +revision=5 build_style=meson build_helper="gir" -hostmakedepends="gtk-doc pkg-config python3-gobject-devel glib-devel gobject-introspection - vala" +hostmakedepends="gtk-doc pkg-config python3-gobject-devel + glib-devel gobject-introspection vala" makedepends="sqlite-devel libxml2-devel libglib-devel python3-gobject-devel check-devel" short_desc="GLib-based client library for the accounts database" maintainer="John Rowley " license="LGPL-2.1-only" homepage="https://gitlab.com/accounts-sso/libaccounts-glib" -distfiles="https://gitlab.com/accounts-sso/${pkgname}/repository/archive.tar.gz?ref=VERSION_${version}>${pkgname}-${version}.tar.gz" -checksum=b0c52ddbd0305a37395890c61ec9ca9b389a3ee923a4364640205cf798a92f56 +distfiles="https://gitlab.com/accounts-sso/${pkgname}/-/archive/${version}/${pkgname}-${version}.tar.gz" +checksum=eebb1c6debfcf929efb388a0f28d8cc8ec9b32f273e4abe4224a33e5d299cd73 if [ "$CROSS_BUILD" ]; then # Remove docs. During install of package, it will try From 91292e36e50ff56eea72fcf7e5e7e783c345d1bc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:02 -0400 Subject: [PATCH 1097/1268] lfm: rebuild for Python 3.10 --- srcpkgs/lfm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template index 7d909bf84916c2..aaaf6f3e344c2a 100644 --- a/srcpkgs/lfm/template +++ b/srcpkgs/lfm/template @@ -1,7 +1,7 @@ # Template file for 'lfm' pkgname=lfm version=3.1 -revision=4 +revision=5 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" From 9f63886769d20e8c6caa3a00b40f8c8cd4d4c27b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:02 -0400 Subject: [PATCH 1098/1268] legendary: rebuild for Python 3.10 --- srcpkgs/legendary/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/legendary/template b/srcpkgs/legendary/template index cae2bbbc415df6..e19b0460300613 100644 --- a/srcpkgs/legendary/template +++ b/srcpkgs/legendary/template @@ -1,7 +1,7 @@ # Template file for 'legendary' pkgname=legendary version=0.20.12 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-requests python3-wheel" From 33729d2f45788c6fc7e024c488976801bcf0bd8a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:01 -0400 Subject: [PATCH 1099/1268] kupfer: rebuild for Python 3.10 --- srcpkgs/kupfer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kupfer/template b/srcpkgs/kupfer/template index 02eaefea8b3b0e..61f4e119c18c13 100644 --- a/srcpkgs/kupfer/template +++ b/srcpkgs/kupfer/template @@ -1,7 +1,7 @@ # Template file for 'kupfer' pkgname=kupfer version=321 -revision=1 +revision=2 wrksrc="${pkgname}-v${version}" build_style=waf3 pycompile_dirs="usr/share/kupfer/kupfer" From bdd014010a9907871d548b3e38ffb03c44e9ac18 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:01 -0400 Subject: [PATCH 1100/1268] krita: rebuild for Python 3.10 --- srcpkgs/krita/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template index bca330f75ece19..1e3ec253c1db36 100644 --- a/srcpkgs/krita/template +++ b/srcpkgs/krita/template @@ -1,7 +1,7 @@ # Template file for 'krita' pkgname=krita version=4.4.8 -revision=1 +revision=2 build_style=cmake configure_args="-Wno-dev -DBUILD_TESTING=OFF" hostmakedepends="extra-cmake-modules gettext pkg-config python3 From 545ab11d073158a460b52817c4ee8025a6d052fd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:01 -0400 Subject: [PATCH 1101/1268] kodi: rebuild for Python 3.10 --- srcpkgs/kodi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kodi/template b/srcpkgs/kodi/template index 16f5089a29aab5..a31240ff276665 100644 --- a/srcpkgs/kodi/template +++ b/srcpkgs/kodi/template @@ -1,7 +1,7 @@ # Template file for 'kodi' pkgname=kodi version=19.0 -revision=3 +revision=4 _codename="Matrix" wrksrc="xbmc-${version}-${_codename}" build_style=cmake From aa92196c61682f48f186763197f95617b3361e4d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:01 -0400 Subject: [PATCH 1102/1268] kmymoney: rebuild for Python 3.10 --- srcpkgs/kmymoney/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kmymoney/template b/srcpkgs/kmymoney/template index 2146ae3ae771a9..218ca869da6c79 100644 --- a/srcpkgs/kmymoney/template +++ b/srcpkgs/kmymoney/template @@ -1,7 +1,7 @@ # Template file for 'kmymoney' pkgname=kmymoney version=5.1.2 -revision=1 +revision=2 build_style=cmake configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson -DBUILD_TESTING=OFF" From 5cb4338ed806f32bf842672fb90d8312a2e37419 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:01 -0400 Subject: [PATCH 1103/1268] kitty: rebuild for Python 3.10 --- srcpkgs/kitty/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index cf752b7a7c5ee3..21624d892634d3 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,7 +1,7 @@ # Template file for 'kitty' pkgname=kitty version=0.23.1 -revision=1 +revision=2 pycompile_dirs="usr/lib/kitty" hostmakedepends="pkg-config python3 wayland-devel wayland-protocols" makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel From 33d83f95eb81d60ed2f28753bb825cd2fe807833 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:01 -0400 Subject: [PATCH 1104/1268] kicad: rebuild for Python 3.10 --- srcpkgs/kicad/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template index 850b573e654713..41c5ce3c48d61a 100644 --- a/srcpkgs/kicad/template +++ b/srcpkgs/kicad/template @@ -1,7 +1,7 @@ # Template file for 'kicad' pkgname=kicad version=5.1.10 -revision=3 +revision=4 build_style=cmake build_helper=cmake-wxWidgets-gtk3 configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON From e89e5330b9e6741c3d2b88165455bbbb479e2208 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:01 -0400 Subject: [PATCH 1105/1268] khard: rebuild for Python 3.10 --- srcpkgs/khard/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template index cdbaa5b0b6f105..0908934ef0b1b1 100644 --- a/srcpkgs/khard/template +++ b/srcpkgs/khard/template @@ -1,7 +1,7 @@ # Template file for 'khard' pkgname=khard version=0.17.0 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools_scm" depends="python3-setuptools python3-atomicwrites python3-configobj From d481547bd34d6fb63c75968314b66e32ce0c99cd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:00 -0400 Subject: [PATCH 1106/1268] khal: rebuild for Python 3.10 --- srcpkgs/khal/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template index 37c3a880b2a56b..91143e91002ccd 100644 --- a/srcpkgs/khal/template +++ b/srcpkgs/khal/template @@ -1,7 +1,7 @@ # Template file for 'khal' pkgname=khal version=0.10.4 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-click python3-click-log python3-configobj From babfb1c2b23a26b60e54e9a9645d4a2a48221fd3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:00 -0400 Subject: [PATCH 1107/1268] kdevelop-python: broken for now; no upstream support for Python 3.10 --- srcpkgs/kdevelop-python/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template index 6d2f53fd0e6049..7032a51085fb53 100644 --- a/srcpkgs/kdevelop-python/template +++ b/srcpkgs/kdevelop-python/template @@ -18,6 +18,7 @@ homepage="https://www.kdevelop.org/" distfiles="${KDE_SITE}/kdevelop/${version}/src/kdev-python-${version}.tar.xz" checksum=20f9b771b961262ded986a4f32b8d259ad9f7bc48bb29eac0a5d5853be1d917f python_version=3 +broken="relies on parser headers removed in python 3.10, no upstream fix yet" post_install() { # don't install this python2 script: generates documentation_files, useless at runtime From feb69a69774bda8b79c027d37d3f173eee2a5020 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:00 -0400 Subject: [PATCH 1108/1268] kapidox: rebuild for Python 3.10 --- srcpkgs/kapidox/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template index 467ce72d8219a4..5c5378e4415ad9 100644 --- a/srcpkgs/kapidox/template +++ b/srcpkgs/kapidox/template @@ -1,7 +1,7 @@ # Template file for 'kapidox' pkgname=kapidox version=5.86.0 -revision=1 +revision=2 build_style=cmake hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools" makedepends="python3-Jinja2 python3-yaml" From 58e6c452c6c7fcf7164c7b129bfb4850cf098eb1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:00 -0400 Subject: [PATCH 1109/1268] jupyterlab: rebuild for Python 3.10 --- srcpkgs/jupyterlab/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/jupyterlab/template b/srcpkgs/jupyterlab/template index cd21f1e8463f2f..8914dca25600a5 100644 --- a/srcpkgs/jupyterlab/template +++ b/srcpkgs/jupyterlab/template @@ -1,7 +1,7 @@ # Template file for 'jupyterlab' pkgname=jupyterlab version=3.1.11 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-jupyterlab_server nodejs python3-nbclassic python3-requests-unixsocket From 85509167aa90c6cd6284984eabf3d7d32897392c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:00 -0400 Subject: [PATCH 1110/1268] jrnl: rebuild for Python 3.10 --- srcpkgs/jrnl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template index 25210d5aa7eda1..b6ea40ee345ee1 100644 --- a/srcpkgs/jrnl/template +++ b/srcpkgs/jrnl/template @@ -1,7 +1,7 @@ # Template file for 'jrnl' pkgname=jrnl version=2.8.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-ansiwrap python3-asteval python3-colorama python3-cryptography From c2f30749a11afdbdcc78108cf0c82101bc83f9c7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:00 -0400 Subject: [PATCH 1111/1268] iotop: rebuild for Python 3.10 --- srcpkgs/iotop/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template index 84a9f788616201..91eb75cffa6248 100644 --- a/srcpkgs/iotop/template +++ b/srcpkgs/iotop/template @@ -1,7 +1,7 @@ # Template file for 'iotop' pkgname=iotop version=0.6 -revision=8 +revision=9 build_style=python3-module hostmakedepends="python3" depends="${hostmakedepends}" From b44cbaa01f5f14131f0a0a2a6dd835d92a3fb9e5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:59 -0400 Subject: [PATCH 1112/1268] instaloader: rebuild for Python 3.10 --- srcpkgs/instaloader/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/instaloader/template b/srcpkgs/instaloader/template index 84352b21d46b27..fe0117bb2aff7a 100644 --- a/srcpkgs/instaloader/template +++ b/srcpkgs/instaloader/template @@ -1,7 +1,7 @@ # Template file for 'instaloader' pkgname=instaloader version=4.8 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-requests" From 16a8c561171db4764e2dca31f5b4dfabdef5a58d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:59 -0400 Subject: [PATCH 1113/1268] impacket: rebuild for Python 3.10 --- srcpkgs/impacket/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/impacket/template b/srcpkgs/impacket/template index 3a94d0339ec4ab..9e968e0a7975ca 100644 --- a/srcpkgs/impacket/template +++ b/srcpkgs/impacket/template @@ -1,7 +1,7 @@ # Template file for 'impacket' pkgname=impacket version=0.9.23 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-future python3-six python3-chardet python3-pyasn1 From dde071e04d6e05137660973bf91ce5da6a2ef89d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:59 -0400 Subject: [PATCH 1114/1268] img2pdf: rebuild for Python 3.10 --- srcpkgs/img2pdf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/img2pdf/template b/srcpkgs/img2pdf/template index 42eb463d4359e1..4d285b15e821e0 100644 --- a/srcpkgs/img2pdf/template +++ b/srcpkgs/img2pdf/template @@ -1,7 +1,7 @@ # Template file for 'img2pdf' pkgname=img2pdf version=0.4.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-pikepdf python3-setuptools" depends="colord python3-pdfrw python3-pikepdf python3-Pillow python3-tkinter" From b9b30b83e571827c3ce73818bd7e1873cf293ebe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:59 -0400 Subject: [PATCH 1115/1268] idjc: rebuild for Python 3.10 --- srcpkgs/idjc/patches/python310.patch | 11 +++++++++++ srcpkgs/idjc/template | 17 ++++++++++------- 2 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 srcpkgs/idjc/patches/python310.patch diff --git a/srcpkgs/idjc/patches/python310.patch b/srcpkgs/idjc/patches/python310.patch new file mode 100644 index 00000000000000..ea4ab9679de68a --- /dev/null +++ b/srcpkgs/idjc/patches/python310.patch @@ -0,0 +1,11 @@ +--- ./configure.ac.orig 2021-09-26 14:46:32.840552276 -0400 ++++ ./configure.ac 2021-09-26 14:46:41.313573652 -0400 +@@ -10,7 +10,7 @@ + AM_CONFIG_HEADER([config.h]) + + # Generate python installation stuff +-m4_define_default([_AM_PYTHON_INTERPRETER_LIST],[python3.8 python3.7 python3.9]) ++m4_define_default([_AM_PYTHON_INTERPRETER_LIST],[python3.8 python3.7 python3.9 python3.10]) + AM_PATH_PYTHON([3.7]) + AC_SUBST([idjcpythondir], [\${pkglibdir}/site-packages]) + AC_SUBST([idjcpkgpythondir], [\${pkglibdir}/site-packages/idjc]) diff --git a/srcpkgs/idjc/template b/srcpkgs/idjc/template index 45cf97545ef7ae..ddabff2a4e7497 100644 --- a/srcpkgs/idjc/template +++ b/srcpkgs/idjc/template @@ -1,14 +1,13 @@ # Template file for 'idjc' pkgname=idjc version=0.9.1 -revision=1 +revision=2 build_style=gnu-configure -hostmakedepends="pkg-config git python3-devel" -makedepends=" - libvorbis-devel libogg-devel jack-devel libsamplerate-devel - libflac-devel libsndfile-devel mpg123-devel ffmpeg-devel - speex-devel glib-devel pixman-devel lame-devel python3-gobject-devel - libshout-idjc-devel opus-devel twolame-devel python3-mutagen" +hostmakedepends="pkg-config git python3 automake gettext-devel libtool" +makedepends="libvorbis-devel libogg-devel jack-devel libsamplerate-devel + libflac-devel libsndfile-devel mpg123-devel ffmpeg-devel speex-devel + glib-devel pixman-devel lame-devel python3-gobject-devel libshout-idjc-devel + opus-devel twolame-devel python3-mutagen python3-devel" depends="python3-gobject python3-mutagen desktop-file-utils shared-mime-info python3-dbus jack" short_desc="Internet DJ Console" maintainer="Orphaned " @@ -16,3 +15,7 @@ license="GPL-2.0-or-later" homepage="http://idjc.sourceforge.net" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" checksum=78106e9d9e82a08269e5ece45c7cbf0a38c3f931d7341df05e7fee002b872224 + +pre_configure() { + autoreconf -fi +} From 44b4b7e8c51169b1a6013f058cfd534797a77eb3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:59 -0400 Subject: [PATCH 1116/1268] icdiff: rebuild for Python 3.10 --- srcpkgs/icdiff/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template index 381de5c102b535..35e1d87c683c8b 100644 --- a/srcpkgs/icdiff/template +++ b/srcpkgs/icdiff/template @@ -1,7 +1,7 @@ # Template file for 'icdiff' pkgname=icdiff version=2.0.4 -revision=1 +revision=2 wrksrc="${pkgname}-release-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f42e47d3e4556c82721c63261da50f7bb77ddf8d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 26 Sep 2021 15:11:22 -0400 Subject: [PATCH 1117/1268] ibus: rebuild for Python 3.10 --- srcpkgs/ibus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template index 2145f5d0e41c87..49675ff3d6a571 100644 --- a/srcpkgs/ibus/template +++ b/srcpkgs/ibus/template @@ -1,7 +1,7 @@ # Template file for 'ibus' pkgname=ibus version=1.5.23 -revision=2 +revision=3 build_style=gnu-configure build_helper="gir" configure_args="--enable-ui --enable-gtk3 --disable-tests From e99e342d6a7de0aec4f365a489492fde36cd501f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:59 -0400 Subject: [PATCH 1118/1268] hugin: rebuild for Python 3.10 --- srcpkgs/hugin/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hugin/template b/srcpkgs/hugin/template index 451e75fe68254e..b8af1fcbd260f7 100644 --- a/srcpkgs/hugin/template +++ b/srcpkgs/hugin/template @@ -1,7 +1,7 @@ # Template file for 'hugin' pkgname=hugin version=2020.0.0 -revision=2 +revision=3 wrksrc="${pkgname}-${version}" build_style=cmake build_helper=cmake-wxWidgets-gtk3 From 4fb9347395cc639f85bad8b25f4443702bec0c02 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:59 -0400 Subject: [PATCH 1119/1268] httpie: rebuild for Python 3.10 --- srcpkgs/httpie/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template index 1a9a418a42b0c3..28847684d9d2a7 100644 --- a/srcpkgs/httpie/template +++ b/srcpkgs/httpie/template @@ -1,7 +1,7 @@ # Template file for 'httpie' pkgname=httpie version=2.5.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-requests python3-requests-toolbelt From 472e0f3c662b4922478288fd9777333331b3eb0b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:58 -0400 Subject: [PATCH 1120/1268] hplip: rebuild for Python 3.10 --- srcpkgs/hplip/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template index 397508c55a3f20..c6bc1a9b0df20c 100644 --- a/srcpkgs/hplip/template +++ b/srcpkgs/hplip/template @@ -1,9 +1,11 @@ # Template file for 'hplip' pkgname=hplip version=3.20.9 -revision=5 +revision=6 build_style=gnu-configure pycompile_dirs="usr/share/hplip" +# configure checks sys.version[:3] for Python versioning, so 3.10 becomes 3.1; +# until this is fixed upstream, manually define am_cv_python_version to circumvent configure_args=" --enable-gui-build --disable-qt4 @@ -17,7 +19,8 @@ configure_args=" --enable-hpijs-install --enable-foomatic-drv-install --enable-pp-build - --with-mimedir=/usr/share/cups/mime" + --with-mimedir=/usr/share/cups/mime + am_cv_python_version=${py3_ver}" conf_files="/etc/hp/hplip.conf" make_dirs="/var/lib/hp 0755 root root" hostmakedepends="pkg-config automake libtool python3" From bc6663a84d1cc8c1f1d34f17b5dc8a3de527e5d3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 3 Oct 2021 22:32:53 -0400 Subject: [PATCH 1121/1268] hivex: rebuild for Python 3.10 --- srcpkgs/hivex/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template index 3ac29c532c64a2..613e708f1fa38a 100644 --- a/srcpkgs/hivex/template +++ b/srcpkgs/hivex/template @@ -1,7 +1,7 @@ # Template file for 'hivex' pkgname=hivex version=1.3.21 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-ocaml" # currently ocaml is broken hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy" From 100fbb244fdc00aa806a0c66e760873dcc8d3348 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:58 -0400 Subject: [PATCH 1122/1268] hg-git: rebuild for Python 3.10 --- srcpkgs/hg-git/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hg-git/template b/srcpkgs/hg-git/template index ded693e7942d42..37ef7e6b91eedf 100644 --- a/srcpkgs/hg-git/template +++ b/srcpkgs/hg-git/template @@ -1,7 +1,7 @@ # Template file for 'hg-git' pkgname=hg-git version=0.9.0 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-dulwich mercurial" From 318006855c6c9122a661667c4dde2ffc467e678e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 8 Oct 2021 09:32:50 -0400 Subject: [PATCH 1123/1268] hexchat: rebuild for Python 3.10 --- srcpkgs/hexchat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hexchat/template b/srcpkgs/hexchat/template index f2e356f54736b7..9f11a75d3adcb7 100644 --- a/srcpkgs/hexchat/template +++ b/srcpkgs/hexchat/template @@ -1,7 +1,7 @@ # Template file for 'hexchat' pkgname=hexchat version=2.16.0 -revision=1 +revision=2 build_style=meson configure_args="-Ddbus=enabled -Dtls=enabled -Dwith-text=false -Dwith-perl=/usr/bin/perl -Dwith-python=python3 From e6f971b416b7a38171d6838e83c36294e7815c4c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:58 -0400 Subject: [PATCH 1124/1268] hangups: rebuild for Python 3.10 --- srcpkgs/hangups/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template index e978dda8a68f0f..87be11616e9b12 100644 --- a/srcpkgs/hangups/template +++ b/srcpkgs/hangups/template @@ -1,7 +1,7 @@ # Template file for 'hangups' pkgname=hangups version=0.4.14 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-MechanicalSoup python3-readlike python3-ReParser From f09abf26b956912b39e9d971300cc7ebe1431849 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:58 -0400 Subject: [PATCH 1125/1268] hamlib: rebuild for Python 3.10 --- srcpkgs/hamlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template index 086b6c614c1faa..1296fad6081d1a 100644 --- a/srcpkgs/hamlib/template +++ b/srcpkgs/hamlib/template @@ -1,7 +1,7 @@ # Template file for 'hamlib' pkgname=hamlib version=4.2 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static --with-perl-binding --with-python-binding --with-tcl-binding --with-xml-support" From b7bcc3e38c876e488e4e0e07d0a8834361f05003 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:58 -0400 Subject: [PATCH 1126/1268] gwe: rebuild for Python 3.10 --- srcpkgs/gwe/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gwe/template b/srcpkgs/gwe/template index 6a64fd01e6ce1e..1bb258ebecdd72 100644 --- a/srcpkgs/gwe/template +++ b/srcpkgs/gwe/template @@ -1,7 +1,7 @@ # Template file for 'gwe' pkgname=gwe version=0.15.2 -revision=1 +revision=2 wrksrc="gwe-${version}" build_style=meson hostmakedepends="pkg-config meson ninja glib-devel gtk+3-devel python3 python3-devel From 5626e2760608fc68153038b2947cecf1c8367c80 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:58 -0400 Subject: [PATCH 1127/1268] gufw: rebuild for Python 3.10 --- srcpkgs/gufw/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template index 6495bd7b148801..9f658f58c0a77a 100644 --- a/srcpkgs/gufw/template +++ b/srcpkgs/gufw/template @@ -1,7 +1,7 @@ # Template file for 'gufw' pkgname=gufw version=21.04.0 -revision=2 +revision=3 wrksrc="gufw-${version}" build_style=python3-module hostmakedepends="python3-distutils-extra intltool" From 33af705b0386c27daab12b992f1b12f5152a4362 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:57 -0400 Subject: [PATCH 1128/1268] guake: rebuild for Python 3.10 --- srcpkgs/guake/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template index 9fbc1895da959c..940564e7232489 100644 --- a/srcpkgs/guake/template +++ b/srcpkgs/guake/template @@ -1,7 +1,7 @@ # Template file for 'guake' pkgname=guake version=3.7.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="gettext python3-setuptools python3-pbr" makedepends="python3-devel python3-pbr" From 0278be5be14dd3e780b4e314d686244f3a8918f2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:57 -0400 Subject: [PATCH 1129/1268] gscreenshot: rebuild for Python 3.10 --- srcpkgs/gscreenshot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template index c226f70829d28d..23c381d5df4c73 100644 --- a/srcpkgs/gscreenshot/template +++ b/srcpkgs/gscreenshot/template @@ -1,7 +1,7 @@ # Template file for 'gscreenshot' pkgname=gscreenshot version=2.15.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools gettext" depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot" From 1c084069f354c0eadd8cd6bdd60e15514415ef9d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:57 -0400 Subject: [PATCH 1130/1268] grip: rebuild for Python 3.10 --- srcpkgs/grip/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template index d305add95a92fd..9f463998c27655 100644 --- a/srcpkgs/grip/template +++ b/srcpkgs/grip/template @@ -1,7 +1,7 @@ # Template file for 'grip' pkgname=grip version=4.5.2 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests" From 99ae2cb9f867bd92cbf8d1ab0e47d632b3ce2bea Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:57 -0400 Subject: [PATCH 1131/1268] greg: rebuild for Python 3.10 --- srcpkgs/greg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template index 4900eb0287712d..cc5b632ff166e8 100644 --- a/srcpkgs/greg/template +++ b/srcpkgs/greg/template @@ -1,7 +1,7 @@ # Template file for 'greg' pkgname=greg version=0.4.7 -revision=7 +revision=8 build_style=python3-module pycompile_module="greg" hostmakedepends="python3-setuptools" From 9259f58aed1ca837b123a7ed6f4540cab1e8e8ee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:57 -0400 Subject: [PATCH 1132/1268] gramps: rebuild for Python 3.10 --- srcpkgs/gramps/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template index 41de027b114fba..b4b786cfef8881 100644 --- a/srcpkgs/gramps/template +++ b/srcpkgs/gramps/template @@ -1,7 +1,7 @@ # Template file for 'gramps' pkgname=gramps version=5.1.4 -revision=1 +revision=2 build_style=python3-module hostmakedepends="pkg-config intltool python3" depends="gtk+3 python3-gobject python3-bsddb3" From 7683ee3bddf7e376cbf48a746a342bb5067f679c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 25 Sep 2021 23:14:46 -0400 Subject: [PATCH 1133/1268] gqrx: rebuild for volk --- srcpkgs/gqrx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gqrx/template b/srcpkgs/gqrx/template index b1b6597b1ef912..9cab32fcf3eea1 100644 --- a/srcpkgs/gqrx/template +++ b/srcpkgs/gqrx/template @@ -1,7 +1,7 @@ # Template file for 'gqrx' pkgname=gqrx version=2.14.4 -revision=2 +revision=3 build_style=cmake configure_args="$(vopt_if gr_audio -DLINUX_AUDIO_BACKEND=Gr-audio) $(vopt_if portaudio -DLINUX_AUDIO_BACKEND=Portaudio)" From 22d26c3b6250fe42ec4235b676869e78fb77e91c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:56 -0400 Subject: [PATCH 1134/1268] gpodder: rebuild for Python 3.10 --- srcpkgs/gpodder/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template index caf54726953db7..738464c61ca0e0 100644 --- a/srcpkgs/gpodder/template +++ b/srcpkgs/gpodder/template @@ -1,7 +1,7 @@ # Template file for 'gpodder' pkgname=gpodder version=3.10.21 -revision=1 +revision=2 hostmakedepends="python3 intltool" depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject python3-html5lib python3-mygpoclient python3-podcastparser python3-mutagen From 402c86a06fdd72452c17a5b87f7c0ae4072f51a3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:56 -0400 Subject: [PATCH 1135/1268] gom: rebuild for Python 3.10 --- srcpkgs/gom/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template index b940415f40f5f8..dd323bde4252f1 100644 --- a/srcpkgs/gom/template +++ b/srcpkgs/gom/template @@ -1,7 +1,7 @@ # Template file for 'gom' pkgname=gom version=0.4 -revision=2 +revision=3 build_style=meson build_helper="gir" configure_args="-Denable-introspection=$(vopt_if gir true false) From 3db2add31f9e8be4741383d0a19fa1b04a5680fe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:56 -0400 Subject: [PATCH 1136/1268] gnuradio-rds: rebuild for Python 3.10 --- srcpkgs/gnuradio-rds/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnuradio-rds/template b/srcpkgs/gnuradio-rds/template index 4ffd643d272675..4da5c54e812e6b 100644 --- a/srcpkgs/gnuradio-rds/template +++ b/srcpkgs/gnuradio-rds/template @@ -1,7 +1,7 @@ # Template file for 'gnuradio-rds' pkgname=gnuradio-rds version=3.8.0 -revision=2 +revision=3 wrksrc="gr-rds-${version}" build_style=cmake hostmakedepends="pkg-config gnuradio swig" From ad9ce38374929c84a968aee587b5965e50c82a6b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:56 -0400 Subject: [PATCH 1137/1268] gnuradio-nrsc5: rebuild for Python 3.10 --- srcpkgs/gnuradio-nrsc5/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnuradio-nrsc5/template b/srcpkgs/gnuradio-nrsc5/template index 6299e7c90b0211..f0d91aa1c8d267 100644 --- a/srcpkgs/gnuradio-nrsc5/template +++ b/srcpkgs/gnuradio-nrsc5/template @@ -1,7 +1,7 @@ # Template file for 'gnuradio-nrsc5' pkgname=gnuradio-nrsc5 version=1.0.0 -revision=4 +revision=5 wrksrc="gr-nrsc5-${version}" build_style=cmake make_cmd=make From 46cd4a8a74a7800ea770124b57fdaafcc5f651ff Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:55 -0400 Subject: [PATCH 1138/1268] gnucash: rebuild for Python 3.10 --- srcpkgs/gnucash/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template index a27deb2b931e4f..a071fbd957cec3 100644 --- a/srcpkgs/gnucash/template +++ b/srcpkgs/gnucash/template @@ -1,7 +1,7 @@ # Template file for 'gnucash' pkgname=gnucash version=4.8 -revision=1 +revision=2 wrksrc="${pkgname}-${version%b}" build_style=cmake make_check_target=check From 0b0ebfa87ff2780365717800c0265dc17c0542ab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:55 -0400 Subject: [PATCH 1139/1268] gns3-server: rebuild for Python 3.10 --- srcpkgs/gns3-server/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template index 6e06a4d0942336..040a420f23f15e 100644 --- a/srcpkgs/gns3-server/template +++ b/srcpkgs/gns3-server/template @@ -1,7 +1,7 @@ # Template file for 'gns3-server' pkgname=gns3-server version=2.2.25 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl From 41bdf02f19bc879f3a4363686494d42ea843e9f9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:55 -0400 Subject: [PATCH 1140/1268] gns3-gui: rebuild for Python 3.10 --- srcpkgs/gns3-gui/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template index 4dd514ad46140d..269b0c64beacc4 100644 --- a/srcpkgs/gns3-gui/template +++ b/srcpkgs/gns3-gui/template @@ -1,7 +1,7 @@ # Template file for 'gns3-gui' pkgname=gns3-gui version=2.2.25 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-psutil python3-jsonschema From 084fbcb07f6ee0706f69cae9e70d60037cdcb19a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:55 -0400 Subject: [PATCH 1141/1268] gnome-tweaks: rebuild for Python 3.10 --- srcpkgs/gnome-tweaks/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template index 10e7a38cf56691..8f7a3eda15d2ed 100644 --- a/srcpkgs/gnome-tweaks/template +++ b/srcpkgs/gnome-tweaks/template @@ -1,7 +1,7 @@ # Template file for 'gnome-tweaks' pkgname=gnome-tweaks version=40.0 -revision=1 +revision=2 build_style=meson hostmakedepends="gettext" depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy" From 3c45acb71e8a8a63e6436af1ae28c616407ce1c4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:55 -0400 Subject: [PATCH 1142/1268] gnome-passwordsafe: rebuild for Python 3.10 --- srcpkgs/gnome-passwordsafe/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template index 557d992197507a..fe91bcd9ed23ee 100644 --- a/srcpkgs/gnome-passwordsafe/template +++ b/srcpkgs/gnome-passwordsafe/template @@ -1,7 +1,7 @@ # Template file for 'gnome-passwordsafe' pkgname=gnome-passwordsafe version=5.0 -revision=1 +revision=2 wrksrc="PasswordSafe-${version}" build_style=meson hostmakedepends="gettext glib-devel pkg-config gobject-introspection From 2e7f822f8c83017766beffed4e2c5c1d25c10fba Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:55 -0400 Subject: [PATCH 1143/1268] gnome-passbook: rebuild for Python 3.10 --- srcpkgs/gnome-passbook/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnome-passbook/template b/srcpkgs/gnome-passbook/template index c0adaedb4d99c0..7a53e1d218ad26 100644 --- a/srcpkgs/gnome-passbook/template +++ b/srcpkgs/gnome-passbook/template @@ -1,7 +1,7 @@ # Template file for 'gnome-passbook' pkgname=gnome-passbook version=0.8 -revision=1 +revision=2 _release_hash=5fea4e4fc19f1732d3a5270bc43eb8e9 wrksrc="passbook-${version}" build_style=meson From 71de5c7ac783d3ac8fce6f846ca6aa90d84ee754 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:55 -0400 Subject: [PATCH 1144/1268] gnome-music: rebuild for Python 3.10 --- srcpkgs/gnome-music/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnome-music/template b/srcpkgs/gnome-music/template index f704e3e08049c9..b9674abfac2c40 100644 --- a/srcpkgs/gnome-music/template +++ b/srcpkgs/gnome-music/template @@ -1,7 +1,7 @@ # Template file for 'gnome-music' pkgname=gnome-music version=40.1.1 -revision=1 +revision=2 build_helper="gir" build_style=meson hostmakedepends="gettext glib-devel itstool pkg-config" From e5e4b2f56c724c5bb87c1f8b1ef05bd4ae94190f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:54 -0400 Subject: [PATCH 1145/1268] gnome-doc-utils: rebuild for Python 3.10 --- srcpkgs/gnome-doc-utils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnome-doc-utils/template b/srcpkgs/gnome-doc-utils/template index 8c55060aa4aec6..f63c6106f6c1a4 100644 --- a/srcpkgs/gnome-doc-utils/template +++ b/srcpkgs/gnome-doc-utils/template @@ -1,7 +1,7 @@ # Template file for 'gnome-doc-utils' pkgname=gnome-doc-utils version=0.20.10 -revision=8 +revision=9 build_style=gnu-configure configure_args="--disable-scrollkeeper" hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt From de7ef20ef5c89164c06d84c2b8c7f44bb887fb5c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:54 -0400 Subject: [PATCH 1146/1268] gnome-builder: rebuild for Python 3.10 --- srcpkgs/gnome-builder/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnome-builder/template b/srcpkgs/gnome-builder/template index ad0cc8cc6f2025..a3ce20126d78c3 100644 --- a/srcpkgs/gnome-builder/template +++ b/srcpkgs/gnome-builder/template @@ -1,7 +1,7 @@ # Template file for 'gnome-builder' pkgname=gnome-builder version=3.40.2 -revision=2 +revision=3 build_style=meson build_helper=qemu configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true -Dnetwork_tests=false" From da5639991bbe96ecbd90ae569ced1c347868e2e4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:54 -0400 Subject: [PATCH 1147/1268] gnome-authenticator: rebuild for Python 3.10 --- srcpkgs/gnome-authenticator/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnome-authenticator/template b/srcpkgs/gnome-authenticator/template index e1bd1ee9e443ba..415bc53555766b 100644 --- a/srcpkgs/gnome-authenticator/template +++ b/srcpkgs/gnome-authenticator/template @@ -1,7 +1,7 @@ # Template file for 'gnome-authenticator' pkgname=gnome-authenticator version=3.32.2 -revision=3 +revision=4 wrksrc="Authenticator-${version}" build_style=meson build_helper="gir" From ca6aa011519c59b97cd4604161349d79d48bff67 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:54 -0400 Subject: [PATCH 1148/1268] glances: rebuild for Python 3.10 --- srcpkgs/glances/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template index abeffef6964798..f7814f03d99623 100644 --- a/srcpkgs/glances/template +++ b/srcpkgs/glances/template @@ -1,7 +1,7 @@ # Template file for 'glances' pkgname=glances version=3.2.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-future python3-psutil python3-defusedxml" From e266df55323cf2075a3bf900f7181c27338d6139 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:53 -0400 Subject: [PATCH 1149/1268] gitg: rebuild for Python 3.10 --- srcpkgs/gitg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template index e309a6a1462fd8..2f8f671038daae 100644 --- a/srcpkgs/gitg/template +++ b/srcpkgs/gitg/template @@ -1,7 +1,7 @@ # Template file for 'gitg' pkgname=gitg version=3.32.1 -revision=4 +revision=5 build_style=meson build_helper="qemu" hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala" From ebb5b2901cc5a03d554ce32c6112582b9a6becc4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:53 -0400 Subject: [PATCH 1150/1268] git-revise: rebuild for Python 3.10 --- srcpkgs/git-revise/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template index 7dcf2bd5615cac..2b49ac622aa6a9 100644 --- a/srcpkgs/git-revise/template +++ b/srcpkgs/git-revise/template @@ -1,7 +1,7 @@ # Template file for 'git-revise' pkgname=git-revise version=0.6.0 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3 python3-setuptools" depends="git python3-setuptools" From 58fedf602f2d96573a275c9a8a0cc09e248d08e8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:53 -0400 Subject: [PATCH 1151/1268] git-review: rebuild for Python 3.10 --- srcpkgs/git-review/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template index 5993feca102495..8f97599d240892 100644 --- a/srcpkgs/git-review/template +++ b/srcpkgs/git-review/template @@ -1,7 +1,7 @@ # Template file for 'git-review' pkgname=git-review version=1.28.0 -revision=5 +revision=6 build_style=python3-module hostmakedepends="python3-setuptools python3-pbr" depends="python3-requests" From e9faa87a2306e0e4ad41252506129e13fee4ef6d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:53 -0400 Subject: [PATCH 1152/1268] git-filter-repo: rebuild for Python 3.10 --- srcpkgs/git-filter-repo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template index 7755fee8bb206b..073dd6f75fe114 100644 --- a/srcpkgs/git-filter-repo/template +++ b/srcpkgs/git-filter-repo/template @@ -1,7 +1,7 @@ # Template file for 'git-filter-repo' pkgname=git-filter-repo version=2.33.0 -revision=1 +revision=2 depends="git python3" checkdepends="git python3 perl rsync dos2unix" short_desc="Versatile tool for rewriting git history" From af5bd26f6f37c66c743ae4550cbf5a3c97f886b5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:53 -0400 Subject: [PATCH 1153/1268] git-cola: rebuild for Python 3.10 --- srcpkgs/git-cola/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template index 2716e0272b6a65..29a7e26276e6bd 100644 --- a/srcpkgs/git-cola/template +++ b/srcpkgs/git-cola/template @@ -1,7 +1,7 @@ # Template file for 'git-cola' pkgname=git-cola version=3.10.1 -revision=1 +revision=2 build_style=python3-module pycompile_dirs="usr/share/git-cola/lib" hostmakedepends="python3" From 76bd415c95a313463c4feb3b080b7ea288102a22 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:53 -0400 Subject: [PATCH 1154/1268] gi-docgen: rebuild for Python 3.10 --- srcpkgs/gi-docgen/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gi-docgen/template b/srcpkgs/gi-docgen/template index fdb4d4b14e60dc..046960af94692a 100644 --- a/srcpkgs/gi-docgen/template +++ b/srcpkgs/gi-docgen/template @@ -1,7 +1,7 @@ # Template file for 'gi-docgen' pkgname=gi-docgen version=2021.7 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-Pygments python3-typogrify python3-Jinja2 python3-toml From fbf21435aca28d69072ab1fcb1b601f1e30d89c7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:53 -0400 Subject: [PATCH 1155/1268] geis: rebuild for Python 3.10 --- srcpkgs/geis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template index ddad320d93a7a8..9f4fdba8dd3808 100644 --- a/srcpkgs/geis/template +++ b/srcpkgs/geis/template @@ -1,7 +1,7 @@ # Template file for 'geis' pkgname=geis version=2.2.17 -revision=8 +revision=9 build_style="gnu-configure" configure_args="--disable-static" hostmakedepends="pkg-config python3-devel" From 0413f597fbcfb283dcdc71d42ccd068c8a607adc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:52 -0400 Subject: [PATCH 1156/1268] gef: rebuild for Python 3.10 --- srcpkgs/gef/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gef/template b/srcpkgs/gef/template index 176f42ef6d5dff..fdbd5eeeb831a0 100644 --- a/srcpkgs/gef/template +++ b/srcpkgs/gef/template @@ -1,7 +1,7 @@ # Template file for 'gef' pkgname=gef version=2021.07 -revision=1 +revision=2 pycompile_dirs="usr/share/gef" depends="keystone-python3 capstone-python3 unicorn-python3 python3-Ropper" short_desc="GDB Enhanced Features for exploit devs & reversers" From 2227b4ec1966ec33f770aa561a7197531116e042 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:52 -0400 Subject: [PATCH 1157/1268] gedit-plugins: rebuild for Python 3.10 --- srcpkgs/gedit-plugins/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gedit-plugins/template b/srcpkgs/gedit-plugins/template index ed5f8f388b664a..c7c4d159723b00 100644 --- a/srcpkgs/gedit-plugins/template +++ b/srcpkgs/gedit-plugins/template @@ -1,7 +1,7 @@ # Template file for 'gedit-plugins' pkgname=gedit-plugins version=40.1 -revision=1 +revision=2 build_style=meson pycompile_dirs="usr/lib/gedit/plugins" hostmakedepends="gettext glib-devel itstool pkg-config vala appstream-glib From 5ef654e3c21e6299f7e517d5dffc4f18ed037282 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:52 -0400 Subject: [PATCH 1158/1268] gdown: rebuild for Python 3.10 --- srcpkgs/gdown/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template index e2b19518da5979..bc9cc3b8b69f38 100644 --- a/srcpkgs/gdown/template +++ b/srcpkgs/gdown/template @@ -1,7 +1,7 @@ # Template file for 'gdown' pkgname=gdown version=3.13.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3 python3-setuptools" depends="python3-filelock python3-requests python3-six python3-tqdm From 69bdcd45ddf6e5090dd26ff8299c1e76496722ca Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:52 -0400 Subject: [PATCH 1159/1268] gcovr: rebuild for Python 3.10 --- srcpkgs/gcovr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template index 0f3e294b827ac1..cb13a9d12628f6 100644 --- a/srcpkgs/gcovr/template +++ b/srcpkgs/gcovr/template @@ -1,7 +1,7 @@ # Template file for 'gcovr' pkgname=gcovr version=4.2 -revision=4 +revision=5 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-Jinja2 python3-lxml python3-Pygments" From f58d76d1f5f7b4efb287acaace5fff9f2cfe159a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:52 -0400 Subject: [PATCH 1160/1268] gandi-cli: rebuild for Python 3.10 --- srcpkgs/gandi-cli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template index 1350627bba168c..71cbc44cc7d720 100644 --- a/srcpkgs/gandi-cli/template +++ b/srcpkgs/gandi-cli/template @@ -1,7 +1,7 @@ # Template file for 'gandi-cli' pkgname=gandi-cli version=1.6 -revision=1 +revision=2 wrksrc="gandi.cli-${version}" build_style=python3-module hostmakedepends="python3-docutils python3-setuptools" From 3262cb026a1a4f3d25254be9b409bb909aa3c3ec Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:52 -0400 Subject: [PATCH 1161/1268] gammastep: rebuild for Python 3.10 --- srcpkgs/gammastep/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template index b03e346a9b5abf..1a12e16e3a97b3 100644 --- a/srcpkgs/gammastep/template +++ b/srcpkgs/gammastep/template @@ -1,7 +1,7 @@ # Template file for 'gammastep' pkgname=gammastep version=2.0.7 -revision=1 +revision=2 wrksrc="${pkgname}-v$version" build_style=gnu-configure configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr From ff7c6899c760184b1f861042d63f872867ba579e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:51 -0400 Subject: [PATCH 1162/1268] gallery-dl: rebuild for Python 3.10 --- srcpkgs/gallery-dl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template index cdb450c220e2d2..a55ead4d37c814 100644 --- a/srcpkgs/gallery-dl/template +++ b/srcpkgs/gallery-dl/template @@ -1,7 +1,7 @@ # Template file for 'gallery-dl' pkgname=gallery-dl version=1.19.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-requests" From 1b30c517d3d5301ff3de7e4d7066a04227803ab3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:51 -0400 Subject: [PATCH 1163/1268] gajim-omemo: rebuild for Python 3.10 --- srcpkgs/gajim-omemo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gajim-omemo/template b/srcpkgs/gajim-omemo/template index 9c0c2abdd3cd92..531f7be7545d4a 100644 --- a/srcpkgs/gajim-omemo/template +++ b/srcpkgs/gajim-omemo/template @@ -1,7 +1,7 @@ # Template file for 'gajim-omemo' pkgname=gajim-omemo version=2.7.15 -revision=1 +revision=2 wrksrc="omemo" hostmakedepends="unzip" depends="python3 python3-setuptools python3-cryptography python3-axolotl From 885f656494018f674694dacab996c52567aa6d78 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:51 -0400 Subject: [PATCH 1164/1268] frr: rebuild for Python 3.10 --- srcpkgs/frr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template index 808601ff49738a..664313adf10e86 100644 --- a/srcpkgs/frr/template +++ b/srcpkgs/frr/template @@ -1,7 +1,7 @@ # Template file for 'frr' pkgname=frr version=7.5 -revision=1 +revision=2 wrksrc="${pkgname}-${pkgname}-${version}" build_style=gnu-configure # chroot-texinfo is not able to build frr's docs From 28e4ed2df971ae6db8766e6dc04c3be3d46a8b66 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:51 -0400 Subject: [PATCH 1165/1268] freeorion: rebuild for Python 3.10, update to 0.4.10.2. --- srcpkgs/freeorion/template | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template index 37bfc09176c437..20fd819e49b03e 100644 --- a/srcpkgs/freeorion/template +++ b/srcpkgs/freeorion/template @@ -1,31 +1,24 @@ # Template file for 'freeorion' pkgname=freeorion -version=0.4.10 -revision=2 -_release=${version}_2020-07-10.f3d403e +version=0.4.10.2 +revision=1 +_release=${version}_2021-08-01.f663dad wrksrc=src-tarball build_style=cmake hostmakedepends="cppcheck doxygen python3-pycodestyle" makedepends="boost-devel libvorbis-devel freetype-devel glew-devel libopenal-devel python3-devel SDL2-devel" -depends="${pkgname}-data desktop-file-utils hicolor-icon-theme" +depends="desktop-file-utils hicolor-icon-theme" short_desc="Turn-based space empire and galactic conquest (4X) computer game" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://freeorion.org/index.php/Main_Page" changelog="https://raw.githubusercontent.com/freeorion/freeorion/master/ChangeLog.md" distfiles="https://github.com/freeorion/freeorion/releases/download/v${version}/FreeOrion_v${_release}_Source.tar.gz" -checksum=e72ab42cba1ee8842507340931ef389e64011e040a4adc74add5f4997bbcba8b +checksum=f6056ee97edd46dee8076cc1cdb11c711652f1e26f03cec1244a01a3cd5b0d70 +replaces="freeorion-data>=0" post_extract() { _build_no=${_release/*_/} sed -i -e "s|\${FreeOrion_BUILD_NO}|$_build_no|" util/Version.cpp.in } - -freeorion-data_package() { - short_desc+=" - data files" - license="GPL-2.0-or-later, CC-BY-SA-3.0" - pkg_install() { - vmove usr/share/freeorion - } -} From e628215c4c7a2877d2e19802d645166d4529e68b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:51 -0400 Subject: [PATCH 1166/1268] freecad: rebuild for Python 3.10 --- srcpkgs/freecad/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template index a11272680797f6..baa80234b2f1eb 100644 --- a/srcpkgs/freecad/template +++ b/srcpkgs/freecad/template @@ -1,7 +1,7 @@ # Template file for 'freecad' pkgname=freecad version=0.19.2 -revision=1 +revision=2 wrksrc="FreeCAD-${version}" build_style=cmake From b0f05101ee23b9e1e9517104ef63898a7cfcd81d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:51 -0400 Subject: [PATCH 1167/1268] fonttools: rebuild for Python 3.10 --- srcpkgs/fonttools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template index 4146889c9d45ee..a0237d4fe6e0d8 100644 --- a/srcpkgs/fonttools/template +++ b/srcpkgs/fonttools/template @@ -1,7 +1,7 @@ # Template file for 'fonttools' pkgname=fonttools version=4.18.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools" From 76c018f2c04cccb0f83c9bed9a6cc4a1552ef7f6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:50 -0400 Subject: [PATCH 1168/1268] flinks: rebuild for Python 3.10 --- srcpkgs/flinks/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template index e4fac93a22e01a..cf92b29b69e22a 100644 --- a/srcpkgs/flinks/template +++ b/srcpkgs/flinks/template @@ -1,7 +1,7 @@ # Template file for 'flinks' pkgname=flinks version=0.5.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="lynx python3" From d3222ea343a8213bfb9f4457de9a46c00669a8b7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:50 -0400 Subject: [PATCH 1169/1268] fierce: rebuild for Python 3.10 --- srcpkgs/fierce/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template index 31e4741929e5db..eec2e71b290a65 100644 --- a/srcpkgs/fierce/template +++ b/srcpkgs/fierce/template @@ -1,7 +1,7 @@ # Template file for 'fierce' pkgname=fierce version=1.4.0 -revision=3 +revision=4 build_style=python3-module pycompile_module="fierce" hostmakedepends="python3-setuptools" From 7a6dcaaaa2cdf2b126bdb947928ad7def5421249 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:50 -0400 Subject: [PATCH 1170/1268] fetchmail: rebuild for Python 3.10, update to 6.4.22. --- srcpkgs/fetchmail/template | 6 +++--- srcpkgs/fetchmail/update | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template index bfda3ee686ca10..91fa37c38b4162 100644 --- a/srcpkgs/fetchmail/template +++ b/srcpkgs/fetchmail/template @@ -1,10 +1,10 @@ # Template file for 'fetchmail' pkgname=fetchmail -version=6.4.21 +version=6.4.22 revision=1 build_style=gnu-configure configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr" -hostmakedepends="python3" +hostmakedepends="python3 pkg-config" makedepends="openssl-devel" depends="fetchmailconf" short_desc="Remote-mail retrieval utility" @@ -13,7 +13,7 @@ license="GPL-2.0-only" homepage="http://fetchmail.sourceforge.net/" changelog="https://gitlab.com/fetchmail/fetchmail/-/raw/legacy_64/NEWS" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" -checksum=6a459c1cafd7a1daa5cd137140da60c18c84b5699cd8e7249a79c33342c99d1d +checksum=cc6818bd59435602169fa292d6d163d56b21c7f53112829470a3aceabe612c84 post_install() { vsed -i -e 's,/usr/bin/python ,/usr/bin/python3 ,' "${DESTDIR}/usr/bin/fetchmailconf" diff --git a/srcpkgs/fetchmail/update b/srcpkgs/fetchmail/update index f3966b2d3e1365..2e4fc10d2079ef 100644 --- a/srcpkgs/fetchmail/update +++ b/srcpkgs/fetchmail/update @@ -1 +1 @@ -ignore="*.*.*.beta*" +ignore="*beta* *rc*" From 83c401eb0871f36845c24f5e7ddece9e711c2bf0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:50 -0400 Subject: [PATCH 1171/1268] fava: rebuild for Python 3.10 --- srcpkgs/fava/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template index d14e25c39974aa..9b0f83e540b901 100644 --- a/srcpkgs/fava/template +++ b/srcpkgs/fava/template @@ -1,7 +1,7 @@ # Template file for 'fava' pkgname=fava version=1.18 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools_scm" depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask From da5b42ec81963b1730202a80fa8884c5a9c386a4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:50 -0400 Subject: [PATCH 1172/1268] fail2ban: rebuild for Python 3.10 --- srcpkgs/fail2ban/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template index 4abc63302393a1..0498ef9672afe7 100644 --- a/srcpkgs/fail2ban/template +++ b/srcpkgs/fail2ban/template @@ -1,7 +1,7 @@ # Template file for 'fail2ban' pkgname=fail2ban version=0.11.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="pkg-config python3" depends="python3" From 98d498e3918c0515a8b80428073d519b5ca31b73 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:49 -0400 Subject: [PATCH 1173/1268] evemu: rebuild for Python 3.10 --- srcpkgs/evemu/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/evemu/template b/srcpkgs/evemu/template index e65f2f63ac9856..08543bff0faec6 100644 --- a/srcpkgs/evemu/template +++ b/srcpkgs/evemu/template @@ -1,7 +1,7 @@ # Template file for 'evemu' pkgname=evemu version=2.7.0 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config python3 asciidoc xmlto" makedepends="libevdev-devel" From 36ad40076f0092a19ef37df6d3596a34e5750f88 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:49 -0400 Subject: [PATCH 1174/1268] etesync-dav: rebuild for Python 3.10 --- srcpkgs/etesync-dav/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template index f0fc6cd756d724..61f80e57df968d 100644 --- a/srcpkgs/etesync-dav/template +++ b/srcpkgs/etesync-dav/template @@ -1,7 +1,7 @@ # Template file for 'etesync-dav' pkgname=etesync-dav version=0.20.4 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF" From 394632d8b908e47dfc429ba31c8584ee82cd392f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:49 -0400 Subject: [PATCH 1175/1268] etcetera: rebuild for Python 3.10 --- srcpkgs/etcetera/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/etcetera/template b/srcpkgs/etcetera/template index 0d305be48b63c6..02983edebec08a 100644 --- a/srcpkgs/etcetera/template +++ b/srcpkgs/etcetera/template @@ -1,7 +1,7 @@ # Template file for 'etcetera' pkgname=etcetera version=1.0 -revision=2 +revision=3 pycompile_dirs="usr/lib/etcetera" depends="python3" short_desc="Config file management with a touch of wisdom" From e18bf4452c9fd11d84cb243bf81c4ff2865f29f4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:49 -0400 Subject: [PATCH 1176/1268] eolie: rebuild for Python 3.10 --- srcpkgs/eolie/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template index 4249e34262968e..52c0f08d2f45e8 100644 --- a/srcpkgs/eolie/template +++ b/srcpkgs/eolie/template @@ -1,7 +1,7 @@ # Template file for 'eolie' pkgname=eolie version=0.9.62 -revision=3 +revision=4 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe build_style=meson pycompile_module="eolie" From b7cbafc07b6d8dce229b6bc94cbcce00465bcb4c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:49 -0400 Subject: [PATCH 1177/1268] eog-plugins: rebuild for Python 3.10 --- srcpkgs/eog-plugins/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/eog-plugins/template b/srcpkgs/eog-plugins/template index 694564da71218a..dd9e0f1fc44c3b 100644 --- a/srcpkgs/eog-plugins/template +++ b/srcpkgs/eog-plugins/template @@ -1,7 +1,7 @@ # Template file for 'eog-plugins' pkgname=eog-plugins version=3.26.7 -revision=1 +revision=2 build_style=gnu-configure pycompile_dirs="usr/lib/eog/plugins" hostmakedepends="glib-devel pkg-config intltool" From 4071ccca969446b54023e84843d0c7cb87d756a9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:49 -0400 Subject: [PATCH 1178/1268] electrum-ltc: rebuild for Python 3.10 --- srcpkgs/electrum-ltc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template index d62c43b5fa14e9..c679e5a4d8cb38 100644 --- a/srcpkgs/electrum-ltc/template +++ b/srcpkgs/electrum-ltc/template @@ -1,7 +1,7 @@ # Template file for 'electrum-ltc' pkgname=electrum-ltc version=3.3.8.1 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools python3-PyQt5-devel-tools" depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx From 857c7c95965ac46979bddf136c8842c4a99caf99 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:49 -0400 Subject: [PATCH 1179/1268] electrum: rebuild for Python 3.10 --- srcpkgs/electrum/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template index 91200e0c3402c9..59575350f95565 100644 --- a/srcpkgs/electrum/template +++ b/srcpkgs/electrum/template @@ -1,7 +1,7 @@ # Template file for 'electrum' pkgname=electrum version=4.1.5 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools python3-PyQt5-devel-tools" depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx From d8e0715198b123c986106104295c857a751c3383 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:48 -0400 Subject: [PATCH 1180/1268] edx-dl: rebuild for Python 3.10 --- srcpkgs/edx-dl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template index 5e1f8b2c2da131..ae797a42f10ff0 100644 --- a/srcpkgs/edx-dl/template +++ b/srcpkgs/edx-dl/template @@ -1,7 +1,7 @@ # Template file for 'edx-dl' pkgname=edx-dl version=0.1.13 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools From 1240348107e2a73e55d830d7d0829721f506a346 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:48 -0400 Subject: [PATCH 1181/1268] duplicity: rebuild for Python 3.10 --- srcpkgs/duplicity/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template index 40e5f8efa0566d..7098a587a79dc9 100644 --- a/srcpkgs/duplicity/template +++ b/srcpkgs/duplicity/template @@ -1,7 +1,7 @@ # Template file for 'duplicity' pkgname=duplicity version=0.8.20 -revision=1 +revision=2 build_style=python3-module hostmakedepends="gettext python3-setuptools_scm" makedepends="python3-devel librsync-devel" From 5cea2b09eb2028afac2eca0605f9f0742c3ce102 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:48 -0400 Subject: [PATCH 1182/1268] duiadns: rebuild for Python 3.10 --- srcpkgs/duiadns/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template index 83bc4bb45d4376..f9fc5ab5e0b90f 100644 --- a/srcpkgs/duiadns/template +++ b/srcpkgs/duiadns/template @@ -1,7 +1,7 @@ # Template file for 'duiadns' pkgname=duiadns version=1.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-netifaces python3-netaddr python3-requests" From cfa60c48f15279d9fecd4113d68401d36769a2c3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:48 -0400 Subject: [PATCH 1183/1268] docker-compose: rebuild for Python 3.10 --- srcpkgs/docker-compose/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/docker-compose/template b/srcpkgs/docker-compose/template index ddbef482d17a96..c5867ba385880c 100644 --- a/srcpkgs/docker-compose/template +++ b/srcpkgs/docker-compose/template @@ -1,7 +1,7 @@ # Template file for 'docker-compose' pkgname=docker-compose version=1.29.2 -revision=1 +revision=2 wrksrc="compose-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 75d09513b502da2baaa9bc824bb3616aea6ca9a6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:48 -0400 Subject: [PATCH 1184/1268] distcc: rebuild for Python 3.10 --- srcpkgs/distcc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template index 31b4f58e84bc9d..4766512fa501b9 100644 --- a/srcpkgs/distcc/template +++ b/srcpkgs/distcc/template @@ -1,7 +1,7 @@ # Template file for 'distcc' pkgname=distcc version=3.3.3 -revision=4 +revision=5 build_style=gnu-configure configure_args="--disable-Werror --with-gtk" conf_files=" From 4d878d5a18a86338384e3c4bc9f0c6d365813b65 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:48 -0400 Subject: [PATCH 1185/1268] diffoscope: rebuild for Python 3.10 --- srcpkgs/diffoscope/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template index 4f4d0ad1041c4a..3b740e30b4566c 100644 --- a/srcpkgs/diffoscope/template +++ b/srcpkgs/diffoscope/template @@ -1,7 +1,7 @@ # Template file for 'diffoscope' pkgname=diffoscope version=185 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-magic python3-libarchive-c python3-setuptools From bf3b12f9db676887ed6a010f3dc7af1e9d6ae844 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:47 -0400 Subject: [PATCH 1186/1268] devedeng: rebuild for Python 3.10 --- srcpkgs/devedeng/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template index 685ac74354427f..f3229ed606804d 100644 --- a/srcpkgs/devedeng/template +++ b/srcpkgs/devedeng/template @@ -1,7 +1,7 @@ # Template file for 'devedeng' pkgname=devedeng version=4.16.0 -revision=3 +revision=4 build_style=python3-module pycompile_module="devedeng" hostmakedepends="gettext python3" From 193c1b21cfad7b3f1801e649539b9fbab3510cd1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:47 -0400 Subject: [PATCH 1187/1268] deluge: rebuild for Python 3.10 --- srcpkgs/deluge/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template index 7deb5f64686cab..c4a4b18fa63368 100644 --- a/srcpkgs/deluge/template +++ b/srcpkgs/deluge/template @@ -1,7 +1,7 @@ # Template file for 'deluge' pkgname=deluge version=2.0.3 -revision=13 +revision=14 build_style=python3-module # TODO package python3-slimit to minify javascript hostmakedepends="intltool python3-setuptools python3-wheel" From f083014a93f66a123104e7d57d9d6d342ec34038 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:47 -0400 Subject: [PATCH 1188/1268] d-feet: rebuild for Python 3.10 --- srcpkgs/d-feet/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template index 321b41b8b767f1..5d924c7ab3a41f 100644 --- a/srcpkgs/d-feet/template +++ b/srcpkgs/d-feet/template @@ -1,7 +1,7 @@ # Template file for 'd-feet' pkgname=d-feet version=0.3.16 -revision=1 +revision=2 build_style=meson hostmakedepends="pkg-config intltool itstool python3-pycodestyle" makedepends="gtk+3-devel gobject-introspection" From 750dce97484bcba139a8553317cf6db2a3960bf0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:47 -0400 Subject: [PATCH 1189/1268] curseradio: rebuild for Python 3.10 --- srcpkgs/curseradio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template index d3f05ee1d5f8d7..a938acfca0bc68 100644 --- a/srcpkgs/curseradio/template +++ b/srcpkgs/curseradio/template @@ -1,7 +1,7 @@ # Template file for 'curseradio' pkgname=curseradio version=0.0.20171017 -revision=5 +revision=6 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d wrksrc="curseradio-${_commit}" build_style=python3-module From 84c5ce78dd2f4ebfb54416dccf298324621376f4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:47 -0400 Subject: [PATCH 1190/1268] cura: rebuild for Python 3.10 --- srcpkgs/cura/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template index e721c7a705fd80..7a143a8b69a8fe 100644 --- a/srcpkgs/cura/template +++ b/srcpkgs/cura/template @@ -1,7 +1,7 @@ # Template file for 'cura' pkgname=cura version=4.11.0 -revision=1 +revision=2 wrksrc="Cura-${version}" build_style=cmake configure_args="-DCURA_VERSION=${version} From d0132dbbf4e5f42a051ccb878caf09b62e3a6b43 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:47 -0400 Subject: [PATCH 1191/1268] ctop: rebuild for Python 3.10 --- srcpkgs/ctop/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template index 9646c772b7669e..9ce40563211698 100644 --- a/srcpkgs/ctop/template +++ b/srcpkgs/ctop/template @@ -1,7 +1,7 @@ # Template file for 'ctop' pkgname=ctop version=1.0.0 -revision=5 +revision=6 build_style=python3-module pycompile_module="cgroup_top.py" hostmakedepends="python3-setuptools" From 3c421375c4b33493d2d7faf77341998586cf631a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:47 -0400 Subject: [PATCH 1192/1268] csound: rebuild for Python 3.10 --- srcpkgs/csound/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/csound/template b/srcpkgs/csound/template index 40173d4608a480..56d44d714105b8 100644 --- a/srcpkgs/csound/template +++ b/srcpkgs/csound/template @@ -1,7 +1,7 @@ # Template file for 'csound' pkgname=csound version=6.16.2 -revision=1 +revision=2 build_style=cmake configure_args=" -DLUA_MODULE_INSTALL_DIR=${XBPS_CROSS_BASE}/usr/lib/lua/5.1 From e0ac7b8778597a22a1829653d42a2fd821668bd8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 8 Oct 2021 09:32:50 -0400 Subject: [PATCH 1193/1268] cross-arm-none-eabi-gdb: rebuild for Python 3.10 --- srcpkgs/cross-arm-none-eabi-gdb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cross-arm-none-eabi-gdb/template b/srcpkgs/cross-arm-none-eabi-gdb/template index 8d9085a5ed6df2..0518fa3713065e 100644 --- a/srcpkgs/cross-arm-none-eabi-gdb/template +++ b/srcpkgs/cross-arm-none-eabi-gdb/template @@ -1,7 +1,7 @@ # Template file for 'cross-arm-none-eabi-gdb' pkgname=cross-arm-none-eabi-gdb version=11.1 -revision=1 +revision=2 wrksrc=gdb-${version} build_style=gnu-configure configure_args="--target=arm-none-eabi --disable-werror --disable-nls --with-system-readline From 5d57ec843de4a74c186ffa23b2efc9a21d520adb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:47 -0400 Subject: [PATCH 1194/1268] cropgui: rebuild for Python 3.10 --- srcpkgs/cropgui/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template index 7fcf83644d13b0..918b5ae132f978 100644 --- a/srcpkgs/cropgui/template +++ b/srcpkgs/cropgui/template @@ -1,7 +1,7 @@ # Template file for 'cropgui' pkgname=cropgui version=0.5 -revision=1 +revision=2 hostmakedepends="which python3" depends="python3 python3-Pillow python3-gobject libjpeg-turbo-tools ImageMagick exiftool" From 72f912f44975bbe991f6096b7019cb372f01326d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:46 -0400 Subject: [PATCH 1195/1268] criu: rebuild for Python 3.10 --- srcpkgs/criu/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template index c9f68933e756d4..1807efc4a43f85 100644 --- a/srcpkgs/criu/template +++ b/srcpkgs/criu/template @@ -1,7 +1,7 @@ # Template file for 'criu' pkgname=criu version=3.14 -revision=3 +revision=4 # i686 unsupported upstream: https://criu.org/32bit_tasks_C/R#Compatible_applications # ppc64 big endian not supported upstream archs="x86_64* aarch64* ppc64le* armv7l*" From eb8418e8ca03c289ee0ee9cc6e2b587b907c432a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:46 -0400 Subject: [PATCH 1196/1268] cpuset: rebuild for Python 3.10 --- srcpkgs/cpuset/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template index b1675ff9cda32b..7b02b6898bf36c 100644 --- a/srcpkgs/cpuset/template +++ b/srcpkgs/cpuset/template @@ -1,7 +1,7 @@ # Template file for 'cpuset' pkgname=cpuset version=1.6 -revision=3 +revision=4 build_style=python3-module pycompile_module="cpuset" hostmakedepends="python3-setuptools" From a00aca64e1b52b4fff64dde02e61204a5283b1a1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:46 -0400 Subject: [PATCH 1197/1268] cozy: rebuild for Python 3.10 --- srcpkgs/cozy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template index 53e5e6bb3d2c43..011d28c09913a1 100644 --- a/srcpkgs/cozy/template +++ b/srcpkgs/cozy/template @@ -1,7 +1,7 @@ # Template file for 'cozy' pkgname=cozy version=1.1.0 -revision=1 +revision=2 build_style=meson hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee python3-mutagen python3-gobject-devel gettext desktop-file-utils From 9e5fa56eacb7e211a0679132726321fc46ebef65 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:46 -0400 Subject: [PATCH 1198/1268] coursera-dl: rebuild for Python 3.10 --- srcpkgs/coursera-dl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template index a484d1a54a0dcc..9c569678e49cdf 100644 --- a/srcpkgs/coursera-dl/template +++ b/srcpkgs/coursera-dl/template @@ -1,7 +1,7 @@ # Template file for 'coursera-dl' pkgname=coursera-dl version=0.11.5 -revision=2 +revision=3 build_style=python3-module pycompile_module="coursera" hostmakedepends="python3-setuptools" From af02c28d7256c98e3133b0cedbe551158e271494 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:46 -0400 Subject: [PATCH 1199/1268] collectd: rebuild for Python 3.10 --- srcpkgs/collectd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template index cd6dd8f5781306..d2757dd67af1ee 100644 --- a/srcpkgs/collectd/template +++ b/srcpkgs/collectd/template @@ -1,7 +1,7 @@ # Template file for 'collectd' pkgname=collectd version=5.12.0 -revision=5 +revision=6 build_style=gnu-configure configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl) $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt From ecfc61282141c85488f4158c9fab5483f6863b0f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:46 -0400 Subject: [PATCH 1200/1268] coccigrep: rebuild for Python 3.10 --- srcpkgs/coccigrep/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template index 0b4e37bf590319..79b573a82124e5 100644 --- a/srcpkgs/coccigrep/template +++ b/srcpkgs/coccigrep/template @@ -1,7 +1,7 @@ # Template file for 'coccigrep' pkgname=coccigrep version=1.20 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="coccinelle python3-Pygments" From 40a37f82ab1fec118aba99b965bda81e79561c46 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:45 -0400 Subject: [PATCH 1201/1268] clearine: rebuild for Python 3.10 --- srcpkgs/clearine/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template index 3fad7126c70154..9ab51e8d1d870f 100644 --- a/srcpkgs/clearine/template +++ b/srcpkgs/clearine/template @@ -1,7 +1,7 @@ # Template file for 'clearine' pkgname=clearine version=0.7 -revision=3 +revision=4 build_style=python3-module pycompile_module="Clearine" hostmakedepends="python3-setuptools" From 87eaffa08e660813c9f2f174fc822566ba496810 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:45 -0400 Subject: [PATCH 1202/1268] cinnamon: rebuild for Python 3.10 --- srcpkgs/cinnamon/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cinnamon/template b/srcpkgs/cinnamon/template index 165458ac7da534..f9cc54f120f283 100644 --- a/srcpkgs/cinnamon/template +++ b/srcpkgs/cinnamon/template @@ -1,7 +1,7 @@ # Template file for 'cinnamon' pkgname=cinnamon version=4.8.6 -revision=1 +revision=2 build_helper=gir build_style=meson hostmakedepends="libtool pkg-config gobject-introspection gettext From 0c602f8021d8299e5d24f8bcff160f924b94fde3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:45 -0400 Subject: [PATCH 1203/1268] chrome-gnome-shell: rebuild for Python 3.10 --- srcpkgs/chrome-gnome-shell/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/chrome-gnome-shell/template b/srcpkgs/chrome-gnome-shell/template index 244f7fa37a71c0..bdcf87a5b7c774 100644 --- a/srcpkgs/chrome-gnome-shell/template +++ b/srcpkgs/chrome-gnome-shell/template @@ -1,7 +1,7 @@ # Template file for 'chrome-gnome-shell' pkgname=chrome-gnome-shell version=10.1 -revision=2 +revision=3 build_style=cmake configure_args=" -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXTENSION=OFF ../" hostmakedepends="python3 jq" From 420ba6ced946b6057d58ed22a5dcebaf90c656e0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:45 -0400 Subject: [PATCH 1204/1268] certbot-nginx: rebuild for Python 3.10 --- srcpkgs/certbot-nginx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/certbot-nginx/template b/srcpkgs/certbot-nginx/template index c07499208f8139..8c28f04759126b 100644 --- a/srcpkgs/certbot-nginx/template +++ b/srcpkgs/certbot-nginx/template @@ -1,7 +1,7 @@ # Template file for 'certbot-nginx' pkgname=certbot-nginx version=1.19.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="certbot python3-acme python3-parsing python3-zope.interface" From 27c56c12acd95654a78048c4b3a845dd4511b9b2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:45 -0400 Subject: [PATCH 1205/1268] certbot-apache: rebuild for Python 3.10 --- srcpkgs/certbot-apache/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/certbot-apache/template b/srcpkgs/certbot-apache/template index 760e18cc4671f8..ac2400bf7141f5 100644 --- a/srcpkgs/certbot-apache/template +++ b/srcpkgs/certbot-apache/template @@ -1,7 +1,7 @@ # Template file for 'certbot-apache' pkgname=certbot-apache version=1.19.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="certbot python3-acme python3-augeas python3-zope.interface" From 3dd3355deece501f680c6f5729476bcd269e1b80 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:44 -0400 Subject: [PATCH 1206/1268] ccsm: rebuild for Python 3.10 --- srcpkgs/ccsm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template index 7f27e3317fc43a..e67d90b8604606 100644 --- a/srcpkgs/ccsm/template +++ b/srcpkgs/ccsm/template @@ -1,7 +1,7 @@ # Template file for 'ccsm' pkgname=ccsm version=0.8.18 -revision=2 +revision=3 build_style=python3-module hostmakedepends="automake intltool libtool pkg-config python3" makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel" From f829150d4dc04949a511c0df9352dc1373adeb4b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:44 -0400 Subject: [PATCH 1207/1268] catfish: rebuild for Python 3.10 --- srcpkgs/catfish/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template index 42836d29f9852b..9c5170152d9c27 100644 --- a/srcpkgs/catfish/template +++ b/srcpkgs/catfish/template @@ -1,7 +1,7 @@ # Template file for 'catfish' pkgname=catfish version=4.16.3 -revision=1 +revision=2 build_style=python3-module hostmakedepends="intltool python3-distutils-extra python3-gobject" depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject From 17715f5d29df35f1b8bc9b4d5092639c1f129835 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:44 -0400 Subject: [PATCH 1208/1268] castero: rebuild for Python 3.10 --- srcpkgs/castero/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template index 11574f87b87856..73fa37d1d2b32e 100644 --- a/srcpkgs/castero/template +++ b/srcpkgs/castero/template @@ -1,7 +1,7 @@ # Template file for 'castero' pkgname=castero version=0.9.4 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" # taken from https://github.com/xgi/castero/blob/master/requirements.txt, From 5709f0b4ca11718e8cae7d3c9d1d78046f6b105e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:44 -0400 Subject: [PATCH 1209/1268] canto-curses: rebuild for Python 3.10 --- srcpkgs/canto-curses/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template index b67f9f284f5b98..c3054b8c02f219 100644 --- a/srcpkgs/canto-curses/template +++ b/srcpkgs/canto-curses/template @@ -1,7 +1,7 @@ # Template file for 'canto-curses' pkgname=canto-curses version=0.9.9 -revision=7 +revision=8 build_style=python3-module pycompile_dirs="/usr/lib/canto/plugins" hostmakedepends="python3-setuptools" From ce2a22f1a88c605d555cbc9d2574dc3256c3ca75 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:44 -0400 Subject: [PATCH 1210/1268] calibre: rebuild for Python 3.10 --- srcpkgs/calibre/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template index a6721278a810bd..dfe669acc49684 100644 --- a/srcpkgs/calibre/template +++ b/srcpkgs/calibre/template @@ -1,7 +1,7 @@ # Template file for 'calibre' pkgname=calibre version=5.28.0 -revision=1 +revision=2 build_style=python3-module pycompile_dirs="/usr/lib/calibre/" hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg From d30b536a5a8a60ccb59150fbc7efb4effe33f911 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:43 -0400 Subject: [PATCH 1211/1268] cairo-dock-plugins: rebuild for Python 3.10 --- srcpkgs/cairo-dock-plugins/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cairo-dock-plugins/template b/srcpkgs/cairo-dock-plugins/template index 32457494a08537..62137ba83adce0 100644 --- a/srcpkgs/cairo-dock-plugins/template +++ b/srcpkgs/cairo-dock-plugins/template @@ -1,7 +1,7 @@ # Template file for 'cairo-dock-plugins' pkgname=cairo-dock-plugins version=3.4.1 -revision=15 +revision=16 build_style=cmake hostmakedepends="gettext pkg-config" makedepends="alsa-lib-devel fftw-devel pulseaudio-devel libexif-devel From aa1d1e5abfc862e75db8b8c9042f9944eb2dd60a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:43 -0400 Subject: [PATCH 1212/1268] caffeine-ng: rebuild for Python 3.10 --- srcpkgs/caffeine-ng/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template index 3057a24c40c4bc..ab235226ff32ee 100644 --- a/srcpkgs/caffeine-ng/template +++ b/srcpkgs/caffeine-ng/template @@ -1,7 +1,7 @@ # Template file for 'caffeine-ng' pkgname=caffeine-ng version=3.5.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="desktop-file-utils gtk+3 hicolor-icon-theme libnotify From 3b7d1f538cb62a5195b90c74d2b7077712404856 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:43 -0400 Subject: [PATCH 1213/1268] cadence: rebuild for Python 3.10 --- srcpkgs/cadence/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cadence/template b/srcpkgs/cadence/template index b429ab1f0fcb99..35ec773b9f119e 100644 --- a/srcpkgs/cadence/template +++ b/srcpkgs/cadence/template @@ -1,7 +1,7 @@ # Template file for 'cadence' pkgname=cadence version=0.9.1 -revision=1 +revision=2 wrksrc="Cadence-${version}" build_style=gnu-makefile python_version=3 From bad60b6eb3b2b1367f94a252e2e9c604278e6ccb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:43 -0400 Subject: [PATCH 1214/1268] bumblebee-status: rebuild for Python 3.10 --- srcpkgs/bumblebee-status/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bumblebee-status/template b/srcpkgs/bumblebee-status/template index 786c1b0663c130..072bbcd1bc846a 100644 --- a/srcpkgs/bumblebee-status/template +++ b/srcpkgs/bumblebee-status/template @@ -1,7 +1,7 @@ # Template file for 'bumblebee-status' pkgname=bumblebee-status version=2.1.4 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-netifaces python3-psutil python3-requests" From 79134532a09fb7ea1806818653905fe22995ed8e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:43 -0400 Subject: [PATCH 1215/1268] bum: rebuild for Python 3.10 --- srcpkgs/bum/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template index 5d11f493717dc2..ba85ad35b747f5 100644 --- a/srcpkgs/bum/template +++ b/srcpkgs/bum/template @@ -1,7 +1,7 @@ # Template file for 'bum' pkgname=bum version=0.1.3 -revision=6 +revision=7 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-mpd2 python3-musicbrainzngs python3-mpv" From e443d7b605cb405428deaffc0f3136cac9c2594f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:43 -0400 Subject: [PATCH 1216/1268] btrfs-backup: rebuild for Python 3.10 --- srcpkgs/btrfs-backup/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template index 061a8af95c107d..a03de8a7d406ef 100644 --- a/srcpkgs/btrfs-backup/template +++ b/srcpkgs/btrfs-backup/template @@ -1,7 +1,7 @@ # Template file for 'btrfs-backup' pkgname=btrfs-backup version=0.3.1 -revision=3 +revision=4 wrksrc="${pkgname/-/_}-${version}" build_style=python3-module pycompile_module="${pkgname/-/_}" From ad081c53c6c3e13074b8bc75acba35ae55f733f7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:43 -0400 Subject: [PATCH 1217/1268] botan: rebuild for Python 3.10 --- srcpkgs/botan/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/botan/template b/srcpkgs/botan/template index d2e6ffb9ccdae3..282bceabd3ce0a 100644 --- a/srcpkgs/botan/template +++ b/srcpkgs/botan/template @@ -1,7 +1,7 @@ # Template file for 'botan' pkgname=botan version=2.16.0 -revision=3 +revision=4 wrksrc="${pkgname^}-${version}" build_style=gnu-makefile pycompile_module="botan.py" From 0c824ade05d12ed22e2f8e8eadf2f5c1f02226e1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:42 -0400 Subject: [PATCH 1218/1268] borgmatic: rebuild for Python 3.10 --- srcpkgs/borgmatic/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template index c6959be3a8d16e..10127a653e8a85 100644 --- a/srcpkgs/borgmatic/template +++ b/srcpkgs/borgmatic/template @@ -1,7 +1,7 @@ # Template file for 'borgmatic' pkgname=borgmatic version=1.5.18 -revision=1 +revision=2 build_style=python3-module # runs not yet installed self make_check_args="--deselect=tests/integration/commands/test_borgmatic.py" From ccc40eec28d154230e62dc96e46e3d19ae3340d1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:42 -0400 Subject: [PATCH 1219/1268] bootchart2: rebuild for Python 3.10 --- srcpkgs/bootchart2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bootchart2/template b/srcpkgs/bootchart2/template index 62cd9d2116a33b..8e8281a9e9f1b5 100644 --- a/srcpkgs/bootchart2/template +++ b/srcpkgs/bootchart2/template @@ -1,7 +1,7 @@ # Template file for 'bootchart2' pkgname=bootchart2 version=0.14.9 -revision=1 +revision=2 wrksrc="bootchart-${version}" build_style=gnu-makefile make_install_args="EARLY_PREFIX=/usr DOCDIR=/usr/share/doc/bootchart2" From 06e8125c8d4453e282865a797e7469607a223bb6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:42 -0400 Subject: [PATCH 1220/1268] blueman: rebuild for Python 3.10 --- srcpkgs/blueman/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template index 70d3bf1f3c90d4..36e8644e5bcd14 100644 --- a/srcpkgs/blueman/template +++ b/srcpkgs/blueman/template @@ -1,7 +1,7 @@ # Template file for 'blueman' pkgname=blueman version=2.2.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="intltool iproute2 pkg-config python3-Cython" From ec18e8b27406fd9e17af5e269591dd63fc33050b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:42 -0400 Subject: [PATCH 1221/1268] bluefish: rebuild for Python 3.10 --- srcpkgs/bluefish/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bluefish/template b/srcpkgs/bluefish/template index 62c17b4e8915fd..44e1a016185eb1 100644 --- a/srcpkgs/bluefish/template +++ b/srcpkgs/bluefish/template @@ -1,7 +1,7 @@ # Template file for 'bluefish' pkgname=bluefish version=2.2.12 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-spell-check --disable-update-databases --disable-xml-catalog-update $(vopt_enable python)" From d4df28ae1d15762de8dfb246dc534c3d855cc977 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:42 -0400 Subject: [PATCH 1222/1268] blender: rebuild for Python 3.10, update to 2.9.4. --- srcpkgs/blender/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template index af946c2b799943..024a132f1edb02 100644 --- a/srcpkgs/blender/template +++ b/srcpkgs/blender/template @@ -1,6 +1,6 @@ # Template file for 'blender' pkgname=blender -version=2.93.0 +version=2.93.4 revision=1 archs="x86_64* ppc64*" build_style="cmake" @@ -26,7 +26,7 @@ maintainer="Enno Boland " license="GPL-2.0-or-later" homepage="http://www.blender.org" distfiles="http://download.blender.org/source/${pkgname}-${version}.tar.xz" -checksum=ba3b634a46d717c7b40dcaef33e1075a4fa29d68a2c109d23339ea3414be5938 +checksum=e5c1419cf2d3af0ac4cb90217df05e1a149040739b8c02dcfaaf2c2061487fb2 python_version=3 CXXFLAGS="-DNDEBUG" CFLAGS="$CXXFLAGS" From dea2a08cac3e043c8166a9805347b50386fc2509 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:42 -0400 Subject: [PATCH 1223/1268] black: rebuild for Python 3.10 --- srcpkgs/black/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/black/template b/srcpkgs/black/template index 386e0682b77e44..b17749777fb0a1 100644 --- a/srcpkgs/black/template +++ b/srcpkgs/black/template @@ -1,7 +1,7 @@ # Template file for 'black' pkgname=black version=21.9b0 -revision=1 +revision=2 build_style=python3-module # Disable tests that require `black` in the search path for commands. make_check_args="--deselect tests/test_primer.py::PrimerLibTests::test_gen_check_output From a6dd44669f0610b932bfce52a483a3d87821485f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:41 -0400 Subject: [PATCH 1224/1268] beets: rebuild for Python 3.10 --- srcpkgs/beets/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template index 8dfb44bf88ada3..adb2acc85cc80d 100644 --- a/srcpkgs/beets/template +++ b/srcpkgs/beets/template @@ -1,7 +1,7 @@ # Template file for 'beets' pkgname=beets version=1.4.9 -revision=4 +revision=5 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-munkres python3-musicbrainzngs From 25d87306055a946f12100785ab12dd5cb49dfcbd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:41 -0400 Subject: [PATCH 1225/1268] bcc: rebuild for Python 3.10 --- srcpkgs/bcc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template index bb6561f4e66018..60c9b746d3fe13 100644 --- a/srcpkgs/bcc/template +++ b/srcpkgs/bcc/template @@ -1,7 +1,7 @@ # Template file for 'bcc' pkgname=bcc version=0.22.0 -revision=1 +revision=2 wrksrc="bcc" build_style=cmake configure_args="-DREVISION=${version} -DENABLE_LLVM_SHARED=1" From 665a3331c344eca8df9e70e42a0b50622dbe429f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:41 -0400 Subject: [PATCH 1226/1268] backintime: rebuild for Python 3.10 --- srcpkgs/backintime/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/backintime/template b/srcpkgs/backintime/template index 92813476381784..d663eec211e465 100644 --- a/srcpkgs/backintime/template +++ b/srcpkgs/backintime/template @@ -1,7 +1,7 @@ # Template file for 'backintime' pkgname=backintime version=1.2.1 -revision=2 +revision=3 configure_args="--python3" pycompile_dirs="/usr/share/backintime" hostmakedepends="gettext python3" From 686c3a4962928b9d823e2f3663d70449821aa569 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:41 -0400 Subject: [PATCH 1227/1268] backblaze-b2: rebuild for Python 3.10 --- srcpkgs/backblaze-b2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/backblaze-b2/template b/srcpkgs/backblaze-b2/template index b37ea7673f6d3f..f1839a1b90c79b 100644 --- a/srcpkgs/backblaze-b2/template +++ b/srcpkgs/backblaze-b2/template @@ -1,7 +1,7 @@ # Template file for 'backblaze-b2' pkgname=backblaze-b2 version=2.1.0 -revision=1 +revision=2 wrksrc="b2-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b62264fb7b5027d61823a3a0944268e0fb4d844e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:41 -0400 Subject: [PATCH 1228/1268] bCNC: rebuild for Python 3.10 --- srcpkgs/bCNC/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template index bffca03f61feab..00e403f55fee6a 100644 --- a/srcpkgs/bCNC/template +++ b/srcpkgs/bCNC/template @@ -1,7 +1,7 @@ # Template file for 'bCNC' pkgname=bCNC version=0.9.14.307 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy" From 2458c903af7d1cd09701d843c84bae34b0223f10 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:41 -0400 Subject: [PATCH 1229/1268] azote: rebuild for Python 3.10 --- srcpkgs/azote/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template index 3a2d55d3d70889..92deba3aa22960 100644 --- a/srcpkgs/azote/template +++ b/srcpkgs/azote/template @@ -1,7 +1,7 @@ # Template file for 'azote' pkgname=azote version=1.8.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-gobject python3-Pillow gtk+3" From f8e1d383fa95fb355c3c86f6fc8543c8f3b9bac1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:40 -0400 Subject: [PATCH 1230/1268] awsume: rebuild for Python 3.10 --- srcpkgs/awsume/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template index 8feaca3d4ad009..01ede3d4e3e4a7 100644 --- a/srcpkgs/awsume/template +++ b/srcpkgs/awsume/template @@ -1,7 +1,7 @@ # Template file for 'awsume' pkgname=awsume version=4.5.3 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3 python3-setuptools" makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage From 24f631e9fb9366871e227413b15dccff25704710 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:40 -0400 Subject: [PATCH 1231/1268] aws-cli: rebuild for Python 3.10 --- srcpkgs/aws-cli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template index 8ead2d8ff4a37d..67550003bd47f7 100644 --- a/srcpkgs/aws-cli/template +++ b/srcpkgs/aws-cli/template @@ -1,7 +1,7 @@ # Template file for 'aws-cli' pkgname=aws-cli version=1.18.125 -revision=2 +revision=3 wrksrc="aws-cli-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 039abbad75ddcc463f899fde1de4460989760a88 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:40 -0400 Subject: [PATCH 1232/1268] avr-gdb: rebuild for Python 3.10 --- srcpkgs/avr-gdb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/avr-gdb/template b/srcpkgs/avr-gdb/template index 03a8e59405cf83..c31d91cc4c5bb3 100644 --- a/srcpkgs/avr-gdb/template +++ b/srcpkgs/avr-gdb/template @@ -1,7 +1,7 @@ # Template file for 'avr-gdb' pkgname=avr-gdb version=11.1 -revision=1 +revision=2 wrksrc=gdb-${version} build_style=gnu-configure configure_args="--target=avr --disable-werror --disable-nls --with-system-readline From ebe98ac10b6209ac23da57976fc8ea05155a6eac Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:40 -0400 Subject: [PATCH 1233/1268] avideo: rebuild for Python 3.10 --- srcpkgs/avideo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template index 17637289aac5d0..ca74d42c324000 100644 --- a/srcpkgs/avideo/template +++ b/srcpkgs/avideo/template @@ -1,7 +1,7 @@ # Template file for 'avideo' pkgname=avideo version=2017.9.27 -revision=6 +revision=7 wrksrc="avideo" build_style=python3-module hostmakedepends="python3" From 7621a84352fc43678828c595d8bb89435d3fc350 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:40 -0400 Subject: [PATCH 1234/1268] autotiling: rebuild for Python 3.10 --- srcpkgs/autotiling/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/autotiling/template b/srcpkgs/autotiling/template index a325fdf2f7037c..437d2a9552944d 100644 --- a/srcpkgs/autotiling/template +++ b/srcpkgs/autotiling/template @@ -1,7 +1,7 @@ # Template file for 'autotiling' pkgname=autotiling version=1.5 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-wheel" depends="python3-i3ipc" From 7eb6b58e14da6c32fe41b0de0477e1647590d53b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:40 -0400 Subject: [PATCH 1235/1268] autorandr: rebuild for Python 3.10 --- srcpkgs/autorandr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template index 35977a529482b2..381455156586fb 100644 --- a/srcpkgs/autorandr/template +++ b/srcpkgs/autorandr/template @@ -1,7 +1,7 @@ # Template file for 'autorandr' pkgname=autorandr version=1.11 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools pkg-config" depends="python3-setuptools xrandr" From 4268dda314ac342f69c21a8f6b2ea5c90e07e8b5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:39 -0400 Subject: [PATCH 1236/1268] autopep8: rebuild for Python 3.10 --- srcpkgs/autopep8/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template index cf584e77be0d7b..c8d97dc32df85e 100644 --- a/srcpkgs/autopep8/template +++ b/srcpkgs/autopep8/template @@ -1,7 +1,7 @@ # Template file for 'autopep8' pkgname=autopep8 version=1.5.4 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pycodestyle python3-toml" From f051c888cd702a378d1e3eb981ef8c5db04c5c77 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:39 -0400 Subject: [PATCH 1237/1268] audit: rebuild for Python 3.10 --- srcpkgs/audit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template index ca21e60781890c..f21f32725d0d2f 100644 --- a/srcpkgs/audit/template +++ b/srcpkgs/audit/template @@ -1,7 +1,7 @@ # Template file for 'audit' pkgname=audit version=3.0.3 -revision=1 +revision=2 build_style=gnu-configure configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5 --with-apparmor --with-libcap-ng --with-python3" From ff113f4a160b441d7d111a2541e5b636d3c8a009 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:39 -0400 Subject: [PATCH 1238/1268] attic: rebuild for Python 3.10 --- srcpkgs/attic/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template index 153c0341edcbdc..2a52e536f94b75 100644 --- a/srcpkgs/attic/template +++ b/srcpkgs/attic/template @@ -1,7 +1,7 @@ # Template file for 'attic' pkgname=attic version=0.16 -revision=20 +revision=21 wrksrc="Attic-$version" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython python3-Sphinx" From 58d714a9f08211b712b880d08452813f713c0454 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:39 -0400 Subject: [PATCH 1239/1268] asciinema: rebuild for Python 3.10 --- srcpkgs/asciinema/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template index 57a1ea9d7cfcf9..dd608d6e935bc8 100644 --- a/srcpkgs/asciinema/template +++ b/srcpkgs/asciinema/template @@ -1,7 +1,7 @@ # Template file for 'asciinema' pkgname=asciinema version=2.0.2 -revision=4 +revision=5 build_style=python3-module hostmakedepends="python3-setuptools" depends="$hostmakedepends" From acdf4358da0cb4b381c9bc5c7fd2ef13d7829a3f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:39 -0400 Subject: [PATCH 1240/1268] arandr: rebuild for Python 3.10 --- srcpkgs/arandr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template index ab02261cb79554..dc77641f3c1569 100644 --- a/srcpkgs/arandr/template +++ b/srcpkgs/arandr/template @@ -1,7 +1,7 @@ # Template file for 'arandr' pkgname=arandr version=0.1.10 -revision=4 +revision=5 build_style=python3-module hostmakedepends="gettext python3-setuptools python3-docutils" depends="python3-gobject xrandr python3" From 00a339ffbc4c6dee96cacc32bbf8d3030388d1f4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:39 -0400 Subject: [PATCH 1241/1268] apostrophe: rebuild for Python 3.10 --- srcpkgs/apostrophe/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template index 63a3e256df338e..69e39f1bff62ec 100644 --- a/srcpkgs/apostrophe/template +++ b/srcpkgs/apostrophe/template @@ -1,7 +1,7 @@ # Template file for 'apostrophe' pkgname=apostrophe version=2.4 -revision=2 +revision=3 wrksrc=apostrophe-v$version build_style=meson build_helper=gir From 40b3b38d9b0535218343030ea2176d65dc8962d0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:38 -0400 Subject: [PATCH 1242/1268] angrysearch: rebuild for Python 3.10 --- srcpkgs/angrysearch/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/angrysearch/template b/srcpkgs/angrysearch/template index 96b6b6604ba890..fa126e31db38c8 100644 --- a/srcpkgs/angrysearch/template +++ b/srcpkgs/angrysearch/template @@ -1,7 +1,7 @@ # Template file for 'angrysearch' pkgname=angrysearch version=1.0.1 -revision=3 +revision=4 wrksrc="ANGRYsearch-${version}" pycompile_dirs="usr/share/angrysearch" hostmakedepends="python3" From 926337e11536ec55e324d4b0dd9bb5c1c6aa667b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:38 -0400 Subject: [PATCH 1243/1268] alot: rebuild for Python 3.10 --- srcpkgs/alot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template index 831b24deb8b432..69db144f617aa3 100644 --- a/srcpkgs/alot/template +++ b/srcpkgs/alot/template @@ -1,7 +1,7 @@ # Template file for 'alot' pkgname=alot version=0.9.1 -revision=4 +revision=5 build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx" depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj From 86fdbf17f72a38aebd5a89d182ba91e2ada4f260 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:38 -0400 Subject: [PATCH 1244/1268] alienfx: rebuild for Python 3.10 --- srcpkgs/alienfx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template index cb3dc5f6e75f62..c77f2e33cdc32c 100644 --- a/srcpkgs/alienfx/template +++ b/srcpkgs/alienfx/template @@ -1,7 +1,7 @@ # Template file for 'alienfx' pkgname=alienfx version=2.3.5 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-usb python3-cairo python3-gobject python3-setuptools From fa22b292006a4ad1523d916c2197563999b564dd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:38 -0400 Subject: [PATCH 1245/1268] afew: rebuild for Python 3.10 --- srcpkgs/afew/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template index a8ca1dac5b142f..2b66b5c5e18c3e 100644 --- a/srcpkgs/afew/template +++ b/srcpkgs/afew/template @@ -1,7 +1,7 @@ # Template file for 'afew' pkgname=afew version=3.0.1 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools_scm python3-Sphinx pkg-config" depends="notmuch-python3 python3-dkimpy python3-chardet notmuch" From a12b624e57a75638230940eb248abf9212e357ae Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:38 -0400 Subject: [PATCH 1246/1268] TwitchNotifier: rebuild for Python 3.10 --- srcpkgs/TwitchNotifier/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template index 39a8c31c904ed0..b5fbfed27af1ae 100644 --- a/srcpkgs/TwitchNotifier/template +++ b/srcpkgs/TwitchNotifier/template @@ -1,7 +1,7 @@ # Template file for 'TwitchNotifier' pkgname=TwitchNotifier version=0.5 -revision=4 +revision=5 build_style=python3-module hostmakedepends="python3-devel" makedepends="python3-devel" From 7f66faa6eaf905fad06fcf425df8f0d904f1e296 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:38 -0400 Subject: [PATCH 1247/1268] Trimage: rebuild for Python 3.10 --- srcpkgs/Trimage/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template index 5c97aec18624ff..fe556186d503e6 100644 --- a/srcpkgs/Trimage/template +++ b/srcpkgs/Trimage/template @@ -1,7 +1,7 @@ # Template file for 'Trimage' pkgname=Trimage version=1.0.6 -revision=3 +revision=4 wrksrc="Trimage-${version}" build_style=python3-module hostmakedepends="python3" From 658b1debd7f29602d843f4f8a4856fb02d9e36d9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:37 -0400 Subject: [PATCH 1248/1268] Solaar: rebuild for Python 3.10 --- srcpkgs/Solaar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template index 393cede0f0aed0..689322c13dd9ec 100644 --- a/srcpkgs/Solaar/template +++ b/srcpkgs/Solaar/template @@ -1,7 +1,7 @@ # Template file for 'Solaar' pkgname=Solaar version=1.0.6 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pyudev python3-psutil python3-yaml python3-xlib" From 7a9c53ef5cfaa0eb47807d572e423bb8568b4c87 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:37 -0400 Subject: [PATCH 1249/1268] ReText: rebuild for Python 3.10 --- srcpkgs/ReText/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template index d7fc6f96c865ed..100044f19d0835 100644 --- a/srcpkgs/ReText/template +++ b/srcpkgs/ReText/template @@ -1,7 +1,7 @@ # Template file for 'ReText' pkgname=ReText version=7.2.1 -revision=1 +revision=2 wrksrc="${pkgname,,}-${version}" build_style=python3-module hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools" From 1ad19dc25ebcc24df619c81b8cb3bb4b2c6d6050 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:37 -0400 Subject: [PATCH 1250/1268] PyInstaller: rebuild for Python 3.10 --- srcpkgs/PyInstaller/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template index c6df686f3ede98..aff08cf33e2390 100644 --- a/srcpkgs/PyInstaller/template +++ b/srcpkgs/PyInstaller/template @@ -1,7 +1,7 @@ # Template file for 'PyInstaller' pkgname=PyInstaller version=4.1 -revision=1 +revision=2 wrksrc="pyinstaller-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 53c758bf54bd0a7298411b360636a96d73f59819 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:37 -0400 Subject: [PATCH 1251/1268] PhotoCollage: rebuild for Python 3.10 --- srcpkgs/PhotoCollage/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template index 964603cf90c778..4e8ec2cb7ef535 100644 --- a/srcpkgs/PhotoCollage/template +++ b/srcpkgs/PhotoCollage/template @@ -1,7 +1,7 @@ # Template file for 'PhotoCollage' pkgname=PhotoCollage version=1.4.4 -revision=4 +revision=5 build_style=python3-module hostmakedepends="gettext python3" depends="python3-Pillow python3-gobject" From c58a2e40eca5eab697dd40a75c8e9b0ed25b0fa6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:37 -0400 Subject: [PATCH 1252/1268] PackageKit: rebuild for Python 3.10 --- srcpkgs/PackageKit/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/PackageKit/template b/srcpkgs/PackageKit/template index 805bd8245f9d1c..155dd156a06a54 100644 --- a/srcpkgs/PackageKit/template +++ b/srcpkgs/PackageKit/template @@ -1,17 +1,17 @@ # Template file for 'PackageKit' pkgname=PackageKit version=1.2.2 -revision=1 +revision=2 wrksrc="PackageKit-PACKAGEKIT_${version//./_}" build_style=meson build_helper="gir" configure_args="-Dgstreamer_plugin=false -Dgtk_module=false -Dsystemd=false -Dgobject_introspection=$(vopt_if gir true false) -Doffline_update=false -Dbash_command_not_found=false" -hostmakedepends="glib-devel gettext-devel $(vopt_if vala 'vala-devel') - libxslt-devel pkg-config which" -makedepends="bash-completion gettext-devel glib-devel polkit-devel sqlite-devel - $(vopt_if vala 'vala-devel') libxslt-devel" +hostmakedepends="glib-devel gettext-devel polkit-devel + $(vopt_if vala 'vala-devel') libxslt-devel pkg-config which" +makedepends="bash-completion gettext-devel glib-devel polkit-devel + sqlite-devel $(vopt_if vala 'vala-devel') libxslt-devel" short_desc="D-BUS abstraction layer to package management API" maintainer="Orphaned " license="GPL-2.0-or-later" From c0c87845fb5c21a36bda093afefb4fade52e7429 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:37 -0400 Subject: [PATCH 1253/1268] OpenLP: rebuild for Python 3.10 --- srcpkgs/OpenLP/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template index 0bf83bb6b6d5b2..64f86854a286a2 100644 --- a/srcpkgs/OpenLP/template +++ b/srcpkgs/OpenLP/template @@ -1,7 +1,7 @@ # Template file for 'OpenLP' pkgname=OpenLP version=2.4.6 -revision=4 +revision=5 build_style=python3-module hostmakedepends="python3-setuptools qt5-host-tools" depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl From 16fb9d322b4264c0c7d4cea782a3ead320121cb2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:36 -0400 Subject: [PATCH 1254/1268] LabJackPython: rebuild for Python 3.10 --- srcpkgs/LabJackPython/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/LabJackPython/template b/srcpkgs/LabJackPython/template index 7ab2405a01b88f..5d550b465c26da 100644 --- a/srcpkgs/LabJackPython/template +++ b/srcpkgs/LabJackPython/template @@ -1,7 +1,7 @@ # Template file for 'LabJackPython' pkgname=LabJackPython version=2.0.4 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3" depends="exodriver" From 1f0a89e00af7a3c1e56dfe997477d79acb074986 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:36 -0400 Subject: [PATCH 1255/1268] Komikku: rebuild for Python 3.10 --- srcpkgs/Komikku/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template index e0f018f1386869..4d60614975dd02 100644 --- a/srcpkgs/Komikku/template +++ b/srcpkgs/Komikku/template @@ -1,7 +1,7 @@ # Template file for 'Komikku' pkgname=Komikku version=0.34.1 -revision=1 +revision=2 wrksrc=Komikku-v${version} build_style=meson hostmakedepends="gettext glib-devel gobject-introspection pkg-config" From 6b9be43f6c19b1e4853fb1199a29bba417c2199f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:36 -0400 Subject: [PATCH 1256/1268] Grammalecte: rebuild for Python 3.10 --- srcpkgs/Grammalecte/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/Grammalecte/template b/srcpkgs/Grammalecte/template index 9348beebb7558f..ead50b056cc16c 100644 --- a/srcpkgs/Grammalecte/template +++ b/srcpkgs/Grammalecte/template @@ -1,7 +1,7 @@ # Template file for 'Grammalecte' pkgname=Grammalecte version=1.6.0 -revision=3 +revision=4 create_wrksrc=yes build_style=python3-module hostmakedepends="python3-setuptools" From 6ded3b80ae03dab975a27aeed1daa6653df1ec86 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:36 -0400 Subject: [PATCH 1257/1268] Electron-Cash: rebuild for Python 3.10 --- srcpkgs/Electron-Cash/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/Electron-Cash/template b/srcpkgs/Electron-Cash/template index 20a8e18e2c499d..0e5265f3a92d81 100644 --- a/srcpkgs/Electron-Cash/template +++ b/srcpkgs/Electron-Cash/template @@ -1,7 +1,7 @@ # Template file for 'Electron-Cash' pkgname=Electron-Cash version=4.2.3 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools python3-PyQt5-devel-tools" depends="python3-PyQt5 python3-PyQt5-svg python3-qrcode python3-dateutil From fb16af6b5721c3d24e02683e0a16b030d44ab536 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:36 -0400 Subject: [PATCH 1258/1268] DarkRadiant: rebuild for Python 3.10 --- srcpkgs/DarkRadiant/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template index 0c656d3566ebdf..6741fc8bae37ea 100644 --- a/srcpkgs/DarkRadiant/template +++ b/srcpkgs/DarkRadiant/template @@ -1,7 +1,7 @@ # Template file for 'DarkRadiant' pkgname=DarkRadiant version=2.13.0 -revision=1 +revision=2 build_style=cmake build_helper=cmake-wxWidgets-gtk3 hostmakedepends="pkg-config ruby-asciidoctor" From 78a67facdf06b5de068c35ff815470d85bd8f350 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:36 -0400 Subject: [PATCH 1259/1268] Carla: rebuild for Python 3.10 --- srcpkgs/Carla/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/Carla/template b/srcpkgs/Carla/template index 701fd0ea30f773..7ab456abe9880d 100644 --- a/srcpkgs/Carla/template +++ b/srcpkgs/Carla/template @@ -1,7 +1,7 @@ # Template file for 'Carla' pkgname=Carla version=2.1 -revision=3 +revision=4 archs="x86_64* i686* aarch64* arm*" build_style=gnu-makefile pycompile_dirs="usr/share/carla" From f2b4945a5e75d1969ea905e90abfc4dcda9fb28f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:44 -0400 Subject: [PATCH 1260/1268] caribou: remove package Package doesn't build with current vala, last release is 5 years old. --- srcpkgs/caribou-devel | 1 - .../patches/autostart-set-nodisplay.patch | 21 --------- srcpkgs/caribou/patches/fix-crash.patch | 46 ------------------- .../fix-font-property-in-style.css.patch | 26 ----------- srcpkgs/caribou/patches/fix-vala.patch | 16 ------- srcpkgs/caribou/template | 46 ------------------- srcpkgs/libcaribou | 1 - 7 files changed, 157 deletions(-) delete mode 120000 srcpkgs/caribou-devel delete mode 100644 srcpkgs/caribou/patches/autostart-set-nodisplay.patch delete mode 100644 srcpkgs/caribou/patches/fix-crash.patch delete mode 100644 srcpkgs/caribou/patches/fix-font-property-in-style.css.patch delete mode 100644 srcpkgs/caribou/patches/fix-vala.patch delete mode 100644 srcpkgs/caribou/template delete mode 120000 srcpkgs/libcaribou diff --git a/srcpkgs/caribou-devel b/srcpkgs/caribou-devel deleted file mode 120000 index 7f932efc02e7bf..00000000000000 --- a/srcpkgs/caribou-devel +++ /dev/null @@ -1 +0,0 @@ -caribou \ No newline at end of file diff --git a/srcpkgs/caribou/patches/autostart-set-nodisplay.patch b/srcpkgs/caribou/patches/autostart-set-nodisplay.patch deleted file mode 100644 index 10087f3f805cc9..00000000000000 --- a/srcpkgs/caribou/patches/autostart-set-nodisplay.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 286582f90fbbc9b3baa6b055bba1141cc30e6e94 Mon Sep 17 00:00:00 2001 -From: Jeremy Bicha -Date: Thu, 12 Oct 2017 18:14:35 -0400 -Subject: autostart: Set NoDisplay=true - -https://bugzilla.gnome.org/show_bug.cgi?id=788906 -https://launchpad.net/bugs/1723266 ---- - data/caribou-autostart.desktop.in.in | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/data/caribou-autostart.desktop.in.in b/data/caribou-autostart.desktop.in.in -index 4bd1c03..bf73a94 100644 ---- a/data/caribou-autostart.desktop.in.in -+++ b/data/caribou-autostart.desktop.in.in -@@ -5,4 +5,5 @@ Exec=@libexecdir@/caribou - AutostartCondition=GSettings org.gnome.desktop.a11y.applications screen-keyboard-enabled - X-GNOME-AutoRestart=true - #X-GNOME-Autostart-Phase=Initialization -+NoDisplay=true - OnlyShowIn=GNOME;Unity; diff --git a/srcpkgs/caribou/patches/fix-crash.patch b/srcpkgs/caribou/patches/fix-crash.patch deleted file mode 100644 index a6fa3d7cd378c2..00000000000000 --- a/srcpkgs/caribou/patches/fix-crash.patch +++ /dev/null @@ -1,46 +0,0 @@ -From d41c8e44b12222a290eaca16703406b113a630c6 Mon Sep 17 00:00:00 2001 -From: Michael Webster -Date: Tue, 12 Jan 2021 18:01:47 +0000 -Subject: [PATCH] xadapter.vala: Remove XkbKeyTypesMask and fields from - XKbChangeMap call. -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -This was originally a workaround for xFree86 4.3 - see: -https://bugzilla.gnome.org/show_bug.cgi?id=673547 -​ -As of https://gitlab.freedesktop.org/xorg/xserver/-/commit/87c64fc5b0 this -causes a BadLength error when attempting to use shifted characters. -​ -Ref: -https://www.x.org/releases/X11R7.7/doc/libX11/XKB/xkblib.html#Changing_Map_Components_in_the_Server ---- - libcaribou/xadapter.vala | 9 ++------- - 1 file changed, 2 insertions(+), 7 deletions(-) - -diff --git a/libcaribou/xadapter.vala b/libcaribou/xadapter.vala -index 22858b7..1da5a78 100644 ---- a/libcaribou/xadapter.vala -+++ b/libcaribou/xadapter.vala -@@ -195,15 +195,10 @@ namespace Caribou { - - Xkb.MapChanges changes = Xkb.MapChanges (); - -- // We don't touch key types here but include the -- // information in XkbSetMap request to the server, because -- // some X servers need the information to check the sanity -- // of the keysyms change. -- changes.changed = (ushort) (Xkb.KeySymsMask | Xkb.KeyTypesMask); -+ changes.changed = (ushort) Xkb.KeySymsMask; - changes.first_key_sym = (char) this.reserved_keycode; - changes.num_key_syms = this.xkbdesc.map.key_sym_map[this.reserved_keycode].width; -- changes.first_type = 0; -- changes.num_types = this.xkbdesc.map.num_types; -+ - Xkb.change_map (this.xdisplay, this.xkbdesc, changes); - - this.xdisplay.flush (); --- -GitLab - diff --git a/srcpkgs/caribou/patches/fix-font-property-in-style.css.patch b/srcpkgs/caribou/patches/fix-font-property-in-style.css.patch deleted file mode 100644 index 722fae54eb6165..00000000000000 --- a/srcpkgs/caribou/patches/fix-font-property-in-style.css.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 13df8b92ae89c796238e669ee6ef4447a42d6355 Mon Sep 17 00:00:00 2001 -From: Jeremy Bicha -Date: Fri, 1 Dec 2017 12:11:35 -0500 -Subject: style.css: Fix failure to start in GNOME Flashback - -The order for 'font' properties matters -https://developer.gnome.org/gtk3/stable/chap-css-properties.html - -https://bugzilla.gnome.org/show_bug.cgi?id=791001 ---- - data/antler/style.css | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/data/antler/style.css b/data/antler/style.css -index 5ab6f71..4d84904 100644 ---- a/data/antler/style.css -+++ b/data/antler/style.css -@@ -13,7 +13,7 @@ - border-width: 0px; - border-radius: 2px; - border-image: url("dark-key-border.svg") 2 2 2 2 repeat stretch; -- font: Sans 14px; -+ font: 14px Sans; - background-image: -gtk-gradient (linear, - left top, - left bottom, diff --git a/srcpkgs/caribou/patches/fix-vala.patch b/srcpkgs/caribou/patches/fix-vala.patch deleted file mode 100644 index 9fae15bc231ff1..00000000000000 --- a/srcpkgs/caribou/patches/fix-vala.patch +++ /dev/null @@ -1,16 +0,0 @@ -Patch from -https://github.com/archlinux/svntogit-packages/blob/bf8285526628664f46c1b790238c6e3555e51499/trunk/unicode_to_keyval-symbol-check.patch - -diff --git a/libcaribou/key-model.vala b/libcaribou/key-model.vala -index 89015bc..e88342e 100644 ---- a/libcaribou/key-model.vala -+++ b/libcaribou/key-model.vala -@@ -101,7 +101,7 @@ namespace Caribou { - unichar uc; - while (text.get_next_char (ref index, out uc)) { - uint keyval = Gdk.unicode_to_keyval (uc); -- if (keyval != uc | 0x01000000) -+ if (keyval != (uc | 0x01000000)) - _keyvals += keyval; - } - } else { diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template deleted file mode 100644 index 15bc2ccae74e99..00000000000000 --- a/srcpkgs/caribou/template +++ /dev/null @@ -1,46 +0,0 @@ -# Template file for 'caribou' -pkgname=caribou -version=0.4.21 -revision=5 -build_style=gnu-configure -build_helper="gir" -configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module - PYTHON=/usr/bin/python3" -hostmakedepends="pkg-config intltool python3-gobject-devel libxslt vala" -makedepends="vala-devel libxklavier-devel libgee08-devel python3-gobject-devel - clutter-devel gtk+3-devel libXtst-devel gir-freedesktop" -depends="python3-gobject python3-atspi python3-dbus gir-freedesktop at-spi2-atk - desktop-file-utils libcaribou>=${version}_${revision}" -short_desc="Alternative to the Gnome On-screen Keyboard" -maintainer="Enno Boland " -license="LGPL-2.1-only" -homepage="https://wiki.gnome.org/Projects/Caribou" -distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=9c43d9f4bd30f4fea7f780d4e8b14f7589107c52e9cb6bd202bd0d1c2064de55 -lib32disabled=yes - -libcaribou_package() { - lib32disabled=yes - short_desc+=" - library" - pkg_install() { - vmove "usr/lib/*.so.*" - vmove usr/share/caribou - vmove usr/lib/girepository-1.0 - vmove "usr/lib/gtk*" - vmove "usr/lib/gnome-settings-daemon*" - } -} - -caribou-devel_package() { - lib32disabled=yes - depends="libXtst-devel libgee08-devel libxklavier-devel gtk+3-devel - libxml2-devel libcaribou>=${version}_${revision}" - short_desc+=" - development files" - pkg_install() { - vmove usr/include - vmove usr/lib/pkgconfig - vmove usr/share/gir-1.0 - vmove usr/share/vala - vmove "usr/lib/*.so" - } -} diff --git a/srcpkgs/libcaribou b/srcpkgs/libcaribou deleted file mode 120000 index 7f932efc02e7bf..00000000000000 --- a/srcpkgs/libcaribou +++ /dev/null @@ -1 +0,0 @@ -caribou \ No newline at end of file From 0ec23f61aa0c27e8a1c817c4b5c4cf4370c3cfb3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:34 -0400 Subject: [PATCH 1261/1268] python3-SPARQLWrapper: remove package Nothing depends on this package and the last release (from 2019) still relies on setuptools functionality that no longer exists. --- srcpkgs/python3-SPARQLWrapper/template | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 srcpkgs/python3-SPARQLWrapper/template diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template deleted file mode 100644 index 4ef6a709dcfde8..00000000000000 --- a/srcpkgs/python3-SPARQLWrapper/template +++ /dev/null @@ -1,14 +0,0 @@ -# Template file for 'python3-SPARQLWrapper' -pkgname=python3-SPARQLWrapper -version=1.8.4 -revision=4 -wrksrc="${pkgname#*-}-${version}" -build_style=python3-module -hostmakedepends="python3-setuptools" -depends="python3-rdflib" -short_desc="SPARQL Endpoint interface to Python (Python3)" -maintainer="Orphaned " -license="W3C" -homepage="https://rdflib.github.io/sparqlwrapper/" -distfiles="${PYPI_SITE}/S/SPARQLWrapper/SPARQLWrapper-${version}.tar.gz" -checksum=21928e7a97f565e772cdeeb0abad428960f4307e3a13dbdd8f6d3da8a6a506c9 From 05f66b8d5e98ba3c395b60ecc9e8ac02cf7ea831 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:43 -0400 Subject: [PATCH 1262/1268] python3-bluez: remove package Nothing depends on this package, it does not build cleanly with current setuptools, and upstream [1] says the project is not actively developed. [1] https://github.com/pybluez/pybluez --- srcpkgs/python3-bluez/template | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 srcpkgs/python3-bluez/template diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template deleted file mode 100644 index 2feb64200f1663..00000000000000 --- a/srcpkgs/python3-bluez/template +++ /dev/null @@ -1,14 +0,0 @@ -# Template file for 'python3-bluez' -pkgname=python3-bluez -version=0.23 -revision=2 -wrksrc="PyBluez-${version}" -build_style=python3-module -hostmakedepends="python3-devel python3-setuptools" -makedepends="python3-devel libbluetooth-devel" -short_desc="Python3 wrapper for the BlueZ Bluetooth stack" -maintainer="Orphaned " -license="GPL-2.0-or-later" -homepage="https://pybluez.readthedocs.io" -distfiles="$PYPI_SITE/P/PyBluez/PyBluez-${version}.tar.gz" -checksum=c8f04d2e78951eaa9de486b4d49381704e8943d0a6e6e58f55fcd7b8582e90de From 2b19892b1eed8d2af5278d6095eaed4c76ee1b78 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:59 -0400 Subject: [PATCH 1263/1268] python3-gmpy2: remove package Nothing depends on the package, it fails to build with Python 3.10, and hasn't seen an official release in 5 years. --- srcpkgs/python3-gmpy2/template | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 srcpkgs/python3-gmpy2/template diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template deleted file mode 100644 index 2e322329db62e8..00000000000000 --- a/srcpkgs/python3-gmpy2/template +++ /dev/null @@ -1,15 +0,0 @@ -# Template file for 'python3-gmpy2' -pkgname=python3-gmpy2 -version=2.0.8 -revision=8 -wrksrc="gmpy2-${version}" -build_style=python3-module -hostmakedepends="unzip python3-setuptools -gmp-devel mpfr-devel libmpc-devel" -makedepends="python3-devel gmp-devel mpfr-devel libmpc-devel" -short_desc="Python3 interface to GMP, MPFR and MPC libraries" -maintainer="Orphaned " -homepage="https://github.com/aleaxit/gmpy" -license="LGPL-3.0-or-later" -distfiles="${PYPI_SITE}/g/gmpy2/gmpy2-${version}.zip" -checksum=dd233e3288b90f21b0bb384bcc7a7e73557bb112ccf0032ad52aa614eb373d3f From 2e2fe1b7167b2281a42cc4a7645873e9c848af5c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:00 -0400 Subject: [PATCH 1264/1268] python3-grako: remove package Nothing depends on it anymore, it doesn't build with Python 3.10, the upstream site is dead and the PyPI page says development has stopped. --- srcpkgs/python3-grako/template | 25 ------------------------- srcpkgs/python3-grako/update | 2 -- 2 files changed, 27 deletions(-) delete mode 100644 srcpkgs/python3-grako/template delete mode 100644 srcpkgs/python3-grako/update diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template deleted file mode 100644 index 6ee30b924547a2..00000000000000 --- a/srcpkgs/python3-grako/template +++ /dev/null @@ -1,25 +0,0 @@ -# Template file for 'python3-grako' -pkgname=python3-grako -version=3.99.9 -revision=7 -wrksrc="grako-$version" -build_style=python3-module -hostmakedepends="python3-setuptools python3-Cython" -makedepends="python3-devel" -depends="python3-setuptools" -short_desc="Grammar compiler, EBNF input, PEG/Packrat parser output (Python3)" -maintainer="Orphaned " -license="BSD-2-Clause" -homepage="https://bitbucket.org/neogeny/grako" -distfiles="$PYPI_SITE/g/grako/grako-$version.zip" -checksum=fcc37309eab7cd0cbbb26cfd6a54303fbb80a00a58ab295d1e665bc69189c364 -conflicts="python-grako>=0" - -pre_build() { - sed -i '/setup_requires=/d' setup.py -} -post_install() { - # TODO: Find out why we need to change these permissions manually - chmod -R +r "${DESTDIR}/${py3_sitelib}" - vlicense LICENSE.txt -} diff --git a/srcpkgs/python3-grako/update b/srcpkgs/python3-grako/update deleted file mode 100644 index 219b3c76f15541..00000000000000 --- a/srcpkgs/python3-grako/update +++ /dev/null @@ -1,2 +0,0 @@ -site="https://bitbucket.org/neogeny/grako/downloads/?tab=tags" -pattern="[\d\.]*(?=\.tar\.(gz|bz2))" From a9432c8cfa2c5a7ff5ab6f2ee3b20804ff75929e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:12 -0400 Subject: [PATCH 1265/1268] python3-keepalive: remove package Nothing depends on it, it doesn't build with Python 3.10, and the last commit on the upstream repo was four years ago. --- srcpkgs/python3-keepalive/template | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 srcpkgs/python3-keepalive/template diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template deleted file mode 100644 index d9dd189ffaa6bb..00000000000000 --- a/srcpkgs/python3-keepalive/template +++ /dev/null @@ -1,14 +0,0 @@ -# Template file for 'python3-keepalive' -pkgname=python3-keepalive -version=0.5 -revision=6 -wrksrc="${pkgname#*-}-${version}" -build_style=python3-module -hostmakedepends="python3-setuptools" -depends="python3" -short_desc="Python3 urllib keepalive support" -maintainer="Orphaned " -license="LGPL-2.1-or-later" -homepage="https://github.com/wikier/keepalive" -distfiles="${PYPI_SITE}/k/keepalive/keepalive-${version}.tar.gz" -checksum=3c6b96f9062a5a76022f0c9d41e9ef5552d80b1cadd4fccc1bf8f183ba1d1ec1 From 09973aab02c35848d885431eb10c93d9ad11281e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:14 -0400 Subject: [PATCH 1266/1268] paraview: remove package Vendoring of several components makes maintenance difficult and rebuilds take an excessive amount of time. Generally the only activity this package sees is work to drag it along when dependencies are updated---especially new Python releases. --- srcpkgs/paraview/patches/cmake-py39.patch | 11 --- .../patches/fix-page_size-macro.patch | 13 ---- .../patches/fix-vtksys-execinfo.patch | 12 --- srcpkgs/paraview/patches/vtk-isnan.patch | 45 ----------- srcpkgs/paraview/template | 75 ------------------- 5 files changed, 156 deletions(-) delete mode 100644 srcpkgs/paraview/patches/cmake-py39.patch delete mode 100644 srcpkgs/paraview/patches/fix-page_size-macro.patch delete mode 100644 srcpkgs/paraview/patches/fix-vtksys-execinfo.patch delete mode 100644 srcpkgs/paraview/patches/vtk-isnan.patch delete mode 100644 srcpkgs/paraview/template diff --git a/srcpkgs/paraview/patches/cmake-py39.patch b/srcpkgs/paraview/patches/cmake-py39.patch deleted file mode 100644 index 5e15a6ffac1367..00000000000000 --- a/srcpkgs/paraview/patches/cmake-py39.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/VTK/CMake/patches/99/FindPython/Support.cmake 2020-10-08 00:54:51.788984364 -0400 -+++ b/VTK/CMake/patches/99/FindPython/Support.cmake 2020-10-08 00:54:56.640977251 -0400 -@@ -46,7 +46,7 @@ - message (FATAL_ERROR "FindPython: INTERNAL ERROR") - endif() - if (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 3) -- set(_${_PYTHON_PREFIX}_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0) -+ set(_${_PYTHON_PREFIX}_VERSIONS 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0) - elseif (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 2) - set(_${_PYTHON_PREFIX}_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0) - else() diff --git a/srcpkgs/paraview/patches/fix-page_size-macro.patch b/srcpkgs/paraview/patches/fix-page_size-macro.patch deleted file mode 100644 index 62240a0201482f..00000000000000 --- a/srcpkgs/paraview/patches/fix-page_size-macro.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/Plugins/Datamine/Readers/dmfile.cxx 2020-08-04 22:12:01.000000000 +0200 -+++ b/Plugins/Datamine/Readers/dmfile.cxx 2020-08-30 13:22:12.387889301 +0200 -@@ -421,8 +421,8 @@ - - // number of records per page - // There is only 508 bytes per page ( table is 512 with 4 reserved ) -- const int PAGE_SIZE = 508; -- int numRecsPerPage = PAGE_SIZE / recordLength; -+ const int DM_PAGE_SIZE = 508; -+ int numRecsPerPage = DM_PAGE_SIZE / recordLength; - - // number of record on last page - int numRecsLastPage = GetNLastPageRecs(); diff --git a/srcpkgs/paraview/patches/fix-vtksys-execinfo.patch b/srcpkgs/paraview/patches/fix-vtksys-execinfo.patch deleted file mode 100644 index f01cce9b7e8579..00000000000000 --- a/srcpkgs/paraview/patches/fix-vtksys-execinfo.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/VTK/Utilities/KWSys/vtksys/CMakeLists.txt 2020-08-30 14:24:27.200081977 +0200 -+++ b/VTK/Utilities/KWSys/vtksys/CMakeLists.txt 2020-08-30 14:26:38.533088752 +0200 -@@ -592,7 +592,8 @@ - # check for simple stack trace - # usually it's in libc but on FreeBSD - # it's in libexecinfo -- FIND_LIBRARY(EXECINFO_LIB "execinfo") -+ FIND_PACKAGE(PkgConfig REQUIRED) -+ PKG_CHECK_MODULES(EXECINFO IMPORTED_TARGET libexecinfo) - MARK_AS_ADVANCED(EXECINFO_LIB) - IF (NOT EXECINFO_LIB) - SET(EXECINFO_LIB "") diff --git a/srcpkgs/paraview/patches/vtk-isnan.patch b/srcpkgs/paraview/patches/vtk-isnan.patch deleted file mode 100644 index 8bf0ec27033301..00000000000000 --- a/srcpkgs/paraview/patches/vtk-isnan.patch +++ /dev/null @@ -1,45 +0,0 @@ ---- a/VTK/Common/Core/vtkGenericDataArrayLookupHelper.h 2020-08-04 22:12:01.000000000 +0200 -+++ b/VTK/Common/Core/vtkGenericDataArrayLookupHelper.h 2020-08-29 22:33:06.824012475 +0200 -@@ -36,20 +36,20 @@ - template - struct has_NaN - { -- static bool isnan(T x) { return std::isnan(x); } -+ static bool vtkisnan(T x) { return std::isnan(x); } - }; - - template - struct has_NaN - { -- static bool isnan(T) { return false; } -+ static bool vtkisnan(T) { return false; } - }; - - template --bool isnan(T x) -+bool vtkisnan(T x) - { - // Select the correct partially specialized type. -- return has_NaN::has_quiet_NaN>::isnan(x); -+ return has_NaN::has_quiet_NaN>::vtkisnan(x); - } - } // namespace detail - -@@ -127,7 +127,7 @@ - for (vtkIdType i = 0; i < num; ++i) - { - auto value = this->AssociatedArray->GetValue(i); -- if (::detail::isnan(value)) -+ if (::detail::vtkisnan(value)) - { - NanIndices.push_back(i); - } -@@ -140,7 +140,7 @@ - std::vector* FindIndexVec(ValueType value) - { - std::vector* indices{ nullptr }; -- if (::detail::isnan(value) && !this->NanIndices.empty()) -+ if (::detail::vtkisnan(value) && !this->NanIndices.empty()) - { - indices = &this->NanIndices; - } diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template deleted file mode 100644 index 20a7f55896776b..00000000000000 --- a/srcpkgs/paraview/template +++ /dev/null @@ -1,75 +0,0 @@ -# Template file for 'paraview' -pkgname=paraview -version=5.8.1 -revision=3 -wrksrc=ParaView-v${version} -build_style=cmake -configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr - -DPARAVIEW_ENABLE_FFMPEG=ON - -DPARAVIEW_ENABLE_GDAL=ON - -DPARAVIEW_USE_PYTHON=ON - -DPARAVIEW_USE_MPI=ON - -DVTK_PYTHON_FULL_THREADSAFE=ON - -DVTK_PYTHON_VERSION=3 - -DVTK_SMP_IMPLEMENTATION_TYPE=TBB - -DVTKm_ENABLE_MPI=ON - -DVTKm_ENABLE_RENDERING=ON - -DVTKm_USE_DOUBLE_PRECISION=ON" -#make_build_args="VERBOSE=1" -hostmakedepends="pkg-config which python3" -# TODO: find some way of making this work with system vtk -makedepends="MesaLib-devel libfreeglut-devel glu-devel libXt-devel - openmpi-devel qt5-devel qt5-x11extras-devel qt5-tools-devel qt5-plugin-mysql - qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds - qt5-svg-devel qt5-xmlpatterns python3-devel double-conversion-devel eigen - expat-devel freetype-devel glew-devel hdf5-devel libjpeg-turbo-devel - jsoncpp-devel proj-devel libxml2-devel liblzma-devel liblz4-devel netcdf-devel - libogg-devel libpng-devel pugixml-devel libtheora-devel tiff-devel zlib-devel - protobuf-devel protobuf python3-Pygments ffmpeg-devel tbb-devel boost-devel - libgdal-devel python3-mpi4py" -depends="openmpi" -short_desc="Application for interactive, scientific visualization" -maintainer="Anders Damsgaard " -license="BSD-3-Clause" -homepage="https://www.paraview.org" -distfiles="https://www.paraview.org/paraview-downloads/download.php?submit=Download&version=v${version:0:3}&type=source&os=Sources&downloadFile=ParaView-v${version}.tar.xz>paraview-${version}.tar.xz" -checksum=7653950392a0d7c0287c26f1d3a25cdbaa11baa7524b0af0e6a1a0d7d487d034 - -CFLAGS="-DYYERROR_VERBOSE -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DGNU_SOURCE -fcommon" -CXXFLAGS="${CFLAGS}" - -# qhelpgenerator: could not find a Qt installation of '' -export QT_SELECT="5" - -if [ "$XBPS_TARGET_LIBC" = musl ]; then - makedepends+=" libexecinfo-devel" - configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-lexecinfo" -fi -if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then - makedepends+=" libatomic-devel" -fi - -post_extract() { - if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then - echo "vtk_module_link(VTK::CommonDataModel PRIVATE atomic)" >> \ - VTK/Common/DataModel/CMakeLists.txt - echo "target_link_libraries(protobuf PRIVATE atomic)" >> \ - ThirdParty/protobuf/vtkprotobuf/src/CMakeLists.txt - fi -} - -pre_configure() { - # use smaller debug info for 32-bit targets - if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then - export CFLAGS="${CFLAGS/-g/-g1}" - export CXXFLAGS="${CXXFLAGS/-g/-g1}" - fi - # conserve linker memory on 32-bit hosts - if [ "$XBPS_WORDSIZE" = "32" ]; then - export LDFLAGS+=" -Wl,--no-keep-memory" - fi -} - -post_install() { - vlicense Copyright.txt -} From 1b40ec2cc252fe58c1e2e58b9b4e6dd99f886fa5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 25 Sep 2021 23:00:41 -0400 Subject: [PATCH 1267/1268] removed-packages: add multiple and revbump - caribou - python3-SPARQLWrapper - python3-bluez - python3-gmpy2 - python3-grako - python3-keepalive - paraview --- srcpkgs/removed-packages/template | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template index 5fe46ab481211e..482adf4556a23e 100644 --- a/srcpkgs/removed-packages/template +++ b/srcpkgs/removed-packages/template @@ -1,7 +1,7 @@ # Template file for 'removed-packages' pkgname=removed-packages version=0.1 -revision=51 +revision=52 build_style=meta short_desc="Uninstalls packages removed from repository" maintainer="Piotr Wójcik " @@ -29,6 +29,9 @@ replaces=" caja-gksu<=1.20.2_2 california<=0.4.0_4 captain-ballard<=1.0.0_2 + caribou<=0.4.21_5 + caribou-devel<=0.4.21_5 + libcaribou<=0.4.21_5 clamz<=0.5_4 couchdb<=1.7.1_2 cracklib-python<=2.9.7_1 @@ -228,6 +231,7 @@ replaces=" onionshare<=2.2_5 oce<=0.18.3_1 oce-devel<=0.18.3_1 + paraview<=5.8.1_3 perl-Gtk2-Ex-Simple-List<=0.50_4 perl-Gtk2-ImageView<=0.05_8 perl-Gtk2-Notify<=0.05_8 @@ -256,6 +260,11 @@ replaces=" python-sqlite<=2.8.3_1 python-xlib<0.29_1 python3-Django<=3.0.7_2 + python3-SPARQLWrapper<=1.8.4_4 + python3-bluez<=0.23_2 + python3-grako<=3.99.9_7 + python3-gmpy2<=2.0.8_8 + python3-keepalive<=0.5_6 python3-pyPEG2<=2.15.2_7 python3-pyenet<=5.15.0_2 python3-pyside<=5.15.0_2 From e9370481ec3a97dd92ff0f01e703b6876d9607ec Mon Sep 17 00:00:00 2001 From: Bikutoso <10584311+Bikutoso@users.noreply.github.com> Date: Sun, 3 Oct 2021 12:22:06 +0200 Subject: [PATCH 1268/1268] anki: fix use of deprecated method removed in python 3.9 Closes: #33287 [via git-merge-pr] --- srcpkgs/anki/patches/fix_unescape.patch | 11 +++++++++++ srcpkgs/anki/template | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/anki/patches/fix_unescape.patch diff --git a/srcpkgs/anki/patches/fix_unescape.patch b/srcpkgs/anki/patches/fix_unescape.patch new file mode 100644 index 00000000000000..f7024bc7bf1555 --- /dev/null +++ b/srcpkgs/anki/patches/fix_unescape.patch @@ -0,0 +1,11 @@ +--- a/aqt/reviewer.py ++++ b/aqt/reviewer.py +@@ -359,7 +359,7 @@ + cor = stripHTML(cor) + # ensure we don't chomp multiple whitespace + cor = cor.replace(" ", " ") +- cor = parser.unescape(cor) ++ cor = html.unescape(cor) + cor = cor.replace("\xa0", " ") + cor = cor.strip() + given = self.typedAnswer diff --git a/srcpkgs/anki/template b/srcpkgs/anki/template index 55976fbd26eb3f..f2a47684471767 100644 --- a/srcpkgs/anki/template +++ b/srcpkgs/anki/template @@ -1,7 +1,7 @@ # Template file for 'anki' pkgname=anki version=2.1.15 -revision=4 +revision=5 build_style=gnu-makefile depends="python3-PyQt5-webengine python3-requests python3-SQLAlchemy python3-PyAudio python3-mpv python3-Markdown python3-send2trash