From bacc2ccb16fa76f131c2abaf6ba6d5fd99626771 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 21:58:45 -0400 Subject: [PATCH 0001/1261] 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 | 46 +++++++++---------- 6 files changed, 26 insertions(+), 30 deletions(-) diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh index 993cf3587a1a..43ee4d08a54d 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 8bb86c4487a5..69e318a56081 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 1cbd9df63639..09c796001ea3 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 60e7f61975b5..07162ad2c69b 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 54d7918a4bd0..fc99b4dd3eda 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 93a0fc825276..b43e415a16fe 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}" +wrksrc="Python-${version}rc2" +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 @@ -16,8 +21,8 @@ short_desc="Python programming language (${version%.*} series)" 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 +distfiles="https://www.python.org/ftp/python/${version}/Python-${version}rc2.tar.xz" +checksum=e75b56088548b7b9ad1f2571e6f5a2315e4808cb6b5fbe8288502afc802b2f24 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 133344c57fe5b3e8ce2759f526aa1b8e38bd4ac4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 22:05:41 -0400 Subject: [PATCH 0002/1261] python3-tkinter: update to 3.10.0. --- srcpkgs/python3-tkinter/template | 43 +++++++++++++------------------- 1 file changed, 18 insertions(+), 25 deletions(-) diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template index b631f5b6b7dc..9efb9c8eb386 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}" +wrksrc="Python-${version}rc2" +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 @@ -22,38 +27,28 @@ short_desc="${_desc} - GUI toolkit for Python3" 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 +distfiles="https://www.python.org/ftp/python/${version}/Python-${version}rc2.tar.xz" +checksum=e75b56088548b7b9ad1f2571e6f5a2315e4808cb6b5fbe8288502afc802b2f24 -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 7c54871932e7b9979c9a78715ba235c5a72f9760 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:48 -0400 Subject: [PATCH 0003/1261] 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 d1313ea87c1d..41d9793206a2 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 aae2de2ba1813a677432b4835ae4556dd7540fb2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:28 -0400 Subject: [PATCH 0004/1261] 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 b19e0f830745..fa95a4ecf18a 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 cd0ff5f89a4b3f658b0fcd54c920c21a3a724f66 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:55 -0400 Subject: [PATCH 0005/1261] 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 8deaca8da064..c185660873c6 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 06e665563e7ff9d7eb15ac6f93e7681a212305bf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:23 -0400 Subject: [PATCH 0006/1261] 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 ea228188b460..524a4a2d99ee 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 b15b14c00c94f1804370050d92f9518ca32ee884 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:57 -0400 Subject: [PATCH 0007/1261] 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 e13d6285244a..556363426c16 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 518f13f95828430f4e5f05f26c4ed7fbe57c3b63 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:24 -0400 Subject: [PATCH 0008/1261] 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 3975d5175289..204674f670f4 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 703d46e33dd60b9dc57fad818d9b88bb5368a30c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:55 -0400 Subject: [PATCH 0009/1261] 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 88bdf7dd3785..b4cb466abad3 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 0aaa5506edf496800c631e85570b711a79359378 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:25 -0400 Subject: [PATCH 0010/1261] 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 efaccb2e4a29..b50e793b2c9b 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 cb0c773a1f67b5da25f6d497c13dd041d01335e1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:51 -0400 Subject: [PATCH 0011/1261] 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 02e3b5c55a44..d4a5709cffff 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 04e3262c250c53fa2fe1ade9020607c2910ebcaa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:06 -0400 Subject: [PATCH 0012/1261] 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 5686c3f58113..8198027868a4 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 8f48f2ea07b9fb19b444b125dbc683e8c9a9f1e2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:05 -0400 Subject: [PATCH 0013/1261] 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 4208519dac3e..1d75b7ac56b3 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 9af51ee9794769eee0e5a5dfbfdbe58f8be9960e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:18 -0400 Subject: [PATCH 0014/1261] 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 63b71e6b9458..63cb8b7fad69 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 5afa17e66addf0843404d6786eae10e042554df6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:48 -0400 Subject: [PATCH 0015/1261] 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 b315b2432131..1c0bb52e7736 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 296a373f4d559521addb1df6af9c700be29007b3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:23 -0400 Subject: [PATCH 0016/1261] 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 55a017a9b66c..f91150588c84 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 9abaa93390b037ee6285947fba810c13761feb8c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:56 -0400 Subject: [PATCH 0017/1261] 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 5afb04ef8050..f9b5819f9177 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 8ceef831c1012fb0aa6b6bf2200dcc03fd76b3ba Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:20 -0400 Subject: [PATCH 0018/1261] 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 52cc82e06beb..88779a213b05 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 f283423561750eabb8c2f2a4f92ae7a3ae723bd2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:38 -0400 Subject: [PATCH 0019/1261] 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 d5e33af8358f..2378ede51c65 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 262168b31294cc306de23ca56f8a5bcc7d899714 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 27 Sep 2021 08:15:49 -0400 Subject: [PATCH 0020/1261] 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 5618fa120fff..ed7e30e743d9 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 e33a862fab18a6de9130d5be83cfdf14d97f504c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:08 -0400 Subject: [PATCH 0021/1261] 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 48ca095572d9..93464f832ee4 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 99f9187a0122af22706e8fc75fafcec8c8517c6a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:22 -0400 Subject: [PATCH 0022/1261] 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 8095f7c7e40f..aacddf9cdcb0 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 cc76add81a0e43a0f31e31977ccfd43e801a4193 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:33 -0400 Subject: [PATCH 0023/1261] 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 ee3eb96ffd5b..da50862f2633 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 5c87da3936bcc52942f9c0f63325b4f9651473fe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:39 -0400 Subject: [PATCH 0024/1261] 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 8f1f4a2d8f30..1ba39855a993 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 6f5464143317966c226fc7a96efcb2bbd5014c35 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:24 -0400 Subject: [PATCH 0025/1261] 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 d508d195b878..fb7c108d053e 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.1 -revision=1 +revision=2 wrksrc="pytz-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 64b0b294372f69d74c3a5274972ecee0449df64d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:20 -0400 Subject: [PATCH 0026/1261] 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 4af1148333f5..14678b06509f 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 7ac0f6d914da51edac36cb2db2590ba455464ed0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:26 -0400 Subject: [PATCH 0027/1261] 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 049d30a40891..bf98d448e445 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 78d33529fa8c75ec72e1870659a016074e2c1a26 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:45 -0400 Subject: [PATCH 0028/1261] 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 c7d212d8cf1d..a319e2daa13c 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 b9384d7b6f4f5d6f8e5515b913f7c443579b9bc9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:04 -0400 Subject: [PATCH 0029/1261] 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 29f49107e2f3..215f38f3f9d4 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 92b19db43220b57ca62d17370a2298fb0f63f685 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:19 -0400 Subject: [PATCH 0030/1261] 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 780a65f9242d..95fb3208e832 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 56b2cb8a731e..000000000000 --- 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 000000000000..01ce46545387 --- /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 7c58d35328e9e8a93ee7264334ffd47b5f7e8d8d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:24 -0400 Subject: [PATCH 0031/1261] 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 c57366574d58..68ea482d2075 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 ea9e2a59705c22325ccf5bf29c3346a3f750cd5f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:47 -0400 Subject: [PATCH 0032/1261] 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 19db48a5a74b..f4c94f2e52df 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 457494bab98b6d32513d57edd930a39fe07a5c92 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:57 -0400 Subject: [PATCH 0033/1261] 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 48218a100428..a9917a177428 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 1bbc78bb37e2dce491792ac44d69d8a8517788f5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:25 -0400 Subject: [PATCH 0034/1261] 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 c4406bc39bed..5fb79d8baaad 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 bed7f92ad3e67ab1777a520038b678ef26d68b01 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:32 -0400 Subject: [PATCH 0035/1261] 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 f3d1be1400f2..ac79b761be77 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 56fc69b79e04cf7682dbbbeb09e79676b464ed15 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:26 -0400 Subject: [PATCH 0036/1261] 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 254d0798c67b..a21b21883e10 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 e054230e8273a337d5e6adbbdfbd45ab9c39705a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:21 -0400 Subject: [PATCH 0037/1261] 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 000000000000..9e5103ce4d46 --- /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 a2dd2430d4de..51c0a4521f6b 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 c6f38137f7c5e6b70d2603f04a0af1da718f6f7e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:10 -0400 Subject: [PATCH 0038/1261] 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 ceb91e029f5b..d0fa364a6751 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 80e1593e47ff210cad78a73a97acb645a3d55872 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:20 -0400 Subject: [PATCH 0039/1261] 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 19b143bb2c7e..64f4574dc8f0 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 ae20029ad26045c81cf4c522c7f3b1285a522798 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:42 -0400 Subject: [PATCH 0040/1261] 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 cb7d410229e2..c12b58790432 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 5c382d4bf94e149c8370430f083273c50afd3b9f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:55 -0400 Subject: [PATCH 0041/1261] 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 a4bd8950cf19..dadfa37ddb02 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 86fc4a7995f49b9b0b82940fce838aae7a7d8b00 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:09 -0400 Subject: [PATCH 0042/1261] 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 916a2d3164e3..3b365347c22e 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 cd4fa6da7b3a433c4791f4f770afeaca696d4229 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:57 -0400 Subject: [PATCH 0043/1261] 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 ab149d7f33d5..06dfc97f9000 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 7266da31124d87ba3f012f33e261b0e9cfad69a5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:18 -0400 Subject: [PATCH 0044/1261] 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 615b125364aa..4d110e70d474 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 6df169541d895bd3bf31a1d0be58d02daa67c98a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:25 -0400 Subject: [PATCH 0045/1261] 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 ab2e1eb27067..6ad6fd32dd51 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 b6e8e23cfc3590e5c7f165b8fc95c609294b20dc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:19 -0400 Subject: [PATCH 0046/1261] python-Jinja2: rebuild for Python 3.10, split package python3-Jinja2: update to 3.0.1. --- 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 d447aebca8c9..3e8ab4268b5d 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 a87362a4b0a2..000000000000 --- 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 000000000000..bfba7bc69f6f --- /dev/null +++ b/srcpkgs/python3-Jinja2/template @@ -0,0 +1,20 @@ +# Template file for 'python3-Jinja2' +pkgname=python3-Jinja2 +version=3.0.1 +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=703f484b47a6af502e743c9122595cc812b0271f661722403114f71a79d0f5a4 + +post_install() { + vlicense LICENSE.rst +} From b3e65ce499620bb8f0ee8b07a612b0ced0733205 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:37 -0400 Subject: [PATCH 0047/1261] 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 830957dcb2bb..815e5300476a 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 3e8530642b0265a361ef4e74f2bc08316724d6cd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:53 -0400 Subject: [PATCH 0048/1261] 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 6ffd111a0a12..0600a65a729b 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 61406e53ecadc8abdd951074f62df3cfd3a1c8cc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:05 -0400 Subject: [PATCH 0049/1261] 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 5d36f954e454..566f33fb2710 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 7bcbe605e5e5ab11d9d82c29caec9543485abf00 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:50 -0400 Subject: [PATCH 0050/1261] 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 37733fa36607..4801fa042325 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 01c8708e7ac0a5ef73a666bdcef03f0ac509aab9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:52 -0400 Subject: [PATCH 0051/1261] 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 0762615c0e5f..b2896f85f8ad 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 c178da1b6645f443f91d77178927364f0009eff2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:52 -0400 Subject: [PATCH 0052/1261] 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 0504c7625888..53e6d06092cd 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 db14bacfa8b32de856df06b2ee5c81e7a8a950c5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:52 -0400 Subject: [PATCH 0053/1261] 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 2b1fa2c8ea3c..966981fee4ba 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 8b227834af3b1029d95186fa9c78ce5fdafd7a66 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:52 -0400 Subject: [PATCH 0054/1261] 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 9234fc58cd72..84c2f2951981 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 b51de0ce13bb5c2def735a789d98297da5b19c72 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:52 -0400 Subject: [PATCH 0055/1261] 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 2f6e47965db4..c5635c26237f 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 39ee797d49af65784ff881caacf851a799ad66d4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:52 -0400 Subject: [PATCH 0056/1261] 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 ae3747aa3cf8..d14c6b29107c 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 2654f066adf1030f9c19110ecfd11bbfdf825c2d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:20 -0400 Subject: [PATCH 0057/1261] python-cffi: rebuild for Python 3.10 --- srcpkgs/python-cffi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-cffi/template b/srcpkgs/python-cffi/template index 999fec883156..9a256a738359 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" From 568888229b75a039586ab978ad2fa0f4d7f82bb5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:48 -0400 Subject: [PATCH 0058/1261] 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 bce6df90c87a..2b998f2145f2 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 9971b941b3c0d73e167663d44a4358bc1322b6d9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:23 -0400 Subject: [PATCH 0059/1261] 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 85eec768dbfa..733149d58448 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 271fb6481958bb83e9b303852b4ea9840028a65e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:42 -0400 Subject: [PATCH 0060/1261] 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 f62eb7cf259c..b2303da50f2d 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 401705b260024a4958c6fc183a2380a9cb6015d0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:08 -0400 Subject: [PATCH 0061/1261] 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 728ff3a36694..1a7c5a261e5d 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 7cf4adcc3cc59aaf18f8fc79bec692daa3498e20 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:15 -0400 Subject: [PATCH 0062/1261] 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 1ee107e4e750..f991be2b5dde 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 490b3a4c707a22c4f83f768707f3bae65925d672 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:27 -0400 Subject: [PATCH 0063/1261] 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 a963738effc8..d51c4a37451a 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 c5a70ef978778e7f96243f6fac4311bb38c203c7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:28 -0400 Subject: [PATCH 0064/1261] 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 3f569f5bf4cf..beac8eb9e445 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 ee9f89c97e6a4ee7d89a108aa47f805daaa05b93 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:31 -0400 Subject: [PATCH 0065/1261] 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 f9da6bb0b05b..0cf01a50c762 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 746b39b5614ac4811d9630100c67609d190959e0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:00 -0400 Subject: [PATCH 0066/1261] 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 fa4d415ac43e..13c9b4210d20 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 10d737b7bf1bd5d880b235d9d849ebfa2042ddb0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:40 -0400 Subject: [PATCH 0067/1261] 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 0c2b4d0722ad..9ccab1df8b63 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 8444a7ca19b17d52e0b9d73fe22cec0b1cdf659a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:10 -0400 Subject: [PATCH 0068/1261] 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 6c27403e678f..be6aa5594095 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 cede0ddd6fa88f7c73f0d4b05291a69456d74c30 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:10 -0400 Subject: [PATCH 0069/1261] 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 f8d21d621bd8..4bea7989e2a2 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 5ac628a6924342c96119ffb669445ab4544b1510 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:54 -0400 Subject: [PATCH 0070/1261] 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 666b0cc86ad3..b0a2a53e0816 100644 --- a/srcpkgs/glib/template +++ b/srcpkgs/glib/template @@ -1,7 +1,7 @@ # Template file for 'glib' pkgname=glib version=2.68.3 -revision=2 +revision=3 build_style=meson # static version is necessary for qemu-user-static; # also disable LTO, otherwise there are multiple failures when linking qemu From cc8ccc73cdecc52246345ff71e846f935d95c309 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:30 -0400 Subject: [PATCH 0071/1261] 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 3471982eec50..b1c004241344 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 0d17db2f6b913ff15b3d6d6065c578268fe03c80 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:30 -0400 Subject: [PATCH 0072/1261] 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 81c5774ad03c..3d770e28c651 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 408394a21f49304277a1f5b1f350ae0c39b7a5eb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:01 -0400 Subject: [PATCH 0073/1261] 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 56576e1bdb58..37a8bceaf6f0 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.36.2 -revision=1 +revision=2 wrksrc="wheel-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5eb7f5953d4a7518cb3f81596781bbbe0f02816e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:13 -0400 Subject: [PATCH 0074/1261] 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 8ad2baf8937a..dc22f69cee13 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 e022cd27879bba0105b0110da21a4ddcb13b3cab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:34 -0400 Subject: [PATCH 0075/1261] 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 66798b38a2cc..8b0493c1f92c 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 057e4ea5315596370bf70d436bfd7ddbe916f2bc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:48 -0400 Subject: [PATCH 0076/1261] 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 e09637ce8bb1..4c3f17d8ad71 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 2a3687693867ac82261b46d9dd9fd773fc402f0d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:49 -0400 Subject: [PATCH 0077/1261] 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 dafe1e84c0ef..495f4a69c954 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 c71c12bda264406b63bc7784c7567a0a2275ee2d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:24 -0400 Subject: [PATCH 0078/1261] 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 918fad29aa5b..2f8fb331c8fc 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 8d97b4b5f6f76b26ae17a8b1262782ea173b350d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:07 -0400 Subject: [PATCH 0079/1261] 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 8b6e8a695eaf..434e4257d2f9 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 c8731c8ad01861c2250359841aa193b42c8a76e2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:17 -0400 Subject: [PATCH 0080/1261] 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 06c951436f06..7fd4b0d57728 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 46e6bef2c9beb947b8aebfae788d0a52a635b16b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:26 -0400 Subject: [PATCH 0081/1261] 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 80db3610d040..94a22e87902e 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 bf58c9a54449be4b009fd48316fe0e4b04e414a6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:06 -0400 Subject: [PATCH 0082/1261] python3-ipython: rebuild for Python 3.10 --- srcpkgs/python3-ipython/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template index fd87ff30549b..45b829f3b1cc 100644 --- a/srcpkgs/python3-ipython/template +++ b/srcpkgs/python3-ipython/template @@ -1,7 +1,7 @@ # Template file for 'python3-ipython' pkgname=python3-ipython version=7.27.0 -revision=1 +revision=2 wrksrc="ipython-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4c762ec0cbd105008c0c7019b54853473ae86ee6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:42 -0400 Subject: [PATCH 0083/1261] 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 a9ddfd5e5bed..21fec4f4b37c 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 42658778c84ae30e5944ac247b37fab33f8afde1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:51 -0400 Subject: [PATCH 0084/1261] 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 19e06abfac4e..06bdd57a3526 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 e490ec7fb738898c3f679703a721a745df4b0536 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:55 -0400 Subject: [PATCH 0085/1261] 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 eb3318811dc6..5448c4696239 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 01dc0cc7759adbfbfcb29bb717954025b1952d3f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:11 -0400 Subject: [PATCH 0086/1261] 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 e0d031841387..ec17dd3105ac 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 acb3d4d373d59700c4582d89886b19e1e823bac5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:16 -0400 Subject: [PATCH 0087/1261] 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 d090f265beb7..4b77251e0de5 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 31bb7456baccf7800ab25a0202e0d04650d76fdf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:20 -0400 Subject: [PATCH 0088/1261] 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 2eb17dd17113..300561020279 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 792bdf420a14f1cc1cbeb5a6698448b592bea89d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:24 -0400 Subject: [PATCH 0089/1261] 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 c65bae4be72d..7582d8704078 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 9f2f63a928471db3b3eb8e29f261f4f9c73bfceb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:54 -0400 Subject: [PATCH 0090/1261] 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 55437453a717..8876a9f59d8e 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 1a173926122f9075f30f9fd3dd6dbd4383fc67c4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:56 -0400 Subject: [PATCH 0091/1261] 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 e3561a3b6220..503c68e75c87 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 c561ffb823663f9690a4c8a98a5c559decd70a62 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:44 -0400 Subject: [PATCH 0092/1261] 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 4d33cd8af84f..66542cb89449 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 ea58e3378ae83e45a47ae0cc21263f5a162b0f37 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:44 -0400 Subject: [PATCH 0093/1261] 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 0139925fd031..9a7daa219c02 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.1 -revision=1 +revision=2 wrksrc="cachetools-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3d373c06f4ef9121f9cd97a6c4256bedca284c2c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:45 -0400 Subject: [PATCH 0094/1261] 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 c6874c00e644..18c8328111f4 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 41d8ab930fd8cb9b54cb599385dda395a518099b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:31 -0400 Subject: [PATCH 0095/1261] 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 b9753ed5ed78..37af66f20ea2 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 6ce53ae39d5a3ae5fa8f73d2b2bc0761bf27e876 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:19 -0400 Subject: [PATCH 0096/1261] 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 869c5f61df16..ac7d786c6e5b 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 c74ea6cc8383056ec3bddc5422a75bd16e524933 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:05 -0400 Subject: [PATCH 0097/1261] 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 8f35b984210d..36b2fa5ea0ee 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 62311e3828d9dbe5cda0809271ef16d31085179a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:29 -0400 Subject: [PATCH 0098/1261] 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 1f615db52172..efaa7e25d2a7 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 0a82100f94b27bfee034258cf94b8e5206a977f6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:32 -0400 Subject: [PATCH 0099/1261] 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 2a4b54a501bf..ee7565758955 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 839e56c4c5dc82724aded7773d8ab81701b126be Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:21 -0400 Subject: [PATCH 0100/1261] python-dbus: rebuild for Python 3.10 --- srcpkgs/python-dbus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template index b190d8499bf7..0f1302f61cfe 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" From 414e4e55ccd7838f2fa03c1c87cfb70b1fb53fa5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 29 Sep 2021 20:17:15 -0400 Subject: [PATCH 0101/1261] 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 90dfe1f403e4..8cfdccb2b91a 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 614ebb08bdf9c718c0220ebbbd6f7565595b9a05 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:13 -0400 Subject: [PATCH 0102/1261] 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 87f0b211a05b..a542437b9699 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 11f840574ef77835e714ea1ac935924516560e89 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:14 -0400 Subject: [PATCH 0103/1261] 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 731d707efaaa..1d05c275ebd2 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 ce0880edbe3c86a281d219dc0b3d26493d62e04e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:43 -0400 Subject: [PATCH 0104/1261] 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 f7dca68d6cf4..1240bcfe2639 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 716778c8fea45aa8ec9eb933fce0ada97ac2bf1a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:51 -0400 Subject: [PATCH 0105/1261] 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 4e9469318a9e..0544d59d435f 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 effc9d2e267887dfc21272c67f79847f71b3baee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:19 -0400 Subject: [PATCH 0106/1261] 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 ddb560675b3a..34b26e0dfd48 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 59e7b03c19026e13349d908586a5b35d5af93a0b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:20 -0400 Subject: [PATCH 0107/1261] 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 74c3ef1cafeb..3487b14abce8 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 40e8a96bc78161bcdb41b23a395cb47f7a64000e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:21 -0400 Subject: [PATCH 0108/1261] 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 1686c863022a..51d9a9f25fef 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 87a569f439e9b35d1daf277bbd4e231ba9bc3d66 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:22 -0400 Subject: [PATCH 0109/1261] 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 412cc5c0fb46..710b8eb13db8 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 79d751e36362361a739d5039b7e24fbee2a2fe23 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:22 -0400 Subject: [PATCH 0110/1261] 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 b5248b29eb39..693613085c17 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 db7c47ec7417c6a8f0da7c17688ba4e575db2e69 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:23 -0400 Subject: [PATCH 0111/1261] 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 266e3326b8c8..60f32336e39d 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 ef4fa2d7b0dd6aeabd5fda38cdd3d09e0be74c01 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:25 -0400 Subject: [PATCH 0112/1261] 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 18055c2d455f..b0cb27dfbea1 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 0c3199431b773d7342eeb51279832e0122a2b62e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:18 -0400 Subject: [PATCH 0113/1261] 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 cf8c58a161f4..ab9ae4f46f0a 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 82e61c3849b23baa6ba2da839d38689ab4a869c9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:10 -0400 Subject: [PATCH 0114/1261] 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 000000000000..066b665a7eb1 --- /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 1a8823ce246f..ea60d37cab72 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 6fec5cf48cdde6a24618688467c0103e1e1aafea Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:08 -0400 Subject: [PATCH 0115/1261] 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 1624a6ad6893..543cd11ec3b8 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 4ca707f5d1dc39c553c9d527d452aef0534969ca Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:05 -0400 Subject: [PATCH 0116/1261] 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 6b36788d081c..e5045680cdc9 100644 --- a/srcpkgs/python3-zope.proxy/template +++ b/srcpkgs/python3-zope.proxy/template @@ -1,7 +1,7 @@ # Template file for 'python3-zope.proxy' pkgname=python3-zope.proxy version=4.3.5 -revision=2 +revision=3 wrksrc="zope.proxy-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx" From a3be4da8c679c193df28c3c436d0b1927b885317 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:05 -0400 Subject: [PATCH 0117/1261] 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 7b26600c0db7..7ab88b3cae60 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 db57ebde16c6ec078ad01d3382f10257a6b4ab79 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:39 -0400 Subject: [PATCH 0118/1261] 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 c81d31cced10..69f47924ad19 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 0d07fdb749cc13c67ff76e6a607a10ca0840eb5a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:06 -0400 Subject: [PATCH 0119/1261] 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 4cf95a85c8d6..f00e0a3f1a0c 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 a1331c4a8ee924e1deef13d9b0e0626b44892686 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:10 -0400 Subject: [PATCH 0120/1261] 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 59d7d2c5014a..ee8f7f8ba368 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 38d98050a865d6ebf56add30963d9f2d0e31af8f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:31 -0400 Subject: [PATCH 0121/1261] 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 5a182223be45..82e4da1f3edd 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 607ac5b59b888429d0860be5332804f058562c47 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:47 -0400 Subject: [PATCH 0122/1261] 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 8ef320362a7e..8768c2c98264 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 cfcfd39a3151a41feea23a4350db5250f0992d80 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:54 -0400 Subject: [PATCH 0123/1261] 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 4dbe5964dd38..28c65c82ba99 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 2eef95299828e1fb004c7ba224d0b9463b6696a1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:20 -0400 Subject: [PATCH 0124/1261] 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 7a92d94e8f11..fdb27f491892 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 a920be1226c0820f3f7e70d3bf2d38bf7af798d6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:36 -0400 Subject: [PATCH 0125/1261] 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 387a34e121a5..1ad1ea06883f 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 36079a9aa48832806dd30a21923cee3cf29497a9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:50 -0400 Subject: [PATCH 0126/1261] 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 6481ea76e58c..0f0eeca23b65 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 ae3cd05296ec450aeb7a42d7d36327a5588c5b93 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:42 -0400 Subject: [PATCH 0127/1261] 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 fc99b4dd3eda..142cb68555db 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 000000000000..b1b0ef969c4d --- /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 61749aaeba72..f5881e536bdd 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 ecee46d8d2e2de5d2afc0c32cd589c736bd27609 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:45 -0400 Subject: [PATCH 0128/1261] 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 060110a29e1e..1c07bcc8bcbb 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 5997aa1e8da8d179a822c5bf7bf851b7f9e3ecab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:59 -0400 Subject: [PATCH 0129/1261] 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 851af74f1da4..22ae460c9125 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 4287ca99fb92f7ef6308bc319c301bf03bdfa1f5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:08 -0400 Subject: [PATCH 0130/1261] 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 05b7e257510e..c298448e8113 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 f4f752292a29918eea41ada8289f3d590c2e254d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:04 -0400 Subject: [PATCH 0131/1261] 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 13184b489e2f..533846c48784 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 cfe5448fdd7462a43fa43b53bc256223166b3c30 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:00 -0400 Subject: [PATCH 0132/1261] 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 880bb0441a1e..575d15989017 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 c0ba02f0fac1c80f12c94c2d85e49fa38990c8bf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:00 -0400 Subject: [PATCH 0133/1261] 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 8b3c309b55d4..3a2dad8720bb 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 3c8378fde19e9cbb105053ece257aaddb244f504 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:03 -0400 Subject: [PATCH 0134/1261] 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 f3f1fe63a159..d0c39a478622 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 26e06d72bc96ddd9920ea4ef255641bfad8ba06f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:44 -0400 Subject: [PATCH 0135/1261] 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 0addde334a7d..ac3f3bdf6fd7 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 deeca123c35429fe518f5c105839a7f9a7f4d6d2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:39 -0400 Subject: [PATCH 0136/1261] 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 c381df973ba8..9db1ca76408e 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 6810c3850512d0db74f14605a54acd95d5c9d9a4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:51 -0400 Subject: [PATCH 0137/1261] 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 3884255d0197..ed49f8a00c51 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 a171f6ad3a4b59e812e57db773db552bd8bc5ff1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:47 -0400 Subject: [PATCH 0138/1261] 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 71c8e0fc0b84..2583a95cc4ad 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 77f539e0d981b970e662c8fd2a8c9ef5185a8478 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:35 -0400 Subject: [PATCH 0139/1261] 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 acf4629d74aa..54ed4fbed49b 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 46ae431df2aedc77bc0a0a827964485ea347ce4f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:07 -0400 Subject: [PATCH 0140/1261] 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 b86d8c5a515a..6fa31a0342fd 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 a4bd304e6c7ad315b872dc8e5832599a9b848c0b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:21 -0400 Subject: [PATCH 0141/1261] 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 aa119e4ffb25..ca5b755fc203 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 97bb3a8ddf88bf749a3aa98aa608d80c6809825a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:31 -0400 Subject: [PATCH 0142/1261] 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 e8f18070ff1a..6300f47b363d 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 0e5e0aff098d7c69c91efcd8b5210e677597a262 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:54 -0400 Subject: [PATCH 0143/1261] 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 93fd87eeda76..da372c56c5fb 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 b9ae91497046ccfb73a0ec11a9411b14c8663b7e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:02 -0400 Subject: [PATCH 0144/1261] 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 8843e391d86c..6bcb57c6ba24 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 a3e763cd323f7bf70800f85eca18eb170fa91906 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:06 -0400 Subject: [PATCH 0145/1261] 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 b4aa30e6d39d..7ce18028e4a3 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 5d0ce9e8302a4c2208b763da042e11c401d78400 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:22 -0400 Subject: [PATCH 0146/1261] 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 0333827d3db9..4376f301edad 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 3ef43af3ce568671c95c38d8971622e391b93e72 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:54 -0400 Subject: [PATCH 0147/1261] 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 1584394b2203..0a7bbe9ad3c9 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 c9f6798bd1b8fdeddc58561c02f741c88965cece Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:57 -0400 Subject: [PATCH 0148/1261] 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 3f43b3945b4b..274f14db49f9 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 7d0f2b1eab800a0449c04e4dbb6364a4e592b469 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:49 -0400 Subject: [PATCH 0149/1261] 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 5c6818d8b486..f59717c0672b 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 edb731ca7894b7d35ee31c6f6597f59cdfbfc918 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:19 -0400 Subject: [PATCH 0150/1261] 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 5371c036a049..93560162f8fc 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 6e675d9f901b6d484eb9fd64a56a194f1c2c8369 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:09 -0400 Subject: [PATCH 0151/1261] 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 048606e2d7c7..2e08d8f0dbf3 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 e5055b9a298f87febbf791c4790eaa8a3d159edc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:38 -0400 Subject: [PATCH 0152/1261] 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 1ec462102e42..f32a7f66df96 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 9de3159252214986f8fd8c60a9344ceae5c8115e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:44 -0400 Subject: [PATCH 0153/1261] 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 436cb5e69979..4e7af0c8492d 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 25cb8dddb6cb7c52131ebcd69958fef21803a29b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:43 -0400 Subject: [PATCH 0154/1261] 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 a4c71fb7713d..4637d296b390 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 7b40b208f69454d22cbcf59b1f63b9b386e7a3fd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:40 -0400 Subject: [PATCH 0155/1261] 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 bcc7fc170487..1c4a46d1a0de 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 f7e55742003e2e8ce159fe7db97ddb0b00cef9d2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:03 -0400 Subject: [PATCH 0156/1261] 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 5f8235a90166..a98eebdcbbd1 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 552b24b3c68c0404d296c2b8fd472c4bdffab365 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:32 -0400 Subject: [PATCH 0157/1261] 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 58d5ad28db8b..5e9833dbc98d 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 6d8267db575c5a8e4d5c772b5799eb48746d4c27 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:49 -0400 Subject: [PATCH 0158/1261] 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 efc715a7f910..4269510b5425 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 8c007e20d7b62c59b550de1b1824655176c98daf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:07 -0400 Subject: [PATCH 0159/1261] 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 162a4a994134..1c0f76247a63 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 c17da34e4930cc71449fbd1a2d5dc05a1ec01a4a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:08 -0400 Subject: [PATCH 0160/1261] 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 c8e03b56e644..bc551cdabe7f 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 c9c94a8f8d2ef7cc88496461a159812c4f935fbd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:53 -0400 Subject: [PATCH 0161/1261] 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 18d11536ffa8..2b9efced6fd2 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 b4b1ad8f50d980f8484394e256ed6accbf689601 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:01 -0400 Subject: [PATCH 0162/1261] 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 ecc47dca1e55..d17a8ceea810 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 f76853d009b582e2d71acbaeba9ce556ede8ed62 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:04 -0400 Subject: [PATCH 0163/1261] 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 81f6fbb9de78..90a24728c62c 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 3d0f2c4fcb875981b0b2793a5b7ff82b8709d527 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:04 -0400 Subject: [PATCH 0164/1261] 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 44a2ce865608..b3b526cfa6cc 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 a923bc81adee6c6bd0262806c9a9c7146172755e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:05 -0400 Subject: [PATCH 0165/1261] 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 62ecbac6425d..a2f35bd24867 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.0.1 -revision=2 +revision=3 wrksrc="zope.hookable-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a1e0035d7fa1ce9a15ae4b577ad983d3e3ef071f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:05 -0400 Subject: [PATCH 0166/1261] 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 53e4600ded4a..80ea1d4d9b77 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 df588f5fe420cf9419dbc8e6d6796e8cae0d7da5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:05 -0400 Subject: [PATCH 0167/1261] 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 03ffba962e2c..3dc9607fe80b 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 d4ec6419c6149e015a2ef2cc7b97d98c22a5bb77 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:43 -0400 Subject: [PATCH 0168/1261] 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 18141a5bd46a..7372f8e39ca7 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 35bf862fa031dee275b81804abc705800d37656c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:48 -0400 Subject: [PATCH 0169/1261] 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 1eef7e6e75d6..de7943af84f5 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 ffc4c285f3a780f0e7b8ae1a0241c6856c1a5a16 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:29 -0400 Subject: [PATCH 0170/1261] 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 2f3b7a9cae77..8b015d19b57f 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 2299c97c123931ba423624e316faaad8cdbe71a2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:02 -0400 Subject: [PATCH 0171/1261] 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 4416ef1ca2fb..06e22a633349 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 975c05a5e5c67b65cea48b3015e6ebf06829e12d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:04 -0400 Subject: [PATCH 0172/1261] 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 44711dab7424..ed2152ba0243 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 e76d50866ca4d4b89508bd20c993a49a860d712b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:01 -0400 Subject: [PATCH 0173/1261] 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 afb9e2f4a68f..46f5603c4602 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 634e10855c8ea516284ab8337327fe8f4e9c2fc0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:21 -0400 Subject: [PATCH 0174/1261] 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 fbbd886187f2..eff908fe61f0 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 c6be09bf09f28071d139475d8b07ff530cbeb756 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:11 -0400 Subject: [PATCH 0175/1261] 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 441ac0f9a4a6..ca9e1d43df21 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 eb39df630228cbe6998923d576d0b08d5015a28d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:25 -0400 Subject: [PATCH 0176/1261] 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 723898fad08a..cff1b3a2fb59 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 925a4ed473ee1d21f9c4c2f5150fc15367136c97 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:44 -0400 Subject: [PATCH 0177/1261] 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 204cc0186510..b77554c03270 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 1c38d4af4d803f17f8ff5cf0a831d84257094089 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:02 -0400 Subject: [PATCH 0178/1261] 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 be593a82a91f..f9b5ba6e5268 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 41b160498ff8ef657b3835755151b06a684e2a85 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:33 -0400 Subject: [PATCH 0179/1261] 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 036ab32b1dc6..54a92acad1a3 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 1009438fcbb1492079583d743d100ff6c01325af Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:17 -0400 Subject: [PATCH 0180/1261] 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 9c6a33935ba3..5c4d35639140 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 6581f473b6b956af3ea1c998f3f2bddebe9342f7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:23 -0400 Subject: [PATCH 0181/1261] 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 4213ca32532f..2a1b2c597be5 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 4c4b291c309660bf28e8ef6233f4ecf750b8a88d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:30 -0400 Subject: [PATCH 0182/1261] 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 6d4a7c507c90..9de34cbab254 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 10dd47af5ae8e32211475558191781ece6f24f0b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:58 -0400 Subject: [PATCH 0183/1261] 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 6782bef15f00..01d76b17c93d 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 8b1da8b71909c9e026e4af60db07d15824377767 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:25 -0400 Subject: [PATCH 0184/1261] 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 b60c5835b5c5..fb7c016c411c 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 18822cd48c281ecdd82d467e987949731be129ec Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:04 -0400 Subject: [PATCH 0185/1261] 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 3e749f77ec15..eda0bb352d87 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 0d8a3c9e174bfaf2827a6dc12b84d19c1a7112a8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:38 -0400 Subject: [PATCH 0186/1261] 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 1bed9ec51bad..94bdb2541b2d 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 0a1904e21b07a4094390ebe99a2cc1a1cefab8df Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:51 -0400 Subject: [PATCH 0187/1261] 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 b7b2b55a36d8..5415580cfcc1 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 aca1abb1a105142453a1fadd6df4fd501406b312 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:19 -0400 Subject: [PATCH 0188/1261] 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 142cb68555db..d32b770b52b0 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 2bbdd5b9b7a8..60de1486cf93 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 44e9907f13a0486008da0c1cdf63a49f1f8b2b0d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:54 -0400 Subject: [PATCH 0189/1261] 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 000000000000..3dc80c5a9e92 --- /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 e8e9f2dd2a29..763632c1e712 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 c02bcc6e916beb81a741af42478760d91502fa03 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:22 -0400 Subject: [PATCH 0190/1261] 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 9238842e1964..430cb3cfbe1a 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 66523c49ecad087e3a80191c971195ee85cd6b1f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:34 -0400 Subject: [PATCH 0191/1261] 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 a2ff3a2fc457..1ad018612877 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 9d7d754dc53650da69173c5abd72808b0ea428c3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:05 -0400 Subject: [PATCH 0192/1261] 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 5ae700820df4..95f75fa66350 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 b1bc4bb127558307fb9518dfc9953231da943001 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:30 -0400 Subject: [PATCH 0193/1261] 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 41e3d9eb67d0..9ef4da948b7a 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 4b467c514d907d119898e9dcd16bb8e7df41c3f1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:00 -0400 Subject: [PATCH 0194/1261] 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 3530e7d8941c..0a1c39d9efc6 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 c19be0c665bf8f2c9abae6038bf94ffb7cc10d9b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:00 -0400 Subject: [PATCH 0195/1261] 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 c8ecea74b5f3..588fd7ca6a9c 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 a45d4f84c431bf236efb78e818301ba3f18a11f7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:58 -0400 Subject: [PATCH 0196/1261] 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 774b51825e11..77cabdcb824d 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 5356a99c608cc6f9975812754a2b81d1b70843f4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:23 -0400 Subject: [PATCH 0197/1261] 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 7e8c5e0043b9..b0d8803bc072 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 1f358d5e2e8d2842a4303dabef3225bc1be2400b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:35 -0400 Subject: [PATCH 0198/1261] 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 e3de30ca0176..19e796676a07 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 320ffbc4459abac2938d255f55ddd2b6557e7748 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:10 -0400 Subject: [PATCH 0199/1261] 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 778633e5bb66..25afa57065d0 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 d06ea90e8bfa3ee7c134cb11ca31af63946b3556 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:59 -0400 Subject: [PATCH 0200/1261] 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 3adb620d20b5..44f31ded5733 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 6006e55fce37d7b23e47f85e8e16aba246f6a1e8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:33 -0400 Subject: [PATCH 0201/1261] python3-pybind11: rebuild for Python 3.10 --- srcpkgs/python3-pybind11/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template index eb8044919575..713798c2c240 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 +revision=3 wrksrc="pybind11-${version}" build_style=python3-module hostmakedepends="cmake python3-setuptools From d923f42a7a9643cd20d800799bab19595e5fd9a3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:17 -0400 Subject: [PATCH 0202/1261] 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 4e3ea5953a3f..4299a4cbc3a0 100644 --- a/srcpkgs/python3-mpmath/template +++ b/srcpkgs/python3-mpmath/template @@ -1,7 +1,7 @@ # Template file for 'python3-mpmath' pkgname=python3-mpmath version=1.1.0 -revision=4 +revision=5 wrksrc="mpmath-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 25edc20c7c334885bb25a7242e38ddecdb583e35 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:20 -0400 Subject: [PATCH 0203/1261] 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 1824998fc756..f2c14c32c55b 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 26036c82e2113eb82dc0df6f937327b3e869a210 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:52 -0400 Subject: [PATCH 0204/1261] 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 1af511dc841b..000000000000 --- 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 2374c83ca243..0a9a8eb23d8a 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 c0a8adb2d223f12774f49ff9e1b92ff6294099b0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:01 -0400 Subject: [PATCH 0205/1261] 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 e0578b9310fa..f43c2e426722 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 993eb6ca153ce9ed0bcd5c69aa9d35062522307c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:48 -0400 Subject: [PATCH 0206/1261] 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 fca40a2fb977..f505431e44d2 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 9cf2e63f129a74d00f4f7965f2d4a8cf68d1d9a7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:08 -0400 Subject: [PATCH 0207/1261] 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 236829aac1e8..397a78d7eea0 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 98736ff1e9edb0630ebd17c1012f611f554a3c6a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:38 -0400 Subject: [PATCH 0208/1261] 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 f246e35c4115..8bcb0a7053a9 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 0e9358ecf57b9f91bb28df483c20644b2a161bf1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:34 -0400 Subject: [PATCH 0209/1261] 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 40041309d286..ab364f365741 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 07c08179c63b0060f70c748147c5f49e4df668a5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:48 -0400 Subject: [PATCH 0210/1261] 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 3545117fe9e3..593df78862bb 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 cfc3ca7304835ec65b9bcbc365c19ea9ea6a66dd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:35 -0400 Subject: [PATCH 0211/1261] 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 fea90638031d..16027abe137a 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 ca5ceb22dd488ce31740dc8e82e76bec47344d93 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:47 -0400 Subject: [PATCH 0212/1261] 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 e62d64c0e5a8..142900633bb6 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 63ee9c43199c2ecf724537caf0d9593927a271e9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:28 -0400 Subject: [PATCH 0213/1261] 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 36932115048f..1d014901d3b2 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 f8118a4ff2e42cb9e673aac361fbd29d93defd72 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:38 -0400 Subject: [PATCH 0214/1261] 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 768e5792b8b4..7f1bef3f2180 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 2daa3ee46b8feebd89b216260535e790a3bf6eab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:23 -0400 Subject: [PATCH 0215/1261] 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 6d8ac5a1dbf8..0a3c0dd98037 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 92b8d8e7f4c6c413c47e5b7ea57ca07dcc4b758a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:39 -0400 Subject: [PATCH 0216/1261] 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 393dda8d0253..b1bcbb60be2c 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 0b02655a04d2cfea3a74ba8624d9c1fac161d426 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:52 -0400 Subject: [PATCH 0217/1261] 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 3b44c3689c38..4f8162861c46 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 f3e5f0cf59bc1702be4d59dc40d0a17db58fb6d0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:56 -0400 Subject: [PATCH 0218/1261] 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 a69390e02e5e..6d61df8e0115 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 4bef00d5add115a5a446aec86479d708cfd8e904 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:39 -0400 Subject: [PATCH 0219/1261] 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 000000000000..9c22c7f11649 --- /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 2a9e373447b6..64140c0dbc5c 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 2fbf72f6ecdf490e503106346653638bd46501d6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:26 -0400 Subject: [PATCH 0220/1261] 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 b7eb4393a54f..c575560cec8b 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 6f45e8f7e9ee376fdefac2f418476adf9db56636 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:41 -0400 Subject: [PATCH 0221/1261] 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 df31c39b18a3..41936b989a2d 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 e7b4df781f217d6b41bffb0be5e7b28cc61c156a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:09 -0400 Subject: [PATCH 0222/1261] 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 69ac97f71d34..ed234d824364 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 45d7020441bb0f72d83fa1656b4797d76f0b35f4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:10 -0400 Subject: [PATCH 0223/1261] 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 000000000000..1600deda46f2 --- /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 ed06a780e1a9..cbddf90093a0 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 02973dec73b4d058fddfded173a8e28193fdc760 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:02 -0400 Subject: [PATCH 0224/1261] 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 20b725f01d9b..cfc3d4bc4447 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 183985dd7cac363a3311e922808134957aab16e7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:45 -0400 Subject: [PATCH 0225/1261] 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 80ee0c02f26e..88ffaede6ebd 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 c39408d22c13f777acffa0845d092a77c33dbe45 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:58 -0400 Subject: [PATCH 0226/1261] 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 4b2bdc9b77ce..dab9eac87fe6 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 00f78695789850f2c3188c1fd3c62c468d51828c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:34 -0400 Subject: [PATCH 0227/1261] 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 24ee68060f5b..f9604fd89e25 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 42ab803245675f3314f3248b749fec485ace64f5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:35 -0400 Subject: [PATCH 0228/1261] 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 1cc3ede2daed..abdae128a47e 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 32c17cc6f8ffebda94c92356971ea319e7193b4b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:54 -0400 Subject: [PATCH 0229/1261] 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 04251bcc3123..ca60113e4724 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 5628e419e3b027bb60bc6f6b8ae1dbc41f426566 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:27 -0400 Subject: [PATCH 0230/1261] 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 9622282b8367..07cb02b3f9f9 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 95223db52841e4bf793d40cef78d8d6e46eccf8c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:56 -0400 Subject: [PATCH 0231/1261] 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 977b97fb6424..d312d6beb046 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 838da3a01c65a4b4bc0d92399d3e183bd11efe68 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:41 -0400 Subject: [PATCH 0232/1261] 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 df4e86ded3ed..5a7b7aceb2b0 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 8d8a2612acb2a07c95294bd400915a3671227c68 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:43 -0400 Subject: [PATCH 0233/1261] 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 3d620df0c614..589dfb78cbdc 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 9eebdb8e52fd539db8f0d40b2ce04b3541524d48 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:36 -0400 Subject: [PATCH 0234/1261] 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 c4fb16219e83..b20de6a7b4fb 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 61fd9a1a2d2fb7cbc1e60c801baa8ed02cbc5d2c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:51 -0400 Subject: [PATCH 0235/1261] 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 22ed4b8e0e5d..6c5fa44b0fe7 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 1e03dd100685d808699b937c186170b44c5ca203 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:32 -0400 Subject: [PATCH 0236/1261] 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 a704d41698bc..37cc00fdcecc 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 309d2e650d67b7b64ce1717aa5f54bb46a049b07 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:31 -0400 Subject: [PATCH 0237/1261] 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 3541fb1db895..58a348c999e3 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 42230a293a3408568c348ccf68527c27ebad8951 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:27 -0400 Subject: [PATCH 0238/1261] 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 7dc5e26bf18f..8b20763967e3 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 a63bfc94130ba67091354fdd97ca898979335b3e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:07 -0400 Subject: [PATCH 0239/1261] 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 41e658e921e9..b82e8908866a 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 5deb29d17bb077ec0667f445024b429c4f181c2c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:30 -0400 Subject: [PATCH 0240/1261] 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 cc6fe474d96e..5766db04cbef 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 1042762024a61a5d384fcef5eff0e92e1a275765 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:03 -0400 Subject: [PATCH 0241/1261] 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 afac0c19e8b6..50b3eefbf758 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 2ea497f57a958e1a23a502681b9d014091a2ea58 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:51 -0400 Subject: [PATCH 0242/1261] 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 1bc4d41c4d84..883125e09427 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 02c20071526f3c7ad20e1a269fbf9dab39ad32aa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:43 -0400 Subject: [PATCH 0243/1261] 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 78e6eba59d18..51d0ad491e78 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 7760590855f37e6aa43d8051c6b6726d26ab3526 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:37 -0400 Subject: [PATCH 0244/1261] 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 b2c18dc979b7..be90b5dbf7f0 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 285573dc2891ffb0f1545b41222c5f2a56c778aa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:05 -0400 Subject: [PATCH 0245/1261] 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 69f753935762..437ac501287c 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 8ad528293cbdc990dbca9b600dfb0e2c08eff5f7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:16 -0400 Subject: [PATCH 0246/1261] 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 a95ed189baa4..f19e5e6d32e6 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 693216db2a97dbdf6fe34016719d8420d36e15ec Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:34 -0400 Subject: [PATCH 0247/1261] 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 8fafc98015d4..0caae52d1f6e 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 d3ee12ff3cef18c144afe7ac6181504a847e30ae Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:35 -0400 Subject: [PATCH 0248/1261] 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 4df551fa236e..be45e862dfae 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 6bf973a8b32707bfbcc323399d2fe785568e8a93 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:21 -0400 Subject: [PATCH 0249/1261] 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 332e7baa3b7a..89e30b058c98 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 1e81b783805da93ea86061d22da6b72c332d63ff Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:04 -0400 Subject: [PATCH 0250/1261] 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 ffb1e1fbf65c..fb056d383fc9 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 b54c5e5f1255bfc4b8ace61130b298b635e3363f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:04 -0400 Subject: [PATCH 0251/1261] 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 35685dd79dc8..b7be9a49a75c 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 ec8028670d8a019e784ffe0de60e2e2ee08916d7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:51 -0400 Subject: [PATCH 0252/1261] 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 37f57813e214..d95bfd2e3208 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 fd07ec44e13b81a100e5989f86f1c85d88c78560 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:05 -0400 Subject: [PATCH 0253/1261] 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 8f06c14c3758..76f238c25c28 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 5c0c73d9d0664105e9c59a6f3ce85329a9b8c0a1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:22 -0400 Subject: [PATCH 0254/1261] 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 6bc69a2f9b71..3a3cb5ac2232 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 ec099adb4f358c8aad9bc212c29f2b9d21e02521 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:34 -0400 Subject: [PATCH 0255/1261] 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 9dbf90e2df42..00e54f8c0980 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 d3fe5eba442c4435a71340b5778f4f9c99c30b0d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:54 -0400 Subject: [PATCH 0256/1261] 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 cce8aacaf9a9..78b3b84e2234 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 7578782b0a1afabb97a076b331e920a5250a2837 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:45 -0400 Subject: [PATCH 0257/1261] 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 ebf9056d7831..ecb66930f3be 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 536601252ca92db29017c2fa6046d4b8c3aa3317 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:50 -0400 Subject: [PATCH 0258/1261] 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 1163ab062489..f05b7644660a 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 8446a501adfec173880cfab628d3fe2cdba230d5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:12 -0400 Subject: [PATCH 0259/1261] 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 0b947591cb0f..7185e3066787 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 36f2d229d1c97292f74ab2785afb8a9233f30284 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:14 -0400 Subject: [PATCH 0260/1261] 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 7cb716632cad..281b5a2acbac 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 41d3911808d322484821de21c80e0d8c9e0f5286 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:03 -0400 Subject: [PATCH 0261/1261] 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 000000000000..29668e4cec4f --- /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 000000000000..853f8bf94620 --- /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 ace0cb9258b3..000000000000 --- 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 788b8acd77d852901a90b16efe3accf84177e97e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:31 -0400 Subject: [PATCH 0262/1261] 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 5bc9b04b3054..8772bb6fc739 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 f5d8a6a9cc4e053aa5a0b0a5a4e689328715ba4b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:01 -0400 Subject: [PATCH 0263/1261] 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 672e36d66176..4098570177e2 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 f7513bde1a87fed7b9e34d3631e13baf7741e708 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:28 -0400 Subject: [PATCH 0264/1261] 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 51854a737d72..2b62ed4ad576 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 99c1957661a19c401abc1f1fbc227a34fcbefbc2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:37 -0400 Subject: [PATCH 0265/1261] 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 e7f2517c130e..57547a3f64f7 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 afdfbd64dacf24065ef738c176e2a4415fe6e792 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:44 -0400 Subject: [PATCH 0266/1261] 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 fc5c0dc6aab8..87c03bd6bade 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 96358dc516c2b86d141489fff4b7b093d0d11fce Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:02 -0400 Subject: [PATCH 0267/1261] 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 14243ddb0063..70a5e0e6068d 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 4243134499694714687f75df97ac91766d0fcd06 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:51 -0400 Subject: [PATCH 0268/1261] 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 059447e2b1ad..618e1d627c1b 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 812eb7d492956d689b141933a76a5d42068e3776 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:44 -0400 Subject: [PATCH 0269/1261] 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 aebd3621f97a..255b813f79f0 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 b3a38b128705dabe338ca496bee4327ae3283b7b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:57 -0400 Subject: [PATCH 0270/1261] 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 28d48a351a5f..33c304e8d301 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.1.0 -revision=1 +revision=2 wrksrc="ujson-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm" From e116b159aa05fae0d239b8d23f5e18a6ba98d2d2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:11 -0400 Subject: [PATCH 0271/1261] 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 06918c86c6d5..c6d4f8df8e31 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 f53c628e47572ed87202170ea8f641be6f5cb18b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:24 -0400 Subject: [PATCH 0272/1261] 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 000000000000..3849245d01d6 --- /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 4bed7b9403d4..6c85b2d20d3a 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 2c5e232915eb7622f98fe8d8e79f27c4fc2ed9c2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:39 -0400 Subject: [PATCH 0273/1261] 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 397118d5d692..a92a3479dcf0 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 14bf7afdc48c844c2727a915dfe07b4f8b8a5e28 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:50 -0400 Subject: [PATCH 0274/1261] 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 3fff30973c14..20317a484d76 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 ff2ef9418b5e340ea927ea77336df563082907cd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:19 -0400 Subject: [PATCH 0275/1261] 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 b4ff86c2762c..7443662c1ed6 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 85516befedc06e0d5d1136a1a0c05c6e33f8493d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:35 -0400 Subject: [PATCH 0276/1261] 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 fd294b09f00e..aea6345e4710 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 bda3103a1a0a4bf7a7ca6b35e85747d401307494 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:13 -0400 Subject: [PATCH 0277/1261] 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 5fe116ab4399..23debafd8af7 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 ea8abd2ee291bb26fc2f7e0607c183a8ba0a6594 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:01 -0400 Subject: [PATCH 0278/1261] 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 b182006befea..248124652acf 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 3b4fe9624ada0d67ebaef6f53a63b0ced2b44ec1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:36 -0400 Subject: [PATCH 0279/1261] 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 fc5aa977fc68..fb82199d201f 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 40e4620226c6933b317d8e64dba20fc20eee19d7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:21 -0400 Subject: [PATCH 0280/1261] 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 99d86ab89b8f..ff80e29608cf 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 9adf5080573eee2dae5b3e3cfad582b082d5288d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:53 -0400 Subject: [PATCH 0281/1261] 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 c9007a1cdd57..b5fa805bb8ad 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 853f5def2e012ce1f1ac4b07c41dacc4c232d4a5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:54 -0400 Subject: [PATCH 0282/1261] 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 615c5522c441..ff7c30424934 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 bc9a089aba1ad899449848f1ca0d64422c1571a6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:26 -0400 Subject: [PATCH 0283/1261] 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 8e3b396e3a9d..45224c6c879f 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 c7ec3c1887fd3f01e8c7d244d0c1751192659a0b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:32 -0400 Subject: [PATCH 0284/1261] 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 ebd3b6b1241a..d7ab66f7f9a6 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 34dceb3078e1854eb61d7f1a2150738fe293e16b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:48 -0400 Subject: [PATCH 0285/1261] 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 f70af63bfc0f..9dd543eb5a1c 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 c42705f53585e805fbce47dc86215347647aae98 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:54 -0400 Subject: [PATCH 0286/1261] 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 27bc2fb0e020..98ccba81fc9f 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 1db75a74cdb9a321e2113052b93f633a354e942b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:18 -0400 Subject: [PATCH 0287/1261] 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 56856151c75c..feb24f7b2bbe 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 8b753dcf0f345e7bc4a15ce405a2fc1f46af452f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:26 -0400 Subject: [PATCH 0288/1261] 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 a479c31fcc72..93e95677079e 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 9d212d24128abf8c3ed19e4e04edd50a687d8f50 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:48 -0400 Subject: [PATCH 0289/1261] 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 9654a32d15bb..8c35a517e09d 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 833b47e0814810344a3c681e5e2a4cff87dc88b3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:34 -0400 Subject: [PATCH 0290/1261] 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 65adb7625e19..7119d0947f50 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 9c081ec830d21b77a90d320dc8e70f4d473c2be7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:12 -0400 Subject: [PATCH 0291/1261] 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 043420109caf..1056b8270e9b 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 6a14e11d242dcc107aa1f95adaefd6ed8d3a7383 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:24 -0400 Subject: [PATCH 0292/1261] 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 a566f67cc03b..77b971be4a99 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 2fd05956f5656cc6a1e36bfe4a89340193076f85 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:36 -0400 Subject: [PATCH 0293/1261] 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 a4ae4a79471d..95660af980b3 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 83c0a82513ebfef4efb3cdca035e71ba64189fb1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:14 -0400 Subject: [PATCH 0294/1261] 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 aab27f27e2d4..3abe44df7ac4 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 092e64332cdce3ead46c586ea5f4cf4e5fbc1e9e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:26 -0400 Subject: [PATCH 0295/1261] 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 5c0594df5dc9..dcd1c9143c3a 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 0840b8dd56b449b7579233fd86ffe7c0e815d06a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:18 -0400 Subject: [PATCH 0296/1261] 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 96eff5918dac..d740fd001e8d 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 2451aeeed7d8f42eed3555558cdab5a2a20b8912 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:24 -0400 Subject: [PATCH 0297/1261] 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 315f720dbe90..4fba5dbb640e 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 d185dac6bcb7291e6181c580ebd514e1073b2359 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:09 -0400 Subject: [PATCH 0298/1261] 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 883443e34659..574f96858c7b 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 b19cfb105636da225d3f02c7ce4a0d6665608a16 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:23 -0400 Subject: [PATCH 0299/1261] 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 622b82fe66dd..fc4b7a31fc5f 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 c515feb75ef264891e34a7f8f7c02f9875f1e2a9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:48 -0400 Subject: [PATCH 0300/1261] 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 d156563a2259..fd59e78f1db4 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 895a9fd49d085ca98da5969648bab497e9f93f46 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:22 -0400 Subject: [PATCH 0301/1261] 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 3c1121e5317c..72c70a4ee4b4 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 88c7e0fcdc026eb166be0d491a9803a51e5b9bee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:57 -0400 Subject: [PATCH 0302/1261] 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 25bde3b7c46d..3f85e16de418 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 0829a632d258134e7083a337d3044784f7c98d17 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:35 -0400 Subject: [PATCH 0303/1261] 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 72eea6ad026c..7c3d8acc3340 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 66c1a73bc10a01a5f45ae8f063913d11b265d193 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:58 -0400 Subject: [PATCH 0304/1261] 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 761a8f4a1792..c4d37f1591f0 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 bfd7081be7d93f31eae452f89dd01e11aa984fa5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:45 -0400 Subject: [PATCH 0305/1261] 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 ca94d184a230..74187dad714b 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 ec50fa79d620e56f0864bbd4d3a38fdb293c4b29 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:03 -0400 Subject: [PATCH 0306/1261] 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 0b06d05d142f..a08bf018db1d 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 12b5df9f2c654e5578647f5946c2506d7763f21f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:26 -0400 Subject: [PATCH 0307/1261] 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 f9a1430433e6..09f1dc1ce2c0 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 a88d0a0dd46c1717ef786805977c66cde7ad2f26 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:57 -0400 Subject: [PATCH 0308/1261] 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 4de2e16894fc..99053e1ad2da 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 863252bef21f4d85c9719e651e8f6119a522e52d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:02 -0400 Subject: [PATCH 0309/1261] 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 b202a4adbf00..f1c95a95bd5a 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 d647aea0c79dddf3d4fde1f4cc176caf2c13e5ee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:03 -0400 Subject: [PATCH 0310/1261] 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 60a21b07ac94..ce0f428979a2 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 402469b96ada5b13cc108c899383776a15bbb349 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:09 -0400 Subject: [PATCH 0311/1261] 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 ccf9ed82f29a..3cbd6b97feea 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 c8e70e3cd3f65b98e78fdba025a85d66b44840fb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:11 -0400 Subject: [PATCH 0312/1261] 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 96cc46401f66..f5ef0ff0bdcb 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 f84cccea54d33ba6b430c922364a95b2835cfe50 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:13 -0400 Subject: [PATCH 0313/1261] 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 7ef33806b7fc..ca9d7e828c95 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 acec4415e6278c708ab94eb9e5f0a7aa90e6e9a0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:27 -0400 Subject: [PATCH 0314/1261] 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 b9c83a0b6c61..cd0535284105 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 5ba05bbcae5537f2dd48898df3cc68c14d894a27 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:37 -0400 Subject: [PATCH 0315/1261] 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 8d7bfc997789..94e76916ef10 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 f101a8cc58b685e99bda981b8bbefcfb73ae4913 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:56 -0400 Subject: [PATCH 0316/1261] 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 88dae590f8f5..d41d253fa77b 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 f734f7f5a390bf1e54b19041a60e5cea0853d1ff Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:51 -0400 Subject: [PATCH 0317/1261] 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 0c8664ddd6da..a8b859309adf 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 dd61ad6a84d0de9764f357e8e348a7634b6d8e21 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:57 -0400 Subject: [PATCH 0318/1261] 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 3dc20eae5254..97170f1398b1 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 6d1fb0c1a0c516281e902028b6a2e63240a48bba Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:36 -0400 Subject: [PATCH 0319/1261] 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 cf5b2fd81cfa..63b2e0104e61 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 3cfdf4f2fc61543a63e9cb1bdc6d9279798bf0ce Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:22 -0400 Subject: [PATCH 0320/1261] 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 f64d87fcfe81..139f17f4ec52 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 f8d060ee3f1055f666c604039c171c4ea6edbdad Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:50 -0400 Subject: [PATCH 0321/1261] 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 728196e7100c..18e711829981 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 185e5452618e88085d87d5100890544838f71b95 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:00 -0400 Subject: [PATCH 0322/1261] 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 ca75eb074dc0..4bea14d5ca2e 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 fef17a7d93bfdef3d5989eed52e7f96b92763b7c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:56 -0400 Subject: [PATCH 0323/1261] 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 c642ed52b996..eb28054bb9fa 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 b75d4a39ab5ff0f6766140505b3a1f4dd5dcb872 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:04 -0400 Subject: [PATCH 0324/1261] 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 c088c6f11478..4e0cd06839f9 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 3620abefc3ead02d8fa8f74e7c25663c26bf0418 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:25 -0400 Subject: [PATCH 0325/1261] 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 c921bf332041..889ffcb7fa53 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 9ee378377203acb15e26dc20e8c8a8a741865eb1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:49 -0400 Subject: [PATCH 0326/1261] 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 100907943ce7..5ded34efd010 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 fad5144e32c0d821caf3607a002c7c2bc92b0c2e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:50 -0400 Subject: [PATCH 0327/1261] 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 83910cdada3c..33a6857a11b6 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 6d1d7daf5320be5e1d91abb9a6202bac5b6c81ec Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:12 -0400 Subject: [PATCH 0328/1261] 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 cd982b2a246f..2fbc05352aed 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 579b467c8146575d98dfe760c31359beab574219 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:20 -0400 Subject: [PATCH 0329/1261] 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 f0fe8a25297c..332b88092708 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 fa205251203163ea0409ee2a53023837444caefd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:41 -0400 Subject: [PATCH 0330/1261] 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 89a97b2ddfee..b332d62bfa42 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 7fd3d1138beb16b42bd7481ab31a0e0414cf8bd3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:44 -0400 Subject: [PATCH 0331/1261] 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 6830a7900966..52146ccee896 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 6f8803977ea3eecbf7e044c53b7049c10b9e6873 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:00 -0400 Subject: [PATCH 0332/1261] 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 a3ed75efa6cf..34e19605ea68 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 7b601695228644da770f1a8817dcba88cf8a054e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:14 -0400 Subject: [PATCH 0333/1261] 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 fb4c324dc86b..89ac640e7a4e 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 3ab84022c57aac4c58adb978e09dc1c79ec49b64 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:22 -0400 Subject: [PATCH 0334/1261] 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 940ae74c9715..5a91e9127e37 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 10376d6f5b7af1a9a27166da4d67be5b84762b50 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:40 -0400 Subject: [PATCH 0335/1261] 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 5a04a844de35..2d54a69aaa21 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 7ba6017154c9c0dcd5155debf70f3e53e2671544 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:58 -0400 Subject: [PATCH 0336/1261] 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 0ca409a6f856..b10e98cf00c2 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 1891d2ac99ee299200c9544e80c314d38e06c6fa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:47 -0400 Subject: [PATCH 0337/1261] 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 f73f4c555766..cb2b79529152 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 d34c4cbf5ee07563c63d42941488d9ac690f34ab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:00 -0400 Subject: [PATCH 0338/1261] 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 f727f5b1a356..ad9a1b9ef714 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 ca33ce54fd2e9765645ad1325853d14caae5da2f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:53 -0400 Subject: [PATCH 0339/1261] 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 14abdb26feb2..6d75325b0e2e 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 9390a331d14af849337eafcaefc8992c5b42685c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:24 -0400 Subject: [PATCH 0340/1261] 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 2cb58192ad1b..2881e3a333c7 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 eae4018bbdea685b9922ea6bae368c79990d7ca3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:25 -0400 Subject: [PATCH 0341/1261] 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 29927bd8125c..86a22fd6f01d 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 1a4918ea7c12c8ede373333e1db93c3f0026b7a6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:31 -0400 Subject: [PATCH 0342/1261] 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 a8cdd9230d3c..1fd8d7f2f798 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 38f5e4b0274a73da087925bffc09bba06d9749ef Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:02 -0400 Subject: [PATCH 0343/1261] 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 aadb5c2a40df..33a035c87335 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 44fa6f23da20754b74d83ce34ca3cf4affd51ca9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:52 -0400 Subject: [PATCH 0344/1261] 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 739e95114ab2..86fb5827fb35 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 525c788026805b18b2c2f03e208db1f50aaa3d95 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:02 -0400 Subject: [PATCH 0345/1261] 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 6f243225cba6..d43a77dbd980 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 fc068614c797ce63846f8438c652e897cd0742a2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:22 -0400 Subject: [PATCH 0346/1261] 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 304f74f3c387..4afa60d25c40 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 9b98b2e6a79e8a7857b45a2b16fae1c1cf43a31e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:46 -0400 Subject: [PATCH 0347/1261] 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 58bda9b40ef1..5ffc5385a74b 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 b7bfbd92bcf31157c42aaed77882ccf2be51af51 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:48 -0400 Subject: [PATCH 0348/1261] 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 45b0c895a9aa..5f977079abfc 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 43c52f1dd3a22cfdb89d8be8ab2c940ea0abcbbf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:24 -0400 Subject: [PATCH 0349/1261] 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 947f81ea642a..e5444022ba3e 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 e26f65443f5d9c00a7952af7b00ce6d2714e26b4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:21 -0400 Subject: [PATCH 0350/1261] 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 c867bf664069..1caceba79dab 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.2 -revision=1 +revision=2 wrksrc="networkx-${version}" build_style=python3-module hostmakedepends="python3-setuptools unzip" From 8495aa624aa249c1b5a42607daf80f639cc8645e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:34 -0400 Subject: [PATCH 0351/1261] 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 bf80cd0e0d31..7aae12006353 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 1f078bfc3147b3ad18a96c9594c9ded7657fe2b6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:45 -0400 Subject: [PATCH 0352/1261] 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 5ec7cc4541bb..34bf662591b7 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 fb9b5a4bab5ec77493645c0fb87db9c52d3d5d01 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:53 -0400 Subject: [PATCH 0353/1261] 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 c5372b1416ae..1414aab29c03 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 abf33532e0e6258e2719405e08c1d28884867d69 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:53 -0400 Subject: [PATCH 0354/1261] 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 0375c96501b6..5f553a6f527e 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 2ed5ba7b2f520fb35cf6a9ff8a9f6dc2fd05f2a2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:41 -0400 Subject: [PATCH 0355/1261] 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 36ffedcc59f4..bc33709ddd88 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 880d085f4be52b31e3ebd55b31878d9f6aa5caec Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:48 -0400 Subject: [PATCH 0356/1261] 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 fc848b086c9e..36148a426f97 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 3294b1c11a414ccb42b009d14243580d3203bd9d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:01 -0400 Subject: [PATCH 0357/1261] 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 ac7117ecd142..a67732e34031 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 6c63b1d2a22c4c33b1efc02470410ca0dcd86d4c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:27 -0400 Subject: [PATCH 0358/1261] 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 986ebe5e05d2..c1db1f71924f 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 2a2c972407b9d0723b27459411384f976d657212 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:52 -0400 Subject: [PATCH 0359/1261] 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 1c73d2e4d95b..d573bc5b60c8 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 151a68a92e0830802d279d04baebc2794e0e0099 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:25 -0400 Subject: [PATCH 0360/1261] 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 3ce0cde30dc6..ec2a6262a10e 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 2d6ad7134aedb1c71960c130bc496ba760a49ffe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:58 -0400 Subject: [PATCH 0361/1261] 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 4ec0c1ce42ea..f7657e48ab65 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 20937b3a5331980b9da8409deb2b713590fb801e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:56 -0400 Subject: [PATCH 0362/1261] 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 69f6e486d5f7..97a5d8d49373 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 4ec4c60e2a106b1ffc0cce2917e2091c0c59af8e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:03 -0400 Subject: [PATCH 0363/1261] 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 11d27069e0ad..f3df8e0f79e7 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 df1846b0b24cac7c45f7c1f69dd8bb4a83203295 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:02 -0400 Subject: [PATCH 0364/1261] 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 ec75db18408b..f8cdd0c9c09b 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 13ff06b81eb65590d439ce101509e1fd071074bf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:14 -0400 Subject: [PATCH 0365/1261] 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 1d4d0c7e7837..8623c5adcd2c 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 3b5c4c0919b2f00f84dc0ffd9154fd241f417ac6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:53 -0400 Subject: [PATCH 0366/1261] 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 553ac4d2e1ad..e96fb179b7ca 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 ab2b22ffb0c2b21c6dd3a3707221ed9c9b06ca19 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:45 -0400 Subject: [PATCH 0367/1261] 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 1efff06c001f..dec65a97e27f 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 9f65b52d445b9e9443fe590e2dd35a4b6b1a06e3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:27 -0400 Subject: [PATCH 0368/1261] 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 3c81e5ba65fa..3330d66e08e8 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 a4768ed7c6e369d63a2b38db3322306e7575bf92 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:14 -0400 Subject: [PATCH 0369/1261] 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 b718e762ff29..3a639e807a26 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 86bb954e2a203924ede3a91e28048a58a57eec77 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:44 -0400 Subject: [PATCH 0370/1261] 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 72884e6d76a7..6b2c6f07ac35 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 77c252dbd3058112276de36954423cef2b82eccd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:41 -0400 Subject: [PATCH 0371/1261] 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 254830e55fef..88ec54db1f31 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 02a125540abe025be040a86cbff66aa04aa3d3e8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:15 -0400 Subject: [PATCH 0372/1261] 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 7e4b46dd7683..d707e9c3ca70 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 e4517df5fae25f6f550c96f391e6a9eaccd0bc18 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:54 -0400 Subject: [PATCH 0373/1261] 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 e329df8af9d1..baae71755b3e 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 855f990ccdddee94c17e715d7cad18b7b3c0a0f8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:43 -0400 Subject: [PATCH 0374/1261] 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 99fa391a566c..68fbfc2b03c4 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 4abadcad559fb37cb3870ddc2e55741e1291866e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:57 -0400 Subject: [PATCH 0375/1261] 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 73114a2aadc9..660f28f40188 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 bd51147d1671bb7660a8046062d4f6812c87308f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:56 -0400 Subject: [PATCH 0376/1261] 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 6f50bbb8dfb9..4c38a86445e6 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 f1e4041ddf22eaaf6fa891aaa2eb9cbf939ba82a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:48 -0400 Subject: [PATCH 0377/1261] 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 f56449f6f966..9b54bb31cf90 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 d2d55eab63df9b0505e5e7303008fb289be294ec Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:56 -0400 Subject: [PATCH 0378/1261] 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 171400f6f4df..b0073d3774ed 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 866fc89b8aa0af890ba4d319febeb30153bc1012 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:07 -0400 Subject: [PATCH 0379/1261] 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 5a80c11c93af..c9d49fed524d 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 7dd75d31e858f58b3b4e8c92433a300a79368e1b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:18 -0400 Subject: [PATCH 0380/1261] 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 cfa6fa5bec4c..69c5e4a29586 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 5f0c41b33f262a7fd9789decb03e5950ae6efc1e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:19 -0400 Subject: [PATCH 0381/1261] 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 6e069c3de349..be0231f93861 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 7e9cfe688a657576c94182d511b9b2859fbb23fa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:32 -0400 Subject: [PATCH 0382/1261] 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 0ee082893d0d..afd047221375 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 ea27b04528693528bce2073aa5ee72ea284b2e2c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:39 -0400 Subject: [PATCH 0383/1261] 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 399fe375df84..7c7430bf34bf 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 b3351199c452a72834751919787e6418019ced0d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:44 -0400 Subject: [PATCH 0384/1261] 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 87edad171777..3918ef773a67 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.9.0 -revision=1 +revision=2 wrksrc="rich-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d54360a610836ce1ef52e0c7bb2e2cd8be57e7c9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:49 -0400 Subject: [PATCH 0385/1261] 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 88c31abe65a1..27bd0df0d1f4 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 0237cd036b637836f99edd297196da968d495497 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:03 -0400 Subject: [PATCH 0386/1261] 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 7de7b44f8b8f..d79b41a77e33 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 6e882681585627827e6a1eebcd5b3c6956638bf9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:03 -0400 Subject: [PATCH 0387/1261] 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 9e48be33a343..5ce7b2852ab7 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.18.0 -revision=1 +revision=2 wrksrc="ytmusicapi-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 67520e0afc3538a3f40342defd92362bb4b9f379 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:39 -0400 Subject: [PATCH 0388/1261] 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 3fd7daf0f856..52155e689421 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 1c4a9173d0e86696a76c5173b4d0cee77a406708 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:13 -0400 Subject: [PATCH 0389/1261] 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 4ebf6fe915ed..10c687200014 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 17868f2da3f2cd93094614348df08889c8594013 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:32 -0400 Subject: [PATCH 0390/1261] 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 baadac0fbe65..8ecd4c8052eb 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 dce1c7ef378ea440c667d0bf21ce333eb0284786 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:50 -0400 Subject: [PATCH 0391/1261] 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 bcdb9803e8f1..a7f311f4fe0a 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 e07d3cce5b7c8cf1b314ee3e0c265263b373ac73 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:43 -0400 Subject: [PATCH 0392/1261] 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 0edbd561f0fc..39ad56145c05 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 ce8d38cf13b46f8fbedfc84ecbbf2b31d9071db7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:06 -0400 Subject: [PATCH 0393/1261] 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 5a78316ef938..0935cb659810 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 c4e463070f2a5f28d40ddea3001e4f3c35e084d0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:51 -0400 Subject: [PATCH 0394/1261] 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 850aa859fcdf..12b5399f5245 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 4996bab832ec1918e507e6419a6fec8b7318f1a1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:33 -0400 Subject: [PATCH 0395/1261] 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 3697ba333622..3f6e3d99d7b8 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 7365d74a8da1d2a06112b71ee8d06dd4d1db932f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:50 -0400 Subject: [PATCH 0396/1261] 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 e985ecf8534f..cb54ef3564ea 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 b063ba8bee82e24fbefeb19d6426f10144f3317c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:25 -0400 Subject: [PATCH 0397/1261] 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 b5591256079d..dbedba715312 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 daaf64f0835d15a7a2b9cc3ec799bcabfadbd316 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:49 -0400 Subject: [PATCH 0398/1261] 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 ad3bab903a3c..34dbb28be2be 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 b1889de89e32da24629829c3bf32b0a202d2ae15 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:29 -0400 Subject: [PATCH 0399/1261] 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 5ed3f4334348..fbaec115ddbf 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 d78c51e84b60d82017b801e99f430c70e05a07e9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:43 -0400 Subject: [PATCH 0400/1261] 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 1da3227f00c1..f646113f9cf6 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 ed3b4e1903e2c9ecfe9951d8a783a9640fbf9492 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:38 -0400 Subject: [PATCH 0401/1261] 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 c86e96a9728b..52454f9bc251 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 83916e365eb1c7fddb2bbac7cd64a0a5c119b952 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:44 -0400 Subject: [PATCH 0402/1261] 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 34c34c090464..dc0155c26dd6 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 081973b247ae33833aa2447aa3a7ade5ef844fa5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:47 -0400 Subject: [PATCH 0403/1261] 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 aa41057a72ae..56a29fb2590b 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 c21f222b8cfbbad279e98f27d3d31b7aab105a88 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:32 -0400 Subject: [PATCH 0404/1261] 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 79fe26537e87..006363a1c5d4 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 10abaf81629785254e9478aac8e449199f2488df Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:52 -0400 Subject: [PATCH 0405/1261] 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 9964fe3dd94e..8c4a4c8c9a39 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 ad5814ce3cc23f34208c6c8c4c69d9472d26b2d5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:59 -0400 Subject: [PATCH 0406/1261] 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 2c575aef0b27..2bca84fb2ded 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 3a957475d60b3f8fdcbff74b008e39ee6f746ed9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:59 -0400 Subject: [PATCH 0407/1261] 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 55bdbd282f19..307b80b7fb8e 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 766bf3765ee41c08ffd319310f2eb2f5494807cf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:05 -0400 Subject: [PATCH 0408/1261] 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 c49910f1c2a4..d92af3a67fba 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.7.0 -revision=1 +revision=2 wrksrc="libvirt-python-${version}" build_style=python3-module hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel" From 5e9190ac5379b5a8a3f76a6e9ed199a42d08284b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:32 -0400 Subject: [PATCH 0409/1261] 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 542a0592d5a1..39b11b78badd 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 9e34c1b8741e62cbf9914f29cbdf32f0f52dee74 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:47 -0400 Subject: [PATCH 0410/1261] 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 d4d8bbb2218d..6f966c248fc9 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 b8eab8398316ad17f82f24ddb5ff6b05a512153b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:47 -0400 Subject: [PATCH 0411/1261] 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 b59619805956..b639065db3d6 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 66e9375a3dad3debdf88cb3b0648ed9f1653a025 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:21 -0400 Subject: [PATCH 0412/1261] 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 47d4c8cf11f7..ca6940049ad0 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 ea0434523808937d883c66061173027ef1b76b2b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:49 -0400 Subject: [PATCH 0413/1261] 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 42383703e637..117fd099c314 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 c87a3500f6c4f00d6e32b7df8de904d37902f3a4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:16 -0400 Subject: [PATCH 0414/1261] 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 b7b24fe1635a..7c63ae3ef621 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 d557b1366bb4b4d6ee872f20824930de5f0f13d6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:50 -0400 Subject: [PATCH 0415/1261] 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 6a2cc79a4487..0b432258903e 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 043f6ae472f94c77f82c67749f3faef37512a47c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:30 -0400 Subject: [PATCH 0416/1261] 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 896de875574e..a7a1caf1d510 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 02505e4c0489168081f7fb61e9254f6f6083198f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:28 -0400 Subject: [PATCH 0417/1261] 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 6b0f0eee9e0c..cb5a09503bbe 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 e3da4ab874d20547d11a1c359d9eb95217c373b3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:12 -0400 Subject: [PATCH 0418/1261] 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 6a71cbb6b4e4..c6a713aa51ff 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 ab4b1d2c502bd154994659fd7c8ce85885e116e4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:12 -0400 Subject: [PATCH 0419/1261] 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 390e1982ba32..e766db6be6ef 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 ec9a63e61e36fe48390f926ffd596b6e7ea7ad50 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:00 -0400 Subject: [PATCH 0420/1261] 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 a9ac107c83ee..dfd80bce0aee 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 6fc086832da98c95dd2e74a360f2f581a9459889 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:47 -0400 Subject: [PATCH 0421/1261] 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 bcae416544c9..b5cf6e495fcb 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 6503ae19afbbfb3f05b079a68b5e1f43ebe05a8a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:03 -0400 Subject: [PATCH 0422/1261] 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 1c0beac81f69..f8f1d33c1eac 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 74e1cb5b7ebaef96b624debadaf5af824609a546 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:04 -0400 Subject: [PATCH 0423/1261] 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 2899feb66f8a..898f9c04fa6d 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 9be72ac05ae3d6f2b485a17a515ab6b604cd978a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:39 -0400 Subject: [PATCH 0424/1261] 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 219dc653f9c2..ff0cb97d6696 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 7ed56a9cfbc4b924ebf16229854018f5dcec2687 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:35 -0400 Subject: [PATCH 0425/1261] 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 6257b9274bbb..7a4ad9eedeb6 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 39e92c8e1236fac36df36089081f02e6212967a1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:53 -0400 Subject: [PATCH 0426/1261] 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 13cc66ab33c7..3c442a0a22f2 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 5b48e56ef2b3c0b47bdd31093870a3f5b620bd54 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:46 -0400 Subject: [PATCH 0427/1261] 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 91163d68e8b4..7a79e3b6935b 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 bce78a1baa18b0589e9a57bc9fc15d7e05952b84 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:08 -0400 Subject: [PATCH 0428/1261] 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 e0af5dd69bef..7efd3670d4a9 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 bc43df7659e0662b840d1ac2be8a16daa20ab389 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:50 -0400 Subject: [PATCH 0429/1261] 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 d469f74f97c5..0e5af27c6eff 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 7e6b6c2a238b2f6e249a275f151b888a74190d8a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:38 -0400 Subject: [PATCH 0430/1261] 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 db5ac6ef97c8..edad85a5112f 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 e171f09a6a41bbdceaa44219159e9d98dec830b8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:50 -0400 Subject: [PATCH 0431/1261] 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 274e42079fc0..caf1fbf54a7c 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 a50c43ab6e65f2c15e7f6fc0d1ffeb00a143cc56 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:04 -0400 Subject: [PATCH 0432/1261] 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 2fb5be71f9e6..0c310b0c22c7 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 2922601da47962c9a6589d795b2b67d9b67c4502 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:14 -0400 Subject: [PATCH 0433/1261] 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 94ee7e21d59c..4e3be864adcb 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 ac8eedb3f554e4c5a9a8fdd9923006aad4dfa4a4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:20 -0400 Subject: [PATCH 0434/1261] 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 7f5485225958..923951082db1 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 25ecafc77e8868272100f94d25ce668a1e895936 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:27 -0400 Subject: [PATCH 0435/1261] 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 5b0341499bac..4242d2623783 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 028082f31d2843b57a299356cda88babfbede545 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:46 -0400 Subject: [PATCH 0436/1261] 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 07b7e142efae..355d99a85c68 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 53957e952cbf26b59edccd7a84c6cc5896a6a80a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:49 -0400 Subject: [PATCH 0437/1261] 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 9edb9c24b149..60616a1791dc 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 1461001a56be80b9fd95d821396c2e75f7861bd8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:57 -0400 Subject: [PATCH 0438/1261] 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 3e33991a003c..530f438ed447 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 8be706331821dc1ba7dab4e51602f55707745fae Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:53 -0400 Subject: [PATCH 0439/1261] 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 9c4643ae5c15..474444756f8a 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 a1992e60510c664010b1ecb42df94f92d17a241b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:55 -0400 Subject: [PATCH 0440/1261] 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 0aa833ee0c72..fd374ccac60e 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 42cdec993d324717a0fbff0d3d1c4bd251c800fe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:01 -0400 Subject: [PATCH 0441/1261] 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 8945e95b0416..9c9533ce479f 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 2c15d58f29ea758baf1471d28b0b545b8f098128 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:39 -0400 Subject: [PATCH 0442/1261] 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 2f5097e0eae1..175429082e85 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 d78e0690e3a8a209cfc615c9f5ed0cdd94f69a99 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:42 -0400 Subject: [PATCH 0443/1261] 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 247e8607ab66..60d5d3e1bc6d 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 75b73940b352e77a29ece3f36123af33cecbb91c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:37 -0400 Subject: [PATCH 0444/1261] 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 48ac973d33b1..e51b27df2e48 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 5737666fddf14c3672628863d60463f8cb15f929 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:43 -0400 Subject: [PATCH 0445/1261] 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 c500b7cc5ed5..609af96d16d8 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 8f58444199385d906f23f802386af5c85385c4d4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:19 -0400 Subject: [PATCH 0446/1261] 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 0cc3ea1e95ea..64aaf872cb8f 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 0ec7c390a9904b9f51507cf6e77959ee129a23df Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:58 -0400 Subject: [PATCH 0447/1261] 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 da5a2b0c2b3c..20e9c4a508f8 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 4cabaaffd57772076981e1c989f7c3edebd22d72 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:56 -0400 Subject: [PATCH 0448/1261] 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 96c8d07f0496..138ede2b4bd1 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 d72b9ba02ba042def66d481f406782d2cfb52c10 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:17 -0400 Subject: [PATCH 0449/1261] 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 042cd65b6c34..3661cfe47ce6 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 fd2185b9e6c273b6491b0411ced8f3328d7f9fc7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:32 -0400 Subject: [PATCH 0450/1261] 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 2db65a201307..84f8d667cc64 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 1e76591ad8af753c38ddaede1a3fbfd2b2d46c8f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:26 -0400 Subject: [PATCH 0451/1261] 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 753dbfb9b816..4b7abb3370ab 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 9a7bd3bb7d0e6edeeefc479aaa06053d00a7ddd5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:04 -0400 Subject: [PATCH 0452/1261] 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 22fbb7987d06..66e769c177a4 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 89aa23edfb0c8d285886755078b2f347c75db234 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:25 -0400 Subject: [PATCH 0453/1261] 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 65ad7fdd8dba..019923f4d680 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 4dfea620395d5fbc671f7f6ad08e2db1786729e7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:19 -0400 Subject: [PATCH 0454/1261] 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 4c684d18f576..55f5130596a4 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 ce683e07ea5085135b2cc2494aa6d43d3263e17d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:27 -0400 Subject: [PATCH 0455/1261] 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 90b48900c9d4..44d83c9b3ada 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 70e62176d21b328ae8d1bbe4f0b6c3fcd5b323cb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:46 -0400 Subject: [PATCH 0456/1261] 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 5583ba6f20b5..e0f10fd8b804 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 fd2a3ab902b96a3fcbd6a2cad596c947836a79e3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:29 -0400 Subject: [PATCH 0457/1261] 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 d994678b636d..3a5ed3dc60f1 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 9a0ad9e02835a967d53c874350353033f912f3ac Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:44 -0400 Subject: [PATCH 0458/1261] 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 1e4422abef16..3a49c6367f4e 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 7ecc91adbe3670f1b80478efa20c2bda94419eb5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:45 -0400 Subject: [PATCH 0459/1261] 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 b7b42ae5f49f..5505d63a7f17 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 22259f1d789e421db59dd4ffabaebaefcd8ffcfb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:40 -0400 Subject: [PATCH 0460/1261] 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 9012d73a30eb..669dc83bd472 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 e3cc2fd1f63b7d62658c12813afbcdd81458e403 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:42 -0400 Subject: [PATCH 0461/1261] 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 56b30d88215d..d84f85eb17b5 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 9c8068c8b4b56ce343a71c5f780c3a7078214710 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:51 -0400 Subject: [PATCH 0462/1261] 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 5d35bef5f22e..64b081d0a3e5 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 b98f2fb8aa9e162e529d5968e19b812e4da8d6a5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:13 -0400 Subject: [PATCH 0463/1261] 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 32e6b2df88a6..d658dbd185b7 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 a1547935e8924c1adba4193c8fa720423e03d9b5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:01 -0400 Subject: [PATCH 0464/1261] 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 37e9689bf1af..865bfb7fa867 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 5037b6ebc12c8dff7a00312a51e940d4a5dfc9c6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:55 -0400 Subject: [PATCH 0465/1261] 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 43ca65c38702..88b59dc454b3 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 9fe67e6c733477179b6af775a435dcded0aab54c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:41 -0400 Subject: [PATCH 0466/1261] 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 f7f075a7a3e3..3e9d5fb2fc85 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 7b5b9d1232cdd74de3800f078bac7be9d3c4bb1e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:50 -0400 Subject: [PATCH 0467/1261] 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 5b5d795f7410..d5e68dde1b92 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 69866fb9addeacc3290b24b603ca171385cd39ca Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:02 -0400 Subject: [PATCH 0468/1261] 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 628c19d82e3f..7aae774e54af 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 66c08febda8ddd6af24777bf9adab52d4740bc9c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:21 -0400 Subject: [PATCH 0469/1261] 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 d1f95c3e3736..3f8c029ee795 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 e88e60048d9dd47b1f38a0d80717647ee49b5ed4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:02 -0400 Subject: [PATCH 0470/1261] 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 1fda3e07b9ab..6313b100d19a 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 032830214b7b096808be1891460f5de13a86860f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:05 -0400 Subject: [PATCH 0471/1261] 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 f45b5272d185..91efa1487d8a 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 7dc0d8b997f6abf6af2f6874d01c30758d56d0a7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:06 -0400 Subject: [PATCH 0472/1261] 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 48373ebb5633..4c09c0405b2f 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 1901fa55128609e2f083fe8a91fc5b92877f26d5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:06 -0400 Subject: [PATCH 0473/1261] 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 bf3f0bf774f4..3c561f5a3c5b 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 e6d3e6726f839d7f8226b2ecdfc1b650b2edbc0b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:26 -0400 Subject: [PATCH 0474/1261] 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 31dbee00b297..de4e78864c4a 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 47a45e3a76abfede50f619ff8ad8c2a7faa87e85 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:39 -0400 Subject: [PATCH 0475/1261] 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 633671c032c1..48cf823f9f67 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 52564812fc9b7eff2237ec6857474e66ef03b321 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:26 -0400 Subject: [PATCH 0476/1261] 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 6c4376596f5f..8ef09959edc4 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 c8be36ff8bf8f93678149d91686cf289e8a5a5bc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:38 -0400 Subject: [PATCH 0477/1261] 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 657c0fcf3501..45792486aaa4 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 98c8cd24c7749a7e2c1d29ec989861d988c6cf63 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:44 -0400 Subject: [PATCH 0478/1261] 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 0cc1644a53c6..7b5da65ea221 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 f8e1dec0156870bc7e5bb6c68d5c87b62407c1f3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:23 -0400 Subject: [PATCH 0479/1261] 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 b1fd6e6cf06e..6894bb392146 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 3d3a468d4a98ea72dd33dba6d0d4a6849d31348b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:50 -0400 Subject: [PATCH 0480/1261] 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 31e2eff0715a..6a61cfcaef8c 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 7182bbd2fc952de1ffa023a133570dce076e1125 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:11 -0400 Subject: [PATCH 0481/1261] 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 c2a0d57586d9..d5fc872e8bfb 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 23ddf019d10294ed498c2a2d9a9b7acb8c4baa75 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:13 -0400 Subject: [PATCH 0482/1261] 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 e1c7918acf65..44d935083354 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 d719dd2aceed79a5b10e9e6bbbd590e44547bd49 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:43 -0400 Subject: [PATCH 0483/1261] 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 8d9626dc7e49..a3add73a029e 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 0cc9646d327847351836f6d8646fbdf9215c9ee8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:22 -0400 Subject: [PATCH 0484/1261] 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 16f21540547d..64be5908b161 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 305d25c11299bcfc2305391f2de26f1c845e4184 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:54 -0400 Subject: [PATCH 0485/1261] 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 3fcae7eec932..6808cb30369a 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 da9061e418916f48f8a12b3411b121da6da2c570 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:54 -0400 Subject: [PATCH 0486/1261] 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 890e115ac65c..dbb215aa5be3 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 63daab69b39f897ff9db854eec9d20a7a74cf355 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:15 -0400 Subject: [PATCH 0487/1261] 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 4a354ae02cca..bed2c06ca9a6 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 3e30c69404f0b9dcc9b4f1db6aa504f554270c1e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:24 -0400 Subject: [PATCH 0488/1261] 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 dddbed3bc052..b843b4d69b56 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 e9eefa6a19337493d4f6da0c660cfa7214dfa806 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:08 -0400 Subject: [PATCH 0489/1261] 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 f19a6f4609ac..2294e969abfd 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 829a16fc551dc031f9826eb3003d8f137a932b4c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:54 -0400 Subject: [PATCH 0490/1261] python3-threadpoolctl: rebuild for Python 3.10 --- srcpkgs/python3-threadpoolctl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-threadpoolctl/template b/srcpkgs/python3-threadpoolctl/template index fb0b4457ea65..5a9d22f21f52 100644 --- a/srcpkgs/python3-threadpoolctl/template +++ b/srcpkgs/python3-threadpoolctl/template @@ -1,7 +1,7 @@ # Template file for 'python3-threadpoolctl' pkgname=python3-threadpoolctl version=2.2.0 -revision=1 +revision=2 wrksrc="threadpoolctl-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c2a830e1c132d570dad62827134dd63f12045ce5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:05 -0400 Subject: [PATCH 0491/1261] 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 608859d5371c..0fcca3af4a5a 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 65df232cfa3e2e9c141c92f3f9c09414c6ed37b8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:41 -0400 Subject: [PATCH 0492/1261] 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 e5837f85be84..0320b03b0e6c 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 21c6ef0e0e4729a907e5e5bf4d0e83a27e60db60 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:55 -0400 Subject: [PATCH 0493/1261] 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 abff878eb8d1..cc343a24a3b3 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 6489a8ae98d578bf098dc69afedda322ce15c702 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:02 -0400 Subject: [PATCH 0494/1261] 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 5adc859fcc80..59e847fc5d12 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 87a39d8f907449a70edc46ae25c3107c174789ca Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:03 -0400 Subject: [PATCH 0495/1261] 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 9635ad9fe533..f44154778e51 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 ca6c7ecdee7d735ff33f2d1d29592301526c5174 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:33 -0400 Subject: [PATCH 0496/1261] 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 eee012dca6eb..2e44847e5219 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 78ff93f9040212b8e5f536376d437bb5f9c1c9aa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:37 -0400 Subject: [PATCH 0497/1261] 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 d31478791068..a4a2a0ed36d7 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 5bdaf2b719f0ffcfd1ca631f309c73e977510659 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:41 -0400 Subject: [PATCH 0498/1261] 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 a9ecd429f467..a19a57e6c588 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 55f783bb58b90641617633e30a98fdfd25689499 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:41 -0400 Subject: [PATCH 0499/1261] 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 be07eb711bb4..24c8b63fec06 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 63c890722c17508ad7107c18b3fcde441c14a342 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:41 -0400 Subject: [PATCH 0500/1261] 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 0fad35d5c50a..ba9a6fca85c2 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 987c5ac92690c9736768a1bc64c46f71427a171f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:06 -0400 Subject: [PATCH 0501/1261] 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 0d894d25faae..94091ac4d81d 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 188b9d284f004d2304840390e6968a1491d59890 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:34 -0400 Subject: [PATCH 0502/1261] 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 587e9b511948..f201ac09bba0 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 0fab87ccab26a3c76d87516f18e536bc7900bc26 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:45 -0400 Subject: [PATCH 0503/1261] 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 73d28153afb6..6ff8980ab2b0 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 1b88f01dc401d50a61894d6c53efb6aa58290e05 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:59 -0400 Subject: [PATCH 0504/1261] 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 174c15846c63..b557bc2528af 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 baced91bd8cad2a5e43c84ea01573c688b9a45b2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:35 -0400 Subject: [PATCH 0505/1261] 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 eeb29dd59b11..14ccc0334677 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 07fda235d2b630adfd70e2dc89275b28222d3b12 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:58 -0400 Subject: [PATCH 0506/1261] 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 fe456fa2ad3e..26cb68bea1fa 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 fa6c8d127b074a5c8afcdb3b3a500ac24133ee48 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:22 -0400 Subject: [PATCH 0507/1261] 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 95f3607a40aa..76a0cd0a0406 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 406ca90b742c46cf525e210c3af406f07f837818 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:19 -0400 Subject: [PATCH 0508/1261] 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 6aa9229a9fc6..f3b420936d6c 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 11968aa2541959d525ad34d4f1d9bbc3b6ea8287 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:57 -0400 Subject: [PATCH 0509/1261] 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 1e5bbf1d855f..d81bec57e4fc 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 cdf49ffb2cd322fbfd739e63bab72bdedba17fa4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:38 -0400 Subject: [PATCH 0510/1261] 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 4a1c1462158a..d340010e5b85 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 ce51c82e8d855b6e6a6ca3019f4093743ca991f1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:09 -0400 Subject: [PATCH 0511/1261] 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 3551d7f95ac8..de96976ad0a2 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 95312f5db91e3d3e5318697488ad9406485432ae Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:33 -0400 Subject: [PATCH 0512/1261] 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 8205641c6b54..b9ddef1af192 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 932a02148f4121dc11cceaf1d12e79b73b32508c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:10 -0400 Subject: [PATCH 0513/1261] 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 09cd8e5d5406..3124f3854a19 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 fd611ba18d9cf05f2582115053340bfff4483283 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:10 -0400 Subject: [PATCH 0514/1261] 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 9dd693ee4ae9..d07272aeb3f0 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 69584a2531627eca8a1163c90cb1ab083a448906 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:01 -0400 Subject: [PATCH 0515/1261] 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 d6904aa19f47..aeed305988a1 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 6b58f485180967a2e7e722550f194ebab46d9935 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:43 -0400 Subject: [PATCH 0516/1261] 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 d901e189a1e3..48765b336b09 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 9f7ccb93e26a65c72ecb9b74d1194a7c1b743ab9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:50 -0400 Subject: [PATCH 0517/1261] 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 7b3aa1420bb9..7d7242262e28 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 44c9747df6934a3cd0fafa4fee217a8b1217a6eb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:58 -0400 Subject: [PATCH 0518/1261] 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 348dc2c83b6d..865258ec883c 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 4445faecf5b5ea4a7900b9a28a4a05ff345ce9c1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:59 -0400 Subject: [PATCH 0519/1261] 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 ab6044686629..87275771403f 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 8df52d99de7b88fec75b80299a62c8c7fa393e47 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:48 -0400 Subject: [PATCH 0520/1261] 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 4dcd84699a0c..440c03cee0cc 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 ccd4f70a35b9775823b6ac364fcfd4a968edcee2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:38 -0400 Subject: [PATCH 0521/1261] 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 41123332a2a0..34388da31eab 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 2a075806ebd093930319df8d42a53257302897a7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:02 -0400 Subject: [PATCH 0522/1261] 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 f71bf705aa49..aea57041a500 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 7fbcb0abf75a29d9dad105f7e57b2392369dcf03 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:46 -0400 Subject: [PATCH 0523/1261] 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 179d770bbff5..e10fd942e3ce 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 1a101ef4d547fad344c837400e601d0e81538aba Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:24 -0400 Subject: [PATCH 0524/1261] 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 e995e55f27a7..5e063c62f43f 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 fb6b6c350a6073a8355c17dff4fb9610fe034055 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:07 -0400 Subject: [PATCH 0525/1261] 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 7d8167c98ee3..fb6d8171e17d 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,7 +1,7 @@ # Template file for 'maturin' pkgname=maturin version=0.11.3 -revision=1 +revision=2 build_style=cargo build_helper=qemu # Disable the 'rustls' feature, which leads to bad platform compatibility From 7d9c0b47726ece2fa92e57387086085a4d04cdd6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:33 -0400 Subject: [PATCH 0526/1261] 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 6a047eeb6ee7..f4d237d75d94 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 f9760a4bffc05941010cf5a6ecc4e2bcef96166a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:59 -0400 Subject: [PATCH 0527/1261] 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 9fc299b8d80f..60b322745dec 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 3b8a6e5bef7789ef0ceac33332213d62727de615 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:28 -0400 Subject: [PATCH 0528/1261] 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 00087dab0d70..51170ebf145b 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 df153536632143aa28ca21b4c998243023caef4c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:28 -0400 Subject: [PATCH 0529/1261] 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 1b5a3045ed87..023331ee75bc 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 78f2634677a85c15a2809b74b5cf9984fe8ae6ea Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:28 -0400 Subject: [PATCH 0530/1261] 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 18542847ecb2..52b408c131ca 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 d164c8c94e0e588161dd593abe3cfac344c6b574 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:29 -0400 Subject: [PATCH 0531/1261] 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 dbcc1b9cd990..b1da228a9193 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 6cca1c6e8e0e061e307e815da82120a0b28cfa2a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:29 -0400 Subject: [PATCH 0532/1261] 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 4780e96e154e..916955690cb7 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 1ad39a61dd93455ac5d6d9455b6283f41627de8a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:00 -0400 Subject: [PATCH 0533/1261] 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 45d1406ef522..061bbbd0247d 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 2154e3dfcca6aad3ef7086905f2a2590a2de5ba9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:26 -0400 Subject: [PATCH 0534/1261] 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 bd61a4b21def..ab6b7710c5de 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 a89c8f54648c692fe9d313998a195e7c01ad020c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:39 -0400 Subject: [PATCH 0535/1261] 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 4ad868cbbde7..66da654deae1 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 66dd70992e22cdf594825d5871d5e3a16fc3a3ef Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:42 -0400 Subject: [PATCH 0536/1261] 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 39c64b50e15b..e8853196fe6a 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 8466c0b3d92012076a99635b4ef3b03461301d02 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:30 -0400 Subject: [PATCH 0537/1261] 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 9703297e18a8..e14d5b6ded9e 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 66cc15f208d6c6ca84c5ddfaa187d4bfdecd741b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:40 -0400 Subject: [PATCH 0538/1261] 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 93c0b1e527f0..43aeed136fd8 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 c4a1f7de33c1141febc1659799b4820d9223063b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:06 -0400 Subject: [PATCH 0539/1261] 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 e2f7d8e37530..f7956a7dcbd3 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 2e294fb1cba41da9af223cc3b0131edfd054aa83 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:29 -0400 Subject: [PATCH 0540/1261] 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 b93a313c468a..e5b09121ded8 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 4a81a42ebcad657bbd8e5b19ca7ba722fcebfc09 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:01 -0400 Subject: [PATCH 0541/1261] 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 1ae81212c5c8..843e39207072 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 6dff1cc18e6e5bbb8b2335bcbbbc7834161fe18e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:41 -0400 Subject: [PATCH 0542/1261] 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 0edc20a69538..2c6e259f2a36 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 e2fa3a300e290e95bce0eab61e9f24a72ab66f10 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:59 -0400 Subject: [PATCH 0543/1261] 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 0389375421fc..6a81e0e11428 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 4b5216d18afa9bfa89ea062470c23cca41d805ef Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:49 -0400 Subject: [PATCH 0544/1261] 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 1426cb9703a9..71c312498a1b 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 35248d4427689bb397f429c8795a49f13663c03f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:15 -0400 Subject: [PATCH 0545/1261] 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 65939bde732f..326728b29d13 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 3a22a252037d0042e37e09810071af22cdc14456 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:21 -0400 Subject: [PATCH 0546/1261] 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 ded33276800d..f61e63cfc5f1 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 8403b923c561ed1b20b232c0902d529b323a1baa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:46 -0400 Subject: [PATCH 0547/1261] 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 91e22d2471c2..a6b29fa02012 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 9991d35527b36d01577c1ac0d9f87d5d50309b1f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:27 -0400 Subject: [PATCH 0548/1261] 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 1f5abba564fb..e0279616a906 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 acd4b997dbb7ed460eb52876f4ce2cc3b36d4f0d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:08 -0400 Subject: [PATCH 0549/1261] 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 4f84407dc8b7..d58c1971087b 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 1465f9a7439987506f554de8371d47530ab7c71d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:56 -0400 Subject: [PATCH 0550/1261] 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 5af4acd7353c..aa12bb77df9d 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 19243a88be776d4c2b97b6f7f10842637c98c90e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:23 -0400 Subject: [PATCH 0551/1261] 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 e10c68ad5b2e..08b132fac61b 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 901f3a8c269505a7522b722931a78c65c5cb5b76 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:27 -0400 Subject: [PATCH 0552/1261] 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 4d82cfafe16d..1b52b12ba82c 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 ed18527d8948fc6b7cbddd712e121e14b520e3a9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:00 -0400 Subject: [PATCH 0553/1261] 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 b3551336f586..297a73582374 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 bbd83ff182425dfd5ae7452c987c80cfebc3d329 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:03 -0400 Subject: [PATCH 0554/1261] 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 264cbf00ba48..d98797f45c7b 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 d46e199c69711c0aba9ffb0ca267e845725b8853 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:35 -0400 Subject: [PATCH 0555/1261] 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 dc3fe59fa411..b7097bd99e87 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 d0c1af2130b7d0984ba7fc7c06ae021614e43d22 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:40 -0400 Subject: [PATCH 0556/1261] 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 b59206102e3a..1459771c64de 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 d763e76ed84575da2d4cd12b3fc656d870571b0a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:42 -0400 Subject: [PATCH 0557/1261] 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 0f0a67dc3515..aa6651428b66 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 089c0fb07767a0678f0b030dd682fa5a7ea05b78 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:53 -0400 Subject: [PATCH 0558/1261] 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 acd3b05c84dc..9d5f7c726926 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 fc2167b213d8154e5c4f068bcc6bd8110b0e43ff Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:02 -0400 Subject: [PATCH 0559/1261] 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 62a95d37dc82..e54990267ebd 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 59a758eeeef0c5ede75d5811acdcb9e4321e1133 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:06 -0400 Subject: [PATCH 0560/1261] 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 d8eaa48e2a95..5e9c0b1c12e5 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 3c2c8cb51cc9c1325d23a2bfb9cbb3bbc39a1c32 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:07 -0400 Subject: [PATCH 0561/1261] 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 9cd15ccf6487..721d151c2f96 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 411a06890417fd1da9851266c31b2a0ddb239740 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:16 -0400 Subject: [PATCH 0562/1261] 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 f819fbd2c176..39355ab99912 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 837877c2868e505e34da85e1e9502c43d902520b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:34 -0400 Subject: [PATCH 0563/1261] 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 73fd2ac5a2ad..3f95a3b6fcdc 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 237856e5c4c6a06bb37a8dbf273b3654f5fcacd9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:43 -0400 Subject: [PATCH 0564/1261] 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 d90b5913997b..000000000000 --- 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 76d56520dac2..b1b673a44e22 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 3dba1ab5d628764ec39857f968d5c07ac2a79c00 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:04 -0400 Subject: [PATCH 0565/1261] 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 74d925a3ee49..e7fc54be187a 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 39b093c7238f49533faea2bc03a899cc43f53ad0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:11 -0400 Subject: [PATCH 0566/1261] 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 b0283ed40192..d7d1e47c9b7f 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 716bb74fe94a141103ca85bf54195b163db27d92 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:03 -0400 Subject: [PATCH 0567/1261] 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 99eab8e614fc..669bec6f56cd 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 58157fb7631544d83cff8d139a2a00ffe6047c9d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:13 -0400 Subject: [PATCH 0568/1261] 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 d32b770b52b0..0a9556b8bf66 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 f15c5f1ec2f1..69fec13d8f4b 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 9b2bcba83d43cbe5f865cf640de0321f5a6e18d7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:04 -0400 Subject: [PATCH 0569/1261] 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 595ff6f7edcc..b9996036b6ed 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 867d13dd09001c47d5435dd1b3c94538482afe97 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:08 -0400 Subject: [PATCH 0570/1261] 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 7c5316f778e9..857a88d3a3ce 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 062bf7a94c18e3e1692eba90a6dd622bda1b4095 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:20 -0400 Subject: [PATCH 0571/1261] 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 4c1710087f83..8811247ae7e5 100644 --- a/srcpkgs/vtk/template +++ b/srcpkgs/vtk/template @@ -1,7 +1,7 @@ # Template file for 'vtk' pkgname=vtk version=9.0.1 -revision=5 +revision=6 wrksrc=VTK-${version} build_style=cmake # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON" From e297a6d74345cbd83ae49b6899603a7a9f559c63 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:52 -0400 Subject: [PATCH 0572/1261] 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 b8778508bf64..5b575e6a5ffc 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 0bc0cd5bb89e3895d6e2d9a6a9f95919a73a66e9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:20 -0400 Subject: [PATCH 0573/1261] 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 f6e2a8175a50..38fc21f01780 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 151548b04fb9eeaaad583e57ad93a44dbd825287 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:56 -0400 Subject: [PATCH 0574/1261] 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 1238d196df4a..737e40244e68 100644 --- a/srcpkgs/gpsd/template +++ b/srcpkgs/gpsd/template @@ -1,7 +1,7 @@ # Template file for 'gpsd' pkgname=gpsd version=3.23 -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 4a52c1cb37ea11607eb8a803e37da03aee4a0df4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:20 -0400 Subject: [PATCH 0575/1261] 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 1f32be9131ce..554174105a36 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 33a6ed4960d895f7c3fa5422cef2c0ff16e4e18d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:06 -0400 Subject: [PATCH 0576/1261] 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 07f123dcb67b..e37a44777e5a 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 573042e554ed59c9b1e02efd14bf192e496a86b4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:33 -0400 Subject: [PATCH 0577/1261] 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 a60b9ff99da9..401d2ce3046a 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 8edab99956ac80b3758f97e4cb65e98dd23fcc16 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:24 -0400 Subject: [PATCH 0578/1261] 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 e9f5c9db1ef0..e4e8d8e254b7 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 734bf1c9c5f9f7075606228939487c529f6631fc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:18 -0400 Subject: [PATCH 0579/1261] 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 8b1d23a98264..91ef69f441ab 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 294603fe1f3bf7b3f44386e898e4c34ad2de6226 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:09 -0400 Subject: [PATCH 0580/1261] 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 dda7bcfc7d19..b5ba4a154891 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 4cb7e67ee82e6a22917f3ccc5bd0407af0818f43 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:39 -0400 Subject: [PATCH 0581/1261] 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 de246d9fc9c1..05c786364f11 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 377477b53b3a5bee47e85feff9f850e0ce4776d4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:34 -0400 Subject: [PATCH 0582/1261] 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 809ffcd3a219..adc9a66b713a 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 9320a107adf3629dc9f9772caf45c4b9dd381dd0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:46 -0400 Subject: [PATCH 0583/1261] 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 14e67519a212..cd54fcaf8977 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 bf5d54288a786547a442ece2a67da273267f3f30 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:20 -0400 Subject: [PATCH 0584/1261] 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 c22ff5f18186..14a40217aed2 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 bd0b8b3c1a763d93a3db1ac7ea567650fa8a8484 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:06 -0400 Subject: [PATCH 0585/1261] 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 5fbc5deff10d..df5a5b834ad2 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 50a2794e5f2561827a3c001330879d03d801429f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:41 -0400 Subject: [PATCH 0586/1261] 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 45397af2ecd4..7c07ec94ad8c 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 1c909c49fd81099f0e65fbdfd664166344b8e197 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:51 -0400 Subject: [PATCH 0587/1261] 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 df74c2cdc783..a1b30e83d1f2 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 c789c8a62c0b26140dd41d09d28affc98b46557f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:57 -0400 Subject: [PATCH 0588/1261] 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 3f31d4ccdf79..761388e15e82 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 917d2e4d388c16614eada42eb0f992fcac1724a5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:51 -0400 Subject: [PATCH 0589/1261] 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 1f1e377855d0..7c116429856d 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 6a419f3a9a40aa4f822a2b40523b338a12168c6d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:04 -0400 Subject: [PATCH 0590/1261] 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 8c4ca51cf9f3..2f5feb6f6e7d 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 e78f65c7df8c044aa8fbea3569996a2df52df01a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:04 -0400 Subject: [PATCH 0591/1261] 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 eb3e8773be58..416314a9f631 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 271f175ba7b553619dde5dc93a3b19157310177d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:03 -0400 Subject: [PATCH 0592/1261] 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 bfba4dc5fa25..8694f8571c3b 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 85d4ab3dffd72f4e09f1674af63eca6c9bcfd14c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:19 -0400 Subject: [PATCH 0593/1261] 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 64cc8f7d334c..7887040a1cd8 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 958c57687200515e28f6c857af19158322c4383b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:03 -0400 Subject: [PATCH 0594/1261] 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 bf232fb89eb8..b247acf44974 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 189903a6ca843ab76959935f43e663b952784a61 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:11 -0400 Subject: [PATCH 0595/1261] 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 cff562165c4a..6fbf7b0a5cd8 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 a761211082f66b1dca13a6367690ce7dc6728b3d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:20 -0400 Subject: [PATCH 0596/1261] 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 c718a64909bd..0306c4e45bcf 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 15699c012a079ed6b7d34605303eab33b87478a0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:38 -0400 Subject: [PATCH 0597/1261] 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 8d1108fa13d7..06705e84977d 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 1d187497c9e73377be0d351d6577c1b648f3882d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:40 -0400 Subject: [PATCH 0598/1261] 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 b4c5a672b023..1845f504d20b 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 a3cfd77fd6598b99702c6d1d2ea458e9b5b03117 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:01 -0400 Subject: [PATCH 0599/1261] 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 a0f4948c8d49..3952035d06f8 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 cf9053f2ce56ce1fcddceaf2788c763cd3437a39 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:26 -0400 Subject: [PATCH 0600/1261] 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 a99d11f452ce..8b4fb96b7519 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 27fdc87c0cfcd913519be2e6a61ed166051d85b5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:28 -0400 Subject: [PATCH 0601/1261] 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 f49808e85a91..b37c4d536c82 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.0.0 -revision=1 +revision=2 wrksrc="pikepdf-${version}" build_style=python3-module hostmakedepends="python3-pybind11 python3-setuptools_scm python3-wheel" From cb0245c057e82f839b539113ffe3aa01478491c7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:30 -0400 Subject: [PATCH 0602/1261] 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 f763efcf4e72..2fff0656397a 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 46afd097283d6581a6f885644d66348507fac4b2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:33 -0400 Subject: [PATCH 0603/1261] 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 f37eeb897edf..8f0e2961881b 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 777ead2952a3f87a720503edc8fd22249ef6cb25 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:43 -0400 Subject: [PATCH 0604/1261] 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 a9057e180c36..5779c37ec31a 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 0548730b46855d862827d9b40650d14d3a3d3a61 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:05 -0400 Subject: [PATCH 0605/1261] 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 cc43c1e60123..daf71c0e3760 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 a493398591facb7235d1af0c609f22f6e48b08d5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:22 -0400 Subject: [PATCH 0606/1261] 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 fa61e05e862f..4aa7ea45a889 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 a2f66c9664b1c0c11656d278324fb3d771110a59 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:45 -0400 Subject: [PATCH 0607/1261] 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 202151531f5a..a91b6f56ec08 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 8fa9a606b861c73b668cce378bd9fd1bdbd5f27f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:17 -0400 Subject: [PATCH 0608/1261] 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 0892c6105834..8ac3c2e227d3 100644 --- a/srcpkgs/ufw/template +++ b/srcpkgs/ufw/template @@ -1,7 +1,7 @@ # Template file for 'ufw' pkgname=ufw version=0.36 -revision=4 +revision=5 build_style=python3-module pycompile_module="ufw" conf_files=" From 3e7163be45468e17fc058f25a96b6ea2f59318c2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:25 -0400 Subject: [PATCH 0609/1261] 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 086457de3a92..a540825f1550 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 8b2b967a7489e281939d2f9200fe022f5714fdf9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:44 -0400 Subject: [PATCH 0610/1261] 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 a8d9a319c91d..0e8e413ee3c2 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 9f21968babcaa246c19d150bcf041178a0400d25 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:56 -0400 Subject: [PATCH 0611/1261] 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 20c33836d6f9..886d2a9db2af 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 e3bee3ec0ad2c436ddaf23c04953081f9ff57846 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:49 -0400 Subject: [PATCH 0612/1261] 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 c37f3c0f0c64..eb06072f66a4 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 82ac08673b7c699cf20d4550c0f60b0762d2eada Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:19 -0400 Subject: [PATCH 0613/1261] 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 6ed17293703c..4c329f799243 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 2de5d46e36c5cb468037bece2ca6ed466ff8e6be Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:30 -0400 Subject: [PATCH 0614/1261] 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 71342f79e084..83b0010656be 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 73eef8b92f17ce56a79edda669fbccee41ad3036 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:36 -0400 Subject: [PATCH 0615/1261] 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 14eb43d1e33a..5d0ad3380260 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 3db189113965c820fc066b7f8c2ae3f736c29e23 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:32 -0400 Subject: [PATCH 0616/1261] 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 f3cba9fbf044..13513e80a9ce 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 26b707ade3d38407ac7cf38d5be59a1b1ac9491f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:55 -0400 Subject: [PATCH 0617/1261] 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 3f638386cf5a..157017bc444a 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 ce280339d2ae97c626af0cfe92125afaa7124aff Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:04 -0400 Subject: [PATCH 0618/1261] 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 df964fc63f48..5489a4144cc5 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 985519aa8238b48e7d224a50449cfe1ef1e61b3b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:03 -0400 Subject: [PATCH 0619/1261] 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 00e6439339ba..baf7f440a246 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 0c5f82aa866fbce9048d0a0853305bc8f57af59c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:34 -0400 Subject: [PATCH 0620/1261] 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 583027b9062d..d2437798b793 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 9f64dc83389d755e62e770812f8176ed7a179fc9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:37 -0400 Subject: [PATCH 0621/1261] 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 c0053bcc6202..218c0abc2ed0 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 684da25dffee2005bb307d09d72f45b2f0fd4ea1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:42 -0400 Subject: [PATCH 0622/1261] 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 ce1d59993af8..d342b7176b2a 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 a2400828d22676f4e0d77e30f256ce3fdf7ed1ae Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:03 -0400 Subject: [PATCH 0623/1261] 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 0aefa4989d4d..45c1764ede02 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 8334ee1c13f610f3260edb90403802b8eff8813f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:57 -0400 Subject: [PATCH 0624/1261] 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 f168a9cad689..f0b9a1a1ef45 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 13c14edd565c6870a5a2703306d082f6a9a9cbd4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:33 -0400 Subject: [PATCH 0625/1261] 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 59cab9a85e42..0b45d055e78a 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 4af6a71364c9148b81ce942394b4b944b21dc856 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:17 -0400 Subject: [PATCH 0626/1261] 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 03d017506326..2389b1ca9869 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 271b8d4785bd5a801ff2466bdc89e556413a96fc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:52 -0400 Subject: [PATCH 0627/1261] 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 26778866273c..b4e862c26ad0 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 6b2b7b637994fc672ea6f02e33976b7acc1c7e82 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:23 -0400 Subject: [PATCH 0628/1261] 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 1066a3bf9f7c..29fb74f357ca 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 09620576f6b553c7e5d6f8a9883c26c48f45facb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:51 -0400 Subject: [PATCH 0629/1261] 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 4067251e1134..49eda2f31542 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 0f845981ebba73d5190f56fe85e828f8ab814fc7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:41 -0400 Subject: [PATCH 0630/1261] 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 b0146e392b3f..d1b1f2e0fb98 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 6d7483168788928c16aae043e43b80aa0355253b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:42 -0400 Subject: [PATCH 0631/1261] 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 81013dfba48e..50a1966adb5b 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 9f5e75e917fbc5c002a9ae22a03617261576720b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:07 -0400 Subject: [PATCH 0632/1261] 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 d4a1e3b2bc76..5bbbace2e1c8 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 d9ce78e29cacc79fcf7e688a46a81450ed045589 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:29 -0400 Subject: [PATCH 0633/1261] 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 9940fe5cce01..dadb816ae3a3 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 2bd40aff10c60cd2e791dfe315a27b861090be7b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:41 -0400 Subject: [PATCH 0634/1261] 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 ab1aacd4f71b..0a7556ffb04b 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 bd653ba77b07e6188f06655b19ff832a835e593e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:15 -0400 Subject: [PATCH 0635/1261] 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 5d60d3c7ce42..3dc1ceea51dd 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 a33c175b6f1e5ad1001b747cfdcef4cecbc3bf67 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:55 -0400 Subject: [PATCH 0636/1261] 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 b16ac0fd8acd..2c51d83fc972 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 23d3c745916b9596f7e82510bfa5d1294a81cec1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:07 -0400 Subject: [PATCH 0637/1261] 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 0500a4b773d5..3c8356a5fcb6 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 1c735b980923e1629183f959c3c9eb47f105f6aa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:31 -0400 Subject: [PATCH 0638/1261] 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 c7fdfff1c930..94341f363fbc 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 474b7011447834c89070e90ebd73f5f59ac30a12 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:37 -0400 Subject: [PATCH 0639/1261] 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 c8b4b39d53a7..25a707330172 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 c98d9a51afa6cface1311826a152356b50c931a5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:54 -0400 Subject: [PATCH 0640/1261] 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 ec82d04e288b..e4ea73661515 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 a5ac2ebbd1e7d18b5f1613d15a1eee7b700dfec1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:09 -0400 Subject: [PATCH 0641/1261] 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 6887e6aa140d..11781cb107c1 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 bc420db4ca7f6882d290bc350cd3ae58c99b72fc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:42 -0400 Subject: [PATCH 0642/1261] 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 3696935078db..7eb05df81dd1 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 84e1c8972f3a235beac13807b753d05d3a0bc18d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:56 -0400 Subject: [PATCH 0643/1261] 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 be3fd0ac5414..937627c24f6e 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 86d8c100fa951103789815b29cfb788172e69c07 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:44 -0400 Subject: [PATCH 0644/1261] 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 07032f40d4c9..7d088f3cd023 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 9837b02f56de7e20aba2a0bcf516b2a05dfe5e34 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:52 -0400 Subject: [PATCH 0645/1261] 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 980ebd13c58f..5b1504e90c74 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 a77b1acdd2b4ddd61fc6bc039e74e31c92203837 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:53 -0400 Subject: [PATCH 0646/1261] 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 d71df0b9fb62..de10357bf378 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 47d7fdf00a818dc6ae7924208cc7f85a36a9942d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:54 -0400 Subject: [PATCH 0647/1261] 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 108a1883fbef..e553b75c55f8 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 96bbee7ccbb484f1edfa54de913da4b38f5fdab0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:41 -0400 Subject: [PATCH 0648/1261] 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 6c61fff87aeb..210ea288857d 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 97cdb5fd784e0a917749bd1af495402958a9bc35 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:32 -0400 Subject: [PATCH 0649/1261] 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 b6c055a5569e..98a0a64176ec 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 33f1303c6ea07fde02c96ac05984f32c165edab5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:09 -0400 Subject: [PATCH 0650/1261] 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 3ced80f96448..bf26ba630960 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 905639bdc95a9a196ede05c906bda366fe3531e9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:13 -0400 Subject: [PATCH 0651/1261] 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 e001f16e7748..66b07e5e9134 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 83f0cb8c5025a6ff5af93463df27dd4c59e083b9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:15 -0400 Subject: [PATCH 0652/1261] 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 4ee1ccdc728a..c4625ea2c74d 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 9f4fbd7c692f84673081c8d2cdfb3faec25c9461 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:05 -0400 Subject: [PATCH 0653/1261] 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 861805fd5ca3..b1ceddc95282 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 e1f412e56132c5327f95a90b08bff154315b8979 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:38 -0400 Subject: [PATCH 0654/1261] 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 2eb1d4ff9586..2b5d8de87994 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 0cb27f23d05dd852ae5f4d4170035d7f4f26f093 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:02 -0400 Subject: [PATCH 0655/1261] 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 b04e434a1cf2..6389c5d9d530 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 d2011c8722a03003e91f6f210495e2a994024ee7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:36 -0400 Subject: [PATCH 0656/1261] 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 5cf5a0a79c52..1af1547f5704 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 c0b42dd1ba734b11bebfd15e69a68fccecd835f2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:56 -0400 Subject: [PATCH 0657/1261] 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 058417e9dda6..cc81c3e64bea 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.21 -revision=1 +revision=2 wrksrc="trimesh-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 10f578ccc89ec6291f24d4e0b38d419af17493d4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:39 -0400 Subject: [PATCH 0658/1261] 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 bb3d9815d5d8..1aa2a86f8902 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 6de80703516373d108d185ec8fda22f5e2f9418b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:08 -0400 Subject: [PATCH 0659/1261] 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 c8f93b641397..53d8b08aef1a 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 7da51e1b6ffa910bc6bcd33dd82fe0644693df45 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:45 -0400 Subject: [PATCH 0660/1261] 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 2a711b6e88ac..6952100a2268 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 ead302431366bf8e642ac4582ded37e2f16c2bc6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:11 -0400 Subject: [PATCH 0661/1261] 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 7760e034163f..7925d1840cf9 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 fee8a665616e190a7f226a2c2e8f0bf403209c4c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:55 -0400 Subject: [PATCH 0662/1261] 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 39cda657470e..d30096c21656 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 872976c8655753b6c8cfab368e6cb5479e787674 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:45 -0400 Subject: [PATCH 0663/1261] 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 c0e37936d935..2b7a00ff5fd5 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 26b9cb2ab7c113c8864365dd72c85a8d45d7369f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:41 -0400 Subject: [PATCH 0664/1261] 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 aca8cfac46eb..792230f64f7b 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 db9c45a712ebcc7db8101a5fda12e4f2263652f6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:46 -0400 Subject: [PATCH 0665/1261] 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 f23f921c3bcb..f8d0e01dd054 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 5508c69c95e5045a672955b2b064a84321d33336 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:46 -0400 Subject: [PATCH 0666/1261] 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 79a14c56462f..46a569d3db58 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 b1fb07803597a6d2b1db09d432427ea57265ffa9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:01 -0400 Subject: [PATCH 0667/1261] 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 7343ca6928d4..b6eb840fbbce 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 6f982eac2db9907e5a99b2d60cb9bd26afc93698 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:17 -0400 Subject: [PATCH 0668/1261] 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 2dbdbb89b330..3cccc3ee6c11 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 119a2aba352daac9ae8a5452c95dc9022ef59921 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:44 -0400 Subject: [PATCH 0669/1261] 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 8fd497829427..36eaab9d43c3 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 1c4881b236c030071b813e3c329a0fd04eb441e3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:45 -0400 Subject: [PATCH 0670/1261] 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 27c0903bdcde..a7b00cda3974 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 6608b7280dd482b7489f65e6599ea18c74a41bac Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:03 -0400 Subject: [PATCH 0671/1261] 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 f160e5893a4e..ab976093b6c2 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 0009198cc92c261dc5e43913c31227b6bd95a3fb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:16 -0400 Subject: [PATCH 0672/1261] 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 0d73fc8766fc..b23d78fd5bd1 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 ada1f0be0ae7a075ac684f281af0d08bfb03ed3d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:33 -0400 Subject: [PATCH 0673/1261] 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 22a591835a3b..e3652388850b 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 c1f3037a57e95757ff6d748fd0e16ca7de4d8fa1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:55 -0400 Subject: [PATCH 0674/1261] 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 4e295c61366e..d88beb7ac92e 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 68362e16b45b8a19039f5cc638f8fc746812c204 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:42 -0400 Subject: [PATCH 0675/1261] 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 eec74271bcac..05f9d91f16a8 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 fc40ba40e996a645e31084164eae64419f2cb35c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:35 -0400 Subject: [PATCH 0676/1261] 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 04447f045298..c3797d7a729a 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 f71c06254d8e7ddae2fd89064b9136d0d0c0e00c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:08 -0400 Subject: [PATCH 0677/1261] 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 d852e40e355b..c1b55e36e8ef 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 e20a6a5dae2fa0e9f8ecfff1f9d79d55bcc7be16 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:18 -0400 Subject: [PATCH 0678/1261] 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 a70cfec07135..5dd0f0da8cf5 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 e8ea09f3d4cfd368363ed7cee267200a0cccbcfa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:20 -0400 Subject: [PATCH 0679/1261] 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 206681516c03..1274f7051157 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 e16abb6bec437b5dc01252f82d5a7ce9e574f1cd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:43 -0400 Subject: [PATCH 0680/1261] 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 676a30a30811..8bdbb542b350 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 048b0692f48165784cb51f89f4eaa12eafe10c87 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:46 -0400 Subject: [PATCH 0681/1261] 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 559d3f508eff..525c3ad252f5 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 7f6af0983d6877b53a5ffa2761b3279d2790f14d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:52 -0400 Subject: [PATCH 0682/1261] 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 56c0e01630b5..3236c034739d 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -1,7 +1,7 @@ # Template file for 'gdb' pkgname=gdb version=10.2 -revision=1 +revision=2 build_style=gnu-configure pycompile_dirs="/usr/share/gdb/python" configure_args="--disable-werror --disable-nls --with-system-readline From 11ef8ddefc1075a6c5e39e9af75b56bcc840b02b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:04 -0400 Subject: [PATCH 0683/1261] 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 d7cc59ed26ea..7172c5b3c287 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 1c0745a2b1d45880510fff16ed87a1a71904ba6a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:37 -0400 Subject: [PATCH 0684/1261] 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 e131ccfa7da2..1b172c843f91 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 9353e0c04d0adbe77055e41aa970e93d79bd3a6f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:12 -0400 Subject: [PATCH 0685/1261] 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 5197c2d6071a..c7a25199498a 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 727bb777bfb19c298d394e664ef3aaee8badd572 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:58 -0400 Subject: [PATCH 0686/1261] 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 580ba9fc33b6..d76e7cda9f2c 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 e030a71879175bbf158af4741d8c70f597ecb05b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:52 -0400 Subject: [PATCH 0687/1261] 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 0993d5899261..8818893dcb69 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 9db7c86156bf4361966caa992f11f312cd020e51 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:30 -0400 Subject: [PATCH 0688/1261] 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 b216c9777b98..b956b249d9d0 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 9e7b0961b98163d44a361662f038afd9f054b9a8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:37 -0400 Subject: [PATCH 0689/1261] 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 5cbdd6d4c5a5..454db2f96a30 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 62526308f93d57ad36b2b655d6d25939b134a753 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:47 -0400 Subject: [PATCH 0690/1261] 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 d9326d5630ae..ad8e7835116d 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 a895122f2cd491b681b019991a0621a2753b315f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:50 -0400 Subject: [PATCH 0691/1261] 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 1eda5ea90962..9d7c54cd818e 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 4787ebdf4b474f00857e2790fdada6665f3e738b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:32 -0400 Subject: [PATCH 0692/1261] 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 3be6c1600f8b..5dc4006d2959 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 10106d5a8c2e1eae0b574e235d594bf20d71d558 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:23 -0400 Subject: [PATCH 0693/1261] 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 bff3702aa131..dcb788e647dc 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 07d9d5705792c0bd72e4f28fd6f8ede272110b36 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:23 -0400 Subject: [PATCH 0694/1261] 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 d0f426e74e48..ac67bfc3fb67 100644 --- a/srcpkgs/zim/template +++ b/srcpkgs/zim/template @@ -1,7 +1,7 @@ # Template file for 'zim' pkgname=zim version=0.73.5 -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 d989d33106df5b7cfe73f1519b06359290826cee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 29 Sep 2021 14:43:44 -0400 Subject: [PATCH 0695/1261] 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 000000000000..e4d42b121274 --- /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 0696/1261] 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 6b4e3a46ccc0..43fca894b542 100644 --- a/srcpkgs/z3/template +++ b/srcpkgs/z3/template @@ -1,7 +1,7 @@ # Template file for 'z3' pkgname=z3 version=4.8.12 -revision=2 +revision=3 wrksrc="${pkgname}-${pkgname}-${version}" build_style=configure configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)" From e1b344ec0ad2c2b7d33d300aab6310041eeac5c4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:22 -0400 Subject: [PATCH 0697/1261] 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 f8615631a1ca..5feaf434931d 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 dd75a84e9c590f150cb1ff64ff7c1579a76938ab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:22 -0400 Subject: [PATCH 0698/1261] 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 fedab335b2e8..589163a1d80d 100644 --- a/srcpkgs/ytmdl/template +++ b/srcpkgs/ytmdl/template @@ -1,7 +1,7 @@ # Template file for 'ytmdl' pkgname=ytmdl version=2021.08.01 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama From 281979f0fdbed630e741f190be8b3ddece7bca57 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:22 -0400 Subject: [PATCH 0699/1261] 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 4e6979b3e2f4..99a0c9b91122 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 16caf2c5574c012f93fc723dcc2ecbceb806acdc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:22 -0400 Subject: [PATCH 0700/1261] 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 ce5563f6b17f..5f3204cf2fb0 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 50a90a725b8fcb4d76cc23be621c02f00ade2dde Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:22 -0400 Subject: [PATCH 0701/1261] 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 4d959b5d4bee..a57cdf99617b 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 7edab274fce16affca3a0ae6e3331feaf6f31470 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:21 -0400 Subject: [PATCH 0702/1261] 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 882c01bb1dcb..dd9c03f3f77d 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 0739d4b04c9cd652e2817e3db9706c873b851259 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:21 -0400 Subject: [PATCH 0703/1261] xpra: rebuild for Python 3.10 --- srcpkgs/xpra/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index d776a8ac7114..a39c2697835e 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -1,7 +1,7 @@ # Template file for 'xpra' pkgname=xpra version=4.2.2 -revision=1 +revision=2 build_style=python3-module make_install_args="$(vopt_with docs)" hostmakedepends="pkg-config python3-Cython $(vopt_if docs pandoc)" From b6e94f15e02cf20a68aaef35905c1913a0aa1ee7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:21 -0400 Subject: [PATCH 0704/1261] 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 8b4e48eae050..150d83d4c8f7 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 7f210f0cf2adcc976984adb249d1ac99bddb6047 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:21 -0400 Subject: [PATCH 0705/1261] 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 8f252be20612..e377c916f3cb 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 bac1fbb56433774643a6be6fa8ea2e3b1c04177a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:21 -0400 Subject: [PATCH 0706/1261] 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 53f85c213d1f..767b7436e046 100644 --- a/srcpkgs/xkcdpass/template +++ b/srcpkgs/xkcdpass/template @@ -1,7 +1,7 @@ # Template file for 'xkcdpass' pkgname=xkcdpass version=1.17.3 -revision=3 +revision=4 wrksrc="XKCD-password-generator-xkcdpass-${version}" build_style=python3-module pycompile_module="xkcdpass" From 79b58893483ac520fc6f8d59caa43e4f61a777dc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:21 -0400 Subject: [PATCH 0707/1261] 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 c8ad8ec65563..3565845e9dc3 100644 --- a/srcpkgs/xen/template +++ b/srcpkgs/xen/template @@ -1,7 +1,7 @@ # Template file for 'xen' pkgname=xen version=4.14.1 -revision=3 +revision=4 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63 # TODO: arm / aarch64 From b0f60cd82886a6045837e48a0bb2c324ae3693d5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:21 -0400 Subject: [PATCH 0708/1261] 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 4bb947902385..d75b757cc848 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 f83ee428460d35c1614a147286801de8e20ebb43 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:21 -0400 Subject: [PATCH 0709/1261] 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 bd8bcc2b242e..406869052bcf 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 da617ada1f367e109278695b908d7ccb0e257959 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:20 -0400 Subject: [PATCH 0710/1261] 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 a851b76ff273..733d3635b566 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 1314cf3c690415bd29299c4449fbf32dc822c1e0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:20 -0400 Subject: [PATCH 0711/1261] 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 00bca3fea9bf..c5bbd74cfacc 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 5a7f9402a1d02f864bdc189e2b0a644a7f19ec36 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:20 -0400 Subject: [PATCH 0712/1261] 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 f0f7b1b0fe0a..3e072535a74c 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 9cb037ffd22b88a0ed180dd20058d68a5e6a0362 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:20 -0400 Subject: [PATCH 0713/1261] 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 a3fb6c498bf1..ff04a2e4aa16 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 3210c285c57505002bf165775848018bb01b6a69 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:20 -0400 Subject: [PATCH 0714/1261] 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 e56980adc5b1..9aa38b74fcbd 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 54e2954ac6f1ffe7c65143b3c75264f3bf91bb97 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:19 -0400 Subject: [PATCH 0715/1261] 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 c0f5aaa2308b..281d4d9ef80a 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 c4961a571561be1a1c182d151fc805c081a5304d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:19 -0400 Subject: [PATCH 0716/1261] 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 310e41474fb2..f60d235b1dae 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 5254a29c1e28ee4e4a72c67d5d208582b027f1da Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:19 -0400 Subject: [PATCH 0717/1261] 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 6f956713b51a..217720acb79c 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 1c45441398b2a41e4dcfdfd11a008f9d214f2e4a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:19 -0400 Subject: [PATCH 0718/1261] 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 49a97ffec9eb..008275215bf0 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 5a353ac88403689d1c84e51aaa716c656dbc5949 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:19 -0400 Subject: [PATCH 0719/1261] 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 f007b7fec02f..f0e18f6fafce 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 027cf18bc9839d75808d05f8699b2296d2270694 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:19 -0400 Subject: [PATCH 0720/1261] 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 3f432f493a7c..de62c6501876 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 add62ea4e62c716da951311691ef344e00ba33c8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:18 -0400 Subject: [PATCH 0721/1261] 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 768530547dd7..f3f6a7424a1b 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 9a4f2e483afb5c5004d1bf9572c4b5ad3812e2b5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:18 -0400 Subject: [PATCH 0722/1261] 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 80b0a104e1ad..b478dc2f09d5 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 c0ff864c382d1054c3531e4d7d5ae7180d7fd32a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:18 -0400 Subject: [PATCH 0723/1261] 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 a736619c8d04..1f2b0debfb7f 100644 --- a/srcpkgs/vim/template +++ b/srcpkgs/vim/template @@ -1,7 +1,7 @@ # Template file for 'vim' pkgname=vim version=8.2.2874 -revision=4 +revision=5 hostmakedepends="gettext glib-devel pkg-config" makedepends="acl-devel ncurses-devel $(vopt_if x11 libXt-devel) From 2d7e8e6902f551efb1a73541556566404a23d6a0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:18 -0400 Subject: [PATCH 0724/1261] 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 1fc9b4e50abd..92c6cc6817d0 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 b8cf6d1e576ecd804ddb500b090b4468743793a3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:18 -0400 Subject: [PATCH 0725/1261] 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 874b368d6a10..379c01388b43 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 297e0a7d7bd4fc45d8367b05ccc314c6b990f379 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:18 -0400 Subject: [PATCH 0726/1261] 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 792ba6621f42..df2ef21744d0 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 9724cc9fcc35ab8c3958eefc0449ba12866ef937 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:18 -0400 Subject: [PATCH 0727/1261] 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 8508ca671104..3d0692e631d6 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 674db32c9fc2bbf9299938461d54e5107c3b0662 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:17 -0400 Subject: [PATCH 0728/1261] 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 3b2e8bf885f3..8a29c001b5e4 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 27b7f2b36f7a767bc2d55072e10ad70bf8fde7c1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:17 -0400 Subject: [PATCH 0729/1261] 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 f6098a2707ce..a10260a19af1 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 953eabf7124ca3195d97b645f41e15b7fa5119ea Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:17 -0400 Subject: [PATCH 0730/1261] 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 dc2573b31876..18328d17f90a 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 85124a8f59a485020bc52fa0fbd954bc29187664 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:17 -0400 Subject: [PATCH 0731/1261] 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 3b1ad98c2ab1..330eca018b23 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 d4c5a911fcc23ecf4a01c088a95942507e88309b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:17 -0400 Subject: [PATCH 0732/1261] 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 e1bb72e5743a..0eca01266be7 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 453472e59a1f93f7a03222b062979313abf07985 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:17 -0400 Subject: [PATCH 0733/1261] 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 775cacc19c53..b7ccb02ca049 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 8a12dc5e08cbcae8755702d1d895751c8c7e6799 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:16 -0400 Subject: [PATCH 0734/1261] 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 2fc61421d858..dd815ee12c0b 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 6006cb40a7722b1019a497f0babbecff242bea03 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:16 -0400 Subject: [PATCH 0735/1261] 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 4eaa6717861e..cbb155e0a524 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 9ba624a657edaab02e90cca1ddd83180ce3eca90 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:16 -0400 Subject: [PATCH 0736/1261] 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 4fd4f8649b5b..21a52091d160 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 f5ea5f0c779ba0cf8edf7dcd897a07e088793486 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:16 -0400 Subject: [PATCH 0737/1261] 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 ac72e72deaec..72b60d970d10 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 f28bdbcc37b725f9a5499935a64b73e5dc5e4500 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:16 -0400 Subject: [PATCH 0738/1261] 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 63f354846e2e..354d6d71678a 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 4be3e4c7685b09d2da63331f6622c60954457348 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:16 -0400 Subject: [PATCH 0739/1261] 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 d011d6e76c8d..8c1dc6724bfe 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 ebc84d7ce8058fa01dbbc7e425a3467fbd567d06 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:16 -0400 Subject: [PATCH 0740/1261] 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 45f552618590..18588e3914a6 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 868d7259afc315e57d109131e6ba813328219083 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:16 -0400 Subject: [PATCH 0741/1261] 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 e38760eac38c..92cbd5c97185 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 a5230f34f0cb95c0a771d57283f3b5a737e75e0e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:15 -0400 Subject: [PATCH 0742/1261] 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 b2819de5e821..d093cfcd1a25 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 60452e3f2f3482abad2c051b9d83137568598332 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:15 -0400 Subject: [PATCH 0743/1261] 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 84105421496f..5e9dd9282bde 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 e63350a9145210631e8108af3eed7eab19acbf7a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:15 -0400 Subject: [PATCH 0744/1261] 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 9a07286b9bbc..a4f384bd9ccb 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 513c358fd6eb942f91fda98a74ef3ff24dcf3447 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:15 -0400 Subject: [PATCH 0745/1261] 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 dbc5a5ca66ad..5101f30bd950 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 0a48d5a5fcc00d51369f16db9cc7e43dddc4d478 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:15 -0400 Subject: [PATCH 0746/1261] 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 08fdeba7978b..8bee87c957a1 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 5a95f7c3df17ed216af85743861f48a37b1fa105 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:15 -0400 Subject: [PATCH 0747/1261] 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 44da76455559..40a807f74b9c 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 95255170ba0787e89a50b5fed7351025d3879785 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:15 -0400 Subject: [PATCH 0748/1261] 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 8cd66a271f30..a143931ba6c2 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 c56d210a2e2d6d8d568cec5f3d50913f2988689a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:14 -0400 Subject: [PATCH 0749/1261] 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 3558008383b2..267a27d7789a 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 7ac5bdacf732cad61f08ae26d2ea6554a8e7b4e7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:14 -0400 Subject: [PATCH 0750/1261] 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 af924d58da8c..3c34950c0fef 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 9c77c157e463..000000000000 --- 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 87ca84049343..55f9b4ede715 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 dab369a5a2771987b856335fca16d50941022547 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:14 -0400 Subject: [PATCH 0751/1261] 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 1773e20868d1..36718432a276 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 51874f29efc35902de366d238c276ec4037cde58 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:14 -0400 Subject: [PATCH 0752/1261] 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 cbb554c45f81..b4c0363ff0c8 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 104d7ce12765de16f19b350c6cc5553cb5a4b116 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:14 -0400 Subject: [PATCH 0753/1261] 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 b13f8ac93fbf..cf6dc4cbaa6c 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 c2b55b520a5d75a76997e2aa7951eaac34575a0e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:14 -0400 Subject: [PATCH 0754/1261] 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 7e136c346080..a7179641e6f2 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 9df0e0a99ea83e3a291cbc8ee2f93730d6cc7ea6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:14 -0400 Subject: [PATCH 0755/1261] 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 0f28d8f19c2d..f254c19baa8f 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 eb6f7f53a9bd965ad548e91e57411a2ccbe0f6bb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:13 -0400 Subject: [PATCH 0756/1261] 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 9d2c800d7a8f..a8a5c9c617d5 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 17b979682ce39d98b890d170066eb4445bf49c9b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:13 -0400 Subject: [PATCH 0757/1261] 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 90f03cafaf77..cae6c46e2a57 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 59f1682be197978fb0ac6e482c49b80b4188ef15 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:13 -0400 Subject: [PATCH 0758/1261] 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 a6bf09b0aab7..cfabceced3e6 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 d308aefaf5bb6d015c8b503942c58ee0598a942c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:13 -0400 Subject: [PATCH 0759/1261] 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 1fcaeccf9814..d5d63f61835c 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 f181461764177624ab37ce7056600c1f4c7ccf4d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:13 -0400 Subject: [PATCH 0760/1261] 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 4125ea49c400..db2d41bbf907 100644 --- a/srcpkgs/syncplay/template +++ b/srcpkgs/syncplay/template @@ -1,7 +1,7 @@ # Template file for 'syncplay' pkgname=syncplay version=1.6.7 -revision=1 +revision=2 build_style=gnu-makefile pycompile_dirs="usr/lib/syncplay/syncplay" depends="desktop-file-utils python3-pyside2 python3-Twisted From 25153d4419b30fa098a496398b4e9683caaaf602 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:12 -0400 Subject: [PATCH 0761/1261] 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 f6fc935ba8ef..d3db7508a51f 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,7 +1,7 @@ # Template file for 'synapse' pkgname=synapse version=1.41.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-jsonschema python3-frozendict python3-canonicaljson From 629e034da512525ebb2aa686887d609e6c611c7f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:12 -0400 Subject: [PATCH 0762/1261] 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 4c1eb6876a46..e760fdd45aee 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 4d7e1503cb5e7ee55db22d6072bc5338e9791d56 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:12 -0400 Subject: [PATCH 0763/1261] 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 d270e7e30059..acf378142fd8 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 5ac51596cdd6bb8c2f85a1eede91d8d515f05b67 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:12 -0400 Subject: [PATCH 0764/1261] 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 1d6aaa5d695f..3429d6ea5cb7 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 71bb2ccd4fd5ae44b9f081845a5305126bd3bd55 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:12 -0400 Subject: [PATCH 0765/1261] 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 2e16355a28a2..cda1b3d1df32 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 35e8515d6c3d7202b33b37aa90082398b607836c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:12 -0400 Subject: [PATCH 0766/1261] 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 8298fb19e21d..fb7d9e6a9704 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 87f273c88730c4602f2ab4360d201bc481708f36 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:12 -0400 Subject: [PATCH 0767/1261] 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 70f0c1cc44f6..8f6f7cc177b5 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 e97a708d0ca766e1264c6f8c58b6dcb6fddf1b59 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:12 -0400 Subject: [PATCH 0768/1261] 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 df13d3b770fe..5f01ac715c49 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 8b76b808ef51fd79d5e65738d0921e37956f5439 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:11 -0400 Subject: [PATCH 0769/1261] 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 61ead1c9e44e..60a47ac85c00 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 b84cfdb1d11fb5a6211c716ab28de9c4a7afd2f3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:11 -0400 Subject: [PATCH 0770/1261] 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 eadcff89acce..b029f2575cf6 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 f6a99efb26184239eeb5e00f2a43cb5ff41735f3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:11 -0400 Subject: [PATCH 0771/1261] 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 892ba3a5f110..49b0a9f97eb2 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 00f198e001f4ee26ebc15425f69e3477de9a765d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:11 -0400 Subject: [PATCH 0772/1261] 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 79a01a2db694..dd8e2b7f2004 100644 --- a/srcpkgs/sqlmap/template +++ b/srcpkgs/sqlmap/template @@ -1,7 +1,7 @@ # Template file for 'sqlmap' pkgname=sqlmap version=1.5.9 -revision=1 +revision=2 pycompile_dirs="usr/libexec/sqlmap" depends="python3" short_desc="Automatic SQL injection and database takeover tool" From 43e47907a6c2380c6eb44363698cc267c9c48216 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:11 -0400 Subject: [PATCH 0773/1261] 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 a188bbcffc1a..a9282a31e9db 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 2a7787873f95ad20fd178cf9365c51f9a0ca688d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:11 -0400 Subject: [PATCH 0774/1261] 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 38f7f8a8bfec..9c68520a688a 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 fdff58d31c96ef89c51df867ade030258826423f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:11 -0400 Subject: [PATCH 0775/1261] 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 2f0aabafd29f..70eef57612c4 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 4bb551726830fac3daace47f781c8fe7c2176874 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:10 -0400 Subject: [PATCH 0776/1261] 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 3b1d7dec047a..d8e4f32e88b6 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 a01e8c1586124ff32907f172ac3fa574551423bb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:10 -0400 Subject: [PATCH 0777/1261] 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 4546753dbd66..6886e65e860c 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 72bbd72ecd03bf58e0f629f1e1dbf752d8c98a04 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:10 -0400 Subject: [PATCH 0778/1261] 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 7798af93dd4a..6c719340f190 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 13337a7500986494a9edacc6dccdd8f651413f07 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:10 -0400 Subject: [PATCH 0779/1261] 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 e83f6ec3ac74..ac6f9f48038e 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 c122abaa64f04ce2418fa56ab17533d30363ccb0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:10 -0400 Subject: [PATCH 0780/1261] 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 136d6e4a1fbf..62234c7f5223 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 7afa75602dee97dc4857bc74d42eb3b6efb184a0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:09 -0400 Subject: [PATCH 0781/1261] 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 84716b43ddba..650e71564c77 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 4cad3ebc95e9392cc520a4350008caad867dbbbe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:09 -0400 Subject: [PATCH 0782/1261] 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 ca4d61b7d426..4541a207058c 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 45f8f8375fa4ebf73cd09e465e2146b7b0e0e0a8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:09 -0400 Subject: [PATCH 0783/1261] 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 2ad04a0b845a..c58ea4f37fc1 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 abe1a6805e08517a1cd5b43bb5c595cf50233f4a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:09 -0400 Subject: [PATCH 0784/1261] 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 abac7da405f3..b95c4932d336 100644 --- a/srcpkgs/salt/template +++ b/srcpkgs/salt/template @@ -1,7 +1,7 @@ # Template file for 'salt' pkgname=salt version=3003 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq From 9b7a0f07dc9597279aec24ce04e7e6d14fd9da4e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:09 -0400 Subject: [PATCH 0785/1261] 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 071aa2f82c9c..c4f6cdef00f3 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 fa7d753db183fd6703f7a90961adb3eb2b2ee2c3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:09 -0400 Subject: [PATCH 0786/1261] 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 1d3c9f9942b7..47105b29f209 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 44651923e8dca41dfe6d44840e53879b6aff99e4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:08 -0400 Subject: [PATCH 0787/1261] 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 40cd669dc978..56671c568562 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 e52f1cc40dd5f8a9238b5c867a1689954f9fb983 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:08 -0400 Subject: [PATCH 0788/1261] 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 1264c3642f73..90561803f3ff 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 6993a0dff2ec459a3328b5b75e0710688f65b150 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:08 -0400 Subject: [PATCH 0789/1261] 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 9f6f522b9a3b..2bd5ff9883e4 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 68446dee6882313d34e3a405adc42bb9a150307a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:08 -0400 Subject: [PATCH 0790/1261] 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 52b0a13cfad5..0f8a1ab6dea4 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 ccd01ac1ab38c89c1cab3959debbcb951aeaf2b6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:08 -0400 Subject: [PATCH 0791/1261] 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 8e82f0da29a2..dee72787f622 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 9ebe41b226bf873959b3749e2eab70be40cbe4fc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:08 -0400 Subject: [PATCH 0792/1261] 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 1d229ee9428c..2ba3fa6d1518 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 9cf4b2ded67170702519e263d3961e4c229ad498 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:07 -0400 Subject: [PATCH 0793/1261] 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 fc605fd20264..156b73ea9dbe 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 83d8228f9e7ec87bc7abdaaadfa8c3f097e7b683 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:07 -0400 Subject: [PATCH 0794/1261] 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 4615d45c52c9..9e66938c9bc4 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 d8d161c1f59842702dcd3072fc87b553abc3f572 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:07 -0400 Subject: [PATCH 0795/1261] 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 a4b7362e4875..fc490d8f96bb 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 5bf6c7de673e9216d3eac2d17f19a37bea497c01 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:07 -0400 Subject: [PATCH 0796/1261] 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 b907fc9019c4..c3a85f299bf9 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 7ccd6359e5feb1fb406abdf7bfbf968642fb1516 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:07 -0400 Subject: [PATCH 0797/1261] 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 6d2b21c43ae5..c76f106bb029 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 8af3d622bbdccdff1adf2e8c69fe5a90bce4f83f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:07 -0400 Subject: [PATCH 0798/1261] 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 a237dd4ce4c0..3d20a93e161d 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 cb85ec93550b6d2f7cf8ffed5b29a727d96e5265 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:07 -0400 Subject: [PATCH 0799/1261] 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 13156b638a52..812940d5e488 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 c84cc90db854c2de9f709946a1c4a93faaa7b284 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:06 -0400 Subject: [PATCH 0800/1261] 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 d29023adacfd..e68091fe7c2c 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 4084e4c77394b8115d82824c9b4f4025b833360d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:06 -0400 Subject: [PATCH 0801/1261] 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 ba66ebb1b62d..0bf14ec8cc3c 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 1b890efcbc1330322be5590600a6ef987a81ec8f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:06 -0400 Subject: [PATCH 0802/1261] 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 f45668529d68..0253eb320bfe 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 c587a82c7ef0dcb8b5c23e613a63ecdfba432a04 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:06 -0400 Subject: [PATCH 0803/1261] 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 b74138381bef..9965eb13c193 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 f9196ba0bc7fd5e62a1c69720c5418ec25068f92 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:06 -0400 Subject: [PATCH 0804/1261] 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 033ff91fa1ff..81cb0951ba3d 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 09c8ee5a83a2e1e1080eb3f502674a732d5eb270 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:05 -0400 Subject: [PATCH 0805/1261] 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 73a82360ce0f..11f2f902f258 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 8563bb323b74e34e72556657faefe56045db7443 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:04 -0400 Subject: [PATCH 0806/1261] 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 cc22130112ad..75a9319b7f81 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 9f323cae17a8244f0b76f43a2d42ab56e41aff65 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:04 -0400 Subject: [PATCH 0807/1261] 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 abf2630b0946..737d32f6b5cd 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 a67062177dbee2452938e52ecb29232ec993cba8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:04 -0400 Subject: [PATCH 0808/1261] 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 1430081027b2..c4c350512acf 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 496567f5cfe7832a88ca2ad3a4e9dc2fa5b3df9d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:02 -0400 Subject: [PATCH 0809/1261] 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 6aeedcabe3f3..70c4643e21a6 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 f108138b56302f2d20a4dab5894ac7e8d1f2df04 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:02 -0400 Subject: [PATCH 0810/1261] 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 e185a1163521..f7a847b4b54e 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 7a27d9e2369d90c863c6f5b852df9815ab301b84 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:02 -0400 Subject: [PATCH 0811/1261] 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 bf8cc5060c9d..b9fe611cd13f 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 9d0cb10d61496c9db2fc5fdf328ebf756d954cb0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:01 -0400 Subject: [PATCH 0812/1261] 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 e38ba5792884..f27ab33e0326 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 820fcbbe7ccfffa2935f24022397f49d64397f15 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:00 -0400 Subject: [PATCH 0813/1261] 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 c06e798cd574..e525ebef073a 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 ccce7c78e172419d22252c4259df81ee63416260 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:00 -0400 Subject: [PATCH 0814/1261] 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 df369a2bce4f..ab3eb772c7da 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 06145947e379e95722ddfe1caaa4470f61514494 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:00 -0400 Subject: [PATCH 0815/1261] 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 d8514443b4f6..8e37fdf329e5 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 2a8f0ede8664e9a7e5527874d566b6a1c030055c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:00 -0400 Subject: [PATCH 0816/1261] 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 8d6b70aaef60..fbb06c91e0bf 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 044d91f042b49a0cc919a542397eb106df575d11 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:59 -0400 Subject: [PATCH 0817/1261] 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 3944d9b507ea..5424ffb0ce37 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 66d2472b5fe8fab8fca98c549272843684122b55 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:59 -0400 Subject: [PATCH 0818/1261] 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 9349b2260a67..d82237af7be1 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 f95ec096362e8cf531f7a8348e71c8aecf1b6a73 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:58 -0400 Subject: [PATCH 0819/1261] 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 3eacefc9d09d..39739be80514 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 ce980540e72301bc32373ad6fb4a8419398ccc6b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:58 -0400 Subject: [PATCH 0820/1261] 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 430acb937dcb..8589e50b9890 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 2cc6ab11e2d0c36bc51f4076e23d70b0039ad59b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:58 -0400 Subject: [PATCH 0821/1261] 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 f597b3bd7768..d2a60925a606 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 f85fef4b671e6d3aa573f18410728ccb432ab8b2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:56 -0400 Subject: [PATCH 0822/1261] 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 386917ff15cc..160b347ac237 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 441bb496e116359058220b362482a78d7fc6dd53 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:56 -0400 Subject: [PATCH 0823/1261] 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 921520e09c35..d71fa028f64f 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 66b0ad6201fc0123890db5fd7c997193668578a6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:56 -0400 Subject: [PATCH 0824/1261] 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 f3408d4f7186..b35cd4a0ebcb 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 d126233bc136f5d5b7efeca4f90fd1937886cb2e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:56 -0400 Subject: [PATCH 0825/1261] 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 57d52e33cfa2..f0e92f106c1c 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 886d7fc62219550c1a0225708e898ac599de720b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:56 -0400 Subject: [PATCH 0826/1261] 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 e34c310c0a85..af34e58ba811 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 eae8acd08fc017a481822f56a19eb298bc832f2e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:55 -0400 Subject: [PATCH 0827/1261] 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 65e6dcac58cb..387e896ac700 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 c27429e803891de1b38908e12bc550f641c31b69 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:55 -0400 Subject: [PATCH 0828/1261] 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 a8b755c343ed..9dd029e4d1ca 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 c382c2273e704a5c29cc96cdbd6bc405bf06a5ae Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:55 -0400 Subject: [PATCH 0829/1261] 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 3c769d6233ea..b671868a3a49 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 0f2cb60984486a500e27960dd5bce84eb4a6e143 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:53 -0400 Subject: [PATCH 0830/1261] 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 37ab6df363ab..766b76fd5018 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 9a5defec360e52811e71c79a54843f16dd3efefa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:53 -0400 Subject: [PATCH 0831/1261] 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 e16ef316a7e0..3a7c68e9460f 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 9d449e0a16da6c400c978c375f492cea69c6cce5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:53 -0400 Subject: [PATCH 0832/1261] 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 d3986e9290db..ccf4966ab1e5 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 72ed81c02a0ffff25f3d75895a7a50fccd12fa37 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:50 -0400 Subject: [PATCH 0833/1261] 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 39803e64e476..9b66fc65ca1e 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 7a04d5b671aebceedd7e9457e517ed9afc3ea5c3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:49 -0400 Subject: [PATCH 0834/1261] 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 e5972608a2a3..2d02151dcac2 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 20882a3d04c906180d967f669f638959181efa95 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:49 -0400 Subject: [PATCH 0835/1261] 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 4a97e0af35c7..d4c823f508b5 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 c67c4487c489038218ba071bf1267fd4df325775 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:47 -0400 Subject: [PATCH 0836/1261] 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 c2056965cad9..8acd33217f59 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 82147846dd920520e2560470f1780490afef2c3d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:47 -0400 Subject: [PATCH 0837/1261] 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 e68fcf025aff..1d0d10781984 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 1f00f7426f2d3d748ef4d12c87e224df35fa79db Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:47 -0400 Subject: [PATCH 0838/1261] 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 5dd2d4f0a483..cef185041201 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 9abd9a95b0d35d4b82b4af14fecd820c804bd891 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:46 -0400 Subject: [PATCH 0839/1261] 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 84af20de4fe2..7333a6aef247 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 e314b61afecf20ff3a1aacb77e3f2083e178d86d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:46 -0400 Subject: [PATCH 0840/1261] 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 d57af6eafab6..3241794a5733 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 cb413eba0cb1740377cf2bc5461dd9ca41e1e852 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:46 -0400 Subject: [PATCH 0841/1261] 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 3a8a84bff61a..49b214c11aef 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 ecf3c42d9ba68ba5ed080bbeee5d9675dc77c70b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:46 -0400 Subject: [PATCH 0842/1261] 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 f49346d13e7a..09feced6238a 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 860cd263afaa2f8effe1cdd097971f019066274c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:45 -0400 Subject: [PATCH 0843/1261] 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 f9fbcfc3ad70..2106f15635e0 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 8a311e3da96433a03607e84d3c4fdf7f7d1562f2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:45 -0400 Subject: [PATCH 0844/1261] 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 bdb3c181fc65..155d32b0d568 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 e0cd90fe97bcc6542ae9508a2dfb1c54b382e5d4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:44 -0400 Subject: [PATCH 0845/1261] 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 4b4a071e3528..bc808321d85c 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 80e16953b2a64c3d2c3b519865ff2cf6047d6327 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:43 -0400 Subject: [PATCH 0846/1261] 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 7c968b4a894b..f228a1c88df3 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 a21ef7a5201fd236a02742da100c7d90b3130c9a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:42 -0400 Subject: [PATCH 0847/1261] 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 74241baaf677..798cc9c5f4cc 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 5957d63ce20120d6c83b0982d5c060f8b47a87c9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:42 -0400 Subject: [PATCH 0848/1261] 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 b5cca7188617..ea4b615479e4 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 dc64bd18ec65c68216dc1adda9d68c60bd84c844 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:42 -0400 Subject: [PATCH 0849/1261] 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 335b7c3c608a..743b7e1c9cc2 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 a2231afd1f2f62de8cf126b9d7e413359518af10 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:41 -0400 Subject: [PATCH 0850/1261] 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 c39d94f7c3c6..01568b3a26bd 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 ba79de24d9d246936c0e7401267cb05f6a41a6fe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:41 -0400 Subject: [PATCH 0851/1261] 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 e4e0503b7310..0bd9b2f21bca 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 f4a0222248f2182a4d423441f29bb94452a33101 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:40 -0400 Subject: [PATCH 0852/1261] 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 354b1eedcd7c..a3ebcf843ffe 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 b149d63f67fc28c159a77e785d4382a1e9cd3763 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:40 -0400 Subject: [PATCH 0853/1261] 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 d661679f345c..ca33ba8b7d58 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 f3a2617b4e74241729905ac15616328081a0e674 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:40 -0400 Subject: [PATCH 0854/1261] 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 1944d757e6f5..5b7e57435afc 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 f8c54679bc5a266094e72bb2a4d756bcda33cd60 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:40 -0400 Subject: [PATCH 0855/1261] 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 43ce2c842703..56d4cda8dc34 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 93349a5dbe0d20faa4864113f647f813f4f44378 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:40 -0400 Subject: [PATCH 0856/1261] 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 12afe88ffe07..931083244be0 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 3f8b1716c0c1514f3c51bbdef8892ecd2c082256 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:40 -0400 Subject: [PATCH 0857/1261] 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 701d19fad336..e5d81277ac9a 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 5679ba68a80a36d0d0e86cdfc5dbf418e2cf4577 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:40 -0400 Subject: [PATCH 0858/1261] 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 d2a7beaae135..3c22c9f0fb47 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 f954786bc1dbbfdbccc63df0871cd12a697e84ad Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:40 -0400 Subject: [PATCH 0859/1261] 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 40c6f46098fe..fcf45557bbf5 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 f0f2dbb7040d6c471fa878734a5731b1f178ae2a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:39 -0400 Subject: [PATCH 0860/1261] 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 f9f703015364..8c1dbdaf20c2 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 fa45e577517b3a2807e305b16a5b5cda4ce332ed Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:39 -0400 Subject: [PATCH 0861/1261] 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 b0a34b27ce70..0d88edc7edce 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 24adfa773a1a94d1a79db3358c3f4a69a47488d1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:39 -0400 Subject: [PATCH 0862/1261] 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 98121d054b9c..b398e0218f13 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 6077519b3739a60c36cf32d404ae24fecd1fda92 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:38 -0400 Subject: [PATCH 0863/1261] 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 da6af540f98c..060b69dfc993 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 4a036c8843c6ba8d8d85be8f1f9905dfa33dcee6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:38 -0400 Subject: [PATCH 0864/1261] 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 1dad6f1f4bc6..b3b4ef468e2e 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 ee0ea39754eafb5eeb82af39da3bddf81b1e7b9c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:38 -0400 Subject: [PATCH 0865/1261] 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 89c3e582d1db..ac1a599fb6d9 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 59a9d2332b06738dd62754bebb4d4e2212486330 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:37 -0400 Subject: [PATCH 0866/1261] 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 e5142193c69e..ec12b9491d6e 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 3bb6efd6246b9ebe8d5a74c6247478d522372f51 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:37 -0400 Subject: [PATCH 0867/1261] 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 17a6c1334a96..a186b2a04f5d 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 e3ee622a288f5e6b1e5740db8531942ba72ba925 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:37 -0400 Subject: [PATCH 0868/1261] 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 3986b2a41934..7e22e6371aab 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 4555b0d0396e308c622aea1dfcad00bace81b23a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:37 -0400 Subject: [PATCH 0869/1261] 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 510e462b103d..fe8e5095fa43 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 9c84c4e59dac1b02ae8c487bf91fe1ecc01de704 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:36 -0400 Subject: [PATCH 0870/1261] python3-pyopencl: rebuild for Python 3.10 --- srcpkgs/python3-pyopencl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyopencl/template b/srcpkgs/python3-pyopencl/template index 8330c1b41cf1..299867b6372b 100644 --- a/srcpkgs/python3-pyopencl/template +++ b/srcpkgs/python3-pyopencl/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyopencl' pkgname=python3-pyopencl version=2021.2.6 -revision=1 +revision=2 wrksrc=${pkgname#*-}-${version} build_style=python3-module hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy" From b0831e013886ef7b01855f324e4107332ef91fc6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:36 -0400 Subject: [PATCH 0871/1261] 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 08758701c6b8..a44b59ad2714 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 d5da4e54c7f76aea875827a2faf3caef0c7eed70 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:36 -0400 Subject: [PATCH 0872/1261] 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 4d77619ae935..dcae865ad1a1 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 2a5d30b279c3cf0a32080b6fa32dc0992f4549cc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:35 -0400 Subject: [PATCH 0873/1261] 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 6954047c72c4..2574422e7bf5 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.15 -revision=1 +revision=2 wrksrc="pyinfra-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f0a5045bf688781f23814a285698d15af6159892 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:33 -0400 Subject: [PATCH 0874/1261] 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 8673b26e75cd..6e6f4f8c70cc 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 52f4923af0f3fa1c338c86c0e93b36904804dd74 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:33 -0400 Subject: [PATCH 0875/1261] 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 7b3221459560..2d6655127630 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 d85977867ad4782caf8473dd836fb3bc3043ee75 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:32 -0400 Subject: [PATCH 0876/1261] 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 89fee2e5995b..8c0e33fa2749 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 c01bb498dbb416dbfdd2559646f115917d5b4da5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:31 -0400 Subject: [PATCH 0877/1261] 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 3a35c6998615..ed0008cfbed0 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 63d125ac6d8b04e4403a97ef9ce26caa3cf20006 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:31 -0400 Subject: [PATCH 0878/1261] 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 ee6b3ffc932e..a47654388306 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 8025ca2ada4db954551272ba5aa61adba0a50a5f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:30 -0400 Subject: [PATCH 0879/1261] 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 358d89bc230e..c2c4fc00475a 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 3ad5a8618fbbbb4daadf7c262b3acf011576265c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:30 -0400 Subject: [PATCH 0880/1261] 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 593cdd9703fd..6a52010be805 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 77749dca7c93937aae75133314c07106542103ac Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:29 -0400 Subject: [PATCH 0881/1261] 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 dde1b2c25226..69b71ae3bb79 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 53e743752a5da33233488097974ca1980903a7af Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:29 -0400 Subject: [PATCH 0882/1261] 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 cedc96de269e..aa1d7c1f362b 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 f02ebb6c36da1fe91731c30e08b34bc7b3cb2a28 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:29 -0400 Subject: [PATCH 0883/1261] 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 2aca6075eca8..c9b4d8eaccee 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 29fb8c7a3056376564f34bb44a156072bb832816 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:28 -0400 Subject: [PATCH 0884/1261] 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 0bad98cbc062..1509cdd1c83c 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 ca11644982e331a53141ac9f3e6ce00654a12e14 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:28 -0400 Subject: [PATCH 0885/1261] 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 bfbbfb2b2b2b..1d33101bec5f 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 4a578799aa408d596b8a95d9b42e605028a50097 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:27 -0400 Subject: [PATCH 0886/1261] 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 b9be3f993aff..d3ec7de01e33 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 dede6d48fc3b0b8bd3e2dfcfdbd09bb199084a61 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:27 -0400 Subject: [PATCH 0887/1261] 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 3b459536e8de..ef474cc7167c 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 a14d2d8e0632c4c1ea4963fd534e2443504b9b10 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:27 -0400 Subject: [PATCH 0888/1261] 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 40918d7d97af..670faf249682 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 d25e227d7681f63f5dd98d1a810a004d319d1c72 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:26 -0400 Subject: [PATCH 0889/1261] 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 7be3e926b718..58b8cb737808 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 b24742786338b05a661f68424214a6f64042929a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:25 -0400 Subject: [PATCH 0890/1261] 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 28d978fa18d2..0d3ae2f34499 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 fd9ed93dcd83d5656bab3e8c77afcccb668912aa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:24 -0400 Subject: [PATCH 0891/1261] 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 f084c711e78f..e343d1801f21 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 9b407827c42fe9a3cf703e2fa07e09821c1b055c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:23 -0400 Subject: [PATCH 0892/1261] 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 3ee67ad0b481..508235eca23e 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 184529961f2e2f4b0462c2a1d294b48b806b2aa8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:23 -0400 Subject: [PATCH 0893/1261] 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 281ea8978c5f..1c4f9d92ed89 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 b6cbcda16806cb6ad2e5b2aef542224a4f67416b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:23 -0400 Subject: [PATCH 0894/1261] 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 f31b9971db66..e91465e4a7aa 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 df7ba83ed105f2d33ebaeccb6da44d14294ca843 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:22 -0400 Subject: [PATCH 0895/1261] 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 3ea0ef5e6387..ce12d2c06656 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 2ad002d1ddaf5495b36eb25aed845537d3db9e85 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:21 -0400 Subject: [PATCH 0896/1261] 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 6de96f22702f..6947b4c93079 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 0f38246cc131d5ab1ed30948c39e0e698560bfa0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:21 -0400 Subject: [PATCH 0897/1261] 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 1ecfe7c3bda8..213b843c9b9c 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 3e76a77857140caf15a7e0197c8ae0a8d072eed7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:21 -0400 Subject: [PATCH 0898/1261] 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 5cace38cb89c..83bd101cc6e1 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 27ac7d294272b3b265f082c7d59657277794cd19 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:20 -0400 Subject: [PATCH 0899/1261] 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 03c0861f8d9b..d0c5563a6799 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 f6a763a3d6a043ac0d07a2c91df051d246f7f69e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:19 -0400 Subject: [PATCH 0900/1261] 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 0ecdcafe8735..d113a3fea036 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 12395cb9f7b6abbe199434601319e295cd554b58 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:19 -0400 Subject: [PATCH 0901/1261] 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 14d7c703a49e..2bdab21f9a41 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 56deee83e78f5d3ee8025835f5e622cf66a93ac1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:19 -0400 Subject: [PATCH 0902/1261] 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 185f9d93e708..2464bbe3825c 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 c9a6a2fe2ea6e0e8063628cb1d7a206dbb311585 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:18 -0400 Subject: [PATCH 0903/1261] 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 fe4beff74874..f451586449fc 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 abeb51d4fb91cbe275cf3e0513508396680599a4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:17 -0400 Subject: [PATCH 0904/1261] 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 200b41358511..de6c347721a4 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 15d4e4f2ffe2f089aae08b94bc6fbcff33990820 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:17 -0400 Subject: [PATCH 0905/1261] 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 4943cecd06ea..c8ed179dff7a 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 dc591b2a35065bdee19921a21c745c868bc739ca Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:17 -0400 Subject: [PATCH 0906/1261] 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 4c86c018bb1d..3f1939070f9a 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 c6eebc245ad2f826a1bb822f04ab43646b0afce5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:16 -0400 Subject: [PATCH 0907/1261] 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 05530b99c466..cc1f2ef1f4ff 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 c1bce367ac0c7ca65f981f58c5f124804b4e63fa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:16 -0400 Subject: [PATCH 0908/1261] 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 e048910b4e5a..2a008ff2a5ee 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 435baa05fb24bfe04dfe0adabcdd2b6be698cb83 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:15 -0400 Subject: [PATCH 0909/1261] 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 9b4d15dbffa0..4a8b814b2338 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 fe4ebd4e00eabf78e475ed91ee0bf7b634d048c5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:15 -0400 Subject: [PATCH 0910/1261] 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 53aadca57ec3..c75274813b31 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 4c61a791887036b35432a14200b468e712b27877 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:14 -0400 Subject: [PATCH 0911/1261] 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 03ac5ff6dc62..a498465cb3d4 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 a5b933f1102ea0617e8e67384cfcb0900e4391c7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:13 -0400 Subject: [PATCH 0912/1261] 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 db27d9d67b8c..6b0a293015c2 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 19a406ac03a37138a52f42fa293cd6c5ce19c376 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:13 -0400 Subject: [PATCH 0913/1261] 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 eae718b30d34..a9cc4feab12d 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 cb8a13c592992de8ca81f7996ddf4fce0e2b58af Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:12 -0400 Subject: [PATCH 0914/1261] 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 355a49e1f5fc..83332ba10f94 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 4555349ecbf6f19186ee2d416a9a58047eff496b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:12 -0400 Subject: [PATCH 0915/1261] 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 4b095f436d78..284df047988d 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 48eb6bc295825ab21265b4e440be730a4ef7694b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:11 -0400 Subject: [PATCH 0916/1261] 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 e7c63cc20218..d9b3198dbcf3 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 5c737da4c10b83ef65beafe318549a930ff64fd2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:10 -0400 Subject: [PATCH 0917/1261] 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 b17bd1020c9b..d5e70b38a3f4 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 7e9c5b839e6ff9c11b856e3a9c96b627f910f706 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:09 -0400 Subject: [PATCH 0918/1261] 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 0b88878f6907..a0797a11d48e 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 da8c45e2941f9bacd790585cb4fe3b8d69968883 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:07 -0400 Subject: [PATCH 0919/1261] 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 d917c972e789..19999bb33917 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 47080172b1be2738c0f5538dabb247e392be88c0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:06 -0400 Subject: [PATCH 0920/1261] 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 2acc061017f0..053010a62b7c 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 8449b9edc19ddaafa8fb61633af2ca8895d78e22 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:06 -0400 Subject: [PATCH 0921/1261] 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 4ea709ead322..2b6bd09af4b7 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 cc63fac68c8d4deb0c0da60e384b0a57accae44a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:05 -0400 Subject: [PATCH 0922/1261] 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 39f3a8836531..2ce98b09f3bc 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 88b3b12127a6a1143d268429322c2f1c7795917b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:04 -0400 Subject: [PATCH 0923/1261] python3-hypothesis: rebuild for Python 3.10 --- srcpkgs/python3-hypothesis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-hypothesis/template b/srcpkgs/python3-hypothesis/template index db3612524cda..3736819c4c42 100644 --- a/srcpkgs/python3-hypothesis/template +++ b/srcpkgs/python3-hypothesis/template @@ -1,7 +1,7 @@ # Template file for 'python3-hypothesis' pkgname=python3-hypothesis version=6.21.0 -revision=1 +revision=2 wrksrc="hypothesis-hypothesis-python-${version}" build_wrksrc=hypothesis-python build_style=python3-module From 1f981a30bddd34fde6faee0473a69de33133c256 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:03 -0400 Subject: [PATCH 0924/1261] 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 1ae09446ee7f..9ee90be1b226 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 e0774d45f38b3b39a43f2072e968407683f72b61 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:02 -0400 Subject: [PATCH 0925/1261] 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 95843689b5b3..da738f039183 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 c887d78b8f5c6de39acf371bf4cd14d8c955c356 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:01 -0400 Subject: [PATCH 0926/1261] 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 d2e95679c4af..19db527a7a2a 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 b94f2b8fdaa58b3550c22a322424dc43e984c977 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:01 -0400 Subject: [PATCH 0927/1261] 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 f5a0cf206526..b429292f1828 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 89a4277a3c3ddd3a9a22fc965bc05793b10acb21 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:59 -0400 Subject: [PATCH 0928/1261] 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 5520cf06d63a..dd91bd7a55b2 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 997d2f2d9aaa52fb294921b992832f672e89e6b6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:59 -0400 Subject: [PATCH 0929/1261] 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 fcf3734f5059..4470b8bed028 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 646cee7901720595f6628e1045423ac0daea9928 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:59 -0400 Subject: [PATCH 0930/1261] 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 db2fa5e0b6de..26d72f91d78f 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 b143a9bc3eb3f2e409b8572a027d408cd000ff44 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:59 -0400 Subject: [PATCH 0931/1261] 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 8ef62b2570e5..51b23ee5e8b7 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 8434fdfdcaf2ee15fcbfb329d2723e269f876094 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:59 -0400 Subject: [PATCH 0932/1261] 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 53c0b2b5f965..70842cbc2f9e 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 febcfd4798f6467c262846290b50c51c641d9a86 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:58 -0400 Subject: [PATCH 0933/1261] 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 36ccf7bb8af6..6526b7a52ca5 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 aa0bccb9008bb7413170740b339700006e05eaa0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:58 -0400 Subject: [PATCH 0934/1261] 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 7147b39d7ae8..6fc6ce97c4ef 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 4be0ecf9f16592d52d098a1c40c7fea22da0cdc9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:57 -0400 Subject: [PATCH 0935/1261] 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 9051f9e3b646..1b414a7860d3 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 15d832db97861169b10b50ca50ebbbd176487b09 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:57 -0400 Subject: [PATCH 0936/1261] 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 84d35597aac8..d2e196bdd2b5 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 689a80bbd360410a01590ed8c73956da349f6c2f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:57 -0400 Subject: [PATCH 0937/1261] 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 bc460f455faa..08a0d44aedd5 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 df7406dcee3f4db02d1ddab81ce2dad8337cb8ca Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:57 -0400 Subject: [PATCH 0938/1261] 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 8c802e94d868..ebf13ee84f92 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 d78a28675da365ae67a6ab795a9f47a1791aee76 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:56 -0400 Subject: [PATCH 0939/1261] 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 f90e837d1c05..43fa22722bc5 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 7af894867e997eaf50111490867785016eea2537 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:55 -0400 Subject: [PATCH 0940/1261] 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 d8c6b016f422..da9de4797b0a 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 531abc8bb96027acb502c87d19212b2e2a937a58 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:55 -0400 Subject: [PATCH 0941/1261] 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 c1d3e3925871..8aefb1a9d878 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 06a3c86aa39887dcf1e9825173c458b330cce83e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:54 -0400 Subject: [PATCH 0942/1261] 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 7cbd77f52f2e..cf1152c66cc8 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 ffc5473597b2bde2509de673478d61f084644c9d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:54 -0400 Subject: [PATCH 0943/1261] 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 ea9bbcd7b54e..f0655af6bc72 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 5908f5746736f63a179c5f07ef0b068666b8f776 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:53 -0400 Subject: [PATCH 0944/1261] 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 a12654d9ba5e..14cf10d798a1 100644 --- a/srcpkgs/python3-dpkt/template +++ b/srcpkgs/python3-dpkt/template @@ -1,7 +1,7 @@ # Template file for 'python3-dpkt' pkgname=python3-dpkt version=1.9.4 -revision=2 +revision=3 wrksrc="dpkt-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5081ec61448f0aee8fab9795000ff0d70310be3e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:53 -0400 Subject: [PATCH 0945/1261] 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 c657ad71112e..92b12faaf2bc 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 d985c6626f24c3dee5b2db9de1f9d9b743bf8225 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:51 -0400 Subject: [PATCH 0946/1261] 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 99a198d18bdb..31f077048b04 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 2b01c08396496a62fbd57a480d9a6d1718ce4428 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:51 -0400 Subject: [PATCH 0947/1261] 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 fec8c097526b..894cceecf7c5 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 973ee5c63194f6061b6656307c1880309dadc12a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:50 -0400 Subject: [PATCH 0948/1261] 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 0d03da5b9b3d..3488d66ab5e0 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 23a3e6c0d99eabcc9fd1f2c0a2d7c61dbfc217e2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:50 -0400 Subject: [PATCH 0949/1261] 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 e7265f42fdda..51c7d9a11f98 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 3f7d94a14508379b37cf5959fc335d16f7bb0104 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:49 -0400 Subject: [PATCH 0950/1261] 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 9b1f95b65d81..3db092e596d6 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 d8bb5f8b1f6d95475dcda2b5ed0d4ae551e8d149 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:49 -0400 Subject: [PATCH 0951/1261] 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 e7cd5f22f48e..c043a198e506 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 5e5eae8e7447ebfca83375d8e9612feffdb7701a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:49 -0400 Subject: [PATCH 0952/1261] 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 3ed3234a97f9..f8088e83e6a2 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 6d95b732ef98cb7a99aa1cd2e53a5a8b2f33ab7d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:48 -0400 Subject: [PATCH 0953/1261] 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 c66a8e667830..f13bb1f99dd2 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 5299a7c56a27241e8130a946b056167d25a583ee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:48 -0400 Subject: [PATCH 0954/1261] 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 36f22c017398..f94ac92c6ca0 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 e4af2afff35b28dd7a01d0c3003f6819dd524b11 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:48 -0400 Subject: [PATCH 0955/1261] 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 79ac70eb90b3..c2f5a9931b7e 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 bc45f97321ede5701317204d58b8b51fe6cd7ee9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:47 -0400 Subject: [PATCH 0956/1261] 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 2f19f24ac978..62aed6060ef9 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 caf215fb015267e086fcead462188b36d675bb24 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:46 -0400 Subject: [PATCH 0957/1261] 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 31f35ff254b0..baf4d1d6a424 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 8547b4d3fe6cd602dc0f2fa94f90a291402ae1e6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:46 -0400 Subject: [PATCH 0958/1261] 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 0698fd872c3b..d4a8cd59b669 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 7026091cd184167fcb070a4440e159af7fa325b1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:46 -0400 Subject: [PATCH 0959/1261] 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 f84b994f37b6..b5e5158b896c 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 9314c5cee9e8051ba7c27165e06584d58f6ad376 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:45 -0400 Subject: [PATCH 0960/1261] 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 6893d6f8d974..cca78cb035c5 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 ae4b6d1e29d4cfaf3254b270eb50add36d6528f9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:45 -0400 Subject: [PATCH 0961/1261] 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 6d1c9db6e180..f27d35907eb0 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 8856039d864a5923c345ba5af94d86e80597f828 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:43 -0400 Subject: [PATCH 0962/1261] 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 ec63aa3a224c..dc00df55ca0b 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 98cc92a80990ef8fd675b5548989d05f6b3a0e43 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:42 -0400 Subject: [PATCH 0963/1261] 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 e725d60808e1..784664aaa6b9 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 ec208dfe1a1acf3be21a362421909e7bd9761a4c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:42 -0400 Subject: [PATCH 0964/1261] 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 cf98978d288d..3490d6ee0687 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 b5f0da614f8d78d7696bb3da87559a8871e7a5f4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:40 -0400 Subject: [PATCH 0965/1261] 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 e9fcd0dfbe63..f7ace74a4350 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 34aeb9e24a6ca077371ac7888870a17cc15f5383 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:39 -0400 Subject: [PATCH 0966/1261] 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 50ba75041fcd..f66ce2c04b50 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 28063d7d051cbfec4edcf655e119b09fe04a5cde Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:38 -0400 Subject: [PATCH 0967/1261] 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 80fa8dbe130c..bc8b03fcd823 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 83d39fe702d654a39ef171bb38b156971ca8cc38 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:38 -0400 Subject: [PATCH 0968/1261] 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 000000000000..cb2bf7579f43 --- /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 eb7bbd479c2c..aa522cebc575 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 272057e8a34af4650fe85a48b64358a4152aebf0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:37 -0400 Subject: [PATCH 0969/1261] 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 ff8b0aa36fb4..2d2f586f336e 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 6a8d42897e746b9e2efbb6f3a8a68acce2827f73 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:37 -0400 Subject: [PATCH 0970/1261] 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 612ab7076b31..1ef519496ecc 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 1a6bc62595d707b0990073e9786cbff2cc16c6da Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:37 -0400 Subject: [PATCH 0971/1261] 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 1c876b6703fc..73b4ba5ad03f 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 cd1778b922412a18cd611ccfdd6b1d166775622b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:36 -0400 Subject: [PATCH 0972/1261] 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 13bb48d1a033..f61a08208d2b 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 1a0e5b52ef9387ea6fb61bfe1e2aa67f07a6f7f8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:36 -0400 Subject: [PATCH 0973/1261] 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 17e352466c4d..0d8832be8111 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 f6a38232e13d6144032e58dbd52312218585ba4b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:35 -0400 Subject: [PATCH 0974/1261] 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 edc004b1543e..eac83d1f4885 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 24445573ab219ed161859bcb274b7c94e161afa2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:35 -0400 Subject: [PATCH 0975/1261] 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 634e59282a40..2414cad0a9b7 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 9ce74964ed3c5555de3c928221b5841d3da9a443 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:35 -0400 Subject: [PATCH 0976/1261] 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 229ff8ac9020..0a81d4ace717 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 ca81d33d6bff3b5819d85b34bec9e15eadd650f7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:34 -0400 Subject: [PATCH 0977/1261] 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 398da17d1f38..bc5e7c28d857 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 e08a8fef037beb951ba2b29175e192bc2cc79d52 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:33 -0400 Subject: [PATCH 0978/1261] 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 204eba16181f..e855ad7fc048 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 68bc282ed6c189c7cfb2e5cdad62545a61fe808d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:32 -0400 Subject: [PATCH 0979/1261] 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 291dbb0cc249..66930f6868d1 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 2e7964119a7af522602c12df84f04261ae6813c8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:32 -0400 Subject: [PATCH 0980/1261] 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 ad1703121e2d..5fe1a162b370 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 9b07ff840e81ef6a031f14e333c650714b681719 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:31 -0400 Subject: [PATCH 0981/1261] 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 4f8cd0f5889a..f466e34bfb02 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 250109cfa14f20c4a8b92387cff748595c9adff1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:31 -0400 Subject: [PATCH 0982/1261] 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 9d0f850bd24f..8f9de6cbbacf 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 78342b555b7f1aa75cb539a2af5984736d460b25 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:31 -0400 Subject: [PATCH 0983/1261] 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 e834d8478dc9..db663d5f6959 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 6228eb768282a58b67c92250fd974f550f4fe8a4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:31 -0400 Subject: [PATCH 0984/1261] 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 6450ed628736..fa73d46876ce 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 fe9f49a8c31f9dc676f930a81e14b861f5bb0e8f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:30 -0400 Subject: [PATCH 0985/1261] 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 ccfea275e982..851733cdc1b1 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 3790d0cb6ac49dca8e1132e11cdc8abf77665ece Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:30 -0400 Subject: [PATCH 0986/1261] 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 ec4da0d4c030..072977ee0ce3 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 49f5c8a312fe0553aac8ff9927e641dfe6bd7bdf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:29 -0400 Subject: [PATCH 0987/1261] 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 2a489e12a119..0f40f6742488 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 db87b2b94d4949ed9a5b5070c4fd79cbba83e83b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:29 -0400 Subject: [PATCH 0988/1261] 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 cdd74414e78a..d3b88b726298 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 cc55f3df5f6e168b06b13b2bedef8316a4e511fa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:29 -0400 Subject: [PATCH 0989/1261] 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 b91928786f0b..7121d6bd05c7 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 e29335a4f6585d60170e6c3507f3796d55f98c5d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:28 -0400 Subject: [PATCH 0990/1261] 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 a92b7a793ed3..b0c144b28700 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 24446bca0af71037ca5b93aee563b07d9ee7aaa0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:28 -0400 Subject: [PATCH 0991/1261] 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 5f2f82cec657..8245bda8dcec 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 37343f42cd9255a72ecc56cfa940fe0043dc316f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:28 -0400 Subject: [PATCH 0992/1261] 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 ae1ff9504539..984b36ec4bd9 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 6e6ea748d8e797255bc738f0bb809d9b9692bec3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:27 -0400 Subject: [PATCH 0993/1261] 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 ffd668d28623..00263d13fcad 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 1ca5537ab8ebfc3d101a3627a23bfe444f063315 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:27 -0400 Subject: [PATCH 0994/1261] 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 ddbef4191788..7d0452c6fda2 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 cad33fcbb68bfc203aa0ced7e7c8b6111dd583d0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:25 -0400 Subject: [PATCH 0995/1261] 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 8f94329759be..9f8db8ae448e 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 6874c0841df190536ee3108975ee60c8e9e2e14b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:25 -0400 Subject: [PATCH 0996/1261] 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 8ff1b98c08d2..c55e56a71b76 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 bb0d0bc9596b5e2350811fb0f57b70f76075168f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:23 -0400 Subject: [PATCH 0997/1261] 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 8703c32f4211..be9054c5c481 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 d6788a58b10d2d630a5a371cf0a94206e3207bd2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:23 -0400 Subject: [PATCH 0998/1261] 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 f43a49156374..02372035bf63 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 b7206fd6c07f77c8c51f2a5645a367cd161428d6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:22 -0400 Subject: [PATCH 0999/1261] 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 8b01b42bb959..c7edf44832d2 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 bea0edcf6a0467f080fb2744ca6c18e17030079f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:22 -0400 Subject: [PATCH 1000/1261] 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 2bc49b02b661..c397a2310fb6 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 00b1f5a7a65ba9c33dfb63d22fca6c3df31cf871 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:20 -0400 Subject: [PATCH 1001/1261] 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 732c14f8d9ee..354b4d3af547 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 28c5d51c258550ffab4d5830d1738153d3f218ff Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:18 -0400 Subject: [PATCH 1002/1261] 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 1316a64d0ff8..2f76aaa65889 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 ca62865ee72e1e06644e3ddd046b3630d7c1a1d7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:18 -0400 Subject: [PATCH 1003/1261] 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 209f439da0b9..c86489e3007b 100644 --- a/srcpkgs/pyradio/template +++ b/srcpkgs/pyradio/template @@ -1,7 +1,7 @@ # Template file for 'pyradio' pkgname=pyradio version=0.8.7.3 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" From 9899a2d5fd78361e61eef8b30877bb4256c25913 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:18 -0400 Subject: [PATCH 1004/1261] 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 dfb9441f22a1..75b78380572c 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 1f353aa1a73584019434950148c9b940f9aeb8eb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:18 -0400 Subject: [PATCH 1005/1261] 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 f9dce1f3fee7..a28415cd17c4 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 3c1e479cb60b7edea1d56fc103bb4bbd5e97a450 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:18 -0400 Subject: [PATCH 1006/1261] 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 003f2e9724fa..d9561953e18b 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 95150e0d5048d181c1db902667048a3c0d5b51d7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:18 -0400 Subject: [PATCH 1007/1261] 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 622e5ff451c7..af30be49f18d 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 93812852a1a768a31249766d323f330401dbe48f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:17 -0400 Subject: [PATCH 1008/1261] 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 7a1c38fda94e..9ec6d443db21 100644 --- a/srcpkgs/py3status/template +++ b/srcpkgs/py3status/template @@ -1,7 +1,7 @@ # Template file for 'py3status' pkgname=py3status version=3.38 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-pyudev" From 6f7b4fdcb117804dd69fed73ef0bb7714dd6d8f1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:17 -0400 Subject: [PATCH 1009/1261] 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 01a5416901ff..390bce00c566 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 df1aaa4e7c16cca46a7b15b72fe05f3a7ed3f701 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:17 -0400 Subject: [PATCH 1010/1261] 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 7a55df56b100..463b47440c5d 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 3ee0f2611375400b18fb7ab177829d493a29049f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:17 -0400 Subject: [PATCH 1011/1261] 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 940585a857d5..de1d3c12bde4 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 1e0df9dfee52f411bbb1094c8977c4083ecefdf8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:17 -0400 Subject: [PATCH 1012/1261] 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 b95d67533565..63065a6bf878 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 7b28541c27c5bb08413e0e7d280ba46e1ad57e8a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:17 -0400 Subject: [PATCH 1013/1261] 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 afa47b8495ac..ebda58656130 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 ceb3181d701a43ed19fae4133812365123a2e9e4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:16 -0400 Subject: [PATCH 1014/1261] 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 b11aaa840f04..1ea2e8299f1f 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 9fd4509202c78eb5fe715643e89b7d1ce816db11 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:16 -0400 Subject: [PATCH 1015/1261] 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 905fca01a26f..b2886f547724 100644 --- a/srcpkgs/portage/template +++ b/srcpkgs/portage/template @@ -1,7 +1,7 @@ # Template file for 'portage' pkgname=portage version=3.0.21 -revision=1 +revision=2 wrksrc="${pkgname}-${pkgname}-${version}" build_style=python3-module make_install_args="--sbindir=/usr/bin" From 34db721ef5c824a31a7ab2b941f1a20e9ee00151 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:16 -0400 Subject: [PATCH 1016/1261] 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 a173088a5303..93d84b621177 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 da8cb45f8d763d4337a82cc463b38264120af2aa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:16 -0400 Subject: [PATCH 1017/1261] 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 9392f6d8e2b1..cc778aa4746c 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 74e037555f084ff1167f60990e3ddefb47c19627 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:16 -0400 Subject: [PATCH 1018/1261] 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 6a994ae7e8fd..d716fa148396 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 50a49b545e0cfc6977d2c7c1de75db05e2474150 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:16 -0400 Subject: [PATCH 1019/1261] 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 b427272e7d52..205d4878ce4a 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 b1fca4d1beff86ca4095c96ec6161ff2ee6f2929 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:16 -0400 Subject: [PATCH 1020/1261] 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 b83c1350ded9..f22348e054fe 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 99bc9e50665831c7a4184101a70a96ce32dda00f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:15 -0400 Subject: [PATCH 1021/1261] 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 d898db8aa100..ba717f398bf0 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 cdb97dc1b3342e423d9168eeccedc221f6eddf26 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:15 -0400 Subject: [PATCH 1022/1261] 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 f338639c7d3a..4aec9f82cc5a 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 d98f0fe9d55a332c617039336087ff44889d57d2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:15 -0400 Subject: [PATCH 1023/1261] 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 421b96fe8269..5811b88444b8 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 22a56d925ca8c13fa7e542d16eb4bc87d861a69a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:15 -0400 Subject: [PATCH 1024/1261] 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 7611fa3ad41a..9692fc33773e 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 d375c2563e35759f72e2257790c623a46ab7905a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:15 -0400 Subject: [PATCH 1025/1261] 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 d8def4ae0c07..29e4fb5fe0f5 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 44753ae6809a7e2f15b03b32bafc04305b097803 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:15 -0400 Subject: [PATCH 1026/1261] 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 b6a71768c892..340ecb6260e0 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 5b34ce94f91b8671cb84edf5c3cfd6bf60c9151d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:15 -0400 Subject: [PATCH 1027/1261] 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 edb0122f1928..7f77496c6fa4 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 ea24d0934f9decc06badacca273742112d0ea5fc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:15 -0400 Subject: [PATCH 1028/1261] 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 f1066b3631b6..fdb5309f0c93 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 cca7ebb7909771a8032469319fa6c9bf0da51a54 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:14 -0400 Subject: [PATCH 1029/1261] 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 9ec36fe8c05a..5ad27d5b8cb4 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 a401636d91d2bc1891c82277ccfa37f2bbce3239 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:14 -0400 Subject: [PATCH 1030/1261] 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 c8ee506466b3..61123e4a0993 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 fff39410f4734d5986bde5ca8715a8395619e8ee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:14 -0400 Subject: [PATCH 1031/1261] 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 73a2fca03041..3f24c84a8f82 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 c7922eb7eae23446ddc51ca5ccf5263fa6dac6a0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:14 -0400 Subject: [PATCH 1032/1261] 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 a9500f81b99a..db35bb0a9bb7 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.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="pass python3-xdg" From b943291c6105613946b2eb6953b437dfebfe636e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:14 -0400 Subject: [PATCH 1033/1261] 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 e63cc28ffa64..c97d9c49ddcb 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 e38815c0705876fd08282a5ec99e3ed41eaaa315 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:14 -0400 Subject: [PATCH 1034/1261] 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 9e5b5b3d7d2d..78970b22f632 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 685dae57b64eed3cddd8b260055cf529259e067e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:14 -0400 Subject: [PATCH 1035/1261] 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 ff5d9df688e8..e7c7c1f97d9f 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 a1a63dc33ec6b959addd23b883e0a1ee7c76d72e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:13 -0400 Subject: [PATCH 1036/1261] 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 5bb7964fafb1..ef2fd1baca68 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 6d9503f1f863b17623cd7a97d5f3296c0bcc0094 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:13 -0400 Subject: [PATCH 1037/1261] 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 58c745b3d803..b2df76b8446f 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 431d34a8fc71390b1dd7e74a09678a6e312f87d7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:13 -0400 Subject: [PATCH 1038/1261] 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 145a0b52e8fc..b8a8acb0265b 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 1e43a7aa5c95f3e91cdff04d28062c6d8f0a4bb4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 26 Sep 2021 09:53:29 -0400 Subject: [PATCH 1039/1261] 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 bcb9e96a69d8..540a66afc6bc 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 7ce66bf7c6a3e74de5d95a2292a989631160fb82 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:13 -0400 Subject: [PATCH 1040/1261] 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 e410aa1eaa40..d16ea925d223 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 94920b9d0a7f4c9f9a7c700660a97cb3422de77b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:13 -0400 Subject: [PATCH 1041/1261] 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 8a3f15ff6f6a..5713a84bbd15 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 449c3d7f7523e665ad2f8d193c5af0c0ffa7ef8a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:12 -0400 Subject: [PATCH 1042/1261] 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 38cf6d7d8eb5..f837b50c5556 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 63f1efbc1d5fc87598fcba75945b5dc67c9b9dfa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:12 -0400 Subject: [PATCH 1043/1261] 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 38b447de275e..c147bf58a65c 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 3a9fa49329892abdfc745a85a8fe88bcfe9ccf98 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:12 -0400 Subject: [PATCH 1044/1261] 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 5adf281cdc20..8fd8519574a3 100644 --- a/srcpkgs/obs/template +++ b/srcpkgs/obs/template @@ -1,7 +1,7 @@ # Template file for 'obs' pkgname=obs version=27.0.1 -revision=1 +revision=2 archs="i686* x86_64* ppc64le*" wrksrc="obs-studio-${version}" build_style=cmake From c9b40cab6767fb46cf14815c9ff7c9b917a0c401 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:12 -0400 Subject: [PATCH 1045/1261] 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 d961d945e74e..013ae3c51be1 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 b42e8f32c7f3796fb1b94c7f3ba36d364f2b7d66 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:12 -0400 Subject: [PATCH 1046/1261] 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 d80262f2744c..c58275328a60 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 378815cd210e31b4c30c15beae927dff4359f40a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:11 -0400 Subject: [PATCH 1047/1261] 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 17a835cac752..78e4f3811b0c 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 ec0592836a9271981b714a8baed1a4de472835d5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:11 -0400 Subject: [PATCH 1048/1261] 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 204f714be185..24d19e46add8 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 2e04c61dbf03d65ed98d3cdae0f18b93408d9312 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:11 -0400 Subject: [PATCH 1049/1261] 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 0353bfd4ab94..ffe271e263e3 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 880ed3c7667d8ec70c586fa7a88eedbf4652b092 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:11 -0400 Subject: [PATCH 1050/1261] 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 96e17b3b3689..d59e0146f3a2 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 f66957601b46e0c53b864a56ad3e49029ac719f0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:11 -0400 Subject: [PATCH 1051/1261] 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 105784436b00..0b4ef4d77418 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 d68ca104ddce4aad78b4a3a1eb5ef8da12af962a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:11 -0400 Subject: [PATCH 1052/1261] 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 a3e92bfa761d..d59b2bd4cfba 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 bd2d4640a8c6103234348d538baa0e7688b71be9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:10 -0400 Subject: [PATCH 1053/1261] 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 efb295af98d5..2b39d66c42bd 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 cb3a86c3d640de4e7491ccbbec088c4110545388 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:10 -0400 Subject: [PATCH 1054/1261] 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 ebcb44ffc8f2..230950c1589d 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 5ac7e814748f24de4d8cde5f109303eb24855fe2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:10 -0400 Subject: [PATCH 1055/1261] 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 51f5b4c37437..c1289802a6b6 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 012983160fde8be7480eee205641ca42893d0933 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:10 -0400 Subject: [PATCH 1056/1261] 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 343160b1fcfc..d6dc80a33902 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 a9e89238150f5bfb17edda7de1a74b2d28d7f21b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:10 -0400 Subject: [PATCH 1057/1261] 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 b418ce9224be..51117b132007 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 4b75b802690f1cae6afd079f0913bc86e8800ae6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:10 -0400 Subject: [PATCH 1058/1261] 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 dd522974e07b..8a7aa1911359 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 9e74e4510c941d0bae6864bce7c18a676a2ab317 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:10 -0400 Subject: [PATCH 1059/1261] 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 086c5cd94a78..59337f616d13 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 3baa8c7e8cdb0500237fe506064f8beeb97b4d13 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:10 -0400 Subject: [PATCH 1060/1261] 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 9ebd2671d058..8785e7fd2e60 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 340440c9962ce011e4e0abf74fcc695af54eaef7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:09 -0400 Subject: [PATCH 1061/1261] 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 3f6ab9cb745a..9a2daf9294cb 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 75ff4f7d9eca9adf6e4a7785b7f7693d54010d91 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:09 -0400 Subject: [PATCH 1062/1261] 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 c7c21380c8b2..6a643a90eaec 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 535377fbca40da18f93c4db94b553ba60e892fcb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:09 -0400 Subject: [PATCH 1063/1261] 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 92a2a5f0f0db..057971c54be8 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 04f47eac7dd296268fea94765399b355ed9f36de Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:09 -0400 Subject: [PATCH 1064/1261] 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 6a7ea1033c51..995c09070d32 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 08265676127c4bfd1a962e251096dcf782dbed94 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:09 -0400 Subject: [PATCH 1065/1261] 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 dcc3c166cd7c..e8f172a11b2f 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 2cc4cf925d47a67cc064d5b9c739d5a2d162928b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:09 -0400 Subject: [PATCH 1066/1261] 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 8a7d95c30872..536240671534 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 41c438a979feda2620cb79390275c81409b81bf5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:09 -0400 Subject: [PATCH 1067/1261] 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 e7220c736e85..f96f65d41f78 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 71714552458a8b65b4e64fbcad6392f7a450857b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:08 -0400 Subject: [PATCH 1068/1261] 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 0aa93e2f4e18..161210796b90 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 dd16d151fad64ee0515ff5b691a9f9140e81a132 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:08 -0400 Subject: [PATCH 1069/1261] 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 e55146981e14..9b7d2f6dbc90 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 912f0c861497201cefe3821459371ec1f2e07570 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:08 -0400 Subject: [PATCH 1070/1261] 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 6e9eb5283ea2..0162fbcc49e5 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 73fb2bc35c00913b7ea2b309c6561ef01be8d5e7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:08 -0400 Subject: [PATCH 1071/1261] 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 0705bb40c5a1..11e1cd50209c 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 259f7db3fc49e8b02b4b7e394e1c4ff712de8939 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:07 -0400 Subject: [PATCH 1072/1261] 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 c1529e67d28e..87b7054aba71 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 8a1fadc0dd176f241e4e29022fed6ed740043950 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:07 -0400 Subject: [PATCH 1073/1261] 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 281f97ef6dd4..e37fd1bb7925 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 1a8f89a87cfb6e2aa3f4bae4a7b7f6ec5afec410 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:07 -0400 Subject: [PATCH 1074/1261] 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 bb7eaab7ac0c..643feda78266 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 12c6a1a4727c8d32020daafcd0e27cff25922058 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:07 -0400 Subject: [PATCH 1075/1261] 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 4c67ab572afe..84991ef8aebb 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 1930b0e788d53c6c35fc60779ce9f98f6f8c46bc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:07 -0400 Subject: [PATCH 1076/1261] 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 492e1b84e062..bf85817b7717 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 fc0a9a29c3474d905d983ca16e15200ec9381a5d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:07 -0400 Subject: [PATCH 1077/1261] 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 29fd1de41353..e23defe7fbfa 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 73bb537cb72cefd1eb2b516280745edb4a8d0083 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:06 -0400 Subject: [PATCH 1078/1261] 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 11549f9f8cc3..c463d27970a2 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 661b7fb19f131185f1d720571a91c462ef8c220e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:06 -0400 Subject: [PATCH 1079/1261] 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 755fb7affbca..ce862ddae80b 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 7a515eeeb7da474920e35d270daf2eeccf47ee21 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:06 -0400 Subject: [PATCH 1080/1261] 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 05b40bb96899..7cab63f5bae9 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 d04efc1c933a84dbc842cfbb977ac3dc21b2118d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:06 -0400 Subject: [PATCH 1081/1261] 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 99da6e1cf126..094566ae5cf7 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 c807b4059be6729cc7d810db0e78fa8319f6b209 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:06 -0400 Subject: [PATCH 1082/1261] 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 aadf9f1abfcb..f722ee213bc5 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 12f93aadbf74dcc76fcf0fa26a6a6bfd17027d8e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:05 -0400 Subject: [PATCH 1083/1261] 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 1f8e22baad14..30f2c3811f00 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 46a98fff657e3d9b1b156e96bcc40cb4f581ad83 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:05 -0400 Subject: [PATCH 1084/1261] 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 79a6956a5369..bfe4170c168f 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 40eb67ff87070331536bdab008cca652fbb2fe38 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:05 -0400 Subject: [PATCH 1085/1261] 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 998437288504..2db17e7b87a6 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 bc846d815ee5521a2fc130c507d55f807d0edbc1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:05 -0400 Subject: [PATCH 1086/1261] 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 8be3b7363730..9b15bdced467 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 6686dc7b33fb05f1e8fc64041645e80aee591248 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:04 -0400 Subject: [PATCH 1087/1261] 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 fc69bd9af9c9..840077229cfd 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 411692741d31262d6c7822b39ece58bb33e79c8f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:03 -0400 Subject: [PATCH 1088/1261] 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 a8bb2d08e09a..aeb259d8da98 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 96484798f3bd5be506cde5a0c99ffd40b35e5f61 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:03 -0400 Subject: [PATCH 1089/1261] 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 cadd335b30e3..59c5fee76145 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 5475f09052549a0895bb6a4f03a8ca53c13e8c5b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:03 -0400 Subject: [PATCH 1090/1261] 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 d75d64820327..6bf452268258 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 0b063c0c20e55f576b74da6b3770d2ddf8357c00 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:02 -0400 Subject: [PATCH 1091/1261] 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 761668125905..321736e4f059 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 77b41089229d5d9deeb25fbcef70ab6dc72f0aea Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:02 -0400 Subject: [PATCH 1092/1261] 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 465a3f96f50c..ad3a6e0621a9 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 459974a9cb3032e51633ef08ade60d5e7fab8e30 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:02 -0400 Subject: [PATCH 1093/1261] 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 7d909bf84916..aaaf6f3e344c 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 d39cf00f32155930fcf83474ec6a6f5f5f849693 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:02 -0400 Subject: [PATCH 1094/1261] 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 c5f4246935d2..6b26f261b7ff 100644 --- a/srcpkgs/legendary/template +++ b/srcpkgs/legendary/template @@ -1,7 +1,7 @@ # Template file for 'legendary' pkgname=legendary version=0.20.10 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-requests python3-wheel" From 6ca9f1e0e17aec824caefed5a619625c05a66b67 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:01 -0400 Subject: [PATCH 1095/1261] 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 02eaefea8b3b..61f4e119c18c 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 fead06a51a9f0accf59a684fd46659423c6abdc6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:01 -0400 Subject: [PATCH 1096/1261] 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 bca330f75ece..1e3ec253c1db 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 e24510c708e41fa84ae7b0ec212ccdb9af243f9c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:01 -0400 Subject: [PATCH 1097/1261] 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 16f5089a29aa..a31240ff2766 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 3f8668defcbed6f937dd1a48936110de6c003efd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:01 -0400 Subject: [PATCH 1098/1261] 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 2146ae3ae771..218ca869da6c 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 c0e9952c54b30cfee1d2b6cea70f365db8d7cff1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:01 -0400 Subject: [PATCH 1099/1261] 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 cf752b7a7c5e..21624d892634 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 7d2be8ceb1b2d1dcf69d1f07ad632d8eaf23de85 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:01 -0400 Subject: [PATCH 1100/1261] 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 850b573e6547..41c5ce3c48d6 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 4bcd96df2230504b6d661b420ad2891498d55e78 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:01 -0400 Subject: [PATCH 1101/1261] 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 cdbaa5b0b6f1..0908934ef0b1 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 634aa0e3456bf7bf6a536708e903b1495c7aca71 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:00 -0400 Subject: [PATCH 1102/1261] 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 37c3a880b2a5..91143e91002c 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 8779a0622b3b918863e71d8703e39a7f69805f1a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:00 -0400 Subject: [PATCH 1103/1261] 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 6d2f53fd0e60..7032a51085fb 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 f46b8ebb8a99823aa0557ddb7d6f68828d69a9ba Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:00 -0400 Subject: [PATCH 1104/1261] 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 467ce72d8219..5c5378e4415a 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 69868d018cbef1869fbec7ba1a10bb4db956d623 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:00 -0400 Subject: [PATCH 1105/1261] 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 cd21f1e8463f..8914dca25600 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 65bdee2a4c19141bd18bb382ad74f7e9078cfb8f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:00 -0400 Subject: [PATCH 1106/1261] 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 25210d5aa7ed..b6ea40ee345e 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 43a565d2a54702df0b829ec812a49faeb9e50183 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:00 -0400 Subject: [PATCH 1107/1261] 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 84a9f7886162..91eb75cffa62 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 c6c1d1f1bf02108356c1eb9b85fafbb15eb40af3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:59 -0400 Subject: [PATCH 1108/1261] 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 84352b21d46b..fe0117bb2aff 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 1acd1e71cee2fe0bdbc7e2449a998c344bd057d4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:59 -0400 Subject: [PATCH 1109/1261] 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 3a94d0339ec4..9e968e0a7975 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 015576e04d2b41441df5b5387ac0e94921dbe5b9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:59 -0400 Subject: [PATCH 1110/1261] 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 42eb463d4359..4d285b15e821 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 68a9b508572c65dc2ff68d1d664e64d5b1ac7678 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:59 -0400 Subject: [PATCH 1111/1261] 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 000000000000..ea4ab9679de6 --- /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 45cf97545ef7..ddabff2a4e74 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 9fcb6c051c8c5c3b760729c7a7d32bfff7266a9d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:59 -0400 Subject: [PATCH 1112/1261] 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 381de5c102b5..35e1d87c683c 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 2a5f0c4b40c85f7f639f819c0a2bfffe102d38e3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sun, 26 Sep 2021 15:11:22 -0400 Subject: [PATCH 1113/1261] 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 2145f5d0e41c..49675ff3d6a5 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 43bbe454786b4c54638b7a6589afe9c269b735b9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:59 -0400 Subject: [PATCH 1114/1261] 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 451e75fe6825..b8af1fcbd260 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 c97c592596d2c61d6acc5e946f3d975facd7cdbc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:59 -0400 Subject: [PATCH 1115/1261] 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 1a9a418a42b0..28847684d9d2 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 85751a50432620d1f935f1a8a9a2c9c7c65056b1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:58 -0400 Subject: [PATCH 1116/1261] 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 397508c55a3f..c6bc1a9b0df2 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 226d0c71c06a9fbaea50ca0ee7f433c3989afac7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:58 -0400 Subject: [PATCH 1117/1261] 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 5fcb79e3e351..3ac29c532c64 100644 --- a/srcpkgs/hivex/template +++ b/srcpkgs/hivex/template @@ -1,7 +1,7 @@ # Template file for 'hivex' pkgname=hivex version=1.3.21 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-ocaml" # currently ocaml is broken hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy" From 335aeff9e61ecd177b0e2925878570a72f0fe4cc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:58 -0400 Subject: [PATCH 1118/1261] 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 ded693e7942d..37ef7e6b91ee 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 4abbc4d09ef73729cefefac3e16fa941b2e0a0d3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:58 -0400 Subject: [PATCH 1119/1261] 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 c5fe0aeed1dd..1b08f6cce973 100644 --- a/srcpkgs/hangups/template +++ b/srcpkgs/hangups/template @@ -1,7 +1,7 @@ # Template file for 'hangups' pkgname=hangups version=0.4.12 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-MechanicalSoup python3-readlike python3-ReParser From bb4603a6f8ec3fa7e460544681b74deee7a898ae Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:58 -0400 Subject: [PATCH 1120/1261] 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 086b6c614c1f..1296fad6081d 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 962a1c7e4f5e0b22f381462c7b00be9bb0f034bb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:58 -0400 Subject: [PATCH 1121/1261] 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 6a64fd01e6ce..1bb258ebecdd 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 b7f4a72935385827984d1365a79b0b4de255f3ed Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:58 -0400 Subject: [PATCH 1122/1261] 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 6495bd7b1488..9f658f58c0a7 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 a4d84a0236ce11ef5d4a7ef8a798c23ef658d2ba Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:57 -0400 Subject: [PATCH 1123/1261] 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 9fbc1895da95..940564e72324 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 86b8c69849f878ada4573bf4b186fbfb16f7d353 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:57 -0400 Subject: [PATCH 1124/1261] 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 c226f70829d2..23c381d5df4c 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 2c224feea1b22b2f6f8aff1700bdc5a1eb48e197 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:57 -0400 Subject: [PATCH 1125/1261] 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 d305add95a92..9f463998c276 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 61f71a2d1cfb680d2879157309d435fb85e5ff8e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:57 -0400 Subject: [PATCH 1126/1261] 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 4900eb028771..cc5b632ff166 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 3653396ae8047959fe9016321284e1f7accb5459 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:57 -0400 Subject: [PATCH 1127/1261] 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 7d48b12e679d..2c4d0f3cd3a2 100644 --- a/srcpkgs/gramps/template +++ b/srcpkgs/gramps/template @@ -1,7 +1,7 @@ # Template file for 'gramps' pkgname=gramps version=5.1.3 -revision=1 +revision=2 build_style=python3-module hostmakedepends="pkg-config intltool python3" depends="gtk+3 python3-gobject python3-bsddb3" From 92ab94c2c6dbf01bb15a30e2a178ce92bf0da9cd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 25 Sep 2021 23:14:46 -0400 Subject: [PATCH 1128/1261] 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 b1b6597b1ef9..9cab32fcf3ee 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 ea1e51d304149a2460ffc9f69baf0c2b6040e33d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:56 -0400 Subject: [PATCH 1129/1261] 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 caf54726953d..738464c61ca0 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 3c3c6eff3c101a910812615874e5d5fc3bbcf845 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:56 -0400 Subject: [PATCH 1130/1261] 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 b940415f40f5..dd323bde4252 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 e540d26f2e381e7721bbb66b72d82a0bbe32d200 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:56 -0400 Subject: [PATCH 1131/1261] 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 4ffd643d2726..4da5c54e812e 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 3f66ffb8c8c8538c836ea99f69c17e8b845a5c32 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:56 -0400 Subject: [PATCH 1132/1261] 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 6299e7c90b02..f0d91aa1c8d2 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 afd7282a8b84d1e52a50fdcfc39e34b65e330ed4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:55 -0400 Subject: [PATCH 1133/1261] 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 4309553e29cc..00e63e7282ef 100644 --- a/srcpkgs/gnucash/template +++ b/srcpkgs/gnucash/template @@ -1,7 +1,7 @@ # Template file for 'gnucash' pkgname=gnucash version=4.6 -revision=2 +revision=3 wrksrc="${pkgname}-${version%b}" build_style=cmake make_check_target=check From 2e2ab905945f0be12f5b4d178202a2d9ee17cd1d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:55 -0400 Subject: [PATCH 1134/1261] 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 6e06a4d09423..040a420f23f1 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 da205bfca8199589831a95b68ec3deeef938070f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:55 -0400 Subject: [PATCH 1135/1261] 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 4dd514ad4614..269b0c64beac 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 83d7b2f8b1fa7ca73f2d7659a184e7fd5742acc2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:55 -0400 Subject: [PATCH 1136/1261] 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 10e7a38cf566..8f7a3eda15d2 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 065d08ef4533751aa4d4aad02a8b51044542d3a7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:55 -0400 Subject: [PATCH 1137/1261] 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 557d99219750..fe91bcd9ed23 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 ae0b209d117d8c06fb483f94d87b24bff80a2dd0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:55 -0400 Subject: [PATCH 1138/1261] 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 c0adaedb4d99..7a53e1d218ad 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 f780089f0e5d6e7b1ec3fec9878b2f4df6b6bb62 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:55 -0400 Subject: [PATCH 1139/1261] 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 f704e3e08049..b9674abfac2c 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 0482da996b4d4cf2e15ef6a05d66c3410884e9e3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:54 -0400 Subject: [PATCH 1140/1261] 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 8c55060aa4ae..f63c6106f6c1 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 3775505f431656d4ba4bd7a8aba65af9eb4bcc7b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:54 -0400 Subject: [PATCH 1141/1261] 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 ad0cc8cc6f20..a3ce20126d78 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 17595567f66b5545924337f820a93e742d5afa58 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:54 -0400 Subject: [PATCH 1142/1261] 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 e1bd1ee9e443..415bc5355576 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 e4e42d7b807626f52247872ddd4cf7e961673c05 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:54 -0400 Subject: [PATCH 1143/1261] 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 abeffef69647..f7814f03d996 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 732319acca810270d23f35dc758d79dce7b4b949 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:53 -0400 Subject: [PATCH 1144/1261] 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 e309a6a1462f..2f8f671038da 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 1e98306b171a445fc8ca00b3e91a47b2b99e17bf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:53 -0400 Subject: [PATCH 1145/1261] 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 7dcf2bd5615c..2b49ac622aa6 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 ed83f5700268cae45fe2249f6db4a8373ec9588e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:53 -0400 Subject: [PATCH 1146/1261] 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 5993feca1024..8f97599d2408 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 717cafe761f7952be1d523f1f39be26ffd86b3be Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:53 -0400 Subject: [PATCH 1147/1261] 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 7755fee8bb20..073dd6f75fe1 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 8f0e4d189bb3c52861649fde7d82e59a3eb1f36c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:53 -0400 Subject: [PATCH 1148/1261] 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 2716e0272b6a..29a7e26276e6 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 acd12312fc0ca58d07d09354a307a04e5ae2ed28 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:53 -0400 Subject: [PATCH 1149/1261] 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 fdb4d4b14e60..046960af9469 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 58e86f04fea5c2bad3e1aded6878408c02c6e848 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:53 -0400 Subject: [PATCH 1150/1261] 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 ddad320d93a7..9f4fdba8dd38 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 a01b0141d78ede898a1109359a8cdbf8e60e4d99 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:52 -0400 Subject: [PATCH 1151/1261] 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 176f42ef6d5d..fdbd5eeeb831 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 67a2f61526e9ceade31bcd37d106a93ec25525df Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:52 -0400 Subject: [PATCH 1152/1261] 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 ed5f8f388b66..c7c4d159723b 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 37d6a05f86a6dee17b9da5ff3eb9665125882345 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:52 -0400 Subject: [PATCH 1153/1261] 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 e2b19518da59..bc9cc3b8b69f 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 0c400914d87a93b833c7552ff8fe34b5277e608c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:52 -0400 Subject: [PATCH 1154/1261] 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 0f3e294b827a..cb13a9d12628 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 63fd0bff3c626a007a6b1da584f1187aa6197706 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:52 -0400 Subject: [PATCH 1155/1261] 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 1350627bba16..71cbc44cc7d7 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 62d6481dd60627e5014fcbe38314df6f55722629 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:52 -0400 Subject: [PATCH 1156/1261] 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 b03e346a9b5a..1a12e16e3a97 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 b498b7b8c9b43f6a0c5aefd36cac90dee4c1b8e9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:51 -0400 Subject: [PATCH 1157/1261] 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 910f31626acb..a6562ecc88b4 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.18.4 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-requests" From 4c440a25e81e74b10d1f7fd9d27353608aef38ad Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:51 -0400 Subject: [PATCH 1158/1261] 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 b96e2f04720b..c3db8f995fcd 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.13 -revision=1 +revision=2 wrksrc="omemo" hostmakedepends="unzip" depends="python3 python3-setuptools python3-cryptography python3-axolotl From c0cd53c315a6964e4424f032db6eaab293a6113b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:51 -0400 Subject: [PATCH 1159/1261] 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 808601ff4973..664313adf10e 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 b7eabe9d1e9ea27c6aa8c79ee113b732175e22d0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:51 -0400 Subject: [PATCH 1160/1261] 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 37bfc09176c4..20fd819e49b0 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 19ee0abb7d2743eeb3dd5000eb6db031a4f57dc9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:51 -0400 Subject: [PATCH 1161/1261] 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 a11272680797..baa80234b2f1 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 fa21d3ed5829a6834490094999bee8e3cb2a0425 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:51 -0400 Subject: [PATCH 1162/1261] 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 4146889c9d45..a0237d4fe6e0 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 66c6075dd2d078548c8872393980b93bde0e8b4d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:50 -0400 Subject: [PATCH 1163/1261] 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 e4fac93a22e0..cf92b29b69e2 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 e34f79d1473a736aaa009216a2dd85ea2798b868 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:50 -0400 Subject: [PATCH 1164/1261] 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 31e4741929e5..eec2e71b290a 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 b7ab667ddab3ebda71b40429ac42d0c0167324d4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:50 -0400 Subject: [PATCH 1165/1261] 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 bfda3ee686ca..91fa37c38b41 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 f3966b2d3e13..2e4fc10d2079 100644 --- a/srcpkgs/fetchmail/update +++ b/srcpkgs/fetchmail/update @@ -1 +1 @@ -ignore="*.*.*.beta*" +ignore="*beta* *rc*" From 6268151869c9174db590372c63a603b3d127334d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:50 -0400 Subject: [PATCH 1166/1261] 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 d14e25c39974..9b0f83e540b9 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 20f03f68984192e5f6ba50dbb163ff57e1c31f64 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:50 -0400 Subject: [PATCH 1167/1261] 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 4abc63302393..0498ef9672af 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 a18b20097c9af305f3a49c702f1d078b7af2aa49 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:49 -0400 Subject: [PATCH 1168/1261] 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 e65f2f63ac98..08543bff0fae 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 6e65eee2c810958d5364102ed79df3620413f41f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:49 -0400 Subject: [PATCH 1169/1261] 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 f0fc6cd756d7..61f80e57df96 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 e14879cfa961c651756d9cedd814bebba48b46f9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:49 -0400 Subject: [PATCH 1170/1261] 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 0d305be48b63..02983edebec0 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 c89db2e1625d44d7dc1bb8e13769238cec0f2701 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:49 -0400 Subject: [PATCH 1171/1261] 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 4249e3426296..52c0f08d2f45 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 18e37644e09e4b74d81ca49d96e6167c21ca9071 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:49 -0400 Subject: [PATCH 1172/1261] 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 694564da7121..dd9e0f1fc44c 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 ba16fa018754ae53aab2e65c6b23985bc017db88 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:49 -0400 Subject: [PATCH 1173/1261] 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 d62c43b5fa14..c679e5a4d8cb 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 16b1aa66cdadd89d1fd33fbe915cbe84107df97b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:49 -0400 Subject: [PATCH 1174/1261] 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 91200e0c3402..59575350f955 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 6ea4a6e121558f417954bced742243cacddab347 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:48 -0400 Subject: [PATCH 1175/1261] 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 5e1f8b2c2da1..ae797a42f10f 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 ce0a7bcbcec305b71947c9cdb37e3bd680f4cb6e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:48 -0400 Subject: [PATCH 1176/1261] 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 40e5f8efa056..7098a587a79d 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 a18ea99b0be578eb4be294f81718e130b17f3168 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:48 -0400 Subject: [PATCH 1177/1261] 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 83bc4bb45d43..f9fc5ab5e0b9 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 f198941a580d2a1900fdb2bb9455a1ce86cfe666 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:48 -0400 Subject: [PATCH 1178/1261] 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 ddbef482d17a..c5867ba38588 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 df6a7267944a2e1aac2318101bde536fb9ab327b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:48 -0400 Subject: [PATCH 1179/1261] 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 31b4f58e84bc..4766512fa501 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 91e201c0849dcdf037a68ae06d0c8059907338df Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:48 -0400 Subject: [PATCH 1180/1261] 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 4f4d0ad1041c..3b740e30b456 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 e6a39cc2cc0abaf2630e51297036dba7aeb87f61 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:47 -0400 Subject: [PATCH 1181/1261] 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 685ac7435442..f3229ed60680 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 e8fbbab3429e13ff02249a32f1d2300a0366e6d5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:47 -0400 Subject: [PATCH 1182/1261] 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 7deb5f64686c..c4a4b18fa633 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 6d32de6ea592c16da76c97ac44c51e7862ee80f3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:47 -0400 Subject: [PATCH 1183/1261] 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 321b41b8b767..5d924c7ab3a4 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 0bb2763818d341ec613ed26e50118d42a34d7e27 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:47 -0400 Subject: [PATCH 1184/1261] 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 d3f05ee1d5f8..a938acfca0bc 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 0e572a445ac2fb6991810ba95aa0645fa4f072e7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:47 -0400 Subject: [PATCH 1185/1261] 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 e721c7a705fd..7a143a8b69a8 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 eea20d3697c0a7ca86c5214df018789b06e52f9b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:47 -0400 Subject: [PATCH 1186/1261] 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 9646c772b766..9ce405632116 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 abd268b61ee01c238260a49b7733825e5b2e40e6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:47 -0400 Subject: [PATCH 1187/1261] 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 40173d4608a4..56d44d714105 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 a01b3654068bf45dfc6bfd6d5d513e2249a825db Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:47 -0400 Subject: [PATCH 1188/1261] 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 7fcf83644d13..918b5ae132f9 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 62a09f7fb5751c8dd1f0bc21dc87ae0b34013bb3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:46 -0400 Subject: [PATCH 1189/1261] 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 c9f68933e756..1807efc4a43f 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 5984aac02207adfe118b27d000ede5f287192e8d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:46 -0400 Subject: [PATCH 1190/1261] 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 b1675ff9cda3..7b02b6898bf3 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 157e47cbc24fcfc3e3b1719ff72ca53c8401038d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:46 -0400 Subject: [PATCH 1191/1261] 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 53e5e6bb3d2c..011d28c09913 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 55747b9b1906527c8ab64e04492908973afde461 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:46 -0400 Subject: [PATCH 1192/1261] 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 a484d1a54a0d..9c569678e49c 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 16faafef057df2308f97eb9a020fc23337c515a7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:46 -0400 Subject: [PATCH 1193/1261] 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 cd6dd8f57813..d2757dd67af1 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 f5862eb5c1fdc643d5136188cc78239e351e6d3f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:46 -0400 Subject: [PATCH 1194/1261] 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 0b4e37bf5903..79b573a82124 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 93ee97ef93b8a0b652489cd21d4a13c7d2063e89 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:45 -0400 Subject: [PATCH 1195/1261] 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 3fad7126c701..9ab51e8d1d87 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 5cdbccc570de8f37db99f77bd79cfc3c7df7ce9b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:45 -0400 Subject: [PATCH 1196/1261] 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 165458ac7da5..f9cc54f120f2 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 7bd969359863374d4daad96d1253fbb9f268cbca Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:45 -0400 Subject: [PATCH 1197/1261] 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 244f7fa37a71..bdcf87a5b7c7 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 77deafd73f989ad5163da7c6377185b1dc675a0f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:45 -0400 Subject: [PATCH 1198/1261] 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 c07499208f81..8c28f0475912 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 7490eee10d9d160da59908778f2e30b9121e3cd0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:45 -0400 Subject: [PATCH 1199/1261] 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 760e18cc4671..ac2400bf7141 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 ac0682abf0bdf4e9b732a5306e27687f3004577f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:44 -0400 Subject: [PATCH 1200/1261] 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 7f27e3317fc4..e67d90b86046 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 6a5e8382e9927c176b699a330f1adeddeb081d42 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:44 -0400 Subject: [PATCH 1201/1261] 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 42836d29f985..9c5170152d9c 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 920718502e3a8b0f784071b8b16bd12ba3e6f704 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:44 -0400 Subject: [PATCH 1202/1261] 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 d813120d88ba..d70de50c1acf 100644 --- a/srcpkgs/castero/template +++ b/srcpkgs/castero/template @@ -1,7 +1,7 @@ # Template file for 'castero' pkgname=castero version=0.9.3 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" # taken from https://github.com/xgi/castero/blob/master/requirements.txt, From 65d9ff4ba5518c074418899b5ba5f9ca1ae0aa6b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:44 -0400 Subject: [PATCH 1203/1261] 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 b67f9f284f5b..c3054b8c02f2 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 016f1745dbf188b964ed2b06e1ff5e2b0d143a09 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:44 -0400 Subject: [PATCH 1204/1261] 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 24a3cc318095..ca67b163c58c 100644 --- a/srcpkgs/calibre/template +++ b/srcpkgs/calibre/template @@ -1,7 +1,7 @@ # Template file for 'calibre' pkgname=calibre version=5.26.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 78e6d3a59c157b7dfd11078c717189f466087ed7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:43 -0400 Subject: [PATCH 1205/1261] 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 32457494a085..62137ba83adc 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 0de9a2fa7f020be4066732883c70eaeb3feac6ab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:43 -0400 Subject: [PATCH 1206/1261] 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 3057a24c40c4..ab235226ff32 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 47992df0e30323d97b5513ad22ca34fffa791074 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:43 -0400 Subject: [PATCH 1207/1261] 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 b429ab1f0fcb..35ec773b9f11 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 8e945cc8584f9130be54b2aebc8719813ea40bd9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:43 -0400 Subject: [PATCH 1208/1261] 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 786c1b0663c1..072bbcd1bc84 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 83112afe06a4a38027af5de91ecb35c0fe4dca21 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:43 -0400 Subject: [PATCH 1209/1261] 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 5d11f493717d..ba85ad35b747 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 7cc9fc94c99f362dbe1cf0c0a21f69eb8978e00b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:43 -0400 Subject: [PATCH 1210/1261] 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 061a8af95c10..a03de8a7d406 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 21cfcae1e05aa327f319defa0dc749124a71bbb0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:43 -0400 Subject: [PATCH 1211/1261] 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 d2e6ffb9ccda..282bceabd3ce 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 85a7c87184f6dd118a50ac22625b6c0153818b7b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:42 -0400 Subject: [PATCH 1212/1261] 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 5785f227ee77..cc5e6acd70af 100644 --- a/srcpkgs/borgmatic/template +++ b/srcpkgs/borgmatic/template @@ -1,7 +1,7 @@ # Template file for 'borgmatic' pkgname=borgmatic version=1.5.10 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify From 0856b7bcf6fb91e21f54145436f1950fbec7c3b0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:42 -0400 Subject: [PATCH 1213/1261] 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 62cd9d2116a3..8e8281a9e9f1 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 5297c98013ef3dcd1c3e8778d6f6b1a549d98936 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:42 -0400 Subject: [PATCH 1214/1261] 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 70d3bf1f3c90..36e8644e5bcd 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 3d64fc2755172eebf4fc4630f996a62d61c8f46f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:42 -0400 Subject: [PATCH 1215/1261] 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 62c17b4e8915..44e1a016185e 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 6e9d7d330e46687af11477b73737e366da3d30ca Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:42 -0400 Subject: [PATCH 1216/1261] 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 af946c2b7999..024a132f1edb 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 2e38962a32b901f772e93a1dc7a25e983e630d48 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:42 -0400 Subject: [PATCH 1217/1261] 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 8cb7401b808e..fa86a6d48c24 100644 --- a/srcpkgs/black/template +++ b/srcpkgs/black/template @@ -1,7 +1,7 @@ # Template file for 'black' pkgname=black version=21.8b0 -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 ed07474499f52027d75cbf51d455d8e61ff735a1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:41 -0400 Subject: [PATCH 1218/1261] 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 8dfb44bf88ad..adb2acc85cc8 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 1b6340e3d3d1f24251bd47a7cea2eaf2e96a8f79 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:41 -0400 Subject: [PATCH 1219/1261] 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 bb6561f4e660..60c9b746d3fe 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 5208909cb639ce9d839bbcac8bfac7361e952e0b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:41 -0400 Subject: [PATCH 1220/1261] 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 928134763817..d663eec211e4 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 50c91e2f3112f0f2a4112ede20dd47a2c07d0c13 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:41 -0400 Subject: [PATCH 1221/1261] 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 b37ea7673f6d..f1839a1b90c7 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 3de38ca6110b6725d6640344aafdd32375c54706 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:41 -0400 Subject: [PATCH 1222/1261] 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 bffca03f61fe..00e403f55fee 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 028259c31fe9ab4f2286084d39138f8f52097d33 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:41 -0400 Subject: [PATCH 1223/1261] 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 3a2d55d3d708..92deba3aa229 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 8d04f46d06489caedaf41b267418245b73e5ed85 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:40 -0400 Subject: [PATCH 1224/1261] 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 8feaca3d4ad0..01ede3d4e3e4 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 4878c9cc7133eb97d3d0fad4788d6ea139365496 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:40 -0400 Subject: [PATCH 1225/1261] 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 8ead2d8ff4a3..67550003bd47 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 2cb7f3a92883f4df62c6de5453fd8ad829e17930 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:40 -0400 Subject: [PATCH 1226/1261] 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 73d9f9ac7456..70d92ec38b5d 100644 --- a/srcpkgs/avr-gdb/template +++ b/srcpkgs/avr-gdb/template @@ -1,7 +1,7 @@ # Template file for 'avr-gdb' pkgname=avr-gdb version=10.1 -revision=1 +revision=2 wrksrc=gdb-${version} build_style=gnu-configure pycompile_dirs="/usr/share/gdb/python" From f38f7d8b4af15a54829f3c512d11376edb0202f5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:40 -0400 Subject: [PATCH 1227/1261] 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 17637289aac5..ca74d42c3240 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 6ff752a7ed163c177ac78bd02d689b15d55772ee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:40 -0400 Subject: [PATCH 1228/1261] 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 a325fdf2f703..437d2a955294 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 ec8e880d067fb2010c356ad69e7d1f32f17d8529 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:40 -0400 Subject: [PATCH 1229/1261] 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 35977a529482..381455156586 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 ef15a66a77987ba7c0a02ec0afec8d39ceb1d9a6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:39 -0400 Subject: [PATCH 1230/1261] 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 cf584e77be0d..c8d97dc32df8 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 84aa80cb6f604bf25aee6b74e63351fb1fc5b901 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:39 -0400 Subject: [PATCH 1231/1261] 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 ca21e6078189..f21f32725d0d 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 5551e2bcfee104327c57479b24a424535d85395b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:39 -0400 Subject: [PATCH 1232/1261] 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 153c0341edcb..2a52e536f94b 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 0e45efd4e32f45400a1d9178b8d72a9547309ed4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:39 -0400 Subject: [PATCH 1233/1261] 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 57a1ea9d7cfc..dd608d6e935b 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 62305fa5949e48e699aed2c19311e18dccdaf39a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:39 -0400 Subject: [PATCH 1234/1261] 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 ab02261cb795..dc77641f3c15 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 5c08e94bd6a7ca7302cf509c89c996c40ae5705c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:39 -0400 Subject: [PATCH 1235/1261] 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 63a3e256df33..69e39f1bff62 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 57db7cc7b6db0df8a523ed877b9da81f2f30df88 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:38 -0400 Subject: [PATCH 1236/1261] 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 96b6b6604ba8..fa126e31db38 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 fd4032251060e988786e3c45d2c91ca71034beb2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:38 -0400 Subject: [PATCH 1237/1261] 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 831b24deb8b4..69db144f617a 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 759bba93413c6b93bf3fd76d70e029c86da6c23c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:38 -0400 Subject: [PATCH 1238/1261] 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 cb3dc5f6e75f..c77f2e33cdc3 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 ba244a261d61e6854942f60a13764e459b92c550 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:38 -0400 Subject: [PATCH 1239/1261] 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 a8ca1dac5b14..2b66b5c5e18c 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 3cef7e0b390fa70d5e593692afb5ea4a834b327b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:38 -0400 Subject: [PATCH 1240/1261] 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 39a8c31c904e..b5fbfed27af1 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 d21733cec7809220a39bf896801439b3b6c970a3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:38 -0400 Subject: [PATCH 1241/1261] 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 5c97aec18624..fe556186d503 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 65e0c79be31fc5068ef6c410056118b88142f2e4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:37 -0400 Subject: [PATCH 1242/1261] 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 393cede0f0ae..689322c13dd9 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 d99820d091a356440d1db90bdd39d57e29d460ee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:37 -0400 Subject: [PATCH 1243/1261] 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 d7fc6f96c865..100044f19d08 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 93da3094d417864d6ef182ffab8948ead453e0ba Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:37 -0400 Subject: [PATCH 1244/1261] 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 c6df686f3ede..aff08cf33e23 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 d870dfa07916a9a45f5bda262ad774e6f912427d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:37 -0400 Subject: [PATCH 1245/1261] 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 964603cf90c7..4e8ec2cb7ef5 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 37a0415006a8c8ed7b94d15b93457b2c5bd5f4e5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:37 -0400 Subject: [PATCH 1246/1261] 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 805bd8245f9d..155dd156a06a 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 aeb89cb2f664ef29b8db163987a7b5b6fc19526d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:37 -0400 Subject: [PATCH 1247/1261] 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 0bf83bb6b6d5..64f86854a286 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 8f76f2000d86fffa7b224f5280402c068e670e09 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:36 -0400 Subject: [PATCH 1248/1261] 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 7ab2405a01b8..5d550b465c26 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 3193afbb96f191c3a66b57866dba7033c5eb5980 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:36 -0400 Subject: [PATCH 1249/1261] 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 94d81e5f18ad..fda54f3c4ff0 100644 --- a/srcpkgs/Komikku/template +++ b/srcpkgs/Komikku/template @@ -1,7 +1,7 @@ # Template file for 'Komikku' pkgname=Komikku version=0.32.0 -revision=1 +revision=2 wrksrc=Komikku-v${version} build_style=meson hostmakedepends="gettext glib-devel gobject-introspection pkg-config" From 33f164b65fd12cd87b74a60bd4049e307d483a02 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:36 -0400 Subject: [PATCH 1250/1261] 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 9348beebb755..ead50b056cc1 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 8157bb6ea065a06bf18d6d7dc4ebf65e34f06f8f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:36 -0400 Subject: [PATCH 1251/1261] 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 20a8e18e2c49..0e5265f3a92d 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 148e5c593e616852051ef6b550595f2be0802efe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:36 -0400 Subject: [PATCH 1252/1261] 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 0c656d3566eb..6741fc8bae37 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 b8d934bbaad2479afa35d4e41b0a856119154fd1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:36 -0400 Subject: [PATCH 1253/1261] 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 701fd0ea30f7..7ab456abe988 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 a302d27ee9b38d663988ba146e50711131235330 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:44 -0400 Subject: [PATCH 1254/1261] 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 7f932efc02e7..000000000000 --- 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 10087f3f805c..000000000000 --- 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 a6fa3d7cd378..000000000000 --- 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 722fae54eb61..000000000000 --- 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 9fae15bc231f..000000000000 --- 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 15bc2ccae74e..000000000000 --- 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 7f932efc02e7..000000000000 --- a/srcpkgs/libcaribou +++ /dev/null @@ -1 +0,0 @@ -caribou \ No newline at end of file From 791c13350732849ad55f4e5f8c4b25377a5ffb04 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:34 -0400 Subject: [PATCH 1255/1261] 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 4ef6a709dcfd..000000000000 --- 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 7c8bd3bcaadf5faa650c9515d2fbb722679af8b6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:43 -0400 Subject: [PATCH 1256/1261] 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 2feb64200f16..000000000000 --- 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 a8852db66237af67b018f327f1751373d7f0f83e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:59 -0400 Subject: [PATCH 1257/1261] 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 2e322329db62..000000000000 --- 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 9b6094917868d071045464950793a0ab2c39227f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:00 -0400 Subject: [PATCH 1258/1261] 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 6ee30b924547..000000000000 --- 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 219b3c76f155..000000000000 --- 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 2cd5153745f7cb9803bf514fcc9759784799661d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:17:12 -0400 Subject: [PATCH 1259/1261] 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 d9dd189ffaa6..000000000000 --- 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 52ad4df60276bae1d5b97792b3c0f3247b48a0ed Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:14 -0400 Subject: [PATCH 1260/1261] 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 5e15a6ffac13..000000000000 --- 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 62240a020148..000000000000 --- 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 f01cce9b7e85..000000000000 --- 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 8bf0ec270333..000000000000 --- 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 20a7f5589677..000000000000 --- 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 f6822b5e068875b8c2ab5f9f696d2b8c1c3857cb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 25 Sep 2021 23:00:41 -0400 Subject: [PATCH 1261/1261] 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 4cef0c4f648c..03a99aa3336f 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