From 589bd0f4023274534ea0ff63986613c5b474109d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:27:37 -0400 Subject: [PATCH 0001/1111] python3: update to 3.9.0. --- common/environment/setup/python.sh | 2 +- common/hooks/pre-configure/02-script-wrapper.sh | 2 +- common/shlibs | 2 +- srcpkgs/python3/template | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh index 3469fe070a9..993cf3587a1 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.8" +py3_ver="3.9" py3_abiver="" py3_lib="usr/lib/python${py3_ver}" py3_sitelib="${py3_lib}/site-packages" diff --git a/common/hooks/pre-configure/02-script-wrapper.sh b/common/hooks/pre-configure/02-script-wrapper.sh index 187e9c6f45f..5e26abfe231 100644 --- a/common/hooks/pre-configure/02-script-wrapper.sh +++ b/common/hooks/pre-configure/02-script-wrapper.sh @@ -209,7 +209,7 @@ hook() { generic_wrapper3 libetpan-config generic_wrapper3 giblib-config python_wrapper python-config 2.7 - python_wrapper python3-config 3.8 + python_wrapper python3-config 3.9 apr_apu_wrapper apr-1-config apr_apu_wrapper apu-1-config } diff --git a/common/shlibs b/common/shlibs index 36efd174d6b..79461e8f481 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1779,7 +1779,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.8.0_1 -libpython3.8.so.1.0 python3-3.8.0_1 +libpython3.9.so.1.0 python3-3.9.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.25.28_1 diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template index 85146d8341b..299e64ba76f 100644 --- a/srcpkgs/python3/template +++ b/srcpkgs/python3/template @@ -3,7 +3,7 @@ # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python3-tkinter". # pkgname=python3 -version=3.8.6 +version=3.9.0 revision=1 wrksrc="Python-${version}" pycompile_dirs="usr/lib/python${version%.*}" @@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford " license="Python-2.0" homepage="https://www.python.org" distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz" -checksum=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a +checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854 alternatives=" python:idle:/usr/bin/idle${version%.*} From 2764d5f315173a04434c8985fa3073c22e29c650 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:27:53 -0400 Subject: [PATCH 0002/1111] python3-tkinter: update to 3.9.0. --- srcpkgs/python3-tkinter/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template index 0957e3632d7..b27d2cacd2d 100644 --- a/srcpkgs/python3-tkinter/template +++ b/srcpkgs/python3-tkinter/template @@ -7,7 +7,7 @@ _desc="Python programming language" pkgname=python3-tkinter -version=3.8.6 +version=3.9.0 revision=1 wrksrc="Python-${version}" pycompile_dirs=" @@ -22,7 +22,7 @@ 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=a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a +checksum=9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854 pre_configure() { # Ensure that internal copies of expat and libffi are not used. From 61a9570b48e3969ef3f8765652010b5bff77df10 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:37 -0400 Subject: [PATCH 0003/1111] Grammalecte: rebuild for Python 3.9, drop noarch --- srcpkgs/Grammalecte/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/Grammalecte/template b/srcpkgs/Grammalecte/template index 00e2bbb34a8..ed8a6b5afb7 100644 --- a/srcpkgs/Grammalecte/template +++ b/srcpkgs/Grammalecte/template @@ -1,8 +1,7 @@ # Template file for 'Grammalecte' pkgname=Grammalecte version=1.6.0 -revision=1 -archs=noarch +revision=2 create_wrksrc=yes build_style=python3-module hostmakedepends="python3-setuptools bsdtar" From 556dcfb9cdef472b81196989bb3fd1463b1fbe29 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:37 -0400 Subject: [PATCH 0004/1111] PhotoCollage: rebuild for Python 3.9, drop noarch --- srcpkgs/PhotoCollage/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template index e649885fda0..39c24a430be 100644 --- a/srcpkgs/PhotoCollage/template +++ b/srcpkgs/PhotoCollage/template @@ -1,8 +1,7 @@ # Template file for 'PhotoCollage' pkgname=PhotoCollage version=1.4.4 -revision=2 -archs=noarch +revision=3 build_style=python3-module hostmakedepends="gettext python3" depends="python3-Pillow python3-gobject" From 0cfe885415c6273d5a22c76f24032f39bf74d6ab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:37 -0400 Subject: [PATCH 0005/1111] Solaar: rebuild for Python 3.9, drop noarch --- srcpkgs/Solaar/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template index da77237f898..1ba1c2ea72c 100644 --- a/srcpkgs/Solaar/template +++ b/srcpkgs/Solaar/template @@ -1,8 +1,7 @@ # Template file for 'Solaar' pkgname=Solaar version=1.0.2 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pyudev" From 8b58853d95362624a41ada67335ccb3bc85fc279 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:37 -0400 Subject: [PATCH 0006/1111] TwitchNotifier: rebuild for Python 3.9, drop noarch --- srcpkgs/TwitchNotifier/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template index 3bbba11db49..d8aa07537ae 100644 --- a/srcpkgs/TwitchNotifier/template +++ b/srcpkgs/TwitchNotifier/template @@ -1,12 +1,11 @@ # Template file for 'TwitchNotifier' pkgname=TwitchNotifier version=0.5 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-devel" makedepends="python3-devel" depends="python3-gobject python3-requests libnotify" -archs=noarch short_desc="Daemon that notifies you about your followed channels on Twitch.TV" maintainer="Giedrius Statkevičius " license="GPL-3" From 2385856a08eb697c14590fe5f98c943ae51c1597 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:37 -0400 Subject: [PATCH 0007/1111] alienfx: rebuild for Python 3.9, drop noarch --- srcpkgs/alienfx/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/alienfx/template b/srcpkgs/alienfx/template index 62ee564ad4b..5a6bffd3865 100644 --- a/srcpkgs/alienfx/template +++ b/srcpkgs/alienfx/template @@ -1,8 +1,7 @@ # Template file for 'alienfx' pkgname=alienfx version=2.3.4 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="alienfx" hostmakedepends="python3-setuptools" From 148da569209e93c814010f323c09d1f663b81675 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:38 -0400 Subject: [PATCH 0008/1111] ansible: rebuild for Python 3.9, drop noarch --- srcpkgs/ansible/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template index 77356f8404a..4c607951d2c 100644 --- a/srcpkgs/ansible/template +++ b/srcpkgs/ansible/template @@ -1,8 +1,7 @@ # Template file for 'ansible' pkgname=ansible version=2.9.13 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko From 0141fe9a0fa98226f1f6d5508c2cd4a1dda93bf0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:38 -0400 Subject: [PATCH 0009/1111] apparmor: rebuild for Python 3.9, drop noarch --- srcpkgs/apparmor/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template index cd7073fdcfb..af32beacbf9 100644 --- a/srcpkgs/apparmor/template +++ b/srcpkgs/apparmor/template @@ -1,7 +1,7 @@ # Template file for 'apparmor' pkgname=apparmor version=2.13.4 -revision=2 +revision=3 wrksrc="${pkgname}-v${version}" build_wrksrc=libraries/libapparmor build_style=gnu-configure @@ -63,7 +63,6 @@ post_install() { } apparmor-vim_package() { - archs=noarch short_desc+=" - Vim syntax" depends="vim" pkg_install() { From c3066d3c6fd8a93bc3ca3a62512d0c705fdd6a68 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:38 -0400 Subject: [PATCH 0010/1111] arandr: rebuild for Python 3.9, drop noarch --- srcpkgs/arandr/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template index 5e5bd84dd13..ab02261cb79 100644 --- a/srcpkgs/arandr/template +++ b/srcpkgs/arandr/template @@ -1,8 +1,7 @@ # Template file for 'arandr' pkgname=arandr version=0.1.10 -revision=3 -archs=noarch +revision=4 build_style=python3-module hostmakedepends="gettext python3-setuptools python3-docutils" depends="python3-gobject xrandr python3" From 023a39a5ef42e6485cf38bdc51a1b06ea9eaee05 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:38 -0400 Subject: [PATCH 0011/1111] asciinema: rebuild for Python 3.9, drop noarch --- srcpkgs/asciinema/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template index 38b8871753c..c4f7abc33f5 100644 --- a/srcpkgs/asciinema/template +++ b/srcpkgs/asciinema/template @@ -1,8 +1,7 @@ # Template file for 'asciinema' pkgname=asciinema version=2.0.2 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="asciinema" hostmakedepends="python3-setuptools" From 91d502fe409088822289c109e459e8d8095af006 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:38 -0400 Subject: [PATCH 0012/1111] audit: rebuild for Python 3.9, drop noarch --- srcpkgs/audit/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template index ecd0cbfc44f..3294ac19927 100644 --- a/srcpkgs/audit/template +++ b/srcpkgs/audit/template @@ -1,7 +1,7 @@ # Template file for 'audit' pkgname=audit version=2.8.5 -revision=4 +revision=5 build_style=gnu-configure configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5 --with-apparmor --with-libcap-ng --with-python3" @@ -34,7 +34,6 @@ post_install() { } libaudit-common_package() { - archs=noarch short_desc+=" - Library common files" pkg_install() { vmove etc/libaudit.conf From 2a69eabd462294d9728380537d832ff5afb613ca Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:38 -0400 Subject: [PATCH 0013/1111] autorandr: rebuild for Python 3.9, drop noarch --- srcpkgs/autorandr/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template index b86b81a50ce..593fa5dbcd9 100644 --- a/srcpkgs/autorandr/template +++ b/srcpkgs/autorandr/template @@ -1,8 +1,7 @@ # Template file for 'autorandr' pkgname=autorandr version=1.10.1 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools pkg-config" depends="python3-setuptools xrandr" From 1be766784e0c185b6224d8492ddb8581e8ef6892 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:39 -0400 Subject: [PATCH 0014/1111] avahi-discover: rebuild for Python 3.9, drop noarch --- srcpkgs/avahi-discover/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template index 1c4249f1036..d779afc6776 100644 --- a/srcpkgs/avahi-discover/template +++ b/srcpkgs/avahi-discover/template @@ -5,7 +5,7 @@ # pkgname=avahi-discover version=0.8 -revision=2 +revision=3 wrksrc="avahi-${version}" build_style=gnu-configure build_helper="gir" @@ -103,7 +103,6 @@ do_install() { avahi-python3-utils_package() { depends="avahi-python3>=${version}_${revision}" short_desc="Avahi python utilities" - archs=noarch python_version=3 pkg_install() { vmove usr/bin/avahi-bookmarks @@ -114,14 +113,12 @@ avahi-python3-utils_package() { avahi-python-utils_package() { short_desc="Avahi python utilities - transitional dummy pkg" depends="avahi-python3-utils>=${version}_${revision}" - archs=noarch build_style=meta } avahi-python_package() { depends="python-dbus" short_desc="Python utility package for Avahi" - archs=noarch pkg_install() { vmove ${py2_sitelib}/avahi } @@ -130,7 +127,6 @@ avahi-python_package() { avahi-python3_package() { depends="python3-dbus" short_desc="Python3 utility package for Avahi" - archs=noarch pkg_install() { vmove ${py3_sitelib}/avahi } From 1d40c78fe89679eaeea85a1f6aa1b539486058ce Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:39 -0400 Subject: [PATCH 0015/1111] avideo: rebuild for Python 3.9, drop noarch --- srcpkgs/avideo/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template index af1491295da..17637289aac 100644 --- a/srcpkgs/avideo/template +++ b/srcpkgs/avideo/template @@ -1,8 +1,7 @@ # Template file for 'avideo' pkgname=avideo version=2017.9.27 -revision=5 -archs=noarch +revision=6 wrksrc="avideo" build_style=python3-module hostmakedepends="python3" From b17b64d49ca4ecab7c3b031ea337bd6db19b3d93 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:39 -0400 Subject: [PATCH 0016/1111] aws-cli: rebuild for Python 3.9, drop noarch --- srcpkgs/aws-cli/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template index 9be0830952e..8ead2d8ff4a 100644 --- a/srcpkgs/aws-cli/template +++ b/srcpkgs/aws-cli/template @@ -1,8 +1,7 @@ # Template file for 'aws-cli' pkgname=aws-cli version=1.18.125 -revision=1 -archs=noarch +revision=2 wrksrc="aws-cli-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5df229c5b4fd51d9a87b373d048fcef81fb023b1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:39 -0400 Subject: [PATCH 0017/1111] azote: rebuild for Python 3.9, drop noarch --- srcpkgs/azote/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template index 9b5756804ea..91df1ef8956 100644 --- a/srcpkgs/azote/template +++ b/srcpkgs/azote/template @@ -1,8 +1,7 @@ # Template file for 'azote' pkgname=azote version=1.7.10 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml" From 02fdcadb2596a44aefc6b6d6ab2ad3361665fb0b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:39 -0400 Subject: [PATCH 0018/1111] bCNC: rebuild for Python 3.9, drop noarch --- srcpkgs/bCNC/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/bCNC/template b/srcpkgs/bCNC/template index 2e715c512a9..97abf12b4f7 100644 --- a/srcpkgs/bCNC/template +++ b/srcpkgs/bCNC/template @@ -1,8 +1,7 @@ # Template file for 'bCNC' pkgname=bCNC version=0.9.14.306 -revision=2 -archs=noarch +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pyserial python3-Pillow python3-tkinter python3-numpy python3-scipy" From 15c3058ed2ab16cde0f6e68f98b2db806d9a0af8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:39 -0400 Subject: [PATCH 0019/1111] bandit: rebuild for Python 3.9, drop noarch --- srcpkgs/bandit/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template index d29873ecf61..93e6b77aa6b 100644 --- a/srcpkgs/bandit/template +++ b/srcpkgs/bandit/template @@ -1,8 +1,7 @@ # Template file for 'bandit' pkgname=bandit version=1.6.2 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="bandit" hostmakedepends="python3-setuptools" From 3d3935b87a139208330029488d998db8b3037d59 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:40 -0400 Subject: [PATCH 0020/1111] beets: rebuild for Python 3.9, drop noarch --- srcpkgs/beets/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template index bf0240f1f54..8dfb44bf88a 100644 --- a/srcpkgs/beets/template +++ b/srcpkgs/beets/template @@ -1,8 +1,7 @@ # Template file for 'beets' pkgname=beets version=1.4.9 -revision=3 -archs=noarch +revision=4 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-munkres python3-musicbrainzngs From c61d1028b1996be52435d22a752ea2d02de1d3e7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:40 -0400 Subject: [PATCH 0021/1111] binwalk: rebuild for Python 3.9, drop noarch --- srcpkgs/binwalk/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template index fccd523d584..fa2328e7ae0 100644 --- a/srcpkgs/binwalk/template +++ b/srcpkgs/binwalk/template @@ -1,8 +1,7 @@ # Template file for 'binwalk' pkgname=binwalk version=2.2.0 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="binwalk" hostmakedepends="python3" From aeb8b1ef9690becc12b6a2660fdebd0c68519b71 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:40 -0400 Subject: [PATCH 0022/1111] black: rebuild for Python 3.9, drop noarch --- srcpkgs/black/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/black/template b/srcpkgs/black/template index ab7bf23c85e..c29842f2805 100644 --- a/srcpkgs/black/template +++ b/srcpkgs/black/template @@ -1,8 +1,7 @@ # Template file for 'black' pkgname=black version=19.10b0 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="black.py blib2to3 _black_version.py" hostmakedepends="git python3-setuptools" From 31ae4b7c781da8d5d3b337666fbe9a40ca01f855 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:40 -0400 Subject: [PATCH 0023/1111] borgmatic: rebuild for Python 3.9, drop noarch --- srcpkgs/borgmatic/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template index 9ca5df9724f..83c1a0ed2d6 100644 --- a/srcpkgs/borgmatic/template +++ b/srcpkgs/borgmatic/template @@ -1,8 +1,7 @@ # Template file for 'borgmatic' pkgname=borgmatic version=1.5.8 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="borg python3-setuptools python3-ruamel.yaml python3-pykwalify From 424ed23b5d98dbdf4abeade8accf8708520dbbc6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:40 -0400 Subject: [PATCH 0024/1111] btrfs-backup: rebuild for Python 3.9, drop noarch --- srcpkgs/btrfs-backup/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template index 55a3800a857..061a8af95c1 100644 --- a/srcpkgs/btrfs-backup/template +++ b/srcpkgs/btrfs-backup/template @@ -1,9 +1,8 @@ # Template file for 'btrfs-backup' pkgname=btrfs-backup version=0.3.1 -revision=2 +revision=3 wrksrc="${pkgname/-/_}-${version}" -archs=noarch build_style=python3-module pycompile_module="${pkgname/-/_}" hostmakedepends="python3-setuptools" From 151e26b7993259e105b98ddef6d7e4c797d7a380 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:41 -0400 Subject: [PATCH 0025/1111] bum: rebuild for Python 3.9, drop noarch --- srcpkgs/bum/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template index 20f200e74d6..dd8f302132f 100644 --- a/srcpkgs/bum/template +++ b/srcpkgs/bum/template @@ -1,8 +1,7 @@ # Template file for 'bum' pkgname=bum version=0.1.3 -revision=4 -archs=noarch +revision=5 build_style=python3-module pycompile_module="bum" hostmakedepends="python3-setuptools" From cc4c3370f42ac6f8fb21080e4f4c93869a8fd6a3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:41 -0400 Subject: [PATCH 0026/1111] caffeine-ng: rebuild for Python 3.9, drop noarch --- srcpkgs/caffeine-ng/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template index 455b2f225c4..b2b48278913 100644 --- a/srcpkgs/caffeine-ng/template +++ b/srcpkgs/caffeine-ng/template @@ -1,8 +1,7 @@ # Template file for 'caffeine-ng' pkgname=caffeine-ng version=3.4.2 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="caffeine" hostmakedepends="python3-setuptools" From f89a06fc450e1283e79e54a85837b0bfad3248d0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:41 -0400 Subject: [PATCH 0027/1111] canto-next: rebuild for Python 3.9, drop noarch --- srcpkgs/canto-next/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template index fa28bde891b..03eb9deb18e 100644 --- a/srcpkgs/canto-next/template +++ b/srcpkgs/canto-next/template @@ -1,8 +1,7 @@ # Template file for 'canto-next' pkgname=canto-next version=0.9.7 -revision=3 -archs=noarch +revision=4 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-feedparser" From 5600c84beb7ac1af59acb63b28e5907cec672464 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:41 -0400 Subject: [PATCH 0028/1111] castero: rebuild for Python 3.9, drop noarch --- srcpkgs/castero/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/castero/template b/srcpkgs/castero/template index 2d6c421eee3..1574318916a 100644 --- a/srcpkgs/castero/template +++ b/srcpkgs/castero/template @@ -1,8 +1,7 @@ # Template file for 'castero' pkgname=castero version=0.8.0 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-BeautifulSoup4 python3-cjkwrap From 7f7cb3be0f7c9890a4eae13a2ce5dc00217a80d5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:41 -0400 Subject: [PATCH 0029/1111] catfish: rebuild for Python 3.9, drop noarch --- srcpkgs/catfish/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template index 38df0a0adef..9eeb322b2e0 100644 --- a/srcpkgs/catfish/template +++ b/srcpkgs/catfish/template @@ -1,8 +1,7 @@ # Template file for 'catfish' pkgname=catfish version=1.4.13 -revision=2 -archs=noarch +revision=3 wrksrc="catfish-catfish-${version}" build_style=python3-module hostmakedepends="intltool python3-distutils-extra python3-gobject" From 84fa4f6db132534862729a8fcd2d4dbbac126b5d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:42 -0400 Subject: [PATCH 0030/1111] ccsm: rebuild for Python 3.9, drop noarch --- srcpkgs/ccsm/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template index bda81960c5a..7f27e3317fc 100644 --- a/srcpkgs/ccsm/template +++ b/srcpkgs/ccsm/template @@ -1,8 +1,7 @@ # Template file for 'ccsm' pkgname=ccsm version=0.8.18 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="automake intltool libtool pkg-config python3" makedepends="compiz-core-devel compizconfig-python python3-cairo-devel pygtk-devel" From b673e7f175dc7efc69ed93d5778391d8430c9308 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:42 -0400 Subject: [PATCH 0031/1111] coccigrep: rebuild for Python 3.9, drop noarch --- srcpkgs/coccigrep/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template index 8c45bc12fa4..0b4e37bf590 100644 --- a/srcpkgs/coccigrep/template +++ b/srcpkgs/coccigrep/template @@ -1,8 +1,7 @@ # Template file for 'coccigrep' pkgname=coccigrep version=1.20 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="coccinelle python3-Pygments" From 84f67199d544f4db39384ef3f408e18f5188b8cc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:42 -0400 Subject: [PATCH 0032/1111] coursera-dl: rebuild for Python 3.9, drop noarch --- srcpkgs/coursera-dl/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template index 4609573f7f4..a484d1a54a0 100644 --- a/srcpkgs/coursera-dl/template +++ b/srcpkgs/coursera-dl/template @@ -1,8 +1,7 @@ # Template file for 'coursera-dl' pkgname=coursera-dl version=0.11.5 -revision=1 -archs=noarch +revision=2 build_style=python3-module pycompile_module="coursera" hostmakedepends="python3-setuptools" From 77b53f23032b1755a0615545e2d9ce8fcc9c2666 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:42 -0400 Subject: [PATCH 0033/1111] cpuset: rebuild for Python 3.9, drop noarch --- srcpkgs/cpuset/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template index 12b54631617..b1675ff9cda 100644 --- a/srcpkgs/cpuset/template +++ b/srcpkgs/cpuset/template @@ -1,8 +1,7 @@ # Template file for 'cpuset' pkgname=cpuset version=1.6 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="cpuset" hostmakedepends="python3-setuptools" From 7ce3e8bee29ccdaab76c27e5cfe7c45722cca028 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:42 -0400 Subject: [PATCH 0034/1111] ctop: rebuild for Python 3.9, drop noarch --- srcpkgs/ctop/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template index 5231b4a4cb3..9646c772b76 100644 --- a/srcpkgs/ctop/template +++ b/srcpkgs/ctop/template @@ -1,8 +1,7 @@ # Template file for 'ctop' pkgname=ctop version=1.0.0 -revision=4 -archs=noarch +revision=5 build_style=python3-module pycompile_module="cgroup_top.py" hostmakedepends="python3-setuptools" From 4c1accc4917d5055265917f0bbdb352f01a312a6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:43 -0400 Subject: [PATCH 0035/1111] curseradio: rebuild for Python 3.9, drop noarch --- srcpkgs/curseradio/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template index f5afe3bba34..d3f05ee1d5f 100644 --- a/srcpkgs/curseradio/template +++ b/srcpkgs/curseradio/template @@ -1,8 +1,7 @@ # Template file for 'curseradio' pkgname=curseradio version=0.0.20171017 -revision=4 -archs=noarch +revision=5 _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d wrksrc="curseradio-${_commit}" build_style=python3-module From d4f38798107e9dfb374206f51a6e69284c65fc56 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:43 -0400 Subject: [PATCH 0036/1111] d-feet: rebuild for Python 3.9, drop noarch --- srcpkgs/d-feet/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template index beac13b35c3..8983725501f 100644 --- a/srcpkgs/d-feet/template +++ b/srcpkgs/d-feet/template @@ -1,8 +1,7 @@ # Template file for 'd-feet' pkgname=d-feet version=0.3.15 -revision=3 -archs=noarch +revision=4 build_style=meson pycompile_module="dfeet" hostmakedepends="pkg-config intltool itstool python3-pycodestyle" From 2e0b6a25e21b0b9056a6f0ad0a71e180752a851b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:43 -0400 Subject: [PATCH 0037/1111] deluge: rebuild for Python 3.9, drop noarch --- srcpkgs/deluge/template | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template index 9eca5e10f08..15d7fc5ebd9 100644 --- a/srcpkgs/deluge/template +++ b/srcpkgs/deluge/template @@ -1,8 +1,7 @@ # Template file for 'deluge' pkgname=deluge version=2.0.3 -revision=7 -archs=noarch +revision=8 build_style=python3-module # TODO package python3-slimit to minify javascript hostmakedepends="intltool python3-setuptools python3-wheel" @@ -27,7 +26,6 @@ post_install() { } deluge-gtk_package() { - archs=noarch replaces="deluge<1.3.14_1" short_desc+=" - GTK+ frontend" depends="${sourcepkg}-${version}_${revision} python3-gobject" @@ -42,7 +40,6 @@ deluge-gtk_package() { } } deluge-web_package() { - archs=noarch replaces="deluge<1.3.14_1" short_desc+=" - Web frontend" depends="${sourcepkg}-${version}_${revision}" From 14ec02fb089502fadc599741e0f7268c0d559d4a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:43 -0400 Subject: [PATCH 0038/1111] devedeng: rebuild for Python 3.9, drop noarch --- srcpkgs/devedeng/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template index e3bb19e3fc8..685ac743544 100644 --- a/srcpkgs/devedeng/template +++ b/srcpkgs/devedeng/template @@ -1,8 +1,7 @@ # Template file for 'devedeng' pkgname=devedeng version=4.16.0 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="devedeng" hostmakedepends="gettext python3" From 1114e0d2d5d183877ca6496ab4b549beb8e17f03 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:43 -0400 Subject: [PATCH 0039/1111] downloader-cli: rebuild for Python 3.9, drop noarch --- srcpkgs/downloader-cli/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/downloader-cli/template b/srcpkgs/downloader-cli/template index 2e5b1ed2d59..f406399f0dd 100644 --- a/srcpkgs/downloader-cli/template +++ b/srcpkgs/downloader-cli/template @@ -1,8 +1,7 @@ # Template file for 'downloader-cli' pkgname=downloader-cli version=0.2.0 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-urllib3 python3-downloader-cli" From d07f28e41de202853a099344927b0243dc2bcc4c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:43 -0400 Subject: [PATCH 0040/1111] duiadns: rebuild for Python 3.9, drop noarch --- srcpkgs/duiadns/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/duiadns/template b/srcpkgs/duiadns/template index ae34b00cb95..cb447d33cdf 100644 --- a/srcpkgs/duiadns/template +++ b/srcpkgs/duiadns/template @@ -1,8 +1,7 @@ # Template file for 'duiadns' pkgname=duiadns version=1.1 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-netifaces python3-netaddr python3-requests" From fba424f54cb1830ba9f6bba234a7d7b655df58ea Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:44 -0400 Subject: [PATCH 0041/1111] edx-dl: rebuild for Python 3.9, drop noarch --- srcpkgs/edx-dl/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template index 1ea89343e7a..5e1f8b2c2da 100644 --- a/srcpkgs/edx-dl/template +++ b/srcpkgs/edx-dl/template @@ -1,8 +1,7 @@ # Template file for 'edx-dl' pkgname=edx-dl version=0.1.13 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-BeautifulSoup4 python3-html5lib python3-setuptools From 2e8189305586f5d0ab8764f0eb5ed09a8cdee1a1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:44 -0400 Subject: [PATCH 0042/1111] electrum: rebuild for Python 3.9, drop noarch --- srcpkgs/electrum/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template index 835fbf25533..5c3016675e5 100644 --- a/srcpkgs/electrum/template +++ b/srcpkgs/electrum/template @@ -1,8 +1,7 @@ # Template file for 'electrum' pkgname=electrum version=3.3.8 -revision=1 -archs=noarch +revision=2 build_style=python3-module pycompile_module="electrum electrum_gui electrum_plugins" hostmakedepends="python3-PyQt5-devel-tools python3-setuptools" From ed674df709a55be591c81dfebbd45be12674c291 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:44 -0400 Subject: [PATCH 0043/1111] electrum-ltc: rebuild for Python 3.9, drop noarch --- srcpkgs/electrum-ltc/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template index 550fda484e6..a9a629a057e 100644 --- a/srcpkgs/electrum-ltc/template +++ b/srcpkgs/electrum-ltc/template @@ -1,8 +1,7 @@ # Template file for 'electrum-ltc' pkgname=electrum-ltc version=3.3.8.1 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools python3-PyQt5-devel-tools" depends="python3-aiohttp python3-aiohttp_socks python3-aiorpcx From 60b7e963aefa237000220895aa6b7b31609e1f4c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:44 -0400 Subject: [PATCH 0044/1111] eyeD3: rebuild for Python 3.9, drop noarch --- srcpkgs/eyeD3/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template index ee7f68f9e36..6d4937d45a4 100644 --- a/srcpkgs/eyeD3/template +++ b/srcpkgs/eyeD3/template @@ -1,8 +1,7 @@ # Template file for 'eyeD3' pkgname=eyeD3 version=0.9.5 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-grako python3-pylast python3-setuptools python3-deprecation From 38364fedfec02c18b5fddbdf2c2577b0dac5340f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:44 -0400 Subject: [PATCH 0045/1111] fail2ban: rebuild for Python 3.9, drop noarch --- srcpkgs/fail2ban/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template index cde2f25630f..2b8fe877a8b 100644 --- a/srcpkgs/fail2ban/template +++ b/srcpkgs/fail2ban/template @@ -1,8 +1,7 @@ # Template file for 'fail2ban' pkgname=fail2ban version=0.11.1 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="pkg-config python3" depends="python3" From 53fdc26ccc824d5b7b8528c239ef6821c667a160 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:44 -0400 Subject: [PATCH 0046/1111] fava: rebuild for Python 3.9, drop noarch --- srcpkgs/fava/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template index 44628c261d2..03da130b158 100644 --- a/srcpkgs/fava/template +++ b/srcpkgs/fava/template @@ -1,8 +1,7 @@ # Template file for 'fava' pkgname=fava version=1.15 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask From 8e5f628b1a40d9b8faa45e42a59daf58d67120ee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:45 -0400 Subject: [PATCH 0047/1111] fierce: rebuild for Python 3.9, drop noarch --- srcpkgs/fierce/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template index 1d395274898..31e4741929e 100644 --- a/srcpkgs/fierce/template +++ b/srcpkgs/fierce/template @@ -1,8 +1,7 @@ # Template file for 'fierce' pkgname=fierce version=1.4.0 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="fierce" hostmakedepends="python3-setuptools" From 038bd7367574c89e9a809d2aa602793a96698ee0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:45 -0400 Subject: [PATCH 0048/1111] flake8: rebuild for Python 3.9, drop noarch --- srcpkgs/flake8/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template index 3601b101b66..da71302508c 100644 --- a/srcpkgs/flake8/template +++ b/srcpkgs/flake8/template @@ -1,8 +1,7 @@ # Template file for 'flake8' pkgname=flake8 version=3.8.3 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-pycodestyle>=2.6.0<2.7.0 @@ -24,7 +23,6 @@ post_install() { } python3-flake8_package() { - archs=noarch build_style=meta short_desc+=" (transitional dummy package)" depends="flake8>=${version}_${revision}" From 4fa9f38cdefa2996503236be6eed19f052ca4805 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:45 -0400 Subject: [PATCH 0049/1111] flinks: rebuild for Python 3.9, drop noarch --- srcpkgs/flinks/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/flinks/template b/srcpkgs/flinks/template index 780aead102c..551b119289d 100644 --- a/srcpkgs/flinks/template +++ b/srcpkgs/flinks/template @@ -1,8 +1,7 @@ # Template file for 'flinks' pkgname=flinks version=0.4.3 -revision=5 -archs=noarch +revision=6 build_style=python3-module pycompile_module="flinkspkg" hostmakedepends="python3-setuptools" From 1b6579c5d6ae3cfe78015f36aeb521fd2952f9e2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:45 -0400 Subject: [PATCH 0050/1111] gallery-dl: rebuild for Python 3.9, drop noarch --- srcpkgs/gallery-dl/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template index 2a361f53274..36be82bc464 100644 --- a/srcpkgs/gallery-dl/template +++ b/srcpkgs/gallery-dl/template @@ -1,8 +1,7 @@ # Template file for 'gallery-dl' pkgname=gallery-dl version=1.14.2 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-requests python3-setuptools" From a61e7b921232f05344c0ee625d4ae44ab38e4670 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:45 -0400 Subject: [PATCH 0051/1111] gandi-cli: rebuild for Python 3.9, drop noarch --- srcpkgs/gandi-cli/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template index fc6d3ba3320..a861f3b2140 100644 --- a/srcpkgs/gandi-cli/template +++ b/srcpkgs/gandi-cli/template @@ -1,8 +1,7 @@ # Template file for 'gandi-cli' pkgname=gandi-cli version=1.5 -revision=2 -archs=noarch +revision=3 wrksrc="gandi.cli-${version}" build_style=python3-module pycompile_module="gandi/cli" From 061766206146afd86f94ff643438a797ee2fef5e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:45 -0400 Subject: [PATCH 0052/1111] gcovr: rebuild for Python 3.9, drop noarch --- srcpkgs/gcovr/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template index a6b8de8f0cc..06dec001cf5 100644 --- a/srcpkgs/gcovr/template +++ b/srcpkgs/gcovr/template @@ -1,8 +1,7 @@ # Template file for 'gcovr' pkgname=gcovr version=4.2 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="gcovr" hostmakedepends="python3-setuptools" From c6700f99aab51d8c43b4b780b8025273cf7abdee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:46 -0400 Subject: [PATCH 0053/1111] git-cola: rebuild for Python 3.9, drop noarch --- srcpkgs/git-cola/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template index bddc3f3fabd..2754ba6be4f 100644 --- a/srcpkgs/git-cola/template +++ b/srcpkgs/git-cola/template @@ -1,8 +1,7 @@ # Template file for 'git-cola' pkgname=git-cola version=3.7 -revision=1 -archs=noarch +revision=2 build_style=python3-module pycompile_dirs="usr/share/git-cola/lib" hostmakedepends="python3" From 09b4137814458a9fd0fcc1a10cde5b127c7688e4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:46 -0400 Subject: [PATCH 0054/1111] git-filter-repo: rebuild for Python 3.9, drop noarch --- srcpkgs/git-filter-repo/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/git-filter-repo/template b/srcpkgs/git-filter-repo/template index 321464c7159..cc609004ea7 100644 --- a/srcpkgs/git-filter-repo/template +++ b/srcpkgs/git-filter-repo/template @@ -1,8 +1,7 @@ # Template file for 'git-filter-repo' pkgname=git-filter-repo version=2.27.0 -revision=1 -archs=noarch +revision=2 depends="git python3" checkdepends="git python3 perl rsync dos2unix" short_desc="Versatile tool for rewriting git history" From b07d57ef6e9ca77942e0c9c6b27212bfb74e00ea Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:46 -0400 Subject: [PATCH 0055/1111] git-review: rebuild for Python 3.9, drop noarch --- srcpkgs/git-review/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template index 0ade5e3c4f2..5993feca102 100644 --- a/srcpkgs/git-review/template +++ b/srcpkgs/git-review/template @@ -1,8 +1,7 @@ # Template file for 'git-review' pkgname=git-review version=1.28.0 -revision=4 -archs=noarch +revision=5 build_style=python3-module hostmakedepends="python3-setuptools python3-pbr" depends="python3-requests" From 284b2e2983f3662888195f7f5c43de8e593bb159 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:46 -0400 Subject: [PATCH 0056/1111] git-revise: rebuild for Python 3.9, drop noarch --- srcpkgs/git-revise/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template index 6d3071429b9..7dcf2bd5615 100644 --- a/srcpkgs/git-revise/template +++ b/srcpkgs/git-revise/template @@ -1,8 +1,7 @@ # Template file for 'git-revise' pkgname=git-revise version=0.6.0 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3 python3-setuptools" depends="git python3-setuptools" From 5ad9ccf6797c5063da54e9d0e8c3348e938103e6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:46 -0400 Subject: [PATCH 0057/1111] glances: rebuild for Python 3.9, drop noarch --- srcpkgs/glances/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template index daeec2ddd7d..4aa28b55cd2 100644 --- a/srcpkgs/glances/template +++ b/srcpkgs/glances/template @@ -1,8 +1,7 @@ # Template file for 'glances' pkgname=glances version=3.1.4.1 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="${hostmakedepends} python3-future python3-psutil" From 4c74816af8df849530a4afc63d69f31692371812 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:47 -0400 Subject: [PATCH 0058/1111] gnome-passwordsafe: rebuild for Python 3.9, drop noarch --- srcpkgs/gnome-passwordsafe/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template index c4609214612..45549e0b60d 100644 --- a/srcpkgs/gnome-passwordsafe/template +++ b/srcpkgs/gnome-passwordsafe/template @@ -1,8 +1,7 @@ # Template file for 'gnome-passwordsafe' pkgname=gnome-passwordsafe version=3.99.2 -revision=1 -archs=noarch +revision=2 wrksrc="PasswordSafe-${version}" build_style=meson hostmakedepends="gettext glib-devel pkg-config gobject-introspection python3-pykeepass" From d17e1d2f1dd58883e42ebf85dcf52f3e6945a8b5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:47 -0400 Subject: [PATCH 0059/1111] gnome-tweaks: rebuild for Python 3.9, drop noarch --- srcpkgs/gnome-tweaks/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template index 557005fad57..331ebac65ca 100644 --- a/srcpkgs/gnome-tweaks/template +++ b/srcpkgs/gnome-tweaks/template @@ -1,8 +1,7 @@ # Template file for 'gnome-tweaks' pkgname=gnome-tweaks version=3.34.0 -revision=3 -archs=noarch +revision=4 build_style=meson hostmakedepends="gettext" depends="gtk+3 dconf gnome-settings-daemon mutter libnotify python3-gobject libhandy" @@ -15,7 +14,6 @@ checksum=003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250 replaces="gnome-tweak-tool>=0" gnome-tweak-tool_package() { - archs=noarch build_style=meta depends="gnome-tweaks>=${version}_${revision}" short_desc+=" (transitional dummy package)" From b02837319ac3c3cca03c95373b476f391071f559 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:47 -0400 Subject: [PATCH 0060/1111] gns3-gui: rebuild for Python 3.9, drop noarch --- srcpkgs/gns3-gui/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template index 9ea3c9b78ad..0dff36e945d 100644 --- a/srcpkgs/gns3-gui/template +++ b/srcpkgs/gns3-gui/template @@ -1,8 +1,7 @@ # Template file for 'gns3-gui' pkgname=gns3-gui version=2.2.10 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry From fb2b1b2c2ed59c81c3b5d4c8903c974053fd01b8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:47 -0400 Subject: [PATCH 0061/1111] gns3-net-converter: rebuild for Python 3.9, drop noarch --- srcpkgs/gns3-net-converter/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template index 70b6c90e8c8..3f638386cf5 100644 --- a/srcpkgs/gns3-net-converter/template +++ b/srcpkgs/gns3-net-converter/template @@ -1,8 +1,7 @@ # Template file for 'gns3-net-converter' pkgname=gns3-net-converter version=1.3.0 -revision=4 -archs=noarch +revision=5 build_style=python3-module pycompile_module="gns3converter" hostmakedepends="python3-setuptools" From e8aada9106c31e2a3268a6230b7c39483c5458b9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:47 -0400 Subject: [PATCH 0062/1111] gnuradio: rebuild for Python 3.9, drop noarch --- srcpkgs/gnuradio/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/gnuradio/template b/srcpkgs/gnuradio/template index 8c7c6e80eee..b9239141800 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=4 +revision=5 build_style=cmake conf_files="/etc/gnuradio/conf.d/*" configure_args="-DENABLE_INTERNAL_VOLK=OFF -DGR_PYTHON_DIR=/${py3_sitelib}" @@ -31,7 +31,6 @@ post_install() { gnuradio-doc_package() { short_desc+=" - documentation" - archs=noarch pkg_install() { vmove usr/share/doc } From 67802ce4d6e62da325fbfc18a4f234f359e53d22 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:48 -0400 Subject: [PATCH 0063/1111] gpodder: rebuild for Python 3.9, drop noarch --- srcpkgs/gpodder/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template index 8ce466aaa83..c898e9c3a54 100644 --- a/srcpkgs/gpodder/template +++ b/srcpkgs/gpodder/template @@ -1,8 +1,7 @@ # Template file for 'gpodder' pkgname=gpodder version=3.10.16 -revision=1 -archs=noarch +revision=2 wrksrc="gpodder-${version}" hostmakedepends="python3 intltool" depends="eyeD3 gtk+3 hicolor-icon-theme python3-dbus python3-gobject From 9c08eb08ca4c8e7de9444a6025b6cabd13c2ea3e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:48 -0400 Subject: [PATCH 0064/1111] gramps: rebuild for Python 3.9, drop noarch --- srcpkgs/gramps/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template index 35e3245ef62..9fa8eeb622e 100644 --- a/srcpkgs/gramps/template +++ b/srcpkgs/gramps/template @@ -1,8 +1,7 @@ # Template file for 'gramps' pkgname=gramps version=5.1.2 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="pkg-config intltool python3" depends="gtk+3 python3-gobject python3-bsddb3" From ba91896a14f21230e84356239d1f0ec65f23e62d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:48 -0400 Subject: [PATCH 0065/1111] greg: rebuild for Python 3.9, drop noarch --- srcpkgs/greg/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template index 237e2ac9ae9..4900eb02877 100644 --- a/srcpkgs/greg/template +++ b/srcpkgs/greg/template @@ -1,8 +1,7 @@ # Template file for 'greg' pkgname=greg version=0.4.7 -revision=6 -archs=noarch +revision=7 build_style=python3-module pycompile_module="greg" hostmakedepends="python3-setuptools" From 43e6ffa2048eea87f75cbbbce5867eab972efde7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:48 -0400 Subject: [PATCH 0066/1111] grip: rebuild for Python 3.9, drop noarch --- srcpkgs/grip/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) mode change 100755 => 100644 srcpkgs/grip/template diff --git a/srcpkgs/grip/template b/srcpkgs/grip/template old mode 100755 new mode 100644 index 6acfe00b299..d305add95a9 --- a/srcpkgs/grip/template +++ b/srcpkgs/grip/template @@ -1,8 +1,7 @@ # Template file for 'grip' pkgname=grip version=4.5.2 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-docopt python3-Flask python3-Markdown python3-path-and-address python3-Pygments python3-requests" From f721f996b0d2a87179e3000738caeecb8f4819af Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:48 -0400 Subject: [PATCH 0067/1111] gscreenshot: rebuild for Python 3.9, drop noarch --- srcpkgs/gscreenshot/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template index 5537910592e..524ef0918eb 100644 --- a/srcpkgs/gscreenshot/template +++ b/srcpkgs/gscreenshot/template @@ -1,8 +1,7 @@ # Template file for 'gscreenshot' pkgname=gscreenshot version=2.12.1 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="gtk+3 python3-setuptools python3-Pillow python3-gobject scrot" From f9904847b7e11a042801ef15f9b19ddc495bb983 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:48 -0400 Subject: [PATCH 0068/1111] guake: rebuild for Python 3.9, drop noarch --- srcpkgs/guake/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template index 885fed99f0b..ae5192edb0f 100644 --- a/srcpkgs/guake/template +++ b/srcpkgs/guake/template @@ -1,8 +1,7 @@ # Template file for 'guake' pkgname=guake version=3.6.3 -revision=3 -archs=noarch +revision=4 build_style=python3-module wrksrc="Guake-${version}" pycompile_module="guake" From f6fe574c53083655a5b235913393a22133b2d685 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:49 -0400 Subject: [PATCH 0069/1111] gufw: rebuild for Python 3.9, drop noarch --- srcpkgs/gufw/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template index 1b87f809fe9..f676cfaf762 100644 --- a/srcpkgs/gufw/template +++ b/srcpkgs/gufw/template @@ -1,8 +1,7 @@ # Template file for 'gufw' pkgname=gufw version=20.04.1 -revision=1 -archs=noarch +revision=2 wrksrc="gufw-${version}" build_style=python3-module hostmakedepends="python3-distutils-extra intltool" From e97380fafe0f4a8c02a1a75962a6de08f0bbdfd2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:49 -0400 Subject: [PATCH 0070/1111] icdiff: rebuild for Python 3.9, drop noarch --- srcpkgs/icdiff/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template index 396448b86f4..77ed89b2598 100644 --- a/srcpkgs/icdiff/template +++ b/srcpkgs/icdiff/template @@ -1,9 +1,8 @@ # Template file for 'icdiff' pkgname=icdiff version=1.9.5 -revision=2 +revision=3 wrksrc="${pkgname}-release-${version}" -archs=noarch build_style=python-module pycompile_module="icdiff.py" hostmakedepends="python-setuptools python3-setuptools" @@ -25,7 +24,6 @@ post_install() { } python3-icdiff_package() { - archs=noarch depends="python3 python3-setuptools" pycompile_module="icdiff.py" alternatives=" From 77c185dc65b0e23eba18ed962ce79e15655c1829 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:49 -0400 Subject: [PATCH 0071/1111] jrnl: rebuild for Python 3.9, drop noarch --- srcpkgs/jrnl/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template index b184ef09508..1b8392991e0 100644 --- a/srcpkgs/jrnl/template +++ b/srcpkgs/jrnl/template @@ -1,8 +1,7 @@ # Template file for 'jrnl' pkgname=jrnl version=1.9.8 -revision=4 -archs=noarch +revision=5 build_style=python3-module pycompile_module="jrnl" hostmakedepends="python3-setuptools" From 6847da25b2c27f37cf4203ac287f8ba91f04db4e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:49 -0400 Subject: [PATCH 0072/1111] khal: rebuild for Python 3.9, drop noarch --- srcpkgs/khal/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template index c5d3a165d1b..361776c7bfb 100644 --- a/srcpkgs/khal/template +++ b/srcpkgs/khal/template @@ -1,8 +1,7 @@ # Template file for 'khal' pkgname=khal version=0.10.2 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-click python3-click-log python3-configobj From 23227a9d3cfbda4c435a5dbcb2459a30ba3340fb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:49 -0400 Subject: [PATCH 0073/1111] khard: rebuild for Python 3.9, drop noarch --- srcpkgs/khard/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template index 70f246cfb40..da57783e4e6 100644 --- a/srcpkgs/khard/template +++ b/srcpkgs/khard/template @@ -1,8 +1,7 @@ # Template file for 'khard' pkgname=khard version=0.17.0 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-atomicwrites python3-configobj From b690291d9bda68b9bb41bebf902d7b995ba2e851 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:50 -0400 Subject: [PATCH 0074/1111] libsearpc: rebuild for Python 3.9, drop noarch --- srcpkgs/libsearpc/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template index 1aed9159ab9..93705d6eb47 100644 --- a/srcpkgs/libsearpc/template +++ b/srcpkgs/libsearpc/template @@ -2,7 +2,7 @@ # WARNING: upstream sometimes retag source. Wait for official announcement pkgname=libsearpc version=3.2.0 -revision=2 +revision=3 build_style=gnu-configure pycompile_module="pysearpc" configure_args="PYTHON=python3 --disable-static --disable-compile-demo" @@ -39,7 +39,6 @@ libsearpc-codegen_package() { short_desc+=" - code generator" depends="python3" python_version=3 - archs=noarch pkg_install() { vdoc AUTHORS vdoc README.markdown @@ -51,7 +50,6 @@ libsearpc-python3_package() { short_desc+=" - Python3 bindings" pycompile_module="pysearpc" depends="python3" - archs=noarch pkg_install() { vmove usr/lib/python3* } From 36281606ec24964d08c36ff68ccefe48d15f0804 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:50 -0400 Subject: [PATCH 0075/1111] llvm10: rebuild for Python 3.9, drop noarch --- srcpkgs/llvm10/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/llvm10/template b/srcpkgs/llvm10/template index 9298c68022d..bfbddb48127 100644 --- a/srcpkgs/llvm10/template +++ b/srcpkgs/llvm10/template @@ -1,7 +1,7 @@ # Template file for 'llvm10' pkgname=llvm10 version=10.0.0 -revision=5 +revision=6 wrksrc="llvm-${version}.src" build_style=cmake configure_args=" @@ -189,7 +189,6 @@ do_install() { } clang-analyzer_package() { - archs=noarch pycompile_dirs="usr/share/scan-view" depends="clang-${version}_${revision} python3" short_desc+=" - A source code analysis framework" From 312493a8477e706649ff4fa57c98314f5cd1f753 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:50 -0400 Subject: [PATCH 0076/1111] lutris: rebuild for Python 3.9, drop noarch --- srcpkgs/lutris/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template index 30fbd3ef8d0..cf701853027 100644 --- a/srcpkgs/lutris/template +++ b/srcpkgs/lutris/template @@ -1,8 +1,7 @@ # Template file for 'lutris' pkgname=lutris version=0.5.7.1 -revision=1 -archs=noarch +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 b12e23b845af6899033cc06383f26418419cd245 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:50 -0400 Subject: [PATCH 0077/1111] magic-wormhole: rebuild for Python 3.9, drop noarch --- srcpkgs/magic-wormhole/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template index b3a7bdf27f8..755fb7affbc 100644 --- a/srcpkgs/magic-wormhole/template +++ b/srcpkgs/magic-wormhole/template @@ -1,8 +1,7 @@ # Template file for 'magic-wormhole' pkgname=magic-wormhole version=0.12.0 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3 python3-setuptools" depends="python3-autobahn python3-cffi python3-click python3-humanize From 24ea3ef89832582c5f9b5dd48935c2a76b134695 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:50 -0400 Subject: [PATCH 0078/1111] med: rebuild for Python 3.9, drop noarch --- srcpkgs/med/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/med/template b/srcpkgs/med/template index acd79293246..7cba3c495d1 100644 --- a/srcpkgs/med/template +++ b/srcpkgs/med/template @@ -1,7 +1,7 @@ # Template file for 'med' pkgname=med version=4.0.0 -revision=3 +revision=4 build_style=gnu-configure configure_args="--with-swig=yes --includedir=/usr/include/med" pycompile_module=med @@ -36,7 +36,6 @@ libmed_package() { med-doc_package() { short_desc+=" - Documentation" - archs=noarch pkg_install() { vmove usr/share/doc/med } From 2c1379469999435c79f6818e27f0e96c38af3b57 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:51 -0400 Subject: [PATCH 0079/1111] menulibre: rebuild for Python 3.9, drop noarch --- srcpkgs/menulibre/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template index f16c5f64337..5327654776d 100644 --- a/srcpkgs/menulibre/template +++ b/srcpkgs/menulibre/template @@ -1,8 +1,7 @@ # Template file for 'menulibre' pkgname=menulibre version=2.2.1 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="menulibre menulibre_lib" hostmakedepends="python3-distutils-extra intltool" From 57cdb80a600dac0ef842b22152540979e634e552 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:51 -0400 Subject: [PATCH 0080/1111] meson: rebuild for Python 3.9, drop noarch --- srcpkgs/meson/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template index 2c1bbbc74f6..88e14850bc2 100644 --- a/srcpkgs/meson/template +++ b/srcpkgs/meson/template @@ -1,8 +1,7 @@ # Template file for 'meson' pkgname=meson version=0.55.3 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-devel python3-setuptools" depends="ninja python3-setuptools" From d1bde1fb0054c689ef0eec762480336a3d565af7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:51 -0400 Subject: [PATCH 0081/1111] meson-cmake-wrapper: rebuild for Python 3.9, drop noarch --- srcpkgs/meson-cmake-wrapper/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template index b13ca9229dc..0705bb40c5a 100644 --- a/srcpkgs/meson-cmake-wrapper/template +++ b/srcpkgs/meson-cmake-wrapper/template @@ -1,8 +1,7 @@ # Template file for 'meson-cmake-wrapper' pkgname=meson-cmake-wrapper version=0.3.4 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="mcw" hostmakedepends="python3-setuptools" From 908b87188f7f62ca927af17a88af38f06076aa71 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:51 -0400 Subject: [PATCH 0082/1111] mimeo: rebuild for Python 3.9, drop noarch --- srcpkgs/mimeo/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template index 66cd1e12539..0f7080919df 100644 --- a/srcpkgs/mimeo/template +++ b/srcpkgs/mimeo/template @@ -1,8 +1,7 @@ # Template file for 'mimeo' pkgname=mimeo version=2019.7 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="Mimeo.py" hostmakedepends="python3" From a66e9d3fa8bf5ae807f70a47a3950acc7660ab65 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:51 -0400 Subject: [PATCH 0083/1111] minigalaxy: rebuild for Python 3.9, drop noarch --- srcpkgs/minigalaxy/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/minigalaxy/template b/srcpkgs/minigalaxy/template index 1d2daaea8d0..b18f74c31f6 100644 --- a/srcpkgs/minigalaxy/template +++ b/srcpkgs/minigalaxy/template @@ -1,8 +1,7 @@ # Template file for 'minigalaxy' pkgname=minigalaxy version=0.9.4 -revision=2 -archs=noarch +revision=3 build_style=python3-module hostmakedepends="gettext python3-setuptools" depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests" From 38ebb070acb3256a875dc3d34ef9df4c46f1b60d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:52 -0400 Subject: [PATCH 0084/1111] mopidy: rebuild for Python 3.9, drop noarch --- srcpkgs/mopidy/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/mopidy/template b/srcpkgs/mopidy/template index c3497f3b88d..dda7bcfc7d1 100644 --- a/srcpkgs/mopidy/template +++ b/srcpkgs/mopidy/template @@ -1,8 +1,7 @@ # Template file for 'mopidy' pkgname=mopidy version=3.0.1 -revision=2 -archs=noarch +revision=3 wrksrc="Mopidy-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx python3-sphinx_rtd_theme python3-pykka" From 41328abaae33e77f1613a50019f23d18fd4bf2ea Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:52 -0400 Subject: [PATCH 0085/1111] mopidy-local: rebuild for Python 3.9, drop noarch --- srcpkgs/mopidy-local/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/mopidy-local/template b/srcpkgs/mopidy-local/template index 53f42032019..8a7d95c3087 100644 --- a/srcpkgs/mopidy-local/template +++ b/srcpkgs/mopidy-local/template @@ -1,8 +1,7 @@ # Template file for 'mopidy-local' pkgname=mopidy-local version=3.1.1 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="mopidy python3-pykka python3-setuptools" From 9eaf71b86760c15d4b4afcbb3ec5328d6483563c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:52 -0400 Subject: [PATCH 0086/1111] mopidy-mpd: rebuild for Python 3.9, drop noarch --- srcpkgs/mopidy-mpd/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/mopidy-mpd/template b/srcpkgs/mopidy-mpd/template index db1642166fd..dcc3c166cd7 100644 --- a/srcpkgs/mopidy-mpd/template +++ b/srcpkgs/mopidy-mpd/template @@ -1,8 +1,7 @@ # Template file for 'mopidy-mpd' pkgname=mopidy-mpd version=3.0.0 -revision=1 -archs=noarch +revision=2 wrksrc="Mopidy-MPD-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f76dcf4c0ea3cc2bdf54a684b9f6667726e6ab04 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:52 -0400 Subject: [PATCH 0087/1111] mozo: rebuild for Python 3.9, drop noarch --- srcpkgs/mozo/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template index 22bf450556e..3f6ab9cb745 100644 --- a/srcpkgs/mozo/template +++ b/srcpkgs/mozo/template @@ -1,8 +1,7 @@ # Template file for 'mozo' pkgname=mozo version=1.24.0 -revision=1 -archs=noarch +revision=2 build_style=gnu-configure hostmakedepends="intltool itstool pkg-config" makedepends="glib-devel mate-menus-devel python3-gobject-devel" From 8d45d75afc53e4682aaf61200e0460eb5e9aacd0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:52 -0400 Subject: [PATCH 0088/1111] mpd-sima: rebuild for Python 3.9, drop noarch --- srcpkgs/mpd-sima/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template index 831fec709b7..9ebd2671d05 100644 --- a/srcpkgs/mpd-sima/template +++ b/srcpkgs/mpd-sima/template @@ -1,8 +1,7 @@ # Template file for 'mpd-sima' pkgname=mpd-sima version=0.15.1 -revision=2 -archs=noarch +revision=3 wrksrc="MPD_sima-${version}" build_style=python3-module pycompile_module="sima" From b464b77402c0b596b07644008c213d06480e4646 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:52 -0400 Subject: [PATCH 0089/1111] mps-youtube: rebuild for Python 3.9, drop noarch --- srcpkgs/mps-youtube/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template index 2141b3e627d..dd522974e07 100644 --- a/srcpkgs/mps-youtube/template +++ b/srcpkgs/mps-youtube/template @@ -1,8 +1,7 @@ # Template file for 'mps-youtube' pkgname=mps-youtube version=0.2.8 -revision=3 -archs=noarch +revision=4 build_style=python3-module pycompile_module="mps_youtube" hostmakedepends="python3-setuptools" From e7b5d7fee0532a197623dfc37bcc33ee91b91628 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:53 -0400 Subject: [PATCH 0090/1111] mugshot: rebuild for Python 3.9, drop noarch --- srcpkgs/mugshot/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template index 1e695654a86..31bde94e855 100644 --- a/srcpkgs/mugshot/template +++ b/srcpkgs/mugshot/template @@ -1,8 +1,7 @@ # Template file for 'mugshot' pkgname=mugshot version=0.4.1 -revision=2 -archs=noarch +revision=3 build_style=python3-module hostmakedepends="intltool python3-distutils-extra" depends="accountsservice gtk+3 python3-dbus python3-gobject python3-pexpect" From ff7a15c1937f6a046c6c3c61135c4a3b5118ec62 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:53 -0400 Subject: [PATCH 0091/1111] multibootusb: rebuild for Python 3.9, drop noarch --- srcpkgs/multibootusb/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template index c451109bd69..343160b1fcf 100644 --- a/srcpkgs/multibootusb/template +++ b/srcpkgs/multibootusb/template @@ -1,8 +1,7 @@ # Template file for 'multibootusb' pkgname=multibootusb version=9.2.0 -revision=3 -archs=noarch +revision=4 build_style=python3-module pycompile_module="scripts" hostmakedepends="python3-setuptools" From 00bf9e559f8f9307f3b247130549920e9949324d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:53 -0400 Subject: [PATCH 0092/1111] mutagen: rebuild for Python 3.9, drop noarch --- srcpkgs/mutagen/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template index 957ed3ed818..552fecc0a50 100644 --- a/srcpkgs/mutagen/template +++ b/srcpkgs/mutagen/template @@ -1,8 +1,7 @@ # Template file for 'mutagen' pkgname=mutagen version=1.43.0 -revision=2 -archs=noarch +revision=3 build_style=python-module pycompile_module="mutagen" hostmakedepends="python-devel python-setuptools python3-devel @@ -39,7 +38,6 @@ python3-mutagen_package() { mutagen:moggsplit:/usr/bin/moggsplit3 mutagen:mutagen-inspect:/usr/bin/mutagen-inspect3 mutagen:mutagen-pony:/usr/bin/mutagen-pony3" - archs=noarch depends="python3" pycompile_module="mutagen" short_desc="${short_desc/Python2/Python3}" From 8a2b04417e3fd5589632087db65430946e5f4bd8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:53 -0400 Subject: [PATCH 0093/1111] mymcplus: rebuild for Python 3.9, drop noarch --- srcpkgs/mymcplus/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template index c46fe9b101e..84b9f256abd 100644 --- a/srcpkgs/mymcplus/template +++ b/srcpkgs/mymcplus/template @@ -1,8 +1,7 @@ # Template file for 'mymcplus' pkgname=mymcplus version=3.0.3 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="wxPython4 python3-PyOpenGL" From 44c133195c0dacdbd80a0e22e9214cd4f3e2afee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:53 -0400 Subject: [PATCH 0094/1111] nagstamon: rebuild for Python 3.9, drop noarch --- srcpkgs/nagstamon/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template index 0eb5bc75d27..56d0f1e89df 100644 --- a/srcpkgs/nagstamon/template +++ b/srcpkgs/nagstamon/template @@ -1,8 +1,7 @@ # Template file for 'nagstamon' pkgname=nagstamon version=3.2.1 -revision=2 -archs=noarch +revision=3 wrksrc=Nagstamon build_style=python3-module pycompile_module="Nagstamon" From 69af9594abcdd7f29e0e4be3a44415e060467f9d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:54 -0400 Subject: [PATCH 0095/1111] neovim-remote: rebuild for Python 3.9, drop noarch --- srcpkgs/neovim-remote/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template index c826750a004..0353bfd4ab9 100644 --- a/srcpkgs/neovim-remote/template +++ b/srcpkgs/neovim-remote/template @@ -1,8 +1,7 @@ # Template file for 'neovim-remote' pkgname=neovim-remote version=2.4.0 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-neovim python3-psutil" From 82579c6c31827adab47c3109c4ebf6c501e27243 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:54 -0400 Subject: [PATCH 0096/1111] nicotine+: rebuild for Python 3.9, drop noarch --- srcpkgs/nicotine+/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/nicotine+/template b/srcpkgs/nicotine+/template index 6f743890f83..59d92e13ce2 100644 --- a/srcpkgs/nicotine+/template +++ b/srcpkgs/nicotine+/template @@ -1,8 +1,7 @@ # Template file for 'nicotine+' pkgname=nicotine+ version=2.0.1 -revision=1 -archs=noarch +revision=2 wrksrc="nicotine-plus-${version}" build_style=python3-module hostmakedepends="python3" From 249887bfbe839f5b4debc7e975446e24496c78db Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:54 -0400 Subject: [PATCH 0097/1111] nyx: rebuild for Python 3.9, drop noarch --- srcpkgs/nyx/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template index 4b265771793..7edee5a30b7 100644 --- a/srcpkgs/nyx/template +++ b/srcpkgs/nyx/template @@ -1,8 +1,7 @@ # Template file for 'nyx' pkgname=nyx version=2.1.0 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="nyx" hostmakedepends="python3-setuptools" From ed342815dd3ce4857f3ff8070baea0798aa919ff Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:54 -0400 Subject: [PATCH 0098/1111] onionshare: rebuild for Python 3.9, drop noarch --- srcpkgs/onionshare/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template index b8df8ae79c7..b9d4fe0fafb 100644 --- a/srcpkgs/onionshare/template +++ b/srcpkgs/onionshare/template @@ -1,8 +1,7 @@ # Template file for 'onionshare' pkgname=onionshare version=2.2 -revision=3 -archs=noarch +revision=4 build_style=python3-module pycompile_dirs="/usr/share/nautilus-python/extensions" hostmakedepends="python3-setuptools" From 4095d08df6679140ba49285feae03597b6826a50 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:54 -0400 Subject: [PATCH 0099/1111] pass-import: rebuild for Python 3.9, drop noarch --- srcpkgs/pass-import/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template index ac7590bea99..51c81c560a6 100644 --- a/srcpkgs/pass-import/template +++ b/srcpkgs/pass-import/template @@ -1,8 +1,7 @@ # Template file for 'pass-import' pkgname=pass-import version=3.0 -revision=3 -archs=noarch +revision=4 build_style=gnu-makefile hostmakedepends="python3-setuptools python3-yaml" depends="pass>=1.7.0 python3-defusedxml python3-magic From c9e2189b112aec909d770f726bc09b34899db284 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:55 -0400 Subject: [PATCH 0100/1111] peframe: rebuild for Python 3.9, drop noarch --- srcpkgs/peframe/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template index 5ecede6cf56..c8ee506466b 100644 --- a/srcpkgs/peframe/template +++ b/srcpkgs/peframe/template @@ -1,8 +1,7 @@ # Template file for 'peframe' pkgname=peframe version=6.0.3 -revision=2 -archs=noarch +revision=3 build_style="python3-module" pycompile_module="peframe" hostmakedepends="python3-setuptools" From e637f013b3433e751709f8c440e1e0e93e4e9279 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:55 -0400 Subject: [PATCH 0101/1111] pelican: rebuild for Python 3.9, drop noarch --- srcpkgs/pelican/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/pelican/template b/srcpkgs/pelican/template index c505227c554..1c47e8d711a 100644 --- a/srcpkgs/pelican/template +++ b/srcpkgs/pelican/template @@ -1,8 +1,7 @@ # Template file for 'pelican' pkgname=pelican version=4.2.0 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="pelican" hostmakedepends="python3-setuptools" From fe62ecd68203b787fad6d8d7c3418771ae87e504 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:55 -0400 Subject: [PATCH 0102/1111] persepolis: rebuild for Python 3.9, drop noarch --- srcpkgs/persepolis/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/persepolis/template b/srcpkgs/persepolis/template index 696afdd62e6..aaaaa59c3a7 100644 --- a/srcpkgs/persepolis/template +++ b/srcpkgs/persepolis/template @@ -1,8 +1,7 @@ # Template file for 'persepolis' pkgname=persepolis version=3.2.0 -revision=2 -archs="noarch" +revision=3 build_style=python3-module hostmakedepends="python3 python3-setuptools python3-setproctitle python3-requests python3-psutil aria2 ffmpeg libnotify pulseaudio youtube-dl sound-theme-freedesktop From 5e97f6c70370ce051c6166a22fa0dc6ef2c3c126 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:55 -0400 Subject: [PATCH 0103/1111] peru: rebuild for Python 3.9, drop noarch --- srcpkgs/peru/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template index 6cfdf8170c0..edb0122f192 100644 --- a/srcpkgs/peru/template +++ b/srcpkgs/peru/template @@ -1,8 +1,7 @@ # Template file for 'peru' pkgname=peru version=1.2.0 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="peru" hostmakedepends="python3-setuptools" From 7e3775ba1e7e5048491e574c2da80ccc842a2aa6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:55 -0400 Subject: [PATCH 0104/1111] pex: rebuild for Python 3.9, drop noarch --- srcpkgs/pex/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template index 105fb3e896d..b6a71768c89 100644 --- a/srcpkgs/pex/template +++ b/srcpkgs/pex/template @@ -1,8 +1,7 @@ # Template file for 'pex' pkgname=pex version=2.1.15 -revision=1 -archs=noarch +revision=2 wrksrc="pex-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx" From 8420450a8928ce76bf63b330788455cdcdd9ed02 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:55 -0400 Subject: [PATCH 0105/1111] pgcli: rebuild for Python 3.9, drop noarch --- srcpkgs/pgcli/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template index 51835304d71..d8def4ae0c0 100644 --- a/srcpkgs/pgcli/template +++ b/srcpkgs/pgcli/template @@ -1,8 +1,7 @@ # Template file for 'pgcli' pkgname=pgcli version=3.0.0 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit From 83f087f3978807685e47ca11999346a2ab5be755 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:56 -0400 Subject: [PATCH 0106/1111] picard: rebuild for Python 3.9, drop noarch --- srcpkgs/picard/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template index ca1f29c11de..53f9daa8fdb 100644 --- a/srcpkgs/picard/template +++ b/srcpkgs/picard/template @@ -1,8 +1,7 @@ # Template file for 'picard' pkgname=picard version=2.3.2 -revision=1 -archs=noarch +revision=2 wrksrc="${pkgname}-release-${version}" build_style=python3-module make_install_args="--disable-autoupdate" From 86b7cd4adc5a37f86c6fa95256c18652908e6b2b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:56 -0400 Subject: [PATCH 0107/1111] piper: rebuild for Python 3.9, drop noarch --- srcpkgs/piper/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template index 0f54fe32153..1719f425bb9 100644 --- a/srcpkgs/piper/template +++ b/srcpkgs/piper/template @@ -1,8 +1,7 @@ # Template file for 'piper' pkgname=piper version=0.5.1 -revision=1 -archs=noarch +revision=2 build_style=meson hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml" makedepends="python3-devel python3-gobject-devel" From fd9cb2ea86df0be6bd8af1e5bbcb623ca2bc06f8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:56 -0400 Subject: [PATCH 0108/1111] playitslowly: rebuild for Python 3.9, drop noarch --- srcpkgs/playitslowly/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template index 6d3483ae251..52cbd9870c1 100644 --- a/srcpkgs/playitslowly/template +++ b/srcpkgs/playitslowly/template @@ -1,8 +1,7 @@ # Template file for 'playitslowly' pkgname=playitslowly version=1.5.1 -revision=2 -archs=noarch +revision=3 build_style=python3-module hostmakedepends="python3" depends="python3 python3-gobject gtk+3 gstreamer1 gst-plugins-base1 gst-plugins-good1 From f9902c4e3527ed7676e887e61988946350f2e5b5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:56 -0400 Subject: [PATCH 0109/1111] pockyt: rebuild for Python 3.9, drop noarch --- srcpkgs/pockyt/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template index eee3691d959..5c6b4dbbbea 100644 --- a/srcpkgs/pockyt/template +++ b/srcpkgs/pockyt/template @@ -1,8 +1,7 @@ # Template file for 'pockyt' pkgname=pockyt version=1.2 -revision=2 -archs=noarch +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-parse" From fc6791316328e62a3c64fdb97756a6e9d2dc0520 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:56 -0400 Subject: [PATCH 0110/1111] podman-compose: rebuild for Python 3.9, drop noarch --- srcpkgs/podman-compose/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template index 4f4467de689..6a994ae7e8f 100644 --- a/srcpkgs/podman-compose/template +++ b/srcpkgs/podman-compose/template @@ -1,8 +1,7 @@ # Template file for 'podman-compose' pkgname=podman-compose version=0.1.5 -revision=1 -archs="noarch" +revision=2 build_style=python3-module hostmakedepends="python3-setuptools python3-yaml" depends="${hostmakedepends} podman" From 9f833a5996dcea3875a0ceeb8d9a177c389eda81 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:57 -0400 Subject: [PATCH 0111/1111] protonvpn-cli: rebuild for Python 3.9, drop noarch --- srcpkgs/protonvpn-cli/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/protonvpn-cli/template b/srcpkgs/protonvpn-cli/template index fb8ed8e0b57..5935d7b4860 100644 --- a/srcpkgs/protonvpn-cli/template +++ b/srcpkgs/protonvpn-cli/template @@ -1,8 +1,7 @@ # Template file for 'protonvpn-cli' pkgname=protonvpn-cli version=2.2.4 -revision=1 -archs=noarch +revision=2 wrksrc="linux-cli-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0a60e8528bf438cb078da3829c010bcd03d04245 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:57 -0400 Subject: [PATCH 0112/1111] pychess: rebuild for Python 3.9, drop noarch --- srcpkgs/pychess/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template index d0594aa77f4..1e26cbd6be3 100644 --- a/srcpkgs/pychess/template +++ b/srcpkgs/pychess/template @@ -1,10 +1,9 @@ # Template file for 'pychess' pkgname=pychess version=0.12.4 -revision=3 +revision=4 build_style=python3-module pycompile_module="pychess" -archs=noarch hostmakedepends="python3-setuptools" depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject" short_desc="A GTK chess client written in Python" From a43b121ff34e314ba3067fd5d48537f5198e7f0c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:57 -0400 Subject: [PATCH 0113/1111] pycp: rebuild for Python 3.9, drop noarch --- srcpkgs/pycp/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template index c9066259862..003f2e9724f 100644 --- a/srcpkgs/pycp/template +++ b/srcpkgs/pycp/template @@ -1,8 +1,7 @@ # Template file for 'pycp' pkgname=pycp version=8.0.8 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="pycp" hostmakedepends="help2man python3-setuptools" From 4aec95f2ae227b406de1d6cac78570e6e19aaf81 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:57 -0400 Subject: [PATCH 0114/1111] pyradio: rebuild for Python 3.9, drop noarch --- srcpkgs/pyradio/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template index 808c298c7b5..20480efa490 100644 --- a/srcpkgs/pyradio/template +++ b/srcpkgs/pyradio/template @@ -1,8 +1,7 @@ # Template file for 'pyradio' pkgname=pyradio version=0.8.7.2 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" From e70e225a2376df63a569156eeb0f412d38426a15 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:57 -0400 Subject: [PATCH 0115/1111] pysolfc: rebuild for Python 3.9, drop noarch --- srcpkgs/pysolfc/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template index b634a8da817..7440cee9b0f 100644 --- a/srcpkgs/pysolfc/template +++ b/srcpkgs/pysolfc/template @@ -1,8 +1,7 @@ # Template file for 'pysolfc' pkgname=pysolfc version=2.10.1 -revision=1 -archs="noarch" +revision=2 wrksrc="PySolFC-${pkgname}-${version}" build_style=python3-module hostmakedepends="gettext python3-pygame python3-random2 python3-six From 20aa8a99da80948a837b0347f026c33f3b51fbc0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:58 -0400 Subject: [PATCH 0116/1111] python3-3to2: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-3to2/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template index 38558f1fcff..ddbef419178 100644 --- a/srcpkgs/python3-3to2/template +++ b/srcpkgs/python3-3to2/template @@ -1,8 +1,7 @@ # Template file for 'python3-3to2' pkgname=python3-3to2 version=1.1.1 -revision=2 -archs=noarch +revision=3 wrksrc="3to2-${version}" build_style=python3-module pycompile_module="lib3to2" From 7693b15de4a65625eb91519d65dcbb4b76758dc0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:58 -0400 Subject: [PATCH 0117/1111] python3-CherryPy: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-CherryPy/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template index 2b5fa77a786..c21123b9baf 100644 --- a/srcpkgs/python3-CherryPy/template +++ b/srcpkgs/python3-CherryPy/template @@ -1,8 +1,7 @@ # Template file for 'python3-CherryPy' pkgname=python3-CherryPy version=18.6.0 -revision=1 -archs=noarch +revision=2 wrksrc="CherryPy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8711a01ad8697cb5acf3a77a2369aa6bae786356 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:58 -0400 Subject: [PATCH 0118/1111] python3-Django: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-Django/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-Django/template b/srcpkgs/python3-Django/template index 9f1a08f968d..23a383b915d 100644 --- a/srcpkgs/python3-Django/template +++ b/srcpkgs/python3-Django/template @@ -1,8 +1,7 @@ # Template file for 'python3-Django' pkgname=python3-Django version=3.0.7 -revision=1 -archs=noarch +revision=2 wrksrc="Django-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c1fcce5db62d342c85a5d5ffc44a3c8fd96c661c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:58 -0400 Subject: [PATCH 0119/1111] python3-EasyProcess: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-EasyProcess/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-EasyProcess/template b/srcpkgs/python3-EasyProcess/template index 725467884d4..034df5dc09c 100644 --- a/srcpkgs/python3-EasyProcess/template +++ b/srcpkgs/python3-EasyProcess/template @@ -1,8 +1,7 @@ # Template file for 'python3-EasyProcess' pkgname=python3-EasyProcess version=0.3 -revision=1 -archs=noarch +revision=2 wrksrc=EasyProcess-${version} build_style=python3-module hostmakedepends="python3-setuptools" From acad2afbcd0d16d83f4f50f2583c7c789a6dce2f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:58 -0400 Subject: [PATCH 0120/1111] python3-Flask-Mail: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-Flask-Mail/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-Flask-Mail/template b/srcpkgs/python3-Flask-Mail/template index f1e31e984d0..18542847ecb 100644 --- a/srcpkgs/python3-Flask-Mail/template +++ b/srcpkgs/python3-Flask-Mail/template @@ -1,8 +1,7 @@ # Template file for 'python3-Flask-Mail' pkgname=python3-Flask-Mail version=0.9.1 -revision=1 -archs=noarch +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ef75bda1c5993dd7bbab064633d8a00ed86f9965 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:59 -0400 Subject: [PATCH 0121/1111] python3-Flask-RESTful: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-Flask-RESTful/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template index 74f5be02359..723733ddf33 100644 --- a/srcpkgs/python3-Flask-RESTful/template +++ b/srcpkgs/python3-Flask-RESTful/template @@ -1,8 +1,7 @@ # Template file for 'python3-Flask-RESTful' pkgname=python3-Flask-RESTful version=0.3.8 -revision=1 -archs=noarch +revision=2 wrksrc="flask-restful-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c47200602d32277133015e1730e3277f50a35556 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:59 -0400 Subject: [PATCH 0122/1111] python3-Flask-SQLAlchemy: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-Flask-SQLAlchemy/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-Flask-SQLAlchemy/template b/srcpkgs/python3-Flask-SQLAlchemy/template index 392425b0610..4d269e2c4dd 100644 --- a/srcpkgs/python3-Flask-SQLAlchemy/template +++ b/srcpkgs/python3-Flask-SQLAlchemy/template @@ -1,8 +1,7 @@ # Template file for 'python3-Flask-SQLAlchemy' pkgname=python3-Flask-SQLAlchemy version=2.4.4 -revision=1 -archs=noarch +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c61a5b297777b761fcb5bebb093c56fabfc7d9b7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:59 -0400 Subject: [PATCH 0123/1111] python3-Flask-User: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-Flask-User/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-Flask-User/template b/srcpkgs/python3-Flask-User/template index 1de87f20bf4..ad2fa8483c7 100644 --- a/srcpkgs/python3-Flask-User/template +++ b/srcpkgs/python3-Flask-User/template @@ -1,8 +1,7 @@ # Template file for 'python3-Flask-User' pkgname=python3-Flask-User version=1.0.2.2 -revision=1 -archs=noarch +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 88cd04e717dd2e920c90c9b6b7692ce25efce0a7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:59 -0400 Subject: [PATCH 0124/1111] python3-Inflector: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-Inflector/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template index e890c1ad256..ec4da0d4c03 100644 --- a/srcpkgs/python3-Inflector/template +++ b/srcpkgs/python3-Inflector/template @@ -1,8 +1,7 @@ # Template file for 'python3-Inflector' pkgname=python3-Inflector version=3.0.1 -revision=1 -archs=noarch +revision=2 wrksrc="Inflector-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From cc55301c1e10259f75b054e4545dc16d0d69cd0b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:49:59 -0400 Subject: [PATCH 0125/1111] python3-Markdown: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-Markdown/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-Markdown/template b/srcpkgs/python3-Markdown/template index 3c2e12cbe8d..ef11fca0c8e 100644 --- a/srcpkgs/python3-Markdown/template +++ b/srcpkgs/python3-Markdown/template @@ -1,8 +1,7 @@ # Template file for 'python3-Markdown' pkgname=python3-Markdown version=3.2.2 -revision=1 -archs=noarch +revision=2 wrksrc="Markdown-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 92357349974396352c9397bfc42f886aa1f89857 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:00 -0400 Subject: [PATCH 0126/1111] python3-MechanicalSoup: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-MechanicalSoup/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template index 5a3b0b3eb03..f763efcf4e7 100644 --- a/srcpkgs/python3-MechanicalSoup/template +++ b/srcpkgs/python3-MechanicalSoup/template @@ -1,8 +1,7 @@ # Template file for 'python3-MechanicalSoup' pkgname=python3-MechanicalSoup version=0.12.0 -revision=2 -archs=noarch +revision=3 wrksrc=MechanicalSoup-${version} build_style=python3-module pycompile_module="mechanicalsoup" From 2691807cb3b3503ba1e1bca80c5d422620f71cbe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:00 -0400 Subject: [PATCH 0127/1111] python3-Pebble: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-Pebble/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-Pebble/template b/srcpkgs/python3-Pebble/template index 0d91d52c6d1..7ce41a31eae 100644 --- a/srcpkgs/python3-Pebble/template +++ b/srcpkgs/python3-Pebble/template @@ -1,8 +1,7 @@ # Template file for 'python3-Pebble' pkgname=python3-Pebble version=4.5.3 -revision=1 -archs=noarch +revision=2 wrksrc=Pebble-${version} build_style=python3-module hostmakedepends="python3-setuptools" From b051dce1f9afa3e30126bd78f81caff79e3e8789 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:00 -0400 Subject: [PATCH 0128/1111] python3-PyBrowserID: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-PyBrowserID/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template index eefd0175f1b..a8cdd9230d3 100644 --- a/srcpkgs/python3-PyBrowserID/template +++ b/srcpkgs/python3-PyBrowserID/template @@ -1,8 +1,7 @@ # Template file for 'python3-PyBrowserID' pkgname=python3-PyBrowserID version=0.14.0 -revision=3 -archs=noarch +revision=4 wrksrc="PyBrowserID-${version}" build_style=python3-module pycompile_module="browserid" From 4f93ad307bf6e20da4e1e353730650c419f351cf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:00 -0400 Subject: [PATCH 0129/1111] python3-PyFxA: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-PyFxA/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template index 6fc6791efdd..c7fdfff1c93 100644 --- a/srcpkgs/python3-PyFxA/template +++ b/srcpkgs/python3-PyFxA/template @@ -1,8 +1,7 @@ # Template file for 'python3-PyFxA' pkgname=python3-PyFxA version=0.7.3 -revision=2 -archs=noarch +revision=3 wrksrc="PyFxA-${version}" build_style=python3-module pycompile_module="fxa" From 9933a4963bc462f5ce4f1857c160e63c714244ec Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:00 -0400 Subject: [PATCH 0130/1111] python3-PyVirtualDisplay: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-PyVirtualDisplay/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-PyVirtualDisplay/template b/srcpkgs/python3-PyVirtualDisplay/template index e7c42f99c4e..5321d2c98fb 100644 --- a/srcpkgs/python3-PyVirtualDisplay/template +++ b/srcpkgs/python3-PyVirtualDisplay/template @@ -1,8 +1,7 @@ # Template file for 'python3-PyVirtualDisplay' pkgname=python3-PyVirtualDisplay version=1.3.2 -revision=1 -archs=noarch +revision=2 wrksrc=PyVirtualDisplay-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 0b78ea4bdaad5e3cc3705dd80a1fc736f5dde9ef Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:00 -0400 Subject: [PATCH 0131/1111] python3-QtPy: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-QtPy/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-QtPy/template b/srcpkgs/python3-QtPy/template index 2ddc8b313ee..8205641c6b5 100644 --- a/srcpkgs/python3-QtPy/template +++ b/srcpkgs/python3-QtPy/template @@ -1,8 +1,7 @@ # Template file for 'python3-QtPy' pkgname=python3-QtPy version=1.9.0 -revision=1 -archs=noarch +revision=2 wrksrc=QtPy-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 08944c0ffc9dc1b6613b274e8ec56c8614695bd1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:01 -0400 Subject: [PATCH 0132/1111] python3-ReParser: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-ReParser/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template index 5959de9d0e3..f37eeb897ed 100644 --- a/srcpkgs/python3-ReParser/template +++ b/srcpkgs/python3-ReParser/template @@ -1,8 +1,7 @@ # Template file for 'python3-ReParser' pkgname=python3-ReParser version=1.4.3 -revision=2 -archs=noarch +revision=3 wrksrc=ReParser-${version} build_style=python3-module pycompile_module="reparser.py" From 7e027aab47610e4ba38afe9ba066c27c60baecaa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:01 -0400 Subject: [PATCH 0133/1111] python3-Ropper: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-Ropper/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-Ropper/template b/srcpkgs/python3-Ropper/template index 6cf233bd99a..88f5b4523e0 100644 --- a/srcpkgs/python3-Ropper/template +++ b/srcpkgs/python3-Ropper/template @@ -1,8 +1,7 @@ # Template file for 'python3-Ropper' pkgname=python3-Ropper version=1.13.5 -revision=1 -archs="noarch" +revision=2 wrksrc="Ropper-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From bcad1931132d9ead4c2be0e6545a2ff88109321e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:01 -0400 Subject: [PATCH 0134/1111] python3-SecretStorage: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-SecretStorage/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template index 864d1385411..ce682ca8ce4 100644 --- a/srcpkgs/python3-SecretStorage/template +++ b/srcpkgs/python3-SecretStorage/template @@ -1,8 +1,7 @@ # Template file for 'python3-SecretStorage' pkgname=python3-SecretStorage version=3.1.2 -revision=1 -archs=noarch +revision=2 wrksrc="SecretStorage-${version}" build_style=python3-module pycompile_module="secretstorage" From 48c30e897b1a059624e60ec63252e93db33382a9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:01 -0400 Subject: [PATCH 0135/1111] python3-SoCo: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-SoCo/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template index 9a27dcdb264..809ffcd3a21 100644 --- a/srcpkgs/python3-SoCo/template +++ b/srcpkgs/python3-SoCo/template @@ -1,8 +1,7 @@ # Template file for 'python3-SoCo' pkgname=python3-SoCo version=0.18.1 -revision=2 -archs=noarch +revision=3 wrksrc="SoCo-${version}" build_style=python3-module pycompile_module="soco" From f809db6c534dc3163aa854b9e0193436663cb565 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:01 -0400 Subject: [PATCH 0136/1111] python3-Telethon: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-Telethon/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template index 25ccd5200e5..a6c8f89131c 100644 --- a/srcpkgs/python3-Telethon/template +++ b/srcpkgs/python3-Telethon/template @@ -1,8 +1,7 @@ # Template file for 'python3-Telethon' pkgname=python3-Telethon version=1.13.0 -revision=2 -archs=noarch +revision=3 wrksrc="Telethon-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 342c65c29b7b1c64bbb1f7be023b74924c86b5f0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:02 -0400 Subject: [PATCH 0137/1111] python3-TxSNI: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-TxSNI/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template index 22b38d1d3cf..72020678230 100644 --- a/srcpkgs/python3-TxSNI/template +++ b/srcpkgs/python3-TxSNI/template @@ -1,8 +1,7 @@ # Template file for 'python3-TxSNI' pkgname=python3-TxSNI version=0.1.9 -revision=3 -archs=noarch +revision=4 create_wrksrc=yes build_wrksrc="TxSNI-${version}" build_style=python3-module From 7c2ec50e490739fe6fe6cc605d297524c41495e2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:02 -0400 Subject: [PATCH 0138/1111] python3-WebOb: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-WebOb/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template index 53e63879f2c..e3de30ca017 100644 --- a/srcpkgs/python3-WebOb/template +++ b/srcpkgs/python3-WebOb/template @@ -1,8 +1,7 @@ # Template file for 'python3-WebOb' pkgname=python3-WebOb version=1.8.5 -revision=2 -archs=noarch +revision=3 wrksrc="WebOb-${version}" build_style=python3-module pycompile_module="webob" From eccca836523e0a3752d7cfd51001a7a30e763ef1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:02 -0400 Subject: [PATCH 0139/1111] python3-XlsxWriter: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-XlsxWriter/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template index b991457e01e..f7374c7a9a3 100644 --- a/srcpkgs/python3-XlsxWriter/template +++ b/srcpkgs/python3-XlsxWriter/template @@ -1,8 +1,7 @@ # Template file for 'python3-XlsxWriter' pkgname=python3-XlsxWriter version=1.1.8 -revision=2 -archs="noarch" +revision=3 wrksrc="XlsxWriter-RELEASE_${version}" build_style=python3-module pycompile_module="XlsxWriter" From 3b32494e0de8233f97443d900b2c85e5a72d92bf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:02 -0400 Subject: [PATCH 0140/1111] python3-aioamqp: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-aioamqp/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-aioamqp/template b/srcpkgs/python3-aioamqp/template index 861cec8f543..13bb48d1a03 100644 --- a/srcpkgs/python3-aioamqp/template +++ b/srcpkgs/python3-aioamqp/template @@ -1,8 +1,7 @@ # Template file for 'python3-aioamqp' pkgname=python3-aioamqp version=0.14.0 -revision=1 -archs=noarch +revision=2 wrksrc="aioamqp-aioamqp-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 86c803fbd1111b53e8925859064ae1ce42f8c750 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:02 -0400 Subject: [PATCH 0141/1111] python3-aiodns: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-aiodns/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template index bca5802ef69..fc5aa977fc6 100644 --- a/srcpkgs/python3-aiodns/template +++ b/srcpkgs/python3-aiodns/template @@ -1,8 +1,7 @@ # Template file for 'python3-aiodns' pkgname=python3-aiodns version=2.0.0 -revision=1 -archs=noarch +revision=2 wrksrc="aiodns-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 893c0c051c17a8a35caa19ee905c5e1266c8dc65 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:02 -0400 Subject: [PATCH 0142/1111] python3-aiofiles: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-aiofiles/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-aiofiles/template b/srcpkgs/python3-aiofiles/template index 61d4d081821..dcfc7a7a242 100644 --- a/srcpkgs/python3-aiofiles/template +++ b/srcpkgs/python3-aiofiles/template @@ -1,8 +1,7 @@ # Template file for 'python3-aiofiles' pkgname=python3-aiofiles version=0.5.0 -revision=1 -archs=noarch +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e94520a70654feb1c85802a2876ee8a9014dd0be Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:03 -0400 Subject: [PATCH 0143/1111] python3-aiohttp-cors: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-aiohttp-cors/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template index b621716e3cd..14eb43d1e33 100644 --- a/srcpkgs/python3-aiohttp-cors/template +++ b/srcpkgs/python3-aiohttp-cors/template @@ -1,8 +1,7 @@ # Template file for 'python3-aiohttp-cors' pkgname=python3-aiohttp-cors version=0.7.0 -revision=2 -archs=noarch +revision=3 wrksrc="aiohttp-cors-${version}" build_style=python3-module pycompile_module="aiohttp_cors" From e7b844e4f800fed083549eb50c33faa8f16e25c3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:03 -0400 Subject: [PATCH 0144/1111] python3-aiohttp-cors2: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-aiohttp-cors2/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template index f13b0598456..2bb6e5523e0 100644 --- a/srcpkgs/python3-aiohttp-cors2/template +++ b/srcpkgs/python3-aiohttp-cors2/template @@ -1,8 +1,7 @@ # Template file for 'python3-aiohttp-cors2' pkgname=python3-aiohttp-cors2 version=0.7.0 -revision=2 -archs=noarch +revision=3 wrksrc="aiohttp-cors-${version}" build_style=python3-module pycompile_module="aiohttp_cors" From 8dcc2d7b777d7c0d6105dba7adc4630c96ad093c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:03 -0400 Subject: [PATCH 0145/1111] python3-aiohttp-sse-client: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-aiohttp-sse-client/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-aiohttp-sse-client/template b/srcpkgs/python3-aiohttp-sse-client/template index 6599b036e97..07210dbfc73 100644 --- a/srcpkgs/python3-aiohttp-sse-client/template +++ b/srcpkgs/python3-aiohttp-sse-client/template @@ -1,8 +1,7 @@ # Template file for 'python3-aiohttp-sse-client' pkgname=python3-aiohttp-sse-client version=0.1.7 -revision=1 -archs=noarch +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e3d1cb2d199dfc779d82b27b3673aa94b83be88f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:03 -0400 Subject: [PATCH 0146/1111] python3-aiohttp_socks: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-aiohttp_socks/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template index 10ab967ef76..fa75a54302c 100644 --- a/srcpkgs/python3-aiohttp_socks/template +++ b/srcpkgs/python3-aiohttp_socks/template @@ -1,8 +1,7 @@ # Template file for 'python3-aiohttp_socks' pkgname=python3-aiohttp_socks version=0.2.2 -revision=2 -archs=noarch +revision=3 wrksrc="aiohttp_socks-${version}" build_style=python3-module pycompile_module="aiohttp_socks" From fe81a9b0a20c9eff7c906c5c63eb02ec3eefe208 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:03 -0400 Subject: [PATCH 0147/1111] python3-aioinflux: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-aioinflux/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-aioinflux/template b/srcpkgs/python3-aioinflux/template index d63da0c2ccc..612ab7076b3 100644 --- a/srcpkgs/python3-aioinflux/template +++ b/srcpkgs/python3-aioinflux/template @@ -1,8 +1,7 @@ # Template file for 'python3-aioinflux' pkgname=python3-aioinflux version=0.9.0 -revision=1 -archs=noarch +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3d34e183ce6afd86d3f1d1a4f7390e3ebeaab1e9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:04 -0400 Subject: [PATCH 0148/1111] python3-aionotify: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-aionotify/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-aionotify/template b/srcpkgs/python3-aionotify/template index 93d857f71b6..b2c18dc979b 100644 --- a/srcpkgs/python3-aionotify/template +++ b/srcpkgs/python3-aionotify/template @@ -1,8 +1,7 @@ # Template file for 'python3-aionotify' pkgname=python3-aionotify version=0.2.0 -revision=1 -archs=noarch +revision=2 wrksrc="aionotify-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d48a3c8117d413a9747905e4dcf394731bcea667 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:04 -0400 Subject: [PATCH 0149/1111] python3-aioredis: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-aioredis/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template index c93ad443386..90337771ace 100644 --- a/srcpkgs/python3-aioredis/template +++ b/srcpkgs/python3-aioredis/template @@ -1,8 +1,7 @@ # Template file for 'python3-aioredis' pkgname=python3-aioredis version=1.3.1 -revision=1 -archs=noarch +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a4fab4d12ed4c8174fe04e2bf1aea33d8bb8b45b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:04 -0400 Subject: [PATCH 0150/1111] python3-aiorpcx: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-aiorpcx/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template index 3e25da6752f..4d44cf495c2 100644 --- a/srcpkgs/python3-aiorpcx/template +++ b/srcpkgs/python3-aiorpcx/template @@ -1,8 +1,7 @@ # Template file for 'python3-aiorpcx' pkgname=python3-aiorpcx version=0.18.4 -revision=1 -archs=noarch +revision=2 wrksrc="aiorpcX-${version}" build_style=python3-module pycompile_module="aiorpcx" From 6ee85a3c70ea6cf1f20ca87afb624f0637a4ca20 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:04 -0400 Subject: [PATCH 0151/1111] python3-altgraph: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-altgraph/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template index 2bf433edb6e..a1ad53d67a1 100644 --- a/srcpkgs/python3-altgraph/template +++ b/srcpkgs/python3-altgraph/template @@ -1,8 +1,7 @@ # Template file for 'python3-altgraph' pkgname=python3-altgraph version=0.16.1 -revision=2 -archs=noarch +revision=3 wrksrc="altgraph-${version}" build_style=python3-module pycompile_module="altgraph" From 11d76a5b145aac6a1068d8b2e737a6d2fbbc8212 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:04 -0400 Subject: [PATCH 0152/1111] python3-aniso8601: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-aniso8601/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template index 0253b89b5a3..570696f9ff3 100644 --- a/srcpkgs/python3-aniso8601/template +++ b/srcpkgs/python3-aniso8601/template @@ -1,8 +1,7 @@ # Template file for 'python3-aniso8601' pkgname=python3-aniso8601 version=8.0.0 -revision=2 -archs=noarch +revision=3 _gitver=0ec13b9d81c9 wrksrc="nielsenb-aniso8601-${_gitver}" build_style=python3-module From 14e38a7a8544c3cbc65b1c3cbb4adcbfa3dee056 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:04 -0400 Subject: [PATCH 0153/1111] python3-ansible-lint: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-ansible-lint/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-ansible-lint/template b/srcpkgs/python3-ansible-lint/template index cb3832799a1..2703787f60e 100644 --- a/srcpkgs/python3-ansible-lint/template +++ b/srcpkgs/python3-ansible-lint/template @@ -1,8 +1,7 @@ # Template file for 'python3-ansible-lint' pkgname=python3-ansible-lint version=4.1.0 -revision=2 -archs=noarch +revision=3 wrksrc="ansible-lint-${version}" build_style=python3-module pycompile_module="ansiblelint" From 339550a7ea66ddc8ce4c519ef29690e5c1503863 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:05 -0400 Subject: [PATCH 0154/1111] python3-anytree: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-anytree/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template index 5bd9b407017..e767018e633 100644 --- a/srcpkgs/python3-anytree/template +++ b/srcpkgs/python3-anytree/template @@ -1,8 +1,7 @@ # Template file for 'python3-anytree' pkgname=python3-anytree version=2.8.0 -revision=1 -archs=noarch +revision=2 wrksrc="anytree-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5e465a780968cbf9788a2a6dda0ef0e0f180bef6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:05 -0400 Subject: [PATCH 0155/1111] python3-applib: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-applib/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template index 3a5a4ed5d40..50ba75041fc 100644 --- a/srcpkgs/python3-applib/template +++ b/srcpkgs/python3-applib/template @@ -1,8 +1,7 @@ # Template file for 'python3-applib' pkgname=python3-applib version=1.2 -revision=3 -archs=noarch +revision=4 create_wrksrc=yes build_wrksrc="applib-${version}" build_style=python3-module From 870cee98df56665b6b54688c6bcdca7ac27089bf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:05 -0400 Subject: [PATCH 0156/1111] python3-astral: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-astral/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-astral/template b/srcpkgs/python3-astral/template index d290eee7806..e9fcd0dfbe6 100644 --- a/srcpkgs/python3-astral/template +++ b/srcpkgs/python3-astral/template @@ -1,8 +1,7 @@ # Template file for 'python3-astral' pkgname=python3-astral version=2.2 -revision=1 -archs=noarch +revision=2 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module hostmakedepends="python3 python3-setuptools" From 9adeb406b450659ca6a5010755cae66b5fe4034c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:05 -0400 Subject: [PATCH 0157/1111] python3-astroid: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-astroid/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template index ff4a857e214..3d98165a52d 100644 --- a/srcpkgs/python3-astroid/template +++ b/srcpkgs/python3-astroid/template @@ -1,8 +1,7 @@ # Template file for 'python3-astroid' pkgname=python3-astroid version=2.4.2 -revision=1 -archs=noarch +revision=2 wrksrc="astroid-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8516522d9f49ebe4bc4e64904551b127fd9e6497 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:05 -0400 Subject: [PATCH 0158/1111] python3-async-timeout: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-async-timeout/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template index 854584fb5b2..bcc7fc17048 100644 --- a/srcpkgs/python3-async-timeout/template +++ b/srcpkgs/python3-async-timeout/template @@ -1,8 +1,7 @@ # Template file for 'python3-async-timeout' pkgname=python3-async-timeout version=3.0.1 -revision=2 -archs=noarch +revision=3 wrksrc="async-timeout-${version}" build_style=python3-module pycompile_module="async_timeout" From 6bf68abcb06a7947cb8ec4e1ea5d5126b3eda266 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:06 -0400 Subject: [PATCH 0159/1111] python3-async_generator: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-async_generator/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template index 20d9f7ea0d1..0c2b4d0722a 100644 --- a/srcpkgs/python3-async_generator/template +++ b/srcpkgs/python3-async_generator/template @@ -1,8 +1,7 @@ # Template file for 'python3-async_generator' pkgname=python3-async_generator version=1.10 -revision=2 -archs=noarch +revision=3 wrksrc="async_generator-${version}" build_style=python3-module pycompile_module="async_generator" From e37b2d10c8d971755cc79fe9b9a6d773c16ceac2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:06 -0400 Subject: [PATCH 0160/1111] python3-authres: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-authres/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-authres/template b/srcpkgs/python3-authres/template index 27f543c33ba..254830e55fe 100644 --- a/srcpkgs/python3-authres/template +++ b/srcpkgs/python3-authres/template @@ -1,8 +1,7 @@ # Template file for 'python3-authres' pkgname=python3-authres version=1.2.0 -revision=2 -archs=noarch +revision=3 wrksrc="authres-${version}" build_style=python3-module pycompile_module=authres From af5c2037d4c9e5741b8baacc32dc9d09ec2712a8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:06 -0400 Subject: [PATCH 0161/1111] python3-autobahn: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-autobahn/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template index fb3c80d8bb7..516e936a7a3 100644 --- a/srcpkgs/python3-autobahn/template +++ b/srcpkgs/python3-autobahn/template @@ -1,8 +1,7 @@ # Template file for 'python3-autobahn' pkgname=python3-autobahn version=20.7.1 -revision=1 -archs=noarch +revision=2 wrksrc="autobahn-${version}" build_style=python3-module hostmakedepends="python3 python3-setuptools" From 0a3e2ba09c13a05e5aa3932405d9a8342592644c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:06 -0400 Subject: [PATCH 0162/1111] python3-blessed: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-blessed/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template index ab1b0a7273c..54ab5fa0131 100644 --- a/srcpkgs/python3-blessed/template +++ b/srcpkgs/python3-blessed/template @@ -1,8 +1,7 @@ # Template file for 'python3-blessed' pkgname=python3-blessed version=1.17.10 -revision=1 -archs=noarch +revision=2 wrksrc="blessed-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b8161d665edcec956a5073be506959aed60c4071 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:06 -0400 Subject: [PATCH 0163/1111] python3-boltons: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-boltons/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template index 78f0f03a762..1ff0d6efe85 100644 --- a/srcpkgs/python3-boltons/template +++ b/srcpkgs/python3-boltons/template @@ -1,8 +1,7 @@ # Template file for 'python3-boltons' pkgname=python3-boltons version=19.3.0 -revision=2 -archs=noarch +revision=3 wrksrc="boltons-${version}" build_style=python3-module pycompile_module="boltons" From c241cd6f1c566b7aedae6c3865b70cfb9b066cd7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:07 -0400 Subject: [PATCH 0164/1111] python3-canonicaljson: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-canonicaljson/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template index 87b7c8cc8e3..22ae94ab2b5 100644 --- a/srcpkgs/python3-canonicaljson/template +++ b/srcpkgs/python3-canonicaljson/template @@ -1,8 +1,7 @@ # Template file for 'python3-canonicaljson' pkgname=python3-canonicaljson version=1.3.0 -revision=1 -archs=noarch +revision=2 wrksrc="canonicaljson-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 74d6aa95a5d86a54e808972be7fce0eeaf42b4bc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:07 -0400 Subject: [PATCH 0165/1111] python3-casttube: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-casttube/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template index 9e5544b0101..ca94d184a23 100644 --- a/srcpkgs/python3-casttube/template +++ b/srcpkgs/python3-casttube/template @@ -1,8 +1,7 @@ # Template file for 'python3-casttube' pkgname=python3-casttube version=0.2.0 -revision=2 -archs=noarch +revision=3 wrksrc="casttube-${version}" build_style=python3-module pycompile_module="casttube" From 75103b4654c1f687546630905f5f149226ca5fcd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:07 -0400 Subject: [PATCH 0166/1111] python3-certifi: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-certifi/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-certifi/template b/srcpkgs/python3-certifi/template index 35807ad3642..0d1a4667a2f 100644 --- a/srcpkgs/python3-certifi/template +++ b/srcpkgs/python3-certifi/template @@ -1,8 +1,7 @@ # Template file for 'python3-certifi' pkgname=python3-certifi version=2020.06.20 -revision=1 -archs=noarch +revision=2 wrksrc="python-certifi-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f71d5f43637faff67256df16277a6031ba57ed11 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:07 -0400 Subject: [PATCH 0167/1111] python3-changelogs: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-changelogs/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template index d9a7784cf3b..b86a11862af 100644 --- a/srcpkgs/python3-changelogs/template +++ b/srcpkgs/python3-changelogs/template @@ -1,8 +1,7 @@ # Template file for 'python3-changelogs' pkgname=python3-changelogs version=0.14.0 -revision=2 -archs=noarch +revision=3 wrksrc="changelogs-${version}" build_style=python3-module pycompile_module="changelogs" From 416ae7b03ebec44282f3bd2e04f7fa1609f7016f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:07 -0400 Subject: [PATCH 0168/1111] python3-chess: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-chess/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template index 3bf7847302e..f84b994f37b 100644 --- a/srcpkgs/python3-chess/template +++ b/srcpkgs/python3-chess/template @@ -1,8 +1,7 @@ # Template file for 'python3-chess' pkgname=python3-chess version=0.30.1 -revision=1 -archs=noarch +revision=2 wrksrc="python-chess-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7777675f6bc4797d68657705c954ffaf62c1aad6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:07 -0400 Subject: [PATCH 0169/1111] python3-chromecast: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-chromecast/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template index e83286d30ce..e07078d8051 100644 --- a/srcpkgs/python3-chromecast/template +++ b/srcpkgs/python3-chromecast/template @@ -1,8 +1,7 @@ # Template file for 'python3-chromecast' pkgname=python3-chromecast version=4.1.0 -revision=2 -archs=noarch +revision=3 wrksrc="pychromecast-${version}" build_style=python3-module pycompile_module="pychromecast" From 0abe0983369e2f399cb962ba8c9dc066c47e90d9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:08 -0400 Subject: [PATCH 0170/1111] python3-cjkwrap: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-cjkwrap/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-cjkwrap/template b/srcpkgs/python3-cjkwrap/template index fa951f26223..79a14c56462 100644 --- a/srcpkgs/python3-cjkwrap/template +++ b/srcpkgs/python3-cjkwrap/template @@ -1,8 +1,7 @@ # Template file for 'python3-cjkwrap' pkgname=python3-cjkwrap version=2.2 -revision=2 -archs=noarch +revision=3 wrksrc="cjkwrap-v${version}" build_style=python3-module pycompile_module="cjkwrap.py" From a163560b7f44e84a80cc9680540ca0500d1be7d5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:08 -0400 Subject: [PATCH 0171/1111] python3-cli-ui: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-cli-ui/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template index b8e8c97d96f..ef558336647 100644 --- a/srcpkgs/python3-cli-ui/template +++ b/srcpkgs/python3-cli-ui/template @@ -1,8 +1,7 @@ # Template file for 'python3-cli-ui' pkgname=python3-cli-ui version=0.10.0 -revision=2 -archs=noarch +revision=3 wrksrc="python-cli-ui-${version}" build_style=python3-module pycompile_module="cli_ui" From 548d799c7014928b4e006b178c35573987c5e38f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:08 -0400 Subject: [PATCH 0172/1111] python3-cli_helpers: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-cli_helpers/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template index 87b284e3cb5..91e22d2471c 100644 --- a/srcpkgs/python3-cli_helpers/template +++ b/srcpkgs/python3-cli_helpers/template @@ -1,8 +1,7 @@ # Template file for 'python3-cli_helpers' pkgname=python3-cli_helpers version=1.2.1 -revision=2 -archs=noarch +revision=3 wrksrc="cli_helpers-${version}" build_style=python3-module pycompile_module="cli_helpers" From a367236997b3b327d237429f2ee3cfc7fda7e987 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:08 -0400 Subject: [PATCH 0173/1111] python3-click-plugins: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-click-plugins/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template index 0ef6ce6b248..e62d64c0e5a 100644 --- a/srcpkgs/python3-click-plugins/template +++ b/srcpkgs/python3-click-plugins/template @@ -1,8 +1,7 @@ # Template file for 'python3-click-plugins' pkgname=python3-click-plugins version=1.1.1 -revision=2 -archs=noarch +revision=3 wrksrc="click-plugins-${version}" build_style=python3-module pycompile_module="click-plugins" From 2e48700868306f971006115da952bc4c828b0b84 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:08 -0400 Subject: [PATCH 0174/1111] python3-click-repl: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-click-repl/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-click-repl/template b/srcpkgs/python3-click-repl/template index 8d258f30e57..bcae416544c 100644 --- a/srcpkgs/python3-click-repl/template +++ b/srcpkgs/python3-click-repl/template @@ -1,8 +1,7 @@ # Template file for 'python3-click-repl' pkgname=python3-click-repl version=0.1.6 -revision=1 -archs=noarch +revision=2 wrksrc="click-repl-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 05d43c521328317b7a0a2d33a3d38ee27c483cc3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:09 -0400 Subject: [PATCH 0175/1111] python3-cloudscraper: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-cloudscraper/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-cloudscraper/template b/srcpkgs/python3-cloudscraper/template index 9393d49dff1..533bab2e44c 100644 --- a/srcpkgs/python3-cloudscraper/template +++ b/srcpkgs/python3-cloudscraper/template @@ -1,8 +1,7 @@ # Template file for 'python3-cloudscraper' pkgname=python3-cloudscraper version=1.2.46 -revision=1 -archs=noarch +revision=2 wrksrc=cloudscraper-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 14bd52ba44b1a4e831e6cacf9b5e5d65539d283a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:09 -0400 Subject: [PATCH 0176/1111] python3-cmdln: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-cmdln/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template index 2b7e21f3980..2f19f24ac97 100644 --- a/srcpkgs/python3-cmdln/template +++ b/srcpkgs/python3-cmdln/template @@ -1,8 +1,7 @@ # Template file for 'python3-cmdln' pkgname=python3-cmdln version=2.0.0 -revision=2 -archs=noarch +revision=3 wrksrc="cmdln-${version}" build_style=python3-module pycompile_module="cmdln.py" From 060cd3f98854cfa9f89248b37bda0f23c2d316aa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:09 -0400 Subject: [PATCH 0177/1111] python3-colorclass: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-colorclass/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template index ed8d2d2ea02..646f69b1316 100644 --- a/srcpkgs/python3-colorclass/template +++ b/srcpkgs/python3-colorclass/template @@ -1,8 +1,7 @@ # Template file for 'python3-colorclass' pkgname=python3-colorclass version=2.2.0 -revision=2 -archs=noarch +revision=3 wrksrc="colorclass-${version}" build_style=python3-module pycompile_module="colorclass" From 37fec38f5f0a2ca3a94c4d52d95452946a3631c4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:09 -0400 Subject: [PATCH 0178/1111] python3-dateparser: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-dateparser/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-dateparser/template b/srcpkgs/python3-dateparser/template index e36395eea8a..abe4d6b7ea3 100644 --- a/srcpkgs/python3-dateparser/template +++ b/srcpkgs/python3-dateparser/template @@ -1,8 +1,7 @@ # Template file for 'python3-dateparser' pkgname=python3-dateparser version=0.7.6 -revision=1 -archs=noarch +revision=2 wrksrc=dateparser-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 5d399663580027156e8e1e8c8fdd9545ecafcb99 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:09 -0400 Subject: [PATCH 0179/1111] python3-dbusmock: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-dbusmock/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template index d8330a210c0..fec8c097526 100644 --- a/srcpkgs/python3-dbusmock/template +++ b/srcpkgs/python3-dbusmock/template @@ -1,8 +1,7 @@ # Template file for 'python3-dbusmock' pkgname=python3-dbusmock version=0.19 -revision=1 -archs=noarch +revision=2 wrksrc="python-dbusmock-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9e459fb42560900b3d8b4729eb7c876581616a2b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:09 -0400 Subject: [PATCH 0180/1111] python3-deprecation: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-deprecation/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template index 5983a0aadbf..0c8664ddd6d 100644 --- a/srcpkgs/python3-deprecation/template +++ b/srcpkgs/python3-deprecation/template @@ -1,8 +1,7 @@ # Template file for 'python3-deprecation' pkgname=python3-deprecation version=2.1.0 -revision=1 -archs=noarch +revision=2 wrksrc="deprecation-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4f3626fb3e5c38bc3e5de23d78cdb38e10696f2e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:10 -0400 Subject: [PATCH 0181/1111] python3-discid: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-discid/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template index de3f5e571db..850aa859fcd 100644 --- a/srcpkgs/python3-discid/template +++ b/srcpkgs/python3-discid/template @@ -1,8 +1,7 @@ # Template file for 'python3-discid' pkgname=python3-discid version=1.2.0 -revision=2 -archs=noarch +revision=3 wrksrc="discid-${version}" build_style=python3-module pycompile_module=discid From b4d9171bb049624095bf24557c5baf46fdc37dd5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:10 -0400 Subject: [PATCH 0182/1111] python3-dogpile.cache: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-dogpile.cache/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-dogpile.cache/template b/srcpkgs/python3-dogpile.cache/template index 9e8a6a2465e..2060330d489 100644 --- a/srcpkgs/python3-dogpile.cache/template +++ b/srcpkgs/python3-dogpile.cache/template @@ -1,8 +1,7 @@ # Template file for 'python3-dogpile.cache' pkgname=python3-dogpile.cache version=1.0.2 -revision=2 -archs=noarch +revision=3 wrksrc="dogpile.cache-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b36d44d38523d288eb23b170b3f988a4fb62b46d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:10 -0400 Subject: [PATCH 0183/1111] python3-doi: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-doi/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-doi/template b/srcpkgs/python3-doi/template index 29b9036922c..acd3b05c84d 100644 --- a/srcpkgs/python3-doi/template +++ b/srcpkgs/python3-doi/template @@ -1,8 +1,7 @@ # Template file for 'python3-doi' pkgname=python3-doi version=0.2.0 -revision=1 -archs=noarch +revision=2 wrksrc="python-doi-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f91a2f43dc46175e428e614a5a6ca0de3e5c2718 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:10 -0400 Subject: [PATCH 0184/1111] python3-dotenv: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-dotenv/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-dotenv/template b/srcpkgs/python3-dotenv/template index b771ad0139d..afaa0c5569b 100644 --- a/srcpkgs/python3-dotenv/template +++ b/srcpkgs/python3-dotenv/template @@ -1,8 +1,7 @@ # Template file for 'python3-dotenv' pkgname=python3-dotenv version=0.14.0 -revision=1 -archs=noarch +revision=2 wrksrc="python-dotenv-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 417dfaaad49744d8792e4d9a6692f81f2eef4e89 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:10 -0400 Subject: [PATCH 0185/1111] python3-dpkt: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-dpkt/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-dpkt/template b/srcpkgs/python3-dpkt/template index 5ca1a6b1dbb..e5f3ed15758 100644 --- a/srcpkgs/python3-dpkt/template +++ b/srcpkgs/python3-dpkt/template @@ -1,8 +1,7 @@ # Template file for 'python3-dpkt' pkgname=python3-dpkt version=1.9.2 -revision=1 -archs=noarch +revision=2 wrksrc="dpkt-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 32066e837061b4103aa57485b10c146182e1782a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:11 -0400 Subject: [PATCH 0186/1111] python3-easygui: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-easygui/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template index a9a2f66d865..27bc2fb0e02 100644 --- a/srcpkgs/python3-easygui/template +++ b/srcpkgs/python3-easygui/template @@ -1,8 +1,7 @@ # Template file for 'python3-easygui' pkgname=python3-easygui version=0.98.1 -revision=2 -archs=noarch +revision=3 wrksrc="easygui-${version}" build_style=python3-module pycompile_module="easygui" From eabc5e2e7aa776c4c326fb0d4f1f9ad5d79b51e1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:11 -0400 Subject: [PATCH 0187/1111] python3-eliot: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-eliot/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template index eca2c769d45..0cbb23eb418 100644 --- a/srcpkgs/python3-eliot/template +++ b/srcpkgs/python3-eliot/template @@ -1,8 +1,7 @@ # Template file for 'python3-eliot' pkgname=python3-eliot version=1.12.0 -revision=1 -archs=noarch +revision=2 wrksrc="eliot-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 318560e00ab8b6511c7da2bbfc04d6c0388d0162 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:11 -0400 Subject: [PATCH 0188/1111] python3-enchant: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-enchant/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-enchant/template b/srcpkgs/python3-enchant/template index 1540cc34bc8..cb44e98880b 100644 --- a/srcpkgs/python3-enchant/template +++ b/srcpkgs/python3-enchant/template @@ -1,8 +1,7 @@ # Template file for 'python3-enchant' pkgname=python3-enchant version=3.1.1 -revision=1 -archs=noarch +revision=2 wrksrc="pyenchant-${version}" build_style=python3-module hostmakedepends="python3-setuptools enchant-devel" From 7409ca1c023631b9cc69b24470924f6532e9a95a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:11 -0400 Subject: [PATCH 0189/1111] python3-ffmpeg-python: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-ffmpeg-python/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template index 137a864711f..a23624b27b9 100644 --- a/srcpkgs/python3-ffmpeg-python/template +++ b/srcpkgs/python3-ffmpeg-python/template @@ -1,8 +1,7 @@ # Template file for 'python3-ffmpeg-python' pkgname=python3-ffmpeg-python version=0.2.0 -revision=1 -archs=noarch +revision=2 wrksrc="ffmpeg-python-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 424a9a3c9715462dd840d4952d66b81124dce342 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:11 -0400 Subject: [PATCH 0190/1111] python3-fido2: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-fido2/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template index fcf8a219ca2..c489c0ad612 100644 --- a/srcpkgs/python3-fido2/template +++ b/srcpkgs/python3-fido2/template @@ -2,8 +2,7 @@ pkgname=python3-fido2 _pkgname=fido2 version=0.8.1 -revision=2 -archs=noarch +revision=3 wrksrc="${_pkgname}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From be2356447449673cc4069499fd114479d281a812 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:11 -0400 Subject: [PATCH 0191/1111] python3-filebytes: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-filebytes/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-filebytes/template b/srcpkgs/python3-filebytes/template index 8a7236c705a..c642ed52b99 100644 --- a/srcpkgs/python3-filebytes/template +++ b/srcpkgs/python3-filebytes/template @@ -1,8 +1,7 @@ # Template file for 'python3-filebytes' pkgname=python3-filebytes version=0.10.2 -revision=1 -archs="noarch" +revision=2 wrksrc="filebytes-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 67718b6b6f85501997e47cbe026c90ff2bdf15a5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:12 -0400 Subject: [PATCH 0192/1111] python3-fishnet: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-fishnet/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template index 6280ae8e966..8c802e94d86 100644 --- a/srcpkgs/python3-fishnet/template +++ b/srcpkgs/python3-fishnet/template @@ -1,8 +1,7 @@ # Template file for 'python3-fishnet' pkgname=python3-fishnet version=1.15.18 -revision=2 -archs=noarch +revision=3 wrksrc="fishnet-${version}" build_style=python3-module pycompile_module="fishnet.py" From 43884a4fce7b698bfa1b8cdd72e1567244b7318e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:12 -0400 Subject: [PATCH 0193/1111] python3-flexmock: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-flexmock/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template index 8a7c9a2894d..84d35597aac 100644 --- a/srcpkgs/python3-flexmock/template +++ b/srcpkgs/python3-flexmock/template @@ -1,8 +1,7 @@ # Template file for 'python3-flexmock' pkgname=python3-flexmock version=0.10.4 -revision=2 -archs=noarch +revision=3 wrksrc="flexmock-${version}" build_style=python3-module pycompile_module="flexmock.py" From 41d2cb067b19646ed654ef20fdaa1133f8155b2e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:12 -0400 Subject: [PATCH 0194/1111] python3-freezegun: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-freezegun/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-freezegun/template b/srcpkgs/python3-freezegun/template index d8c96e1f1c6..9051f9e3b64 100644 --- a/srcpkgs/python3-freezegun/template +++ b/srcpkgs/python3-freezegun/template @@ -1,8 +1,7 @@ # Template file for 'python3-freezegun' pkgname=python3-freezegun version=0.3.15 -revision=1 -archs=noarch +revision=2 wrksrc="freezegun-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a43e08bc33ef5d4877c4871c1d99e701af8963a0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:12 -0400 Subject: [PATCH 0195/1111] python3-frozendict: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-frozendict/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template index 739000a887c..3f43b3945b4 100644 --- a/srcpkgs/python3-frozendict/template +++ b/srcpkgs/python3-frozendict/template @@ -1,8 +1,7 @@ # Template file for 'python3-frozendict' pkgname=python3-frozendict version=1.2 -revision=2 -archs=noarch +revision=3 wrksrc="frozendict-${version}" build_style=python3-module pycompile_module="frozendict" From 28411fe09ab2cef92af310c1565596383b7b15c0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:12 -0400 Subject: [PATCH 0196/1111] python3-furl: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-furl/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-furl/template b/srcpkgs/python3-furl/template index 5fc53ba21de..0ca409a6f85 100644 --- a/srcpkgs/python3-furl/template +++ b/srcpkgs/python3-furl/template @@ -1,8 +1,7 @@ # Template file for 'python3-furl' pkgname=python3-furl version=2.1.0 -revision=1 -archs=noarch +revision=2 wrksrc="furl-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d4c2c1a6373a8b90b410ea4affe8055d08929b9f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:13 -0400 Subject: [PATCH 0197/1111] python3-geojson: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-geojson/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template index 90e7d5a0e60..fe456fa2ad3 100644 --- a/srcpkgs/python3-geojson/template +++ b/srcpkgs/python3-geojson/template @@ -1,8 +1,7 @@ # Template file for 'python3-geojson' pkgname=python3-geojson version=2.5.0 -revision=2 -archs=noarch +revision=3 wrksrc="geojson-${version}" build_style=python3-module pycompile_module="geojson" From e0c4d86be42b4407019e3f106b722d82034cd720 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:13 -0400 Subject: [PATCH 0198/1111] python3-gitchangelog: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-gitchangelog/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template index cc1945f2623..c62eecee9a4 100644 --- a/srcpkgs/python3-gitchangelog/template +++ b/srcpkgs/python3-gitchangelog/template @@ -1,8 +1,7 @@ # Template file for 'python3-gitchangelog' pkgname=python3-gitchangelog version=3.0.4 -revision=2 -archs=noarch +revision=3 wrksrc="gitchangelog-${version}" build_style=python3-module pycompile_module="gitchangelog" From fa27f2fa6a2063ffd14fcd674b73d463751e4619 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:13 -0400 Subject: [PATCH 0199/1111] python3-graphviz: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-graphviz/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-graphviz/template b/srcpkgs/python3-graphviz/template index 2e7ec3bd76a..f5a0cf20652 100644 --- a/srcpkgs/python3-graphviz/template +++ b/srcpkgs/python3-graphviz/template @@ -1,8 +1,7 @@ # Template file for 'python3-graphviz' pkgname=python3-graphviz version=0.13.2 -revision=1 -archs=noarch +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module pycompile_module="graphviz" From e472d084dfb60304b835f0e91fa6fc8bb7330a92 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:13 -0400 Subject: [PATCH 0200/1111] python3-hawkauthlib: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-hawkauthlib/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template index 1456fa7d814..aadb5c2a40d 100644 --- a/srcpkgs/python3-hawkauthlib/template +++ b/srcpkgs/python3-hawkauthlib/template @@ -1,8 +1,7 @@ # Template file for 'python3-hawkauthlib' pkgname=python3-hawkauthlib version=2.0.0 -revision=3 -archs=noarch +revision=4 wrksrc="hawkauthlib-${version}" build_style=python3-module pycompile_module="hawkauthlib" From 4680cc7f08eb4a57afb0fff623925bbecb64d1c0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:13 -0400 Subject: [PATCH 0201/1111] python3-hjson: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-hjson/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-hjson/template b/srcpkgs/python3-hjson/template index 9cd01b86f08..628c19d82e3 100644 --- a/srcpkgs/python3-hjson/template +++ b/srcpkgs/python3-hjson/template @@ -1,8 +1,7 @@ # Template file for 'python3-hjson' pkgname=python3-hjson version=3.0.1 -revision=1 -archs=noarch +revision=2 wrksrc="hjson-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5088fd344517d084d34bfde0e415e0acd7335ebf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:14 -0400 Subject: [PATCH 0202/1111] python3-hkdf: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-hkdf/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template index 0faaf05b5fe..b202a4adbf0 100644 --- a/srcpkgs/python3-hkdf/template +++ b/srcpkgs/python3-hkdf/template @@ -1,8 +1,7 @@ # Template file for 'python3-hkdf' pkgname=python3-hkdf version=0.0.3 -revision=2 -archs=noarch +revision=3 wrksrc="hkdf-${version}" build_style=python3-module pycompile_module="hkdf.py" From c15481917bb95e5e1e30528b60db94df8e78b324 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:14 -0400 Subject: [PATCH 0203/1111] python3-html2text: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-html2text/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template index 54e9dab354b..5adc859fcc8 100644 --- a/srcpkgs/python3-html2text/template +++ b/srcpkgs/python3-html2text/template @@ -1,8 +1,7 @@ # Template file for 'python3-html2text' pkgname=python3-html2text version=2020.1.16 -revision=2 -archs=noarch +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python3-module pycompile_module="html2text" From 62e59c64c615bc76e92bcdc6ebd7c448fe3f7865 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:14 -0400 Subject: [PATCH 0204/1111] python3-humanize: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-humanize/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template index cbf4398d976..16c3f2b99e5 100644 --- a/srcpkgs/python3-humanize/template +++ b/srcpkgs/python3-humanize/template @@ -1,8 +1,7 @@ # Template file for 'python3-humanize' pkgname=python3-humanize version=2.0.0 -revision=1 -archs=noarch +revision=2 wrksrc="humanize-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7667b25c9aa6f8dbcdcff3ef734852cd06854534 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:14 -0400 Subject: [PATCH 0205/1111] python3-i3ipc: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-i3ipc/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template index df0c16a161b..d7cc59ed26e 100644 --- a/srcpkgs/python3-i3ipc/template +++ b/srcpkgs/python3-i3ipc/template @@ -1,8 +1,7 @@ # Template file for 'python3-i3ipc' pkgname=python3-i3ipc version=2.2.1 -revision=3 -archs=noarch +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3e0a455682c9f1d1b8594cd27d525a896bd8b7fc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:14 -0400 Subject: [PATCH 0206/1111] python3-idna-ssl: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-idna-ssl/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template index 0608fb7278c..82dd5c51ce6 100644 --- a/srcpkgs/python3-idna-ssl/template +++ b/srcpkgs/python3-idna-ssl/template @@ -1,8 +1,7 @@ # Template file for 'python3-idna-ssl' pkgname=python3-idna-ssl version=1.1.0 -revision=2 -archs=noarch +revision=3 wrksrc="idna-ssl-${version}" build_style=python3-module pycompile_module="idna_ssl.py" From 12a6178b2bf9f306cda1d093debe10bf85d85a16 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:14 -0400 Subject: [PATCH 0207/1111] python3-ifaddr: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-ifaddr/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template index 803404735be..3e749f77ec1 100644 --- a/srcpkgs/python3-ifaddr/template +++ b/srcpkgs/python3-ifaddr/template @@ -1,8 +1,7 @@ # Template file for 'python3-ifaddr' pkgname=python3-ifaddr version=0.1.7 -revision=1 -archs=noarch +revision=2 wrksrc="ifaddr-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a353b49d98dbf64ad26e6e46b4eb47715c403c07 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:15 -0400 Subject: [PATCH 0208/1111] python3-influxdb: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-influxdb/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-influxdb/template b/srcpkgs/python3-influxdb/template index 366eea281af..926dd8ce29a 100644 --- a/srcpkgs/python3-influxdb/template +++ b/srcpkgs/python3-influxdb/template @@ -1,8 +1,7 @@ # Template file for 'python3-influxdb' pkgname=python3-influxdb version=5.3.0 -revision=1 -archs=noarch +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools python-setuptools" From bbfb51c80c69627e4a908eb2097cf80602179734 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:15 -0400 Subject: [PATCH 0209/1111] python3-ipython: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-ipython/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template index a7ae6892e7e..c74b9c997b1 100644 --- a/srcpkgs/python3-ipython/template +++ b/srcpkgs/python3-ipython/template @@ -1,8 +1,7 @@ # Template file for 'python3-ipython' pkgname=python3-ipython version=7.18.1 -revision=1 -archs=noarch +revision=2 wrksrc="ipython-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d9a29e56c5ab9ab9e61cbcae344c83d6c9d68ec0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:15 -0400 Subject: [PATCH 0210/1111] python3-ipython_genutils: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-ipython_genutils/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-ipython_genutils/template b/srcpkgs/python3-ipython_genutils/template index b2754424178..5686c3f5811 100644 --- a/srcpkgs/python3-ipython_genutils/template +++ b/srcpkgs/python3-ipython_genutils/template @@ -1,8 +1,7 @@ # Template file for 'python3-ipython_genutils' pkgname=python3-ipython_genutils version=0.2.0 -revision=4 -archs=noarch +revision=5 wrksrc="ipython_genutils-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6213b97206758807c7e4c2bc4320c43746c46c28 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:15 -0400 Subject: [PATCH 0211/1111] python3-ipython_ipykernel: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-ipython_ipykernel/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-ipython_ipykernel/template b/srcpkgs/python3-ipython_ipykernel/template index c3c0232c14a..36ef97f08d7 100644 --- a/srcpkgs/python3-ipython_ipykernel/template +++ b/srcpkgs/python3-ipython_ipykernel/template @@ -1,8 +1,7 @@ # Template file for 'python3-ipython_ipykernel' pkgname=python3-ipython_ipykernel version=5.2.0 -revision=1 -archs=noarch +revision=2 wrksrc="ipykernel-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-ipython From 2cb6396f6fabb0523726cc1ca8c6ad3d11e2658b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:15 -0400 Subject: [PATCH 0212/1111] python3-irc: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-irc/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template index 714c11dc943..f35356ccbe7 100644 --- a/srcpkgs/python3-irc/template +++ b/srcpkgs/python3-irc/template @@ -1,8 +1,7 @@ # Template file for 'python3-irc' pkgname=python3-irc version=17.1 -revision=2 -archs=noarch +revision=3 wrksrc="irc-${version}" build_style=python3-module pycompile_module="irc" From 748ab1559bd827ee70cdb5556c1117b2cd278649 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:16 -0400 Subject: [PATCH 0213/1111] python3-itunespy: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-itunespy/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template index 7a04a945dbd..5a80c11c93a 100644 --- a/srcpkgs/python3-itunespy/template +++ b/srcpkgs/python3-itunespy/template @@ -1,8 +1,7 @@ # Template file for 'python3-itunespy' pkgname=python3-itunespy version=1.6 -revision=1 -archs=noarch +revision=2 wrksrc="itunespy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0a48a57651fab2733bdf2c2a8c680c1d4e1e58df Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:16 -0400 Subject: [PATCH 0214/1111] python3-janus: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-janus/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-janus/template b/srcpkgs/python3-janus/template index b7388d96975..9cd15ccf648 100644 --- a/srcpkgs/python3-janus/template +++ b/srcpkgs/python3-janus/template @@ -1,8 +1,7 @@ # Template file for 'python3-janus' pkgname=python3-janus version=0.5.0 -revision=1 -archs=noarch +revision=2 wrksrc="janus-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5382f718ea5681277939d69439a1a122fc60cbae Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:16 -0400 Subject: [PATCH 0215/1111] python3-jaraco: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-jaraco/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-jaraco/template b/srcpkgs/python3-jaraco/template index d6ab6b23228..8b6e8a695ea 100644 --- a/srcpkgs/python3-jaraco/template +++ b/srcpkgs/python3-jaraco/template @@ -1,8 +1,7 @@ # Template file for 'python3-jaraco' pkgname=python3-jaraco version=1.0 -revision=1 -archs=noarch +revision=2 create_wrksrc=yes short_desc="Namespace package declaration for jaraco (Python3)" maintainer="bra1nwave " From 612bd9e2aa21a7f93223b512c4ae2d533ac66f94 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:16 -0400 Subject: [PATCH 0216/1111] python3-jaraco.classes: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-jaraco.classes/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-jaraco.classes/template b/srcpkgs/python3-jaraco.classes/template index 6dbe89cb7f9..a7dd48bd5cd 100644 --- a/srcpkgs/python3-jaraco.classes/template +++ b/srcpkgs/python3-jaraco.classes/template @@ -1,8 +1,7 @@ # Template file for 'python3-jaraco.classes' pkgname=python3-jaraco.classes version=3.1.0 -revision=1 -archs=noarch +revision=2 wrksrc="jaraco.classes-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5b3529399c161422f6052c25ebc3619736c6de75 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:16 -0400 Subject: [PATCH 0217/1111] python3-jaraco.collections: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-jaraco.collections/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-jaraco.collections/template b/srcpkgs/python3-jaraco.collections/template index 64f78eb4300..68ee5f3c353 100644 --- a/srcpkgs/python3-jaraco.collections/template +++ b/srcpkgs/python3-jaraco.collections/template @@ -1,8 +1,7 @@ # Template file for 'python3-jaraco.collections' pkgname=python3-jaraco.collections version=3.0.0 -revision=1 -archs=noarch +revision=2 wrksrc="jaraco.collections-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 917acd06de1d4480415a5b5504826eef7704df1a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:16 -0400 Subject: [PATCH 0218/1111] python3-jaraco.functools: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-jaraco.functools/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-jaraco.functools/template b/srcpkgs/python3-jaraco.functools/template index ca1ebb066d5..bedec81e130 100644 --- a/srcpkgs/python3-jaraco.functools/template +++ b/srcpkgs/python3-jaraco.functools/template @@ -1,8 +1,7 @@ # Template file for 'python3-jaraco.functools' pkgname=python3-jaraco.functools version=3.0.1 -revision=1 -archs=noarch +revision=2 wrksrc="jaraco.functools-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From cced3cbbde35ea6a0703124fc643726e57c51cde Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:17 -0400 Subject: [PATCH 0219/1111] python3-jaraco.text: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-jaraco.text/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-jaraco.text/template b/srcpkgs/python3-jaraco.text/template index a64ba0db7cb..ffe2f5bb1ab 100644 --- a/srcpkgs/python3-jaraco.text/template +++ b/srcpkgs/python3-jaraco.text/template @@ -1,8 +1,7 @@ # Template file for 'python3-jaraco.text' pkgname=python3-jaraco.text version=3.2.0 -revision=1 -archs=noarch +revision=2 wrksrc="jaraco.text-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b9ae0b032fd42963080b2faf5240a1e58945ac3d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:17 -0400 Subject: [PATCH 0220/1111] python3-jeepney: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-jeepney/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template index 6654f4a7c97..cf9937a8d6f 100644 --- a/srcpkgs/python3-jeepney/template +++ b/srcpkgs/python3-jeepney/template @@ -1,8 +1,7 @@ # Template file for 'python3-jeepney' pkgname=python3-jeepney version=0.4.3 -revision=1 -archs=noarch +revision=2 wrksrc="jeepney-${version}" build_style=python3-module hostmakedepends="python3 python3-setuptools" From dcc25797b7a1ae6a3050b465f652c759dc0b6005 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:17 -0400 Subject: [PATCH 0221/1111] python3-jsonrpc-server: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-jsonrpc-server/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-jsonrpc-server/template b/srcpkgs/python3-jsonrpc-server/template index b51e185efe9..406f38b8628 100644 --- a/srcpkgs/python3-jsonrpc-server/template +++ b/srcpkgs/python3-jsonrpc-server/template @@ -1,8 +1,7 @@ # Template file for 'python3-jsonrpc-server' pkgname=python3-jsonrpc-server version=0.3.4 -revision=2 -archs=noarch +revision=3 wrksrc="${pkgname/3}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1aac57f3b29c7c30ac1b196806d3a59c650e1368 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:17 -0400 Subject: [PATCH 0222/1111] python3-jupyter_client: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-jupyter_client/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template index 6cba34ab0b8..9dc13b8a261 100644 --- a/srcpkgs/python3-jupyter_client/template +++ b/srcpkgs/python3-jupyter_client/template @@ -1,8 +1,7 @@ # Template file for 'python3-jupyter_client' pkgname=python3-jupyter_client version=6.1.0 -revision=1 -archs=noarch +revision=2 wrksrc="jupyter_client-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0fa7d22859c8c8cec7007eb7fee965479a21b0f9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:17 -0400 Subject: [PATCH 0223/1111] python3-jupyter_console: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-jupyter_console/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template index 4b404987cd8..f491e1640f5 100644 --- a/srcpkgs/python3-jupyter_console/template +++ b/srcpkgs/python3-jupyter_console/template @@ -1,8 +1,7 @@ # Template file for 'python3-jupyter_console' pkgname=python3-jupyter_console version=6.1.0 -revision=4 -archs=noarch +revision=5 wrksrc="jupyter_console-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ea2fbe77d4246bdedec8278a114c09bdf4e17e5e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:18 -0400 Subject: [PATCH 0224/1111] python3-jupyter_core: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-jupyter_core/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/python3-jupyter_core/template b/srcpkgs/python3-jupyter_core/template index ea75fa510a7..94bce70a563 100644 --- a/srcpkgs/python3-jupyter_core/template +++ b/srcpkgs/python3-jupyter_core/template @@ -1,8 +1,7 @@ # Template file for 'python3-jupyter_core' pkgname=python3-jupyter_core version=4.6.3 -revision=1 -archs=noarch +revision=2 wrksrc="jupyter_core-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -27,7 +26,6 @@ post_install() { python3-jupyter_package() { build_style=meta - archs=noarch depends="python3-jupyter_notebook python3-jupyter_console python3-jupyter_ipywidgets" short_desc="Jupyter metapackage for Void Linux" From eab3a753c8f6a59babc8f0e469e4299a13819f68 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:18 -0400 Subject: [PATCH 0225/1111] python3-jupyter_ipywidgets: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-jupyter_ipywidgets/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-jupyter_ipywidgets/template b/srcpkgs/python3-jupyter_ipywidgets/template index 7e64279aeec..fa38f1632a8 100644 --- a/srcpkgs/python3-jupyter_ipywidgets/template +++ b/srcpkgs/python3-jupyter_ipywidgets/template @@ -1,8 +1,7 @@ # Template file for 'python3-jupyter_ipywidgets' pkgname=python3-jupyter_ipywidgets version=7.5.1 -revision=1 -archs=noarch +revision=2 _widgetsnbextver=3.5.0 wrksrc="ipywidgets-${version}" build_style=python3-module From c5b02730030ad7e7f82734bd66072611ecee01a4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:18 -0400 Subject: [PATCH 0226/1111] python3-jupyter_nbconvert: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-jupyter_nbconvert/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-jupyter_nbconvert/template b/srcpkgs/python3-jupyter_nbconvert/template index dba1d5a980e..fd3a2757635 100644 --- a/srcpkgs/python3-jupyter_nbconvert/template +++ b/srcpkgs/python3-jupyter_nbconvert/template @@ -1,8 +1,7 @@ # Template file for 'python3-jupyter_nbconvert' pkgname=python3-jupyter_nbconvert version=5.6.1 -revision=1 -archs=noarch +revision=2 wrksrc="nbconvert-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8fd7e001ad0d85b3b0ea609c589c9b08a335972d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:18 -0400 Subject: [PATCH 0227/1111] python3-jupyter_nbformat: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-jupyter_nbformat/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-jupyter_nbformat/template b/srcpkgs/python3-jupyter_nbformat/template index a46c5697212..4a04f11f5fb 100644 --- a/srcpkgs/python3-jupyter_nbformat/template +++ b/srcpkgs/python3-jupyter_nbformat/template @@ -1,8 +1,7 @@ # Template file for 'python3-jupyter_nbformat' pkgname=python3-jupyter_nbformat version=5.0.4 -revision=1 -archs=noarch +revision=2 wrksrc="nbformat-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7d59c0104b11514580f8365a185ab91eb1440b8d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:18 -0400 Subject: [PATCH 0228/1111] python3-jupyter_notebook: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-jupyter_notebook/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-jupyter_notebook/template b/srcpkgs/python3-jupyter_notebook/template index cc1727d2ee0..c7a8b2d0390 100644 --- a/srcpkgs/python3-jupyter_notebook/template +++ b/srcpkgs/python3-jupyter_notebook/template @@ -1,8 +1,7 @@ # Template file for 'python3-jupyter_notebook' pkgname=python3-jupyter_notebook version=6.0.3 -revision=1 -archs=noarch +revision=2 wrksrc="notebook-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2421055fcb5998dca40e5b1d210007043b622499 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:18 -0400 Subject: [PATCH 0229/1111] python3-jupyter_qtconsole: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-jupyter_qtconsole/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-jupyter_qtconsole/template b/srcpkgs/python3-jupyter_qtconsole/template index 0c062662763..c7414fde43e 100644 --- a/srcpkgs/python3-jupyter_qtconsole/template +++ b/srcpkgs/python3-jupyter_qtconsole/template @@ -1,8 +1,7 @@ # Template file for 'python3-jupyter_qtconsole' pkgname=python3-jupyter_qtconsole version=4.7.1 -revision=1 -archs=noarch +revision=2 wrksrc="qtconsole-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 209b1925f844811e47fda668bc53f0af17afc211 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:19 -0400 Subject: [PATCH 0230/1111] python3-jupyter_widgetsnbextension: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-jupyter_widgetsnbextension/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-jupyter_widgetsnbextension/template b/srcpkgs/python3-jupyter_widgetsnbextension/template index e1fe046894c..06918c86c6d 100644 --- a/srcpkgs/python3-jupyter_widgetsnbextension/template +++ b/srcpkgs/python3-jupyter_widgetsnbextension/template @@ -1,8 +1,7 @@ # Template file for 'python3-jupyter_widgetsnbextension' pkgname=python3-jupyter_widgetsnbextension version=3.5.1 -revision=1 -archs=noarch +revision=2 wrksrc="widgetsnbextension-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 61088c7fe4f4b5a3c3777086f0e63d27366c928d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:19 -0400 Subject: [PATCH 0231/1111] python3-keyring: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-keyring/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-keyring/template b/srcpkgs/python3-keyring/template index 97e10618eee..34b73a55048 100644 --- a/srcpkgs/python3-keyring/template +++ b/srcpkgs/python3-keyring/template @@ -1,8 +1,7 @@ # Template file for 'python3-keyring' pkgname=python3-keyring version=21.2.1 -revision=1 -archs=noarch +revision=2 wrksrc="keyring-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From aecf45dc0a7ab28856da52ece9fd1fba9976b30c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:19 -0400 Subject: [PATCH 0232/1111] python3-keyrings-alt: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-keyrings-alt/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template index 3052d257d1c..fe3008caafd 100644 --- a/srcpkgs/python3-keyrings-alt/template +++ b/srcpkgs/python3-keyrings-alt/template @@ -1,8 +1,7 @@ # Template file for 'python3-keyrings-alt' pkgname=python3-keyrings-alt version=3.4.0 -revision=2 -archs=noarch +revision=3 wrksrc="keyrings.alt-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c918fbaf3266950cf93d5ff04b9dc03d89d65330 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:19 -0400 Subject: [PATCH 0233/1111] python3-language-server: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-language-server/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-language-server/template b/srcpkgs/python3-language-server/template index 8ac0842f3b9..0e5fed16ec3 100644 --- a/srcpkgs/python3-language-server/template +++ b/srcpkgs/python3-language-server/template @@ -1,8 +1,7 @@ # Template file for 'python3-language-server' pkgname=python3-language-server version=0.34.1 -revision=2 -archs=noarch +revision=3 wrksrc="${pkgname/3}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6d68854c0c9385189b7f2ee347a5adce978df18b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:19 -0400 Subject: [PATCH 0234/1111] python3-macaroons: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-macaroons/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template index 7dfb4f3f588..94ee7e21d59 100644 --- a/srcpkgs/python3-macaroons/template +++ b/srcpkgs/python3-macaroons/template @@ -1,8 +1,7 @@ # Template file for 'python3-macaroons' pkgname=python3-macaroons version=0.13.0 -revision=3 -archs=noarch +revision=4 wrksrc="pymacaroons-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 40a25e986e2b0ed9bd478702714570eab6c43ada Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:20 -0400 Subject: [PATCH 0235/1111] python3-macholib: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-macholib/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template index 5e65f7993dd..03ac5ff6dc6 100644 --- a/srcpkgs/python3-macholib/template +++ b/srcpkgs/python3-macholib/template @@ -1,8 +1,7 @@ # Template file for 'python3-macholib' pkgname=python3-macholib version=1.14 -revision=1 -archs=noarch +revision=2 wrksrc="macholib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2a54650c8cd46b9adcff8b8fe537f64959c902a2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:20 -0400 Subject: [PATCH 0236/1111] python3-markdown-math: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-markdown-math/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-markdown-math/template b/srcpkgs/python3-markdown-math/template index b49d58dd79c..a10754b4117 100644 --- a/srcpkgs/python3-markdown-math/template +++ b/srcpkgs/python3-markdown-math/template @@ -1,8 +1,7 @@ # Template file for 'python3-markdown-math' pkgname=python3-markdown-math version=0.7 -revision=1 -archs=noarch +revision=2 wrksrc=python-markdown-math-${version} build_style=python3-module hostmakedepends="python3-setuptools" From feedb20b62364bcdd8a4ddfa22d539b5964f9692 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:20 -0400 Subject: [PATCH 0237/1111] python3-marshmallow: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-marshmallow/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template index 2a3b2329389..773b473cb23 100644 --- a/srcpkgs/python3-marshmallow/template +++ b/srcpkgs/python3-marshmallow/template @@ -1,8 +1,7 @@ # Template file for 'python3-marshmallow' pkgname=python3-marshmallow version=3.7.0 -revision=1 -archs=noarch +revision=2 wrksrc="marshmallow-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From fc8ff7a8f8a68b73d8f21b186e6ea141c367392b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:20 -0400 Subject: [PATCH 0238/1111] python3-minidb: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-minidb/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template index 140964b7a8a..b7b24fe1635 100644 --- a/srcpkgs/python3-minidb/template +++ b/srcpkgs/python3-minidb/template @@ -1,8 +1,7 @@ # Template file for 'python3-minidb' pkgname=python3-minidb version=2.0.2 -revision=3 -archs=noarch +revision=4 wrksrc="minidb-${version}" build_style=python3-module pycompile_module="minidb.py" From 9c8def59544763026057284976a1ebbfdd68b930 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:20 -0400 Subject: [PATCH 0239/1111] python3-mock: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-mock/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-mock/template b/srcpkgs/python3-mock/template index 5506d4a70c2..4086b2b1218 100644 --- a/srcpkgs/python3-mock/template +++ b/srcpkgs/python3-mock/template @@ -1,8 +1,7 @@ # Template file for 'python3-mock' pkgname=python3-mock version=4.0.2 -revision=1 -archs=noarch +revision=2 wrksrc="mock-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b885e8ac7501050f18214bb0120628fae203e5c8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:20 -0400 Subject: [PATCH 0240/1111] python3-mpv: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-mpv/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template index 984b7baa224..dd630c896b8 100644 --- a/srcpkgs/python3-mpv/template +++ b/srcpkgs/python3-mpv/template @@ -1,8 +1,7 @@ # Template file for 'python3-mpv' pkgname=python3-mpv version=0.4.5 -revision=1 -archs=noarch +revision=2 wrksrc="python-mpv-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3b2a8659652fe4566e1f6600dec3233232806eba Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:21 -0400 Subject: [PATCH 0241/1111] python3-munkres: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-munkres/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template index d0d0a013e80..22cd0887652 100644 --- a/srcpkgs/python3-munkres/template +++ b/srcpkgs/python3-munkres/template @@ -1,8 +1,7 @@ # Template file for 'python3-munkres' pkgname=python3-munkres version=1.1.2 -revision=2 -archs=noarch +revision=3 wrksrc="munkres-release-${version}" build_style=python3-module pycompile_module="munkres.py" From 875d660657f4f48b3c274b5b6467f12cb9114693 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:21 -0400 Subject: [PATCH 0242/1111] python3-musicpd: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-musicpd/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template index 8c6ba2fb451..8b1d23a9826 100644 --- a/srcpkgs/python3-musicpd/template +++ b/srcpkgs/python3-musicpd/template @@ -1,8 +1,7 @@ # Template file for 'python3-musicpd' pkgname=python3-musicpd version=0.4.4 -revision=2 -archs=noarch +revision=3 wrksrc="python-musicpd-${version}" build_style=python3-module pycompile_module="musicpd.py" From c3f74661c3707e96dfc4bdc709279fedd1423e9c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:21 -0400 Subject: [PATCH 0243/1111] python3-mypy: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-mypy/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template index 5d7f93d5772..6fef0e9f8c0 100644 --- a/srcpkgs/python3-mypy/template +++ b/srcpkgs/python3-mypy/template @@ -1,8 +1,7 @@ # Template file for 'python3-mypy' pkgname=python3-mypy version=0.761 -revision=1 -archs=noarch +revision=2 wrksrc="mypy-${version}" build_style=python3-module pycompile_module="mypy" From 6ef0f678265103ee2014b71ec4ac5c53cbd2b551 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:21 -0400 Subject: [PATCH 0244/1111] python3-mypy_extensions: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-mypy_extensions/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template index e2d12256de5..6aa9229a9fc 100644 --- a/srcpkgs/python3-mypy_extensions/template +++ b/srcpkgs/python3-mypy_extensions/template @@ -1,8 +1,7 @@ # Template file for 'python3-mypy_extensions' pkgname=python3-mypy_extensions version=0.4.3 -revision=2 -archs=noarch +revision=3 wrksrc="mypy_extensions-${version}" build_style=python3-module pycompile_module="mypy_extensions.py" From d4be66d37fc1535bd076364f9c498f7d1727c09b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:21 -0400 Subject: [PATCH 0245/1111] python3-neovim: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-neovim/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template index b5c705bbafd..eae1c4decbc 100644 --- a/srcpkgs/python3-neovim/template +++ b/srcpkgs/python3-neovim/template @@ -1,8 +1,7 @@ # Template file for 'python3-neovim' pkgname=python3-neovim version=0.4.1 -revision=1 -archs=noarch +revision=2 wrksrc="pynvim-${version}" build_style="python3-module" hostmakedepends="python3-setuptools" From 34b0c5b46fc5bb955fd560cd0e172c1b39e527e7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:22 -0400 Subject: [PATCH 0246/1111] python3-notify2: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-notify2/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-notify2/template b/srcpkgs/python3-notify2/template index 8416e98cc32..051fcee017f 100644 --- a/srcpkgs/python3-notify2/template +++ b/srcpkgs/python3-notify2/template @@ -1,8 +1,7 @@ # Template file for 'python3-notify2' pkgname=python3-notify2 version=0.3.1 -revision=1 -archs=noarch +revision=2 wrksrc="notify2-${version}" build_style=python3-module hostmakedepends="python3" From 0d69d6e302e9c273e6cf5148059dcb4c0f04c13d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:22 -0400 Subject: [PATCH 0247/1111] python3-ntlm-auth: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-ntlm-auth/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-ntlm-auth/template b/srcpkgs/python3-ntlm-auth/template index fc9746b14aa..fbbd886187f 100644 --- a/srcpkgs/python3-ntlm-auth/template +++ b/srcpkgs/python3-ntlm-auth/template @@ -1,8 +1,7 @@ # Template file for 'python3-ntlm-auth' pkgname=python3-ntlm-auth version=1.5.0 -revision=1 -archs=noarch +revision=2 wrksrc="ntlm-auth-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 15041771c2f5cf5b692fdfdd527fe70c59adc9e5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:22 -0400 Subject: [PATCH 0248/1111] python3-oletools: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-oletools/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template index 68a14274ad2..61526c7b801 100644 --- a/srcpkgs/python3-oletools/template +++ b/srcpkgs/python3-oletools/template @@ -1,8 +1,7 @@ # Template file for 'python3-oletools' pkgname=python3-oletools version=0.55 -revision=2 -archs=noarch +revision=3 wrksrc="oletools-${version}" build_style=python3-module pycompile_module="oletools" From 7536ae2dae8c97a318518178163023c0c4a23d18 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:22 -0400 Subject: [PATCH 0249/1111] python3-orderedmultidict: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-orderedmultidict/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-orderedmultidict/template b/srcpkgs/python3-orderedmultidict/template index e6df82104cd..7e8c5e0043b 100644 --- a/srcpkgs/python3-orderedmultidict/template +++ b/srcpkgs/python3-orderedmultidict/template @@ -1,8 +1,7 @@ # Template file for 'python3-orderedmultidict' pkgname=python3-orderedmultidict version=1.0.1 -revision=1 -archs=noarch +revision=2 wrksrc="orderedmultidict-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 931e6ff994331e3c2c8f262d9ee4a4194d56a934 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:22 -0400 Subject: [PATCH 0250/1111] python3-pamqp: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pamqp/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pamqp/template b/srcpkgs/python3-pamqp/template index 8c66eb482de..e995e55f27a 100644 --- a/srcpkgs/python3-pamqp/template +++ b/srcpkgs/python3-pamqp/template @@ -1,8 +1,7 @@ # Template file for 'python3-pamqp' pkgname=python3-pamqp version=2.3.0 -revision=1 -archs=noarch +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3cd78980545cb5cb018c00f9d5abafbb0bad33b0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:22 -0400 Subject: [PATCH 0251/1111] python3-parsedatetime: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-parsedatetime/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template index 71855b7c3ff..3ce0cde30dc 100644 --- a/srcpkgs/python3-parsedatetime/template +++ b/srcpkgs/python3-parsedatetime/template @@ -1,8 +1,7 @@ # Template file for 'python3-parsedatetime' pkgname=python3-parsedatetime version=2.6 -revision=1 -archs=noarch +revision=2 wrksrc="parsedatetime-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 161e90f74b836e4b3cc11ee3e5114b532b7c2f23 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:23 -0400 Subject: [PATCH 0252/1111] python3-path-and-address: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-path-and-address/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template index 5c6825009ec..086457de3a9 100644 --- a/srcpkgs/python3-path-and-address/template +++ b/srcpkgs/python3-path-and-address/template @@ -1,8 +1,7 @@ # Template file for 'python3-path-and-address' pkgname=python3-path-and-address version=2.0.1 -revision=1 -archs=noarch +revision=2 wrksrc="path-and-address-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 646621f97325631839ea16c849f7089d07f73585 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:23 -0400 Subject: [PATCH 0253/1111] python3-pcodedmp: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pcodedmp/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template index eb52c809fae..a479c31fcc7 100644 --- a/srcpkgs/python3-pcodedmp/template +++ b/srcpkgs/python3-pcodedmp/template @@ -1,8 +1,7 @@ # Template file for 'python3-pcodedmp' pkgname=python3-pcodedmp version=1.2.6 -revision=2 -archs=noarch +revision=3 wrksrc="pcodedmp-${version}" build_style=python3-module pycompile_module="pcodedmp" From 47ee8fea823f6ec19c6b344fefecd39dafbcbc77 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:23 -0400 Subject: [PATCH 0254/1111] python3-pefile: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pefile/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template index 8791f06640b..4d82cfafe16 100644 --- a/srcpkgs/python3-pefile/template +++ b/srcpkgs/python3-pefile/template @@ -1,8 +1,7 @@ # Template file for 'python3-pefile' pkgname=python3-pefile version=2019.4.18 -revision=2 -archs=noarch +revision=3 wrksrc="pefile-${version}" build_style=python3-module pycompile_module="pefile.py peutils.py ordlookup" From e88fd5f1f2855d03144ee0a58e34f36635acd8ea Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:23 -0400 Subject: [PATCH 0255/1111] python3-pem: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pem/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template index ad51601c006..6682e156dc2 100644 --- a/srcpkgs/python3-pem/template +++ b/srcpkgs/python3-pem/template @@ -1,8 +1,7 @@ # Template file for 'python3-pem' pkgname=python3-pem version=19.3.0 -revision=1 -archs=noarch +revision=2 wrksrc="pem-${version}" build_style=python3-module pycompile_module="pem" From 42c9108af0cb3f57b9e69ccd1b8b152a2243f573 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:23 -0400 Subject: [PATCH 0256/1111] python3-perf: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-perf/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template index dff80be01bc..40918d7d97a 100644 --- a/srcpkgs/python3-perf/template +++ b/srcpkgs/python3-perf/template @@ -1,8 +1,7 @@ # Template file for 'python3-perf' pkgname=python3-perf version=1.7.0 -revision=1 -archs=noarch +revision=2 wrksrc="pyperf-${version}" build_style=python3-module pycompile_module="pyperf" From c52bb3c2b8198132a84b9c879c58d3bec3abb7fe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:24 -0400 Subject: [PATCH 0257/1111] python3-pgspecial: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pgspecial/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template index 34b660dfc07..1f5abba564f 100644 --- a/srcpkgs/python3-pgspecial/template +++ b/srcpkgs/python3-pgspecial/template @@ -1,8 +1,7 @@ # Template file for 'python3-pgspecial' pkgname=python3-pgspecial version=1.11.9 -revision=2 -archs=noarch +revision=3 wrksrc="pgspecial-${version}" build_style=python3-module pycompile_module="pgspecial" From d3b27593eb120d3ac15c136ec2f213e33d464d48 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:24 -0400 Subject: [PATCH 0258/1111] python3-pgzero: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pgzero/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template index 8b8f477112d..ee3e285ca08 100644 --- a/srcpkgs/python3-pgzero/template +++ b/srcpkgs/python3-pgzero/template @@ -1,8 +1,7 @@ # Template file for 'python3-pgzero' pkgname=python3-pgzero version=1.2 -revision=2 -archs=noarch +revision=3 wrksrc="pgzero-${version}" build_style=python3-module pycompile_module="pgzero pgzrun.py" From 7d9d5e521e9e5817643d7514ff1d4d9304e6c1bd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:24 -0400 Subject: [PATCH 0259/1111] python3-phonenumbers: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-phonenumbers/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template index dd96963adfe..98cd16d4d5e 100644 --- a/srcpkgs/python3-phonenumbers/template +++ b/srcpkgs/python3-phonenumbers/template @@ -1,8 +1,7 @@ # Template file for 'python3-phonenumbers' pkgname=python3-phonenumbers version=8.11.5 -revision=1 -archs=noarch +revision=2 wrksrc="phonenumbers-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 03c0b5dbb8c61af0e39e60d58fff809cdcb0b9f6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:24 -0400 Subject: [PATCH 0260/1111] python3-pkginfo: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pkginfo/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pkginfo/template b/srcpkgs/python3-pkginfo/template index b7cb5ec9165..cedc96de269 100644 --- a/srcpkgs/python3-pkginfo/template +++ b/srcpkgs/python3-pkginfo/template @@ -1,8 +1,7 @@ # Template file for 'python3-pkginfo' pkgname=python3-pkginfo version=1.5.0.1 -revision=2 -archs=noarch +revision=3 wrksrc=pkginfo-${version} build_style=python3-module depends="python3" From 703c024f7c4432378e5dfeb5cb9b8891f895cc2d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:24 -0400 Subject: [PATCH 0261/1111] python3-plotly: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-plotly/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-plotly/template b/srcpkgs/python3-plotly/template index 9cefb0a2702..af89b9857f0 100644 --- a/srcpkgs/python3-plotly/template +++ b/srcpkgs/python3-plotly/template @@ -1,8 +1,7 @@ # Template file for 'python3-plotly' pkgname=python3-plotly version=4.9.0 -revision=1 -archs=noarch +revision=2 wrksrc="plotly-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5020137f6aa02bb1cc21dfb63439d72021e17e84 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:25 -0400 Subject: [PATCH 0262/1111] python3-pmw: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pmw/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template index 289b5ef1d0d..9703297e18a 100644 --- a/srcpkgs/python3-pmw/template +++ b/srcpkgs/python3-pmw/template @@ -1,8 +1,7 @@ # Template for python-pmw pkgname=python3-pmw version=2.0.1 -revision=2 -archs=noarch +revision=3 short_desc="Python 3 Tkinter widget toolkit" homepage="http://pmw.sourceforge.net/" license="MIT" From 8e8274079fefda1b9d0020e4c3591fe306865663 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:25 -0400 Subject: [PATCH 0263/1111] python3-precis-i18n: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-precis-i18n/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template index be7bb0b0b56..41e3d9eb67d 100644 --- a/srcpkgs/python3-precis-i18n/template +++ b/srcpkgs/python3-precis-i18n/template @@ -1,8 +1,7 @@ # Template file for 'python3-precis-i18n' pkgname=python3-precis-i18n version=1.0.1 -revision=2 -archs=noarch +revision=3 wrksrc="precis_i18n-${version}" build_style=python3-module pycompile_module="precis_i18n" From 4879aae7e11a17d3268254c1eb5483d9082f01a0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:25 -0400 Subject: [PATCH 0264/1111] python3-priority: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-priority/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-priority/template b/srcpkgs/python3-priority/template index 177129a7a42..425efefb2f9 100644 --- a/srcpkgs/python3-priority/template +++ b/srcpkgs/python3-priority/template @@ -1,8 +1,7 @@ # Template file for 'python3-priority' pkgname=python3-priority version=1.3.0 -revision=1 -archs=noarch +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e2c7ead9f372404835f11037a5259b04cfcd07f3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:25 -0400 Subject: [PATCH 0265/1111] python3-prompt_toolkit: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-prompt_toolkit/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template index 48193b0b08b..11fa1be366b 100644 --- a/srcpkgs/python3-prompt_toolkit/template +++ b/srcpkgs/python3-prompt_toolkit/template @@ -1,8 +1,7 @@ # Template file for 'python3-prompt_toolkit' pkgname=python3-prompt_toolkit version=3.0.7 -revision=1 -archs=noarch +revision=2 wrksrc="prompt_toolkit-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4597c4651f35a4d809358b9b96dfa4cf3c1a54d7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:25 -0400 Subject: [PATCH 0266/1111] python3-pulsectl: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pulsectl/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template index 5dd314d56ab..f998bf15d31 100644 --- a/srcpkgs/python3-pulsectl/template +++ b/srcpkgs/python3-pulsectl/template @@ -1,8 +1,7 @@ # Template file for 'python3-pulsectl' pkgname=python3-pulsectl version=19.10.4 -revision=1 -archs=noarch +revision=2 wrksrc="pulsectl-${version}" build_style=python3-module pycompile_module="pulsectl" From adc9ef0e23be9c8885e73a60c8316e50428deaf2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:25 -0400 Subject: [PATCH 0267/1111] python3-py-cpuinfo: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-py-cpuinfo/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template index c9b1a5211c1..6f5d469db55 100644 --- a/srcpkgs/python3-py-cpuinfo/template +++ b/srcpkgs/python3-py-cpuinfo/template @@ -1,8 +1,7 @@ # Template file for 'python3-py-cpuinfo' pkgname=python3-py-cpuinfo version=6.0.0 -revision=1 -archs=noarch +revision=2 wrksrc="py-cpuinfo-${version}" build_style=python3-module hostmakedepends=python3-setuptools From 528c8f17b1ed63ed52b287dddf11296e52318872 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:26 -0400 Subject: [PATCH 0268/1111] python3-pybind11: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pybind11/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pybind11/template b/srcpkgs/python3-pybind11/template index adbe4c10dbd..0ea664acc7b 100644 --- a/srcpkgs/python3-pybind11/template +++ b/srcpkgs/python3-pybind11/template @@ -1,8 +1,7 @@ # Template file for 'python3-pybind11' pkgname=python3-pybind11 version=2.5.0 -revision=2 -archs=noarch +revision=3 wrksrc="pybind11-${version}" build_style=python3-module make_install_args="--install-headers=/usr/include/pybind11" From b00cf7d8e6f73fa6542ce6d66a970cb848e1d097 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:26 -0400 Subject: [PATCH 0269/1111] python3-pycollada: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pycollada/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pycollada/template b/srcpkgs/python3-pycollada/template index 54dfc922374..bf80cd0e0d3 100644 --- a/srcpkgs/python3-pycollada/template +++ b/srcpkgs/python3-pycollada/template @@ -1,8 +1,7 @@ # Template file for 'python3-pycollada' pkgname=python3-pycollada version=0.7.1 -revision=1 -archs=noarch +revision=2 wrksrc="pycollada-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a34891fba8358d533f0b190f78f2c88386003253 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:26 -0400 Subject: [PATCH 0270/1111] python3-pydbus: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pydbus/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pydbus/template b/srcpkgs/python3-pydbus/template index 5ecd28aca88..73fd2ac5a2a 100644 --- a/srcpkgs/python3-pydbus/template +++ b/srcpkgs/python3-pydbus/template @@ -1,8 +1,7 @@ # Template file for 'python3-pydbus' pkgname=python3-pydbus version=0.6.0 -revision=1 -archs=noarch +revision=2 wrksrc="pydbus-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 230a0cf5c0f759d4cd16465a5bed3a4f8db69dbc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:26 -0400 Subject: [PATCH 0271/1111] python3-pyfavicon: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pyfavicon/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template index 720db698879..583027b9062 100644 --- a/srcpkgs/python3-pyfavicon/template +++ b/srcpkgs/python3-pyfavicon/template @@ -1,8 +1,7 @@ # Template file for 'python3-pyfavicon' pkgname=python3-pyfavicon version=0.1.1 -revision=1 -archs=noarch +revision=2 wrksrc=pyfavicon-$version build_style=python3-module hostmakedepends="python3-setuptools" From 36694e7e6817b8a05776addab8dbd8f24d6c83d0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:26 -0400 Subject: [PATCH 0272/1111] python3-pyfiglet: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pyfiglet/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template index a4a67b12d42..6257b9274bb 100644 --- a/srcpkgs/python3-pyfiglet/template +++ b/srcpkgs/python3-pyfiglet/template @@ -1,8 +1,7 @@ # Template file for 'python3-pyfiglet' pkgname=python3-pyfiglet version=0.8.0 -revision=2 -archs=noarch +revision=3 wrksrc="pyfiglet-${version}" build_style="python3-module" pycompile_module="pyfiglet" From 41d49e6b1d7bd571c2e79f297ddedabe2e3db285 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:27 -0400 Subject: [PATCH 0273/1111] python3-pykeepass: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pykeepass/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template index 96a53ac1ffa..2f522e03fdd 100644 --- a/srcpkgs/python3-pykeepass/template +++ b/srcpkgs/python3-pykeepass/template @@ -1,8 +1,7 @@ # Template file for 'python3-pykeepass' pkgname=python3-pykeepass version=3.2.0 -revision=1 -archs=noarch +revision=2 wrksrc="pykeepass-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ba34196703e9b15bdd2f175d37db090bda9226f9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:27 -0400 Subject: [PATCH 0274/1111] python3-pykwalify: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pykwalify/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template index 76398effff3..232243a560a 100644 --- a/srcpkgs/python3-pykwalify/template +++ b/srcpkgs/python3-pykwalify/template @@ -1,8 +1,7 @@ # Template file for 'python3-pykwalify' pkgname=python3-pykwalify version=1.7.0 -revision=3 -archs=noarch +revision=4 wrksrc="pykwalify-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9863cf8eb160bea3fecf91f2b022826b8225dc81 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:27 -0400 Subject: [PATCH 0275/1111] python3-pylibgen: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pylibgen/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template index 30fb465a637..4d77619ae93 100644 --- a/srcpkgs/python3-pylibgen/template +++ b/srcpkgs/python3-pylibgen/template @@ -1,8 +1,7 @@ # Template file for 'python3-pylibgen' pkgname=python3-pylibgen version=2.0.2 -revision=1 -archs=noarch +revision=2 wrksrc="pylibgen-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4c8df18cf38b1e5820509efc137199aef2af6985 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:27 -0400 Subject: [PATCH 0276/1111] python3-pylru: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pylru/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pylru/template b/srcpkgs/python3-pylru/template index 0329ab72c30..08758701c6b 100644 --- a/srcpkgs/python3-pylru/template +++ b/srcpkgs/python3-pylru/template @@ -1,8 +1,7 @@ # Template file for 'python3-pylru' pkgname=python3-pylru version=1.2.0 -revision=1 -archs=noarch +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2f8dabfe44206bfdab25de1f2b1038637cf9e599 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:27 -0400 Subject: [PATCH 0277/1111] python3-pypandoc: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pypandoc/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pypandoc/template b/srcpkgs/python3-pypandoc/template index 928fde01371..de6fea26d07 100644 --- a/srcpkgs/python3-pypandoc/template +++ b/srcpkgs/python3-pypandoc/template @@ -1,9 +1,8 @@ # Template file for 'python3-pypandoc' pkgname=python3-pypandoc version=1.5 -revision=1 +revision=2 wrksrc=pypandoc-$version -archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" depends="pandoc python3" From 88f1374107c4f84b02cf283585a192c2e74f766c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:28 -0400 Subject: [PATCH 0278/1111] python3-pysdl2: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pysdl2/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template index 3efdca5b667..da6af540f98 100644 --- a/srcpkgs/python3-pysdl2/template +++ b/srcpkgs/python3-pysdl2/template @@ -1,8 +1,7 @@ # Template file for 'python3-pysdl2' pkgname=python3-pysdl2 version=0.9.6 -revision=2 -archs=noarch +revision=3 wrksrc="py-sdl2-rel_${version//./_}" build_style=python3-module pycompile_module="sdl2" From 56387206cebc35853183fb367d086c5a263e7af3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:28 -0400 Subject: [PATCH 0279/1111] python3-pyside2: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pyside2/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template index ee77908b933..fe69087e4d0 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.0 -revision=1 +revision=2 _pkgname="pyside-setup-opensource-src-${version}" wrksrc="${_pkgname/%5.14.2.1/5.14.2}" build_wrksrc="sources/pyside2" @@ -77,23 +77,19 @@ libpyside2-python3_package() { libpyside-python3_package() { short_desc+=" - transitional dummy package" build_style=meta - archs=noarch } python3-pyside_package() { short_desc+=" - transitional dummy package" build_style=meta - archs=noarch } python3-pyside-phonon_package() { short_desc+=" - transitional dummy package" build_style=meta - archs=noarch } python3-pyenet_package() { short_desc+=" - transitional dummy package" build_style=meta - archs=noarch } From ff320fd90c30c916036c52251c53259595ccba5b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:28 -0400 Subject: [PATCH 0280/1111] python3-pysigset: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pysigset/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template index 50d9162ea70..16b3a53e140 100644 --- a/srcpkgs/python3-pysigset/template +++ b/srcpkgs/python3-pysigset/template @@ -1,8 +1,7 @@ # Template file for 'python3-pysigset' pkgname=python3-pysigset version=0.3.2 -revision=2 -archs=noarch +revision=3 wrksrc="pysigset-${version}" build_style=python3-module pycompile_module="pysigset.py" From c121b3c3eaa31c01248b7ab8422e6dc08f08b7e9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:28 -0400 Subject: [PATCH 0281/1111] python3-pytest-asyncio: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pytest-asyncio/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template index 0c90d33a9e5..c3f0f34009e 100644 --- a/srcpkgs/python3-pytest-asyncio/template +++ b/srcpkgs/python3-pytest-asyncio/template @@ -1,8 +1,7 @@ # Template file for 'python3-pytest-asyncio' pkgname=python3-pytest-asyncio version=0.10.0 -revision=2 -archs=noarch +revision=3 wrksrc="pytest-asyncio-${version}" build_style=python3-module pycompile_module="pytest_asyncio" From 6e9bd6c95bdd55d9bdc3a5e3312a1fe87724dcf7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:28 -0400 Subject: [PATCH 0282/1111] python3-pytest-qt: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pytest-qt/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pytest-qt/template b/srcpkgs/python3-pytest-qt/template index a15bc15a4f3..ab870da8e06 100644 --- a/srcpkgs/python3-pytest-qt/template +++ b/srcpkgs/python3-pytest-qt/template @@ -1,8 +1,7 @@ # Template file for 'python3-pytest-qt' pkgname=python3-pytest-qt version=3.3.0 -revision=1 -archs=noarch +revision=2 wrksrc=pytest-qt-${version} build_style=python3-module hostmakedepends="python3-setuptools" From b2010327277d51539ff2df0518427611f5c48439 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:28 -0400 Subject: [PATCH 0283/1111] python3-pytest-xvfb: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pytest-xvfb/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pytest-xvfb/template b/srcpkgs/python3-pytest-xvfb/template index 9e3aa7822d4..0e002f07ace 100644 --- a/srcpkgs/python3-pytest-xvfb/template +++ b/srcpkgs/python3-pytest-xvfb/template @@ -1,8 +1,7 @@ # Template file for 'python3-pytest-xvfb' pkgname=python3-pytest-xvfb version=2.0.0 -revision=1 -archs=noarch +revision=2 wrksrc=pytest-xvfb-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 7f70feacfc43f251c1b5c5c1637a1ae084aedc28 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:29 -0400 Subject: [PATCH 0284/1111] python3-pythondialog: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pythondialog/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pythondialog/template b/srcpkgs/python3-pythondialog/template index b55866f51e6..0edc20a6953 100644 --- a/srcpkgs/python3-pythondialog/template +++ b/srcpkgs/python3-pythondialog/template @@ -1,8 +1,7 @@ # Template file for 'python3-pythondialog' pkgname=python3-pythondialog version=3.5.1 -revision=1 -archs=noarch +revision=2 wrksrc="pythondialog-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9e4517e96ca59df77b3bcb659c65eb42bcd43a81 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:29 -0400 Subject: [PATCH 0285/1111] python3-pytools: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pytools/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pytools/template b/srcpkgs/python3-pytools/template index 446df179c07..d65496c03f4 100644 --- a/srcpkgs/python3-pytools/template +++ b/srcpkgs/python3-pytools/template @@ -1,8 +1,7 @@ # Template file for 'python3-pytools' pkgname=python3-pytools version=2020.4 -revision=1 -archs=noarch +revision=2 wrksrc=${pkgname#*-}-${version} build_style=python3-module hostmakedepends="python3-setuptools" From ea01f8cf206b97a838fd46c4e6697b9e3b382125 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:29 -0400 Subject: [PATCH 0286/1111] python3-pywinrm: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pywinrm/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pywinrm/template b/srcpkgs/python3-pywinrm/template index 7a57b8efcb3..49d7de623a9 100644 --- a/srcpkgs/python3-pywinrm/template +++ b/srcpkgs/python3-pywinrm/template @@ -1,8 +1,7 @@ # Template file for 'python3-pywinrm' pkgname=python3-pywinrm version=0.4.1 -revision=1 -archs=noarch +revision=2 wrksrc="pywinrm-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From daf8c2205a8fbb6596009703f68de1295af948e6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:29 -0400 Subject: [PATCH 0287/1111] python3-pyx: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-pyx/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template index f8de127e420..c39d94f7c3c 100644 --- a/srcpkgs/python3-pyx/template +++ b/srcpkgs/python3-pyx/template @@ -1,8 +1,7 @@ # Template file for 'python3-pyx' pkgname=python3-pyx version=0.15 -revision=1 -archs=noarch +revision=2 wrksrc="PyX-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a73fcb9d46b2612cb92055b8ebbac0296a045a45 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:29 -0400 Subject: [PATCH 0288/1111] python3-readlike: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-readlike/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template index 43159962442..a9057e180c3 100644 --- a/srcpkgs/python3-readlike/template +++ b/srcpkgs/python3-readlike/template @@ -1,8 +1,7 @@ # Template file for 'python3-readlike' pkgname=python3-readlike version=0.1.3 -revision=2 -archs=noarch +revision=3 wrksrc=readlike-${version} build_style=python3-module pycompile_module="readlike.py" From 2da09dc12fec919e39fe50a153034681942c3f43 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:30 -0400 Subject: [PATCH 0289/1111] python3-repoze.sphinx.autointerface: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-repoze.sphinx.autointerface/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-repoze.sphinx.autointerface/template b/srcpkgs/python3-repoze.sphinx.autointerface/template index 684c7f90d05..18141a5bd46 100644 --- a/srcpkgs/python3-repoze.sphinx.autointerface/template +++ b/srcpkgs/python3-repoze.sphinx.autointerface/template @@ -1,8 +1,7 @@ # Template file for 'python3-repoze.sphinx.autointerface' pkgname=python3-repoze.sphinx.autointerface version=0.8 -revision=3 -archs=noarch +revision=4 wrksrc="repoze.sphinx.autointerface-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 65fea1c1902ad23656ecf50f735fba0f017331e4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:30 -0400 Subject: [PATCH 0290/1111] python3-requests-file: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-requests-file/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-requests-file/template b/srcpkgs/python3-requests-file/template index 1f459fa55ab..8d9626dc7e4 100644 --- a/srcpkgs/python3-requests-file/template +++ b/srcpkgs/python3-requests-file/template @@ -1,8 +1,7 @@ # Template file for 'python3-requests-file' pkgname=python3-requests-file version=1.4.3 -revision=1 -archs=noarch +revision=2 wrksrc="requests-file-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 14edcda3ccf9188a50415a34d983ea1b7da1bf66 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:30 -0400 Subject: [PATCH 0291/1111] python3-requests-ntlm: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-requests-ntlm/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-requests-ntlm/template b/srcpkgs/python3-requests-ntlm/template index 7ca189d6abf..fc5c0dc6aab 100644 --- a/srcpkgs/python3-requests-ntlm/template +++ b/srcpkgs/python3-requests-ntlm/template @@ -1,8 +1,7 @@ # Template file for 'python3-requests-ntlm' pkgname=python3-requests-ntlm version=1.1.0 -revision=1 -archs=noarch +revision=2 wrksrc="requests-ntlm-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 00f04861d7741d8a976cf4ad1d7b1ce2bc57c36f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:30 -0400 Subject: [PATCH 0292/1111] python3-requests-unixsocket: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-requests-unixsocket/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template index fd389ec2d13..34c34c09046 100644 --- a/srcpkgs/python3-requests-unixsocket/template +++ b/srcpkgs/python3-requests-unixsocket/template @@ -1,8 +1,7 @@ # Template file for 'python3-requests-unixsocket' pkgname=python3-requests-unixsocket version=0.2.0 -revision=2 -archs=noarch +revision=3 wrksrc="requests-unixsocket-${version}" build_style=python3-module pycompile_module="requests_unixsocket" From c96c9841bae794dca62b9baff0e5b49defb3c6d9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:30 -0400 Subject: [PATCH 0293/1111] python3-rss2email: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-rss2email/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template index 69e67d93deb..9a7b414c7ab 100644 --- a/srcpkgs/python3-rss2email/template +++ b/srcpkgs/python3-rss2email/template @@ -1,8 +1,7 @@ # Template file for 'python3-rss2email' pkgname=python3-rss2email version=3.11 -revision=2 -archs=noarch +revision=3 wrksrc="rss2email-${version}" build_style=python3-module pycompile_module="rss2email" From 5e5c6335dbab6ad8e8e1983ab97f84b1f372c59f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:30 -0400 Subject: [PATCH 0294/1111] python3-rtree: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-rtree/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-rtree/template b/srcpkgs/python3-rtree/template index 652b840591e..0500d93e33e 100644 --- a/srcpkgs/python3-rtree/template +++ b/srcpkgs/python3-rtree/template @@ -1,8 +1,7 @@ # Template file for 'python3-rtree' pkgname=python3-rtree version=0.9.4 -revision=1 -archs=noarch +revision=2 wrksrc="rtree-${version}" build_style=python3-module hostmakedepends="python3-setuptools libspatialindex-devel" From 4a89d08cb35d75439a4b51f998bb470fe210baed Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:31 -0400 Subject: [PATCH 0295/1111] python3-s-tui: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-s-tui/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template index 5864e90c91a..3c7fec4c6e8 100644 --- a/srcpkgs/python3-s-tui/template +++ b/srcpkgs/python3-s-tui/template @@ -1,8 +1,7 @@ # Template file for 'python3-s-tui' pkgname=python3-s-tui version=1.0.2 -revision=1 -archs=noarch +revision=2 wrksrc="s-tui-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 62fb6796f2bb8e410fc0f405c8c4c65556f9fc58 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:31 -0400 Subject: [PATCH 0296/1111] python3-saml2: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-saml2/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template index a8d2798b61c..5506ce0828f 100644 --- a/srcpkgs/python3-saml2/template +++ b/srcpkgs/python3-saml2/template @@ -1,8 +1,7 @@ # Template file for 'python3-saml2' pkgname=python3-saml2 version=5.0.0 -revision=1 -archs=noarch +revision=2 wrksrc="pysaml2-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f3b129f45ab80634b455485619536e8fb4d340e0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:31 -0400 Subject: [PATCH 0297/1111] python3-scruffy: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-scruffy/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template index 62a21a74eca..32a41d71ab5 100644 --- a/srcpkgs/python3-scruffy/template +++ b/srcpkgs/python3-scruffy/template @@ -1,8 +1,7 @@ # Template file for 'python3-scruffy' pkgname=python3-scruffy version=0.3.8.1 -revision=2 -archs=noarch +revision=3 wrksrc="scruffy-${version}" build_style=python3-module pycompile_module="scruffy" From 096f2aa993bb6fbf42a8962183c8500e72245a81 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:31 -0400 Subject: [PATCH 0298/1111] python3-semanticversion: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-semanticversion/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-semanticversion/template b/srcpkgs/python3-semanticversion/template index 766eeb160f8..19db48a5a74 100644 --- a/srcpkgs/python3-semanticversion/template +++ b/srcpkgs/python3-semanticversion/template @@ -1,8 +1,7 @@ # Template file for 'python3-semanticversion' pkgname=python3-semanticversion version=2.8.5 -revision=1 -archs=noarch +revision=2 wrksrc="semantic_version-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b606c04a96d92ff95a96efc97964752ac6fb8358 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:31 -0400 Subject: [PATCH 0299/1111] python3-sentry: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-sentry/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template index c340cbb7820..c4406811688 100644 --- a/srcpkgs/python3-sentry/template +++ b/srcpkgs/python3-sentry/template @@ -1,8 +1,7 @@ # Template file for 'python3-sentry' pkgname=python3-sentry version=0.15.1 -revision=1 -archs=noarch +revision=2 wrksrc="sentry-python-${version}" build_style=python3-module hostmakedepends=python3-setuptools From 2ae6aae45b8ed12af5e4772bd379003aa127771d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:32 -0400 Subject: [PATCH 0300/1111] python3-serpent: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-serpent/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-serpent/template b/srcpkgs/python3-serpent/template index 538bfcd1786..4b950974494 100644 --- a/srcpkgs/python3-serpent/template +++ b/srcpkgs/python3-serpent/template @@ -1,8 +1,7 @@ # Template file for 'python3-serpent' pkgname=python3-serpent version=1.30.2 -revision=1 -archs=noarch +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 51133d92f7fe2cea7eb98a4355730135db1da6b8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:32 -0400 Subject: [PATCH 0301/1111] python3-shodan: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-shodan/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template index 390f9d79322..d4d403681be 100644 --- a/srcpkgs/python3-shodan/template +++ b/srcpkgs/python3-shodan/template @@ -1,8 +1,7 @@ # Template file for 'python3-shodan' pkgname=python3-shodan version=1.23.0 -revision=1 -archs=noarch +revision=2 wrksrc="shodan-python-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 76a8f6da74e62c99599ca6365e43492891bd785e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:32 -0400 Subject: [PATCH 0302/1111] python3-signedjson: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-signedjson/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template index 5002ade8f79..9edb9c24b14 100644 --- a/srcpkgs/python3-signedjson/template +++ b/srcpkgs/python3-signedjson/template @@ -1,8 +1,7 @@ # Template file for 'python3-signedjson' pkgname=python3-signedjson version=1.1.0 -revision=2 -archs=noarch +revision=3 wrksrc="python-signedjson-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 16b15b02e9d8f43372694daf4c65c71b8d6eaa52 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:32 -0400 Subject: [PATCH 0303/1111] python3-slugify: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-slugify/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template index 012bb98f063..31e2eff0715 100644 --- a/srcpkgs/python3-slugify/template +++ b/srcpkgs/python3-slugify/template @@ -3,8 +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=2 -archs=noarch +revision=3 wrksrc="python-slugify-${version}" build_style=python3-module pycompile_module="slugify" From d06cc964a82abbe92ef953d5376a3fdbb088c6d0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:32 -0400 Subject: [PATCH 0304/1111] python3-sortedcontainers: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-sortedcontainers/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template index 41d87d4ebd0..5d768b0e4f0 100644 --- a/srcpkgs/python3-sortedcontainers/template +++ b/srcpkgs/python3-sortedcontainers/template @@ -1,8 +1,7 @@ # Template file for 'python3-sortedcontainers' pkgname=python3-sortedcontainers version=2.1.0 -revision=2 -archs=noarch +revision=3 wrksrc="sortedcontainers-${version}" build_style=python3-module pycompile_module="sortedcontainers" From 6c9066c301421d177ec978abba638a713b4a2be5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:32 -0400 Subject: [PATCH 0305/1111] python3-spake2: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-spake2/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template index dc0cdced747..df74c2cdc78 100644 --- a/srcpkgs/python3-spake2/template +++ b/srcpkgs/python3-spake2/template @@ -1,8 +1,7 @@ # Template file for 'python3-spake2' pkgname=python3-spake2 version=0.8 -revision=2 -archs=noarch +revision=3 wrksrc="python-spake2-${version}" build_style=python3-module pycompile_module="spake2" From c5c8e41c901b714aeabe74d1c709e619c182ccad Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:33 -0400 Subject: [PATCH 0306/1111] python3-sphinx_rtd_theme: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-sphinx_rtd_theme/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-sphinx_rtd_theme/template b/srcpkgs/python3-sphinx_rtd_theme/template index 8447a451a74..3884255d019 100644 --- a/srcpkgs/python3-sphinx_rtd_theme/template +++ b/srcpkgs/python3-sphinx_rtd_theme/template @@ -1,8 +1,7 @@ # Template file for 'python3-sphinx_rtd_theme' pkgname=python3-sphinx_rtd_theme version=0.5.0 -revision=1 -archs=noarch +revision=2 wrksrc="sphinx_rtd_theme-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4ed4c366cc719a45aa03e46ea8ac4ae24590ebcc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:33 -0400 Subject: [PATCH 0307/1111] python3-sphinxcontrib: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-sphinxcontrib/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-sphinxcontrib/template b/srcpkgs/python3-sphinxcontrib/template index d52fd02ab76..37f57813e21 100644 --- a/srcpkgs/python3-sphinxcontrib/template +++ b/srcpkgs/python3-sphinxcontrib/template @@ -1,8 +1,7 @@ # Template file for 'python3-sphinxcontrib' pkgname=python3-sphinxcontrib version=1.0 -revision=4 -archs=noarch +revision=5 create_wrksrc=yes hostmakedepends="python3-setuptools" depends="python3-setuptools" From fdd4cf501fae88d84cc49333d0cf5b0f9eea4b4f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:33 -0400 Subject: [PATCH 0308/1111] python3-sphinxcontrib-applehelp: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-sphinxcontrib-applehelp/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template index 90bfc78adf8..0762615c0e5 100644 --- a/srcpkgs/python3-sphinxcontrib-applehelp/template +++ b/srcpkgs/python3-sphinxcontrib-applehelp/template @@ -1,8 +1,7 @@ # Template file for 'python3-sphinxcontrib-applehelp' pkgname=python3-sphinxcontrib-applehelp version=1.0.2 -revision=1 -archs=noarch +revision=2 wrksrc=sphinxcontrib-applehelp-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 206394d8f149d553ddd8000e62b02e87ae61655a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:33 -0400 Subject: [PATCH 0309/1111] python3-sphinxcontrib-devhelp: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-sphinxcontrib-devhelp/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-sphinxcontrib-devhelp/template b/srcpkgs/python3-sphinxcontrib-devhelp/template index 0244d826d17..0504c762588 100644 --- a/srcpkgs/python3-sphinxcontrib-devhelp/template +++ b/srcpkgs/python3-sphinxcontrib-devhelp/template @@ -1,8 +1,7 @@ # Template file for 'python3-sphinxcontrib-devhelp' pkgname=python3-sphinxcontrib-devhelp version=1.0.2 -revision=1 -archs=noarch +revision=2 wrksrc=sphinxcontrib-devhelp-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 9f4ee9ed4c519ef7a023dbbd240b450a32b258f4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:33 -0400 Subject: [PATCH 0310/1111] python3-sphinxcontrib-htmlhelp: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-sphinxcontrib-htmlhelp/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-sphinxcontrib-htmlhelp/template b/srcpkgs/python3-sphinxcontrib-htmlhelp/template index 33dac6dbfad..54f54adabd6 100644 --- a/srcpkgs/python3-sphinxcontrib-htmlhelp/template +++ b/srcpkgs/python3-sphinxcontrib-htmlhelp/template @@ -1,8 +1,7 @@ # Template file for 'python3-sphinxcontrib-htmlhelp' pkgname=python3-sphinxcontrib-htmlhelp version=1.0.3 -revision=1 -archs=noarch +revision=2 wrksrc=sphinxcontrib-htmlhelp-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 48ce6e4fda7ee7f0da9681a3357cef487be6ec7e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:34 -0400 Subject: [PATCH 0311/1111] python3-sphinxcontrib-jsmath: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-sphinxcontrib-jsmath/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-sphinxcontrib-jsmath/template b/srcpkgs/python3-sphinxcontrib-jsmath/template index 266ff00b88b..9234fc58cd7 100644 --- a/srcpkgs/python3-sphinxcontrib-jsmath/template +++ b/srcpkgs/python3-sphinxcontrib-jsmath/template @@ -1,8 +1,7 @@ # Template file for 'python3-sphinxcontrib-jsmath' pkgname=python3-sphinxcontrib-jsmath version=1.0.1 -revision=1 -archs=noarch +revision=2 wrksrc=sphinxcontrib-jsmath-${version} build_style=python3-module hostmakedepends="python3-setuptools" From ae2d41fb5eaa6aab0b7936df7d25f5aac70e61fb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:34 -0400 Subject: [PATCH 0312/1111] python3-sphinxcontrib-qthelp: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-sphinxcontrib-qthelp/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-sphinxcontrib-qthelp/template b/srcpkgs/python3-sphinxcontrib-qthelp/template index 2335cb13cb8..2f6e47965db 100644 --- a/srcpkgs/python3-sphinxcontrib-qthelp/template +++ b/srcpkgs/python3-sphinxcontrib-qthelp/template @@ -1,8 +1,7 @@ # Template file for 'python3-sphinxcontrib-qthelp' pkgname=python3-sphinxcontrib-qthelp version=1.0.3 -revision=1 -archs=noarch +revision=2 wrksrc=sphinxcontrib-qthelp-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 5a8d34269469b6cf8af1f805a0371f284bfde26b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:34 -0400 Subject: [PATCH 0313/1111] python3-sphinxcontrib-serializinghtml: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-sphinxcontrib-serializinghtml/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-sphinxcontrib-serializinghtml/template b/srcpkgs/python3-sphinxcontrib-serializinghtml/template index 82ddabe65ed..cd6a451bcf2 100644 --- a/srcpkgs/python3-sphinxcontrib-serializinghtml/template +++ b/srcpkgs/python3-sphinxcontrib-serializinghtml/template @@ -1,8 +1,7 @@ # Template file for 'python3-sphinxcontrib-serializinghtml' pkgname=python3-sphinxcontrib-serializinghtml version=1.1.4 -revision=1 -archs=noarch +revision=2 wrksrc=sphinxcontrib-serializinghtml-${version} build_style=python3-module hostmakedepends="python3-setuptools" From afbd71098c22de016ac2d0f23f12db5dc9094cf8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:34 -0400 Subject: [PATCH 0314/1111] python3-stevedore: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-stevedore/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-stevedore/template b/srcpkgs/python3-stevedore/template index 2b23d77c09b..9964fe3dd94 100644 --- a/srcpkgs/python3-stevedore/template +++ b/srcpkgs/python3-stevedore/template @@ -1,8 +1,7 @@ # Template file for 'python3-stevedore' pkgname=python3-stevedore version=3.2.0 -revision=1 -archs=noarch +revision=2 wrksrc="stevedore-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-pbr" From 82bf8fa2ee796ef5747d2d068eb5adc45c118c56 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:34 -0400 Subject: [PATCH 0315/1111] python3-subunit: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-subunit/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-subunit/template b/srcpkgs/python3-subunit/template index a617b3db63a..e16ef316a7e 100644 --- a/srcpkgs/python3-subunit/template +++ b/srcpkgs/python3-subunit/template @@ -1,8 +1,7 @@ # Template file for 'python3-subunit' pkgname=python3-subunit version=1.4.0 -revision=1 -archs=noarch +revision=2 wrksrc=subunit-${version} build_style=python3-module hostmakedepends="python3-setuptools" From bf111ef6325858ebea0c2f5d269612199713632f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:34 -0400 Subject: [PATCH 0316/1111] python3-svg.path: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-svg.path/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template index 473fc38dcc4..8b94cf795b4 100644 --- a/srcpkgs/python3-svg.path/template +++ b/srcpkgs/python3-svg.path/template @@ -1,8 +1,7 @@ # Template file for 'python3-svg.path' pkgname=python3-svg.path version=4.0.2 -revision=1 -archs=noarch +revision=2 wrksrc="svg.path-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 89dc3da4a19b6b4b52d68b94ad210574a77f0b4d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:35 -0400 Subject: [PATCH 0317/1111] python3-sympy: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-sympy/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-sympy/template b/srcpkgs/python3-sympy/template index 77f7747a999..2a2ebd52f5f 100644 --- a/srcpkgs/python3-sympy/template +++ b/srcpkgs/python3-sympy/template @@ -1,8 +1,7 @@ # Template file for 'python3-sympy' pkgname=python3-sympy version=1.6.1 -revision=1 -archs=noarch +revision=2 wrksrc="sympy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 88ccf3a8052c67b22ab226e0e3df51cc717a9b1c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:35 -0400 Subject: [PATCH 0318/1111] python3-tabulate: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-tabulate/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template index 16956529913..a37e6a3de90 100644 --- a/srcpkgs/python3-tabulate/template +++ b/srcpkgs/python3-tabulate/template @@ -1,8 +1,7 @@ # Template file for 'python3-tabulate' pkgname=python3-tabulate version=0.8.6 -revision=1 -archs=noarch +revision=2 wrksrc="tabulate-${version}" build_style=python3-module pycompile_module="tabulate.py" From 9428d83051e1e243ae4a5ee6e868f65751605fb6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:35 -0400 Subject: [PATCH 0319/1111] python3-terminaltables: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-terminaltables/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template index 4f781eab76d..615c5522c44 100644 --- a/srcpkgs/python3-terminaltables/template +++ b/srcpkgs/python3-terminaltables/template @@ -1,8 +1,7 @@ # Template file for 'python3-terminaltables' pkgname=python3-terminaltables version=3.1.0 -revision=2 -archs=noarch +revision=3 wrksrc="terminaltables-${version}" build_style=python3-module pycompile_module="terminaltables" From 677b914c02219536d1e2eaaa2a144160c9aff566 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:35 -0400 Subject: [PATCH 0320/1111] python3-text-unidecode: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-text-unidecode/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template index b3b5aa95575..cce8aacaf9a 100644 --- a/srcpkgs/python3-text-unidecode/template +++ b/srcpkgs/python3-text-unidecode/template @@ -1,8 +1,7 @@ # Template file for 'python3-text-unidecode' pkgname=python3-text-unidecode version=1.2 -revision=2 -archs=noarch +revision=3 wrksrc="text-unidecode-${version}" build_style=python3-module pycompile_module="text_unidecode" From a46c8752aa866c8672ad71e1944a405303b0de0d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:35 -0400 Subject: [PATCH 0321/1111] python3-tinycss: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-tinycss/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template index 3b4717c234e..39cda657470 100644 --- a/srcpkgs/python3-tinycss/template +++ b/srcpkgs/python3-tinycss/template @@ -1,8 +1,7 @@ # Template file for 'python3-tinycss' pkgname=python3-tinycss version=0.4 -revision=2 -archs=noarch +revision=3 wrksrc=tinycss-${version} build_style=python3-module pycompile_module="tinycss" From 51e0c3572bf12cf20eb85e8ef1f3f267e067ea67 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:35 -0400 Subject: [PATCH 0322/1111] python3-tldextract: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-tldextract/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-tldextract/template b/srcpkgs/python3-tldextract/template index 2a9392a5dcc..3c769d6233e 100644 --- a/srcpkgs/python3-tldextract/template +++ b/srcpkgs/python3-tldextract/template @@ -1,8 +1,7 @@ # Template file for 'python3-tldextract' pkgname=python3-tldextract version=2.2.2 -revision=1 -archs=noarch +revision=2 wrksrc="tldextract-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2a499a0cfef39750354c65a6adee003affebaf97 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:36 -0400 Subject: [PATCH 0323/1111] python3-transifex-client: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-transifex-client/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template index 5ea767b5a7d..e34c310c0a8 100644 --- a/srcpkgs/python3-transifex-client/template +++ b/srcpkgs/python3-transifex-client/template @@ -1,8 +1,7 @@ # Template file for 'python3-transifex-client' pkgname=python3-transifex-client version=0.13.6 -revision=2 -archs=noarch +revision=3 wrksrc="transifex-client-${version}" build_style=python3-module pycompile_module="txclib" From bbb56636c38d53513d218eac099e518b40f34859 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:36 -0400 Subject: [PATCH 0324/1111] python3-treq: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-treq/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template index 075f90e49ef..21a11977189 100644 --- a/srcpkgs/python3-treq/template +++ b/srcpkgs/python3-treq/template @@ -1,8 +1,7 @@ # Template file for 'python3-treq' pkgname=python3-treq version=20.3.0 -revision=1 -archs=noarch +revision=2 wrksrc="treq-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 09baeffea167d79ded5177d4a934e79bbb7b49fc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:36 -0400 Subject: [PATCH 0325/1111] python3-txacme: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-txacme/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template index bd1c82d0611..3e33991a003 100644 --- a/srcpkgs/python3-txacme/template +++ b/srcpkgs/python3-txacme/template @@ -1,8 +1,7 @@ # Template file for 'python3-txacme' pkgname=python3-txacme version=0.9.3 -revision=1 -archs=noarch +revision=2 wrksrc="txacme-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a56872b12ec5c95e82d31f36be4f96ce2dbd4705 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:36 -0400 Subject: [PATCH 0326/1111] python3-txaio: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-txaio/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template index d9ee273d235..47dadfa68ed 100644 --- a/srcpkgs/python3-txaio/template +++ b/srcpkgs/python3-txaio/template @@ -1,8 +1,7 @@ # Template file for 'python3-txaio' pkgname=python3-txaio version=20.4.1 -revision=1 -archs=noarch +revision=2 wrksrc="txaio-${version}" build_style=python3-module hostmakedepends="python3 python3-setuptools" From 40b8a1c23b25a627c013eed6e8663bc260ede71e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:36 -0400 Subject: [PATCH 0327/1111] python3-txtorcon: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-txtorcon/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template index d2ad88b06d1..5a0683f1760 100644 --- a/srcpkgs/python3-txtorcon/template +++ b/srcpkgs/python3-txtorcon/template @@ -1,8 +1,7 @@ # Template file for 'python3-txtorcon' pkgname=python3-txtorcon version=20.0.0 -revision=1 -archs=noarch +revision=2 wrksrc="txtorcon-${version}" build_style=python3-module hostmakedepends="python3 python3-setuptools" From 45af40d46e0d9df536d76a3e28b3e8bb03d6e68f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:37 -0400 Subject: [PATCH 0328/1111] python3-typing_extensions: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-typing_extensions/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template index 57405689d4e..93c5d70f1c6 100644 --- a/srcpkgs/python3-typing_extensions/template +++ b/srcpkgs/python3-typing_extensions/template @@ -1,8 +1,7 @@ # Template file for 'python3-typing_extensions' pkgname=python3-typing_extensions version=3.7.4.1 -revision=1 -archs=noarch +revision=2 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3065f11313f0931aebc12948844e894cbbabd179 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:37 -0400 Subject: [PATCH 0329/1111] python3-tzlocal: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-tzlocal/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-tzlocal/template b/srcpkgs/python3-tzlocal/template index 7ea15464075..73114a2aadc 100644 --- a/srcpkgs/python3-tzlocal/template +++ b/srcpkgs/python3-tzlocal/template @@ -1,8 +1,7 @@ # Template file for 'python3-tzlocal' pkgname=python3-tzlocal version=2.1 -revision=2 -archs=noarch +revision=3 wrksrc="tzlocal-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7d10dfee89bc323bb9f9916cacc4ebc51c108ef5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:37 -0400 Subject: [PATCH 0330/1111] python3-unpaddedbase64: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-unpaddedbase64/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template index 06a47db3b64..4b2bdc9b77c 100644 --- a/srcpkgs/python3-unpaddedbase64/template +++ b/srcpkgs/python3-unpaddedbase64/template @@ -1,8 +1,7 @@ # Template file for 'python3-unpaddedbase64' pkgname=python3-unpaddedbase64 version=1.1.0 -revision=2 -archs=noarch +revision=3 wrksrc="python-unpaddedbase64-${version}" build_style=python3-module pycompile_module="unpaddedbase64.py" From 4a62284d34c82ddc331bda8870d92955f27dfc15 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:37 -0400 Subject: [PATCH 0331/1111] python3-urlgrabber: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-urlgrabber/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template index eef67c8e13c..3eacefc9d09 100644 --- a/srcpkgs/python3-urlgrabber/template +++ b/srcpkgs/python3-urlgrabber/template @@ -1,8 +1,7 @@ # Template file for 'python3-urlgrabber' pkgname=python3-urlgrabber version=4.0.0 -revision=2 -archs=noarch +revision=3 wrksrc="urlgrabber-${version}" build_style=python3-module pycompile_module="urlgrabber" From 98ca6c7b604909ae838d5d73ad924c1953033ff2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:37 -0400 Subject: [PATCH 0332/1111] python3-userpath: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-userpath/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-userpath/template b/srcpkgs/python3-userpath/template index 4d53e7b5dea..67e62bb719f 100644 --- a/srcpkgs/python3-userpath/template +++ b/srcpkgs/python3-userpath/template @@ -1,8 +1,7 @@ # Template file for 'python3-userpath' pkgname=python3-userpath version=1.4.1 -revision=1 -archs=noarch +revision=2 wrksrc="userpath-${version}" build_style=python3-module pycompile_module="userpath" From ebd6934ff224e8cee0dc8a8de65c1577920a3352 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:37 -0400 Subject: [PATCH 0333/1111] python3-validators: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-validators/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template index 2d790254c96..ab604468662 100644 --- a/srcpkgs/python3-validators/template +++ b/srcpkgs/python3-validators/template @@ -1,8 +1,7 @@ # Template file for 'python3-validators' pkgname=python3-validators version=0.14.2 -revision=1 -archs=noarch +revision=2 wrksrc="validators-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ca64cf1fa6d738caa4963fdef7444af87c39c53f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:38 -0400 Subject: [PATCH 0334/1111] python3-virtualenv: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-virtualenv/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template index 7f9f71fccc5..d12c705ad59 100644 --- a/srcpkgs/python3-virtualenv/template +++ b/srcpkgs/python3-virtualenv/template @@ -1,8 +1,7 @@ # Template file for 'python3-virtualenv' pkgname=python3-virtualenv version=20.0.20 -revision=2 -archs=noarch +revision=3 wrksrc="virtualenv-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4ba19381169252d41fdeab9ec644e0bfe8a5d7ab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:38 -0400 Subject: [PATCH 0335/1111] python3-virtualenv-clone: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-virtualenv-clone/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-virtualenv-clone/template b/srcpkgs/python3-virtualenv-clone/template index 508e855b9cd..55bdbd282f1 100644 --- a/srcpkgs/python3-virtualenv-clone/template +++ b/srcpkgs/python3-virtualenv-clone/template @@ -1,8 +1,7 @@ # Template file for 'python3-virtualenv-clone' pkgname=python3-virtualenv-clone version=0.5.4 -revision=1 -archs=noarch +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From faa551434df4e191a23187c6b392679a97c2fa86 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:38 -0400 Subject: [PATCH 0336/1111] python3-virustotal-api: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-virustotal-api/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template index fc362c03b39..b3551336f58 100644 --- a/srcpkgs/python3-virustotal-api/template +++ b/srcpkgs/python3-virustotal-api/template @@ -1,8 +1,7 @@ # Template file for 'python3-virustotal-api' pkgname=python3-virustotal-api version=1.1.11 -revision=2 -archs=noarch +revision=3 wrksrc="virustotal-api-${version}" build_style=python3-module pycompile_module="virus_total_apis" From 18e012968dabaa74e9525b986b2911570fef4636 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:38 -0400 Subject: [PATCH 0337/1111] python3-xapp: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-xapp/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-xapp/template b/srcpkgs/python3-xapp/template index 6e746704ad8..ac7117ecd14 100644 --- a/srcpkgs/python3-xapp/template +++ b/srcpkgs/python3-xapp/template @@ -1,8 +1,7 @@ # Template file for 'python3-xapp' pkgname=python3-xapp version=2.0.1 -revision=1 -archs=noarch +revision=2 build_style=python3-module pycompile_module="xapp" hostmakedepends="python3-setuptools" From e774d49e2832d9eecdb74d7dc113e7b1bfba8080 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:38 -0400 Subject: [PATCH 0338/1111] python3-xdg-variables: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-xdg-variables/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template index 589302d33bc..37e9689bf1a 100644 --- a/srcpkgs/python3-xdg-variables/template +++ b/srcpkgs/python3-xdg-variables/template @@ -1,8 +1,7 @@ # Template file for 'python3-xdg-variables' pkgname=python3-xdg-variables version=4.0.1 -revision=1 -archs=noarch +revision=2 wrksrc="xdg-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f6252da78c22ae286b5d1ec6ce09152e62592fed Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:39 -0400 Subject: [PATCH 0339/1111] python3-xlrd: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-xlrd/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-xlrd/template b/srcpkgs/python3-xlrd/template index 9f7b29580e4..8d6859e4dfd 100644 --- a/srcpkgs/python3-xlrd/template +++ b/srcpkgs/python3-xlrd/template @@ -1,8 +1,7 @@ # Template file for 'python3-xlrd' pkgname=python3-xlrd version=1.2.0 -revision=1 -archs=noarch +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e641b40f8e673c9dfbde11552e34611be1a81e76 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:39 -0400 Subject: [PATCH 0340/1111] python3-yapf: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-yapf/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-yapf/template b/srcpkgs/python3-yapf/template index 33111cd732d..1fda3e07b9a 100644 --- a/srcpkgs/python3-yapf/template +++ b/srcpkgs/python3-yapf/template @@ -1,8 +1,7 @@ # Template file for 'python3-yapf' pkgname=python3-yapf version=0.29.0 -revision=1 -archs=noarch +revision=2 wrksrc="yapf-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 98818fbca67a3e9b2806a3d9623e67bf5b645e86 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:39 -0400 Subject: [PATCH 0341/1111] python3-youtube-search: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-youtube-search/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-youtube-search/template b/srcpkgs/python3-youtube-search/template index 0c6ec393a37..a65a86470c4 100644 --- a/srcpkgs/python3-youtube-search/template +++ b/srcpkgs/python3-youtube-search/template @@ -1,9 +1,8 @@ # Template file for 'python3-youtube-search' pkgname=python3-youtube-search version=1.1.0 -revision=1 +revision=2 _gitver=86af3e73bd340f37be56f2be6a5ff706b16e454e -archs=noarch create_wrksrc=yes build_wrksrc="youtube-search-${version}" build_style=python3-module From a5ddd6da92190bd99356356d6be39568c50a7c40 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:39 -0400 Subject: [PATCH 0342/1111] python3-yoyo-migrations: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-yoyo-migrations/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-yoyo-migrations/template b/srcpkgs/python3-yoyo-migrations/template index 9e481e153f4..1eb088d9928 100644 --- a/srcpkgs/python3-yoyo-migrations/template +++ b/srcpkgs/python3-yoyo-migrations/template @@ -1,8 +1,7 @@ # Template file for 'python3-yoyo-migrations' pkgname=python3-yoyo-migrations version=7.2.0 -revision=1 -archs=noarch +revision=2 wrksrc=yoyo-migrations-$version build_style=python3-module hostmakedepends="python3-setuptools" From 0fd657502f57bb928d6d24f90fa0f764f5eb3154 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:39 -0400 Subject: [PATCH 0343/1111] python3-zope.cachedescriptors: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-zope.cachedescriptors/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template index 1f1fae5b27b..abf2630b094 100644 --- a/srcpkgs/python3-zope.cachedescriptors/template +++ b/srcpkgs/python3-zope.cachedescriptors/template @@ -1,8 +1,7 @@ # Template file for 'python3-zope.cachedescriptors' pkgname=python3-zope.cachedescriptors version=4.3.1 -revision=2 -archs=noarch +revision=3 wrksrc="zope.cachedescriptors-${version}" build_style=python3-module pycompile_module="zope/cachedescriptors" From 697821de25ea3443f08616e440f79f29f4e44b93 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:40 -0400 Subject: [PATCH 0344/1111] python3-zope.configuration: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-zope.configuration/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-zope.configuration/template b/srcpkgs/python3-zope.configuration/template index a18339a5d7a..35685dd79dc 100644 --- a/srcpkgs/python3-zope.configuration/template +++ b/srcpkgs/python3-zope.configuration/template @@ -1,8 +1,7 @@ # Template file for 'python3-zope.configuration' pkgname=python3-zope.configuration version=4.4.0 -revision=1 -archs=noarch +revision=2 wrksrc="zope.configuration-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx" From 3865f23a5ec2e1518ffd082b38e9b40308ad5e62 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:40 -0400 Subject: [PATCH 0345/1111] python3-zope.copy: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-zope.copy/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-zope.copy/template b/srcpkgs/python3-zope.copy/template index 7007acb96b4..cc22130112a 100644 --- a/srcpkgs/python3-zope.copy/template +++ b/srcpkgs/python3-zope.copy/template @@ -1,8 +1,7 @@ # Template file for 'python3-zope.copy' pkgname=python3-zope.copy version=4.2 -revision=2 -archs=noarch +revision=3 wrksrc="zope.copy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2512e3b726fb8d3e0d2258ecb78f9422f4b6c1fe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:40 -0400 Subject: [PATCH 0346/1111] python3-zope.deferredimport: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-zope.deferredimport/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-zope.deferredimport/template b/srcpkgs/python3-zope.deferredimport/template index 7e8ff8fca5c..81f6fbb9de7 100644 --- a/srcpkgs/python3-zope.deferredimport/template +++ b/srcpkgs/python3-zope.deferredimport/template @@ -1,8 +1,7 @@ # Template file for 'python3-zope.deferredimport' pkgname=python3-zope.deferredimport version=4.3.1 -revision=2 -archs=noarch +revision=3 wrksrc="zope.deferredimport-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 13c3221b140ae82a3c94316fc2dbcfa62e8e94d2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:40 -0400 Subject: [PATCH 0347/1111] python3-zope.deprecation: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-zope.deprecation/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-zope.deprecation/template b/srcpkgs/python3-zope.deprecation/template index 854c67dfa8a..44a2ce86560 100644 --- a/srcpkgs/python3-zope.deprecation/template +++ b/srcpkgs/python3-zope.deprecation/template @@ -1,8 +1,7 @@ # Template file for 'python3-zope.deprecation' pkgname=python3-zope.deprecation version=4.4.0 -revision=3 -archs=noarch +revision=4 wrksrc="zope.deprecation-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From de1415288f45824a90b59509c3bafc04f5329c8d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:40 -0400 Subject: [PATCH 0348/1111] python3-zope.event: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-zope.event/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-zope.event/template b/srcpkgs/python3-zope.event/template index 0ca1af6cfc4..7de9713fc22 100644 --- a/srcpkgs/python3-zope.event/template +++ b/srcpkgs/python3-zope.event/template @@ -1,8 +1,7 @@ # Template file for 'python3-zope.event' pkgname=python3-zope.event version=4.4 -revision=3 -archs=noarch +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module pycompile_module="zope/event" From 96fbfa9a7713f713d7573a2f0626f49db0a12801 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:40 -0400 Subject: [PATCH 0349/1111] python3-zope.hookable: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-zope.hookable/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-zope.hookable/template b/srcpkgs/python3-zope.hookable/template index 774cf286c8e..62ecbac6425 100644 --- a/srcpkgs/python3-zope.hookable/template +++ b/srcpkgs/python3-zope.hookable/template @@ -1,8 +1,7 @@ # Template file for 'python3-zope.hookable' pkgname=python3-zope.hookable version=5.0.1 -revision=1 -archs=noarch +revision=2 wrksrc="zope.hookable-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 80357bbf10c1998d1f2d23504b47d6373bcd283c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:41 -0400 Subject: [PATCH 0350/1111] python3-zope.location: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-zope.location/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-zope.location/template b/srcpkgs/python3-zope.location/template index c2d6435dcf4..f45b5272d18 100644 --- a/srcpkgs/python3-zope.location/template +++ b/srcpkgs/python3-zope.location/template @@ -1,8 +1,7 @@ # Template file for 'python3-zope.location' pkgname=python3-zope.location version=4.2 -revision=3 -archs=noarch +revision=4 wrksrc="zope.location-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface From 62c67375ad483d91d35b9e277483c89f2ab89c37 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:41 -0400 Subject: [PATCH 0351/1111] python3-zope.schema: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-zope.schema/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-zope.schema/template b/srcpkgs/python3-zope.schema/template index 7c45510564d..03ffba962e2 100644 --- a/srcpkgs/python3-zope.schema/template +++ b/srcpkgs/python3-zope.schema/template @@ -1,8 +1,7 @@ # Template file for 'python3-zope.schema' pkgname=python3-zope.schema version=6.0.0 -revision=1 -archs=noarch +revision=2 wrksrc=zope.schema-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 5ce6fc6cd6d28e7f8f2544d71941eb30e3c807c6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:41 -0400 Subject: [PATCH 0352/1111] python3-zope.testing: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-zope.testing/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-zope.testing/template b/srcpkgs/python3-zope.testing/template index 9fd4dd19dcd..48373ebb563 100644 --- a/srcpkgs/python3-zope.testing/template +++ b/srcpkgs/python3-zope.testing/template @@ -1,8 +1,7 @@ # Template file for 'python3-zope.testing' pkgname=python3-zope.testing version=4.7 -revision=2 -archs=noarch +revision=3 wrksrc="zope.testing-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0e4f2c7827047a8961894f90ef39d30520f8f3f5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:41 -0400 Subject: [PATCH 0353/1111] python3-zope.testrunner: rebuild for Python 3.9, drop noarch --- srcpkgs/python3-zope.testrunner/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/python3-zope.testrunner/template b/srcpkgs/python3-zope.testrunner/template index 85413372686..1575621fdd0 100644 --- a/srcpkgs/python3-zope.testrunner/template +++ b/srcpkgs/python3-zope.testrunner/template @@ -1,8 +1,7 @@ # Template file for 'python3-zope.testrunner' pkgname=python3-zope.testrunner version=5.1 -revision=2 -archs=noarch +revision=3 wrksrc="zope.testrunner-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx python3-sphinxcontrib" From d5b840c163c1f7830fdb1921b8b73dbca5e18eec Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:41 -0400 Subject: [PATCH 0354/1111] pywal: rebuild for Python 3.9, drop noarch --- srcpkgs/pywal/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template index 98c4e1581e4..5a78316ef93 100644 --- a/srcpkgs/pywal/template +++ b/srcpkgs/pywal/template @@ -1,8 +1,7 @@ # Template file for 'pywal' pkgname=pywal version=3.3.0 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="pywal" hostmakedepends="python3-setuptools" From 9fee68ae4639ed5a02b8caf5108eead9c0b3c88b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:42 -0400 Subject: [PATCH 0355/1111] qmk: rebuild for Python 3.9, drop noarch --- srcpkgs/qmk/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/qmk/template b/srcpkgs/qmk/template index bd991d71e04..033ff91fa1f 100644 --- a/srcpkgs/qmk/template +++ b/srcpkgs/qmk/template @@ -1,8 +1,7 @@ # Template file for 'qmk' pkgname=qmk version=0.0.35 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-appdirs From 51ccfcdd0cb2e326b3e75580966f944e26dbf036 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:42 -0400 Subject: [PATCH 0356/1111] qomui: rebuild for Python 3.9, drop noarch --- srcpkgs/qomui/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template index 8063350ba06..9d832bd2387 100644 --- a/srcpkgs/qomui/template +++ b/srcpkgs/qomui/template @@ -1,8 +1,7 @@ # Template file for 'qomui' pkgname=qomui version=0.8.2 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="qomui" hostmakedepends="python3 python3-setuptools" From 8631e1aec0628ae59f13519f6f79bfd994ed91e5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:42 -0400 Subject: [PATCH 0357/1111] quodlibet: rebuild for Python 3.9, drop noarch --- srcpkgs/quodlibet/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template index ba19de245ad..7261c85a6cf 100644 --- a/srcpkgs/quodlibet/template +++ b/srcpkgs/quodlibet/template @@ -1,8 +1,7 @@ # Template file for 'quodlibet' pkgname=quodlibet version=4.3.0 -revision=1 -archs=noarch +revision=2 build_style=python3-module pycompile_module="quodlibet" hostmakedepends="intltool python3-devel" From 3d13b709aa85e16b66cb2a3bfcdc64e42e03962a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:42 -0400 Subject: [PATCH 0358/1111] ranger: rebuild for Python 3.9, drop noarch --- srcpkgs/ranger/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template index d88da9b1ee1..13156b638a5 100644 --- a/srcpkgs/ranger/template +++ b/srcpkgs/ranger/template @@ -1,8 +1,7 @@ # Template file for 'ranger' pkgname=ranger version=1.9.3 -revision=1 -archs=noarch +revision=2 build_style=python3-module pycompile_module="ranger" hostmakedepends="python3" From a6874617dfe0959f6d60421106fdd8e36d597a27 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:42 -0400 Subject: [PATCH 0359/1111] rednotebook: rebuild for Python 3.9, drop noarch --- srcpkgs/rednotebook/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template index fa2cb9cf445..6d2b21c43ae 100644 --- a/srcpkgs/rednotebook/template +++ b/srcpkgs/rednotebook/template @@ -1,8 +1,7 @@ # Template file for 'rednotebook' pkgname=rednotebook version=2.19 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3" depends="desktop-file-utils gtksourceview hicolor-icon-theme python3-enchant From 0dbf85f395348ce1d96b489a876645c2c8b86cca Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:42 -0400 Subject: [PATCH 0360/1111] remhind: rebuild for Python 3.9, drop noarch --- srcpkgs/remhind/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/remhind/template b/srcpkgs/remhind/template index 0f4e4047520..a4b7362e487 100644 --- a/srcpkgs/remhind/template +++ b/srcpkgs/remhind/template @@ -1,8 +1,7 @@ # Template file for 'remhind' pkgname=remhind version=0.1.1 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools python3-gobject-devel python3-cairo-devel" depends="python3-icalendar python3-dateutil python3-gobject python3-toml From 060be118822e880ae0f9434ed83d75c47ac6fbf6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:43 -0400 Subject: [PATCH 0361/1111] ripe-atlas-tools: rebuild for Python 3.9, drop noarch --- srcpkgs/ripe-atlas-tools/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template index c5e21c4b8dc..8e82f0da29a 100644 --- a/srcpkgs/ripe-atlas-tools/template +++ b/srcpkgs/ripe-atlas-tools/template @@ -1,8 +1,7 @@ # Template file for 'ripe-atlas-tools' pkgname=ripe-atlas-tools version=2.3.0 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="ripe/atlas/tools" hostmakedepends="python3-setuptools" From 2ef6700e422761f6351a061dbf16d0d8b599cbb4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:43 -0400 Subject: [PATCH 0362/1111] rubber: rebuild for Python 3.9, drop noarch --- srcpkgs/rubber/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template index de6652231aa..1264c3642f7 100644 --- a/srcpkgs/rubber/template +++ b/srcpkgs/rubber/template @@ -1,8 +1,7 @@ # Template file for 'rubber' pkgname=rubber version=1.5.1 -revision=3 -archs=noarch +revision=4 build_style=python3-module hostmakedepends="python3" depends="python3 virtual?tex" From cf0a8dbe47614924d309474af33454adcb15112d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:43 -0400 Subject: [PATCH 0363/1111] s3cmd: rebuild for Python 3.9, drop noarch --- srcpkgs/s3cmd/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template index 8043233efb5..4ec5cf053a8 100644 --- a/srcpkgs/s3cmd/template +++ b/srcpkgs/s3cmd/template @@ -1,8 +1,7 @@ # Template file for 's3cmd' pkgname=s3cmd version=2.1.0 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-dateutil" From afc7b42e32305e0b35db0515589cdfa58e7df508 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:43 -0400 Subject: [PATCH 0364/1111] safeeyes: rebuild for Python 3.9, drop noarch --- srcpkgs/safeeyes/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template index c237bc503d8..223c0bd44a7 100644 --- a/srcpkgs/safeeyes/template +++ b/srcpkgs/safeeyes/template @@ -1,8 +1,7 @@ # Template file for 'safeeyes' pkgname=safeeyes version=2.0.9 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="safeeyes" hostmakedepends="python3-setuptools" From 74e6ec73cc03209e0eab8b49496a5cd9668cbb79 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:43 -0400 Subject: [PATCH 0365/1111] salt: rebuild for Python 3.9, drop noarch --- srcpkgs/salt/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/salt/template b/srcpkgs/salt/template index 80525f92686..f32b4e29e8d 100644 --- a/srcpkgs/salt/template +++ b/srcpkgs/salt/template @@ -1,8 +1,7 @@ # Template file for 'salt' pkgname=salt version=3001.1 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-yaml python3-Jinja2 python3-requests python3-pyzmq From aaa90837f813e3cf6ce5fb32140d45bf6d631e2a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:44 -0400 Subject: [PATCH 0366/1111] scapy: rebuild for Python 3.9, drop noarch --- srcpkgs/scapy/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template index 36972bfd461..b2924e1a171 100644 --- a/srcpkgs/scapy/template +++ b/srcpkgs/scapy/template @@ -1,8 +1,7 @@ # Template file for 'scapy' pkgname=scapy version=2.4.3 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="scapy" hostmakedepends="python3-setuptools" From aada1909e876adcab41a949ed7456aaa59b38f16 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:44 -0400 Subject: [PATCH 0367/1111] screenplain: rebuild for Python 3.9, drop noarch --- srcpkgs/screenplain/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template index e3ce1bc7ff2..9cf49d0b011 100644 --- a/srcpkgs/screenplain/template +++ b/srcpkgs/screenplain/template @@ -1,8 +1,7 @@ # Template file for 'screenplain' pkgname=screenplain version=0.9.0 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-reportlab" From efd3e66d27efe8ae4747dd4c23caa0a9f7e7a23e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:44 -0400 Subject: [PATCH 0368/1111] seafile-libclient: rebuild for Python 3.9, drop noarch --- srcpkgs/seafile-libclient/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template index 4db42506d81..351091344d0 100644 --- a/srcpkgs/seafile-libclient/template +++ b/srcpkgs/seafile-libclient/template @@ -2,7 +2,7 @@ # WARNING: upstream sometimes retag source. Wait for official announcement pkgname=seafile-libclient version=7.0.9 -revision=1 +revision=2 _distname="${pkgname/-libclient/}" wrksrc="${_distname}-${version}" build_style=gnu-configure @@ -39,7 +39,6 @@ seafile-libclient-devel_package() { seafile-libclient-python3_package() { short_desc="Cloud storage system - Python3 bindings" depends="libsearpc-python3" - archs=noarch pkg_install() { vmove usr/lib/python3* } @@ -49,7 +48,6 @@ seafile-cli_package() { short_desc="Cloud storage system - client CLI" depends="seafile-libclient-python3 ${sourcepkg}>=${version}_${revision}" python_version=3 - archs=noarch pkg_install() { vmove usr/bin/seaf-cli vmove usr/share/man/man1/seaf-cli.1 From bcb0df4748463e242e3c4232e4710aa6f22cce9b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:44 -0400 Subject: [PATCH 0369/1111] setconf: rebuild for Python 3.9, drop noarch --- srcpkgs/setconf/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template index 8191947a20b..7798af93dd4 100644 --- a/srcpkgs/setconf/template +++ b/srcpkgs/setconf/template @@ -1,8 +1,7 @@ # Template file for 'setconf' pkgname=setconf version=0.7.7 -revision=1 -archs=noarch +revision=2 build_style=python3-module pycompile_module="setconf.py" hostmakedepends="python3-setuptools" @@ -27,7 +26,6 @@ post_install() { } python3-setconf_package() { - archs=noarch build_style=meta short_desc+=" - transitional dummy package" depends="setconf" From 99f343d88e925dc3cf9e4054d8a91b747a8a0b8b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:44 -0400 Subject: [PATCH 0370/1111] shiboken2: rebuild for Python 3.9, drop noarch --- srcpkgs/shiboken2/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template index 4cd7da661b0..20ea5aae7e2 100644 --- a/srcpkgs/shiboken2/template +++ b/srcpkgs/shiboken2/template @@ -1,7 +1,7 @@ # Template file for 'shiboken2' pkgname=shiboken2 version=5.15.0 -revision=1 +revision=2 _pkgname="pyside-setup-opensource-src-${version}" wrksrc="${_pkgname/%5.14.2.1/5.14.2}" build_wrksrc="sources/shiboken2" @@ -55,12 +55,10 @@ python3-shiboken_package() { short_desc="Python3 shiboken2 bindings - tranditional dummy pkg" depends="python3-shiboken2-${version}_${revision}" build_style=meta - archs=noarch } libshiboken-python3_package() { short_desc="Python3 shiboken2 bindings - tranditional dummy pkg" depends="python3-shiboken2-${version}_${revision}" build_style=meta - archs=noarch } From bafa7fa5e67080269567bb96044fa18965515e19 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:45 -0400 Subject: [PATCH 0371/1111] sonata: rebuild for Python 3.9, drop noarch --- srcpkgs/sonata/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template index 3a88e08a988..f4456abd175 100644 --- a/srcpkgs/sonata/template +++ b/srcpkgs/sonata/template @@ -1,8 +1,7 @@ # Template file for 'sonata' pkgname=sonata version=1.7b1 -revision=3 -archs=noarch +revision=4 build_style=python3-module hostmakedepends="gettext python3-setuptools" depends="python3-mpd2 python3-gobject gtk+3 ${hostmakedepends}" From dc5da5be3d770f06009795be5a355967d2b8ad69 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:45 -0400 Subject: [PATCH 0372/1111] speedtest-cli: rebuild for Python 3.9, drop noarch --- srcpkgs/speedtest-cli/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template index c65d9fd631d..f797d366680 100644 --- a/srcpkgs/speedtest-cli/template +++ b/srcpkgs/speedtest-cli/template @@ -1,8 +1,7 @@ # Template file for 'speedtest-cli' pkgname=speedtest-cli version=2.1.2 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="speedtest.py" hostmakedepends="python3-setuptools" From 8b89085be4fa90a5b4b1a34b00930aa94559c2ea Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:45 -0400 Subject: [PATCH 0373/1111] sshuttle: rebuild for Python 3.9, drop noarch --- srcpkgs/sshuttle/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template index c642a07cd37..b7e8505d4fa 100644 --- a/srcpkgs/sshuttle/template +++ b/srcpkgs/sshuttle/template @@ -1,8 +1,7 @@ # Template file for 'sshuttle' pkgname=sshuttle version=1.0.4 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx" depends="python3-setuptools iptables" From 74abb9edb2b7040682b5c663ae589edc89b84cc3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:45 -0400 Subject: [PATCH 0374/1111] stcgal: rebuild for Python 3.9, drop noarch --- srcpkgs/stcgal/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template index d75e88837cc..df13d3b770f 100644 --- a/srcpkgs/stcgal/template +++ b/srcpkgs/stcgal/template @@ -1,8 +1,7 @@ # Template file for 'stcgal' pkgname=stcgal version=1.6 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="stcgal" hostmakedepends="python3-setuptools" From 1f8cf4a4b69b5c73229e9acb35c263c7b0997354 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:45 -0400 Subject: [PATCH 0375/1111] stig: rebuild for Python 3.9, drop noarch --- srcpkgs/stig/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template index abe5f3b563c..ee52d60d001 100644 --- a/srcpkgs/stig/template +++ b/srcpkgs/stig/template @@ -1,8 +1,7 @@ # Template file for 'stig' pkgname=stig version=0.10.1a -revision=2 -archs=noarch +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" From 49afd01fb1f47be66645bce65e599dc5bdc46a1d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:45 -0400 Subject: [PATCH 0376/1111] system-config-printer: rebuild for Python 3.9, drop noarch --- srcpkgs/system-config-printer/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template index c9fd88c7344..003b333b1ef 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.11 -revision=6 +revision=7 build_style=gnu-configure configure_args="--with-udev-rules" make_build_args="udevhelperdir=/usr/lib/udev" @@ -20,7 +20,6 @@ distfiles="${homepage}/releases/download/${version}/system-config-printer-${vers checksum=ab4a4553f536487bf2be1143529749ed9926edd84bd97c2b42666a7111d60b7f python3-cupshelpers_package() { - archs=noarch depends="python3-cups python3-dbus python3-requests" short_desc="Python utility modules around the CUPS printing system" pycompile_module="cupshelpers" From d10addb33ba5358ef45197d08783372a1bc9b8c2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:46 -0400 Subject: [PATCH 0377/1111] tekaim: rebuild for Python 3.9, drop noarch --- srcpkgs/tekaim/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template index bd60dcc57a6..90f03cafaf7 100644 --- a/srcpkgs/tekaim/template +++ b/srcpkgs/tekaim/template @@ -1,8 +1,7 @@ # Template file for 'tekaim' pkgname=tekaim version=1.6.0 -revision=2 -archs=noarch +revision=3 build_style=python3-module hostmakedepends="python3" depends="curl maim python3 xclip" From ed08aa182f49ec9967802b55bc91fb26779d9f01 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:46 -0400 Subject: [PATCH 0378/1111] termdown: rebuild for Python 3.9, drop noarch --- srcpkgs/termdown/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template index d9efe27f2db..7e136c34608 100644 --- a/srcpkgs/termdown/template +++ b/srcpkgs/termdown/template @@ -1,8 +1,7 @@ # Template file for 'termdown' pkgname=termdown version=1.17.0 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-dateutil python3-click python3-pyfiglet" From 4cf7ad9ca754daf778dd0be6e276dee5aa890ac8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:46 -0400 Subject: [PATCH 0379/1111] terminal_markdown_viewer: rebuild for Python 3.9, drop noarch --- srcpkgs/terminal_markdown_viewer/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template index ba3fcfdc8d6..b13f8ac93fb 100644 --- a/srcpkgs/terminal_markdown_viewer/template +++ b/srcpkgs/terminal_markdown_viewer/template @@ -1,8 +1,7 @@ # Template file for 'terminal_markdown_viewer' pkgname=terminal_markdown_viewer version=1.6.3 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="mdv" hostmakedepends="python3-setuptools" From f01ddcb7b5096ad8f9c9f7dfbf16b961c095f289 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:46 -0400 Subject: [PATCH 0380/1111] terminator: rebuild for Python 3.9, drop noarch --- srcpkgs/terminator/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template index bc95ee7924b..696e3fbda49 100644 --- a/srcpkgs/terminator/template +++ b/srcpkgs/terminator/template @@ -1,8 +1,7 @@ # Template file for 'terminator' pkgname=terminator version=1.91 -revision=2 -archs=noarch +revision=3 build_style=python2-module pycompile_module="terminatorlib" hostmakedepends="intltool python" From 6dc133cd86fdf2436ada4f6c110dd51d5804addc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:46 -0400 Subject: [PATCH 0381/1111] termtosvg: rebuild for Python 3.9, drop noarch --- srcpkgs/termtosvg/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/termtosvg/template b/srcpkgs/termtosvg/template index 431d0945140..1773e20868d 100644 --- a/srcpkgs/termtosvg/template +++ b/srcpkgs/termtosvg/template @@ -1,8 +1,7 @@ # Template file for 'termtosvg' pkgname=termtosvg version=1.1.0 -revision=1 -archs="noarch" +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pyte python3-lxml python3-wcwidth" From f462e237191f2019700bc904332b9d3afb575d29 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:47 -0400 Subject: [PATCH 0382/1111] thefuck: rebuild for Python 3.9, drop noarch --- srcpkgs/thefuck/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template index 708971811d3..33617cf872c 100644 --- a/srcpkgs/thefuck/template +++ b/srcpkgs/thefuck/template @@ -1,8 +1,7 @@ # Template file for 'thefuck' pkgname=thefuck version=3.29 -revision=3 -archs=noarch +revision=4 build_style=python3-module pycompile_module="thefuck" hostmakedepends="python3-setuptools" From 24ba8138c8818c08ba2de6a160a6f02fc68032e9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:47 -0400 Subject: [PATCH 0383/1111] thinkpad-scripts: rebuild for Python 3.9, drop noarch --- srcpkgs/thinkpad-scripts/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template index 855d42492fb..8cd66a271f3 100644 --- a/srcpkgs/thinkpad-scripts/template +++ b/srcpkgs/thinkpad-scripts/template @@ -1,8 +1,7 @@ # Template file for 'thinkpad-scripts' pkgname=thinkpad-scripts version=4.12.0 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="tps" hostmakedepends="gettext python3-setuptools" From e8dc6be78eec5e6c774d280553c74fb5bb978e0a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:47 -0400 Subject: [PATCH 0384/1111] todoman: rebuild for Python 3.9, drop noarch --- srcpkgs/todoman/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template index fb7e4609e85..4eecfc758b2 100644 --- a/srcpkgs/todoman/template +++ b/srcpkgs/todoman/template @@ -1,8 +1,7 @@ # Template file for 'todoman' pkgname=todoman version=3.8.0 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-icalendar python3-urwid python3-xdg python3-parsedatetime From 674d0c4678985ff604e792ee52b3cd0294a95550 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:47 -0400 Subject: [PATCH 0385/1111] toot: rebuild for Python 3.9, drop noarch --- srcpkgs/toot/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template index e3754e566d1..08fdeba7978 100644 --- a/srcpkgs/toot/template +++ b/srcpkgs/toot/template @@ -1,8 +1,7 @@ # Template file for 'toot' pkgname=toot version=0.27.0 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-BeautifulSoup4 python3-requests python3-setuptools python3-wcwidth From 258869b39ecce1e4add754550791c1a961899797 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:47 -0400 Subject: [PATCH 0386/1111] trackma: rebuild for Python 3.9, drop noarch --- srcpkgs/trackma/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template index 32f4977ac46..bfa1215b46c 100644 --- a/srcpkgs/trackma/template +++ b/srcpkgs/trackma/template @@ -1,8 +1,7 @@ # Template file for 'trackma' pkgname=trackma version=0.8.2 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-urwid python3-gobject" From 0f54e4dec67ce4aef258a2d18d90764afbe8bd39 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:47 -0400 Subject: [PATCH 0387/1111] tryton: rebuild for Python 3.9, drop noarch --- srcpkgs/tryton/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template index cd18ec521b8..45f55261859 100644 --- a/srcpkgs/tryton/template +++ b/srcpkgs/tryton/template @@ -1,8 +1,7 @@ # Template file for 'tryton' pkgname=tryton version=5.4.2 -revision=1 -archs=noarch +revision=2 build_style=python3-module pycompile_module="tryton" hostmakedepends="python3-setuptools" From 3c03c28521ded3055ec130337b6a5e1cdd4fdaaf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:48 -0400 Subject: [PATCH 0388/1111] tuimoji: rebuild for Python 3.9, drop noarch --- srcpkgs/tuimoji/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template index 132d5a5cd3c..d011d6e76c8 100644 --- a/srcpkgs/tuimoji/template +++ b/srcpkgs/tuimoji/template @@ -1,8 +1,7 @@ # Template file for 'tuimoji' pkgname=tuimoji version=1.0.0 -revision=3 -archs=noarch +revision=4 build_style=python3-module pycompile_module="tuimoji" hostmakedepends="python3-setuptools" From df41ce21a6423db95cc2d11f446b797b9b425130 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:48 -0400 Subject: [PATCH 0389/1111] tuir: rebuild for Python 3.9, drop noarch --- srcpkgs/tuir/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template index 5d45f9f647c..63f354846e2 100644 --- a/srcpkgs/tuir/template +++ b/srcpkgs/tuir/template @@ -1,8 +1,7 @@ # Template file for 'tuir' pkgname=tuir version=1.29.0 -revision=2 -archs=noarch +revision=3 wrksrc="$pkgname-v$version" build_style=python3-module hostmakedepends="python3-setuptools" @@ -20,7 +19,6 @@ post_install() { } rtv_package() { - archs=noarch build_style=meta depends="${sourcepkg}>=${version}_${revision}" short_desc="Simple terminal viewer for Reddit (transitional dummy package)" From a17a51a5f74f56d6da2cb47e65e82fe08d434a42 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:48 -0400 Subject: [PATCH 0390/1111] tzupdate: rebuild for Python 3.9, drop noarch --- srcpkgs/tzupdate/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template index 382a653d9d4..4fd4f8649b5 100644 --- a/srcpkgs/tzupdate/template +++ b/srcpkgs/tzupdate/template @@ -1,8 +1,7 @@ # Template file for 'tzupdate' pkgname=tzupdate version=2.0.0 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-requests" From 177604203a0ee6b6126a43ac191d8503555525a1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:48 -0400 Subject: [PATCH 0391/1111] udiskie: rebuild for Python 3.9, drop noarch --- srcpkgs/udiskie/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template index 36515e7f3f7..47c25a730c1 100644 --- a/srcpkgs/udiskie/template +++ b/srcpkgs/udiskie/template @@ -1,8 +1,7 @@ # Template file for 'udiskie' pkgname=udiskie version=2.2.0 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="gettext python3-setuptools python3-gobject" depends="gtk+3 libnotify python3-docopt python3-gobject python3-keyutils From f93c7102332cccfbf60b71e5e081a35fb37f68fc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:48 -0400 Subject: [PATCH 0392/1111] ufw: rebuild for Python 3.9, drop noarch --- srcpkgs/ufw/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template index 0bf2a3a0b76..0892c610583 100644 --- a/srcpkgs/ufw/template +++ b/srcpkgs/ufw/template @@ -1,8 +1,7 @@ # Template file for 'ufw' pkgname=ufw version=0.36 -revision=3 -archs=noarch +revision=4 build_style=python3-module pycompile_module="ufw" conf_files=" From ddeffb8f987e4ca58a6a001418fb5eda40ca39fa Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:49 -0400 Subject: [PATCH 0393/1111] unknown-horizons: rebuild for Python 3.9, drop noarch --- srcpkgs/unknown-horizons/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template index 6e81970800d..56404addb86 100644 --- a/srcpkgs/unknown-horizons/template +++ b/srcpkgs/unknown-horizons/template @@ -1,8 +1,7 @@ # Template file for 'unknown-horizons' pkgname=unknown-horizons version=2019.1 -revision=3 -archs=noarch +revision=4 build_style=python3-module hostmakedepends="python3 intltool git python3-Pillow" depends="python3 fifengine python3-yaml" From efca3d1c1ffae9dbbd439967e5a7d14f8ea9a824 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:49 -0400 Subject: [PATCH 0394/1111] urlwatch: rebuild for Python 3.9, drop noarch --- srcpkgs/urlwatch/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template index 6a315992919..b03f00c3418 100644 --- a/srcpkgs/urlwatch/template +++ b/srcpkgs/urlwatch/template @@ -1,8 +1,7 @@ # Template file for 'urlwatch' pkgname=urlwatch version=2.21 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-appdirs python3-keyring python3-minidb python3-requests From dd36cfaeff9c860baeb3570ca3cf76c4b4e30271 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:49 -0400 Subject: [PATCH 0395/1111] variety: rebuild for Python 3.9, drop noarch --- srcpkgs/variety/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template index 651d1c87641..ff7fff5e288 100644 --- a/srcpkgs/variety/template +++ b/srcpkgs/variety/template @@ -1,8 +1,7 @@ # Template file for 'variety' pkgname=variety version=0.8.3 -revision=1 -archs=noarch +revision=2 build_style=python3-module pycompile_module="jumble variety variety_lib" pycompile_dirs="usr/share/variety/plugins" From 658bf71126f27f717c49f436eeb1489f83e0e39f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:49 -0400 Subject: [PATCH 0396/1111] vdirsyncer: rebuild for Python 3.9, drop noarch --- srcpkgs/vdirsyncer/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template index 13b20f5d8c0..d791cb2edd0 100644 --- a/srcpkgs/vdirsyncer/template +++ b/srcpkgs/vdirsyncer/template @@ -1,8 +1,7 @@ # Template file for 'vdirsyncer' pkgname=vdirsyncer version=0.16.8 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-atomicwrites python3-click python3-click-log From bca15cb153d634b30779670531864b2ddb8b70f1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:49 -0400 Subject: [PATCH 0397/1111] vidcutter: rebuild for Python 3.9, drop noarch --- srcpkgs/vidcutter/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template index 6ca85d4e766..7524403fda2 100644 --- a/srcpkgs/vidcutter/template +++ b/srcpkgs/vidcutter/template @@ -1,8 +1,7 @@ # Template file for 'vidcutter' pkgname=vidcutter version=6.0.0 -revision=3 -archs=noarch +revision=4 build_style=python3-module pycompile_module="vidcutter" hostmakedepends="python3-setuptools" From c37a5b995df9c38c6c2ca105af9ac2c281fd9ed8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:49 -0400 Subject: [PATCH 0398/1111] virtme: rebuild for Python 3.9, drop noarch --- srcpkgs/virtme/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template index ebf37c59c6c..3f432f493a7 100644 --- a/srcpkgs/virtme/template +++ b/srcpkgs/virtme/template @@ -1,8 +1,7 @@ # Template file for 'virtme' pkgname=virtme version=0.1.1 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="virtme" hostmakedepends="python3-setuptools" From dc0a05a2eb3f9faa99aa6e8eaeccb85d3f280b24 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:50 -0400 Subject: [PATCH 0399/1111] virtualenvwrapper: rebuild for Python 3.9, drop noarch --- srcpkgs/virtualenvwrapper/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template index 55846f10531..f007b7fec02 100644 --- a/srcpkgs/virtualenvwrapper/template +++ b/srcpkgs/virtualenvwrapper/template @@ -1,8 +1,7 @@ # Template file for 'virtualenvwrapper' pkgname=virtualenvwrapper version=4.8.4 -revision=3 -archs=noarch +revision=4 build_style=python3-module pycompile_module="virtualenvwrapper" hostmakedepends="python3-setuptools python3-pbr" From 4bb5594cef45049708b93f4d108c1c8010c27a4c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:50 -0400 Subject: [PATCH 0400/1111] visidata: rebuild for Python 3.9, drop noarch --- srcpkgs/visidata/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template index c5c3ae7c82e..e567d156353 100644 --- a/srcpkgs/visidata/template +++ b/srcpkgs/visidata/template @@ -1,8 +1,7 @@ # Template file for 'visidata' pkgname=visidata version=1.5.2 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="visidata" hostmakedepends="python3-setuptools" From be1a40c3802363ebf55c30173266f9bf16355961 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:50 -0400 Subject: [PATCH 0401/1111] voltron: rebuild for Python 3.9, drop noarch --- srcpkgs/voltron/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template index 23731b3e01d..310e41474fb 100644 --- a/srcpkgs/voltron/template +++ b/srcpkgs/voltron/template @@ -1,8 +1,7 @@ # Template file for 'voltron' pkgname=voltron version=0.1.7 -revision=4 -archs=noarch +revision=5 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-blessed python3-Flask python3-Pygments python3-pysigset From b206a24736b3c4e99dd30acd4ac28e257f83caca Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:50 -0400 Subject: [PATCH 0402/1111] weather: rebuild for Python 3.9, drop noarch --- srcpkgs/weather/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template index b12f1578b92..e56980adc5b 100644 --- a/srcpkgs/weather/template +++ b/srcpkgs/weather/template @@ -1,8 +1,7 @@ # Template file for 'weather' pkgname=weather version=2.4.1 -revision=1 -archs=noarch +revision=2 depends="python3" conf_files="/etc/weatherrc" short_desc="CLI utility for current (METAR) weather conditions and forecasts" From baf9a8c69259f65577866c398cb0e90fdc6ab45f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:50 -0400 Subject: [PATCH 0403/1111] wfuzz: rebuild for Python 3.9, drop noarch --- srcpkgs/wfuzz/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template index 1adef51b0b5..c0e9c174dfb 100644 --- a/srcpkgs/wfuzz/template +++ b/srcpkgs/wfuzz/template @@ -1,8 +1,7 @@ # Template file for 'wfuzz' pkgname=wfuzz version=3.0.1 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-chardet python3-curl python3-future python3-lxml python3-parse From ea7c2a5da95821b95bd81fd02d405d76f6a4f920 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:51 -0400 Subject: [PATCH 0404/1111] wpgtk: rebuild for Python 3.9, drop noarch --- srcpkgs/wpgtk/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template index 4692074cd04..a851b76ff27 100644 --- a/srcpkgs/wpgtk/template +++ b/srcpkgs/wpgtk/template @@ -1,8 +1,7 @@ # Template file for 'wpgtk' pkgname=wpgtk version=6.1.3 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-gobject python3-Pillow pywal libxslt" From 6e46400934a3f7ac85550c98a1c476a283f5f2cb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:51 -0400 Subject: [PATCH 0405/1111] wpull: rebuild for Python 3.9, drop noarch --- srcpkgs/wpull/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template index 621e1c85428..ad1ce72103f 100644 --- a/srcpkgs/wpull/template +++ b/srcpkgs/wpull/template @@ -1,8 +1,7 @@ # Template file for 'wpull' pkgname=wpull version=2.0.3 -revision=2 -archs=noarch +revision=3 build_style=python3-module pycompile_module="wpull" hostmakedepends="python3-setuptools" From 33edd434a9aa028004c3e8f9db29aeb700d4a429 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:51 -0400 Subject: [PATCH 0406/1111] xcb-proto: rebuild for Python 3.9, drop noarch --- srcpkgs/xcb-proto/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template index afc0d260a23..7301e58b1b2 100644 --- a/srcpkgs/xcb-proto/template +++ b/srcpkgs/xcb-proto/template @@ -1,8 +1,7 @@ # Template file for 'xcb-proto' pkgname=xcb-proto version=1.14 -revision=1 -archs=noarch +revision=2 build_style=gnu-configure hostmakedepends="python3" makedepends="libxml2" From 3dd01396f74261998f5946bbff2185f1f7b4da51 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:51 -0400 Subject: [PATCH 0407/1111] xdot: rebuild for Python 3.9, drop noarch --- srcpkgs/xdot/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template index 85b33af2222..2b4e20c77ef 100644 --- a/srcpkgs/xdot/template +++ b/srcpkgs/xdot/template @@ -1,8 +1,7 @@ # Template file for 'xdot' pkgname=xdot version=1.1 -revision=3 -archs=noarch +revision=4 wrksrc="xdot.py-${version}" build_style=python3-module pycompile_module="xdot" From 4f21441a3b7065ad7dde696e0533c195a7fc9672 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:51 -0400 Subject: [PATCH 0408/1111] xkcdpass: rebuild for Python 3.9, drop noarch --- srcpkgs/xkcdpass/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template index 37fb6872079..53f85c213d1 100644 --- a/srcpkgs/xkcdpass/template +++ b/srcpkgs/xkcdpass/template @@ -1,8 +1,7 @@ # Template file for 'xkcdpass' pkgname=xkcdpass version=1.17.3 -revision=2 -archs=noarch +revision=3 wrksrc="XKCD-password-generator-xkcdpass-${version}" build_style=python3-module pycompile_module="xkcdpass" From 7aa7d572ecbf5227511bc04d762d5ff45340b67d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:52 -0400 Subject: [PATCH 0409/1111] you-get: rebuild for Python 3.9, drop noarch --- srcpkgs/you-get/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/you-get/template b/srcpkgs/you-get/template index b0bf348d351..fb573201ebb 100644 --- a/srcpkgs/you-get/template +++ b/srcpkgs/you-get/template @@ -1,8 +1,7 @@ # Template file for 'you-get' pkgname=you-get version=0.4.1456 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pysocks python3-setuptools" From a47f2347d6eb4e558acbdab8b0cf73b35795d494 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:52 -0400 Subject: [PATCH 0410/1111] ytcc: rebuild for Python 3.9, drop noarch --- srcpkgs/ytcc/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template index bef3366f910..4e6979b3e2f 100644 --- a/srcpkgs/ytcc/template +++ b/srcpkgs/ytcc/template @@ -1,8 +1,7 @@ # Template file for 'ytcc' pkgname=ytcc version=1.8.2 -revision=3 -archs=noarch +revision=4 build_style=python3-module hostmakedepends="gettext python3-setuptools" depends="python3-SQLAlchemy python3-feedparser python3-lxml python3-youtube-dl From cbaafdc38aebef3096025663506c2d2a70a942c7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:52 -0400 Subject: [PATCH 0411/1111] ytmdl: rebuild for Python 3.9, drop noarch --- srcpkgs/ytmdl/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template index 7952b5662cd..8a53de5f5a2 100644 --- a/srcpkgs/ytmdl/template +++ b/srcpkgs/ytmdl/template @@ -1,8 +1,7 @@ # Template file for 'ytmdl' pkgname=ytmdl version=2020.07.26 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama From 2e16278f31ba97cdfc2091133f089e00887e6656 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:52 -0400 Subject: [PATCH 0412/1111] yturl: rebuild for Python 3.9, drop noarch --- srcpkgs/yturl/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template index bc9e6e418c2..138684c8831 100644 --- a/srcpkgs/yturl/template +++ b/srcpkgs/yturl/template @@ -1,8 +1,7 @@ # Template file for 'yturl' pkgname=yturl version=2.0.2 -revision=4 -archs=noarch +revision=5 build_style=python3-module hostmakedepends="python3-setuptools texinfo" depends="python3-setuptools python3-requests python3-six" From d54450856d4415dc34a157af64a2735418f6e70f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:50:52 -0400 Subject: [PATCH 0413/1111] zim: rebuild for Python 3.9, drop noarch --- srcpkgs/zim/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template index 7ee098a3c3a..62ed7762b72 100644 --- a/srcpkgs/zim/template +++ b/srcpkgs/zim/template @@ -1,8 +1,7 @@ # Template file for 'zim' pkgname=zim version=0.73.2 -revision=1 -archs=noarch +revision=2 build_style=python3-module hostmakedepends="python3-gobject python3-xdg gtk+3" depends="python3-gobject python3-xdg gtk+3 desktop-file-utils" From 5100679bba6bb0a936b7fa7b4770e1101ea9b795 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:53 -0400 Subject: [PATCH 0414/1111] DarkRadiant: rebuild for Python 3.9 --- srcpkgs/DarkRadiant/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/DarkRadiant/template b/srcpkgs/DarkRadiant/template index fdc430cdf52..08a9d0ac14a 100644 --- a/srcpkgs/DarkRadiant/template +++ b/srcpkgs/DarkRadiant/template @@ -1,7 +1,7 @@ # Template file for 'DarkRadiant' pkgname=DarkRadiant version=2.8.0 -revision=2 +revision=3 build_style=gnu-configure configure_args="--enable-darkmod-plugins --with-wx-config=wx-config-gtk3 PYTHON_CONFIG=python3-config pc_cv_python_req_version_3_8_0=yes" From 182327373167f2187ce1c5a00d0e313fa036ca02 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:53 -0400 Subject: [PATCH 0415/1111] Electron-Cash: rebuild for Python 3.9 --- 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 a498b199a61..bf70e635703 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.1.1 -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 cf1cbd68135c454f5da275c821284085b12f75ff Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:53 -0400 Subject: [PATCH 0416/1111] Komikku: rebuild for Python 3.9 --- srcpkgs/Komikku/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/Komikku/template b/srcpkgs/Komikku/template index c159eddf088..8420164111f 100644 --- a/srcpkgs/Komikku/template +++ b/srcpkgs/Komikku/template @@ -1,7 +1,7 @@ # Template file for 'Komikku' pkgname=Komikku version=0.21.1 -revision=1 +revision=2 wrksrc=Komikku-v${version} build_style=meson hostmakedepends="gettext glib-devel gobject-introspection pkg-config" From 65f905b60792100e22ffc5a6a21f2cf6879e00f6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:54 -0400 Subject: [PATCH 0417/1111] OpenLP: rebuild for Python 3.9 --- srcpkgs/OpenLP/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template index 22122ef8a99..0bf83bb6b6d 100644 --- a/srcpkgs/OpenLP/template +++ b/srcpkgs/OpenLP/template @@ -1,7 +1,7 @@ # Template file for 'OpenLP' pkgname=OpenLP version=2.4.6 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools qt5-host-tools" depends="python3-BeautifulSoup4 python3-PyQt5-multimedia python3-PyQt5-opengl From 65388cc2840524e63b8a2adac37365c65022a897 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:54 -0400 Subject: [PATCH 0418/1111] PyInstaller: rebuild for Python 3.9 --- srcpkgs/PyInstaller/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template index 043ae64147b..487f2ac3b82 100644 --- a/srcpkgs/PyInstaller/template +++ b/srcpkgs/PyInstaller/template @@ -1,7 +1,7 @@ # Template file for 'PyInstaller' pkgname=PyInstaller version=4.0 -revision=1 +revision=2 wrksrc="pyinstaller-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1ccf3e7d60ce5d7cac59afa24809561595ce5bcd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:54 -0400 Subject: [PATCH 0419/1111] ReText: rebuild for Python 3.9 --- srcpkgs/ReText/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template index 68f03fc5a60..99c00396217 100644 --- a/srcpkgs/ReText/template +++ b/srcpkgs/ReText/template @@ -1,7 +1,7 @@ # Template file for 'ReText' pkgname=ReText version=7.1.0 -revision=1 +revision=2 wrksrc="${pkgname,,}-${version}" build_style=python3-module hostmakedepends="ImageMagick python3 qt5-host-tools qt5-tools python3-setuptools" From cab04f244656637284633475c09f4acfaf2b4af4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:54 -0400 Subject: [PATCH 0420/1111] SoapySDR: rebuild for Python 3.9 --- srcpkgs/SoapySDR/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template index 060259d2708..a380dfb5845 100644 --- a/srcpkgs/SoapySDR/template +++ b/srcpkgs/SoapySDR/template @@ -1,7 +1,7 @@ # Template file for 'SoapySDR' pkgname=SoapySDR version=0.7.2 -revision=1 +revision=2 wrksrc="${pkgname}-soapy-sdr-${version}" build_style=cmake hostmakedepends="doxygen swig" From 583783f37d714f2c78842654020cdf97d65d99f2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:54 -0400 Subject: [PATCH 0421/1111] Trimage: rebuild for Python 3.9 --- srcpkgs/Trimage/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template index c9f4b047ccd..5c97aec1862 100644 --- a/srcpkgs/Trimage/template +++ b/srcpkgs/Trimage/template @@ -1,7 +1,7 @@ # Template file for 'Trimage' pkgname=Trimage version=1.0.6 -revision=2 +revision=3 wrksrc="Trimage-${version}" build_style=python3-module hostmakedepends="python3" From 3b471994c919a46a86d88c6e7e16cd38977303da Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:54 -0400 Subject: [PATCH 0422/1111] Uranium: rebuild for Python 3.9 --- srcpkgs/Uranium/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template index 7c4e324d489..35a15a395aa 100644 --- a/srcpkgs/Uranium/template +++ b/srcpkgs/Uranium/template @@ -1,7 +1,7 @@ # Template file for 'Uranium' pkgname=Uranium version=4.7.1 -revision=1 +revision=2 build_style=cmake pycompile_dirs="usr/lib/uranium/plugins" hostmakedepends="python3" From 91bb00fcbb0a5fe899cb178474300e2d3d7030af Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:54 -0400 Subject: [PATCH 0423/1111] afew: rebuild for Python 3.9 --- srcpkgs/afew/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template index 8dac250a155..e89ee064a6c 100644 --- a/srcpkgs/afew/template +++ b/srcpkgs/afew/template @@ -1,7 +1,7 @@ # Template file for 'afew' pkgname=afew version=3.0.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx pkg-config" depends="notmuch-python3 python3-dkimpy python3-chardet notmuch" From a87ed9fb00deaf424d165ba89f4551891b61cb41 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:54 -0400 Subject: [PATCH 0424/1111] albert: rebuild for Python 3.9 --- srcpkgs/albert/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/albert/template b/srcpkgs/albert/template index 0fea8c8b7a1..b08a0320f4f 100644 --- a/srcpkgs/albert/template +++ b/srcpkgs/albert/template @@ -1,7 +1,7 @@ # Template file for 'albert' pkgname=albert version=0.16.1 -revision=2 +revision=3 _plugins_hash=029bd8ccb58c4452bd82ab42be8739f1639e42d4 _pybind_version=2.2.4 build_style=cmake From c70b2623a92a2b16acd5578dc6ecf8541eaa2e99 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:55 -0400 Subject: [PATCH 0425/1111] alot: rebuild for Python 3.9 --- srcpkgs/alot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template index 04f2b8fa619..4d590485452 100644 --- a/srcpkgs/alot/template +++ b/srcpkgs/alot/template @@ -1,7 +1,7 @@ # Template file for 'alot' pkgname=alot version=0.9.1 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx" depends="python3-setuptools python3-Twisted notmuch-python3 python3-configobj From f9f955610d1accb3c9c39f6eeca595b0bc6ee589 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:55 -0400 Subject: [PATCH 0426/1111] apostrophe: rebuild for Python 3.9 --- srcpkgs/apostrophe/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/apostrophe/template b/srcpkgs/apostrophe/template index 6fce53d37e0..97ceb5d8992 100644 --- a/srcpkgs/apostrophe/template +++ b/srcpkgs/apostrophe/template @@ -1,7 +1,7 @@ # Template file for 'apostrophe' pkgname=apostrophe version=2.2.0.3 -revision=1 +revision=2 wrksrc=apostrophe-v$version build_style=meson build_helper=gir From ae31ec69be6379f560e52960717fd2e662131ad6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:55 -0400 Subject: [PATCH 0427/1111] attic: rebuild for Python 3.9 --- srcpkgs/attic/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template index ebf921ea035..187109a2a23 100644 --- a/srcpkgs/attic/template +++ b/srcpkgs/attic/template @@ -1,7 +1,7 @@ # Template file for 'attic' pkgname=attic version=0.16 -revision=18 +revision=19 wrksrc="Attic-$version" build_style=python3-module pycompile_module="attic" From fabedfa2ed0e216a309d61443a2fcaa820f4266d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:55 -0400 Subject: [PATCH 0428/1111] autopep8: rebuild for Python 3.9 --- srcpkgs/autopep8/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/autopep8/template b/srcpkgs/autopep8/template index 372634d5c1a..cf584e77be0 100644 --- a/srcpkgs/autopep8/template +++ b/srcpkgs/autopep8/template @@ -1,7 +1,7 @@ # Template file for 'autopep8' pkgname=autopep8 version=1.5.4 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pycodestyle python3-toml" From 64e0bd2502abfb0a351bfa4d3f879896280bb305 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:55 -0400 Subject: [PATCH 0429/1111] awsume: rebuild for Python 3.9 --- srcpkgs/awsume/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template index 40a6624a206..3c216c098b5 100644 --- a/srcpkgs/awsume/template +++ b/srcpkgs/awsume/template @@ -1,7 +1,7 @@ # Template file for 'awsume' pkgname=awsume version=4.4.1 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3 python3-setuptools" makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage From 21cad0eafafc0e0bb02cfc069ccd831cfb14ddce Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:55 -0400 Subject: [PATCH 0430/1111] backblaze-b2: rebuild for Python 3.9 --- 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 83d3b82b539..d613b0297fa 100644 --- a/srcpkgs/backblaze-b2/template +++ b/srcpkgs/backblaze-b2/template @@ -1,7 +1,7 @@ # Template file for 'backblaze-b2' pkgname=backblaze-b2 version=1.4.2 -revision=4 +revision=5 wrksrc="b2-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b121fed498cdd8bce8654dde6c5824b40c7e9cd8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:55 -0400 Subject: [PATCH 0431/1111] bcc: rebuild for Python 3.9 --- srcpkgs/bcc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template index 91cfa139dd9..1d35a9ed17d 100644 --- a/srcpkgs/bcc/template +++ b/srcpkgs/bcc/template @@ -1,7 +1,7 @@ # Template file for 'bcc' pkgname=bcc version=0.16.0 -revision=1 +revision=2 wrksrc="bcc" build_style=cmake configure_args="-DREVISION=${version}" From 7850a4a780bee63e8fa3c2c518daae08ae051e7a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:55 -0400 Subject: [PATCH 0432/1111] beancount: rebuild for Python 3.9 --- srcpkgs/beancount/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template index 37104579030..ab1aacd4f71 100644 --- a/srcpkgs/beancount/template +++ b/srcpkgs/beancount/template @@ -1,7 +1,7 @@ # Template file for 'beancount' pkgname=beancount version=2.3.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel" From 8770d28451a0133a6276570ab404004842f6e8d1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:56 -0400 Subject: [PATCH 0433/1111] blender: rebuild for Python 3.9 --- srcpkgs/blender/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template index 559a5311288..731f4af9f68 100644 --- a/srcpkgs/blender/template +++ b/srcpkgs/blender/template @@ -1,7 +1,7 @@ # Template file for 'blender' pkgname=blender version=2.83.6 -revision=2 +revision=3 archs="x86_64* i686* ppc64*" build_style="cmake" pycompile_dirs="/usr/share/blender/${version%.*}/scripts" From 870aa1b2f93ed79f21d3eb3d1afdc9c4909e4eb4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:56 -0400 Subject: [PATCH 0434/1111] blueman: rebuild for Python 3.9 --- srcpkgs/blueman/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template index 852fbf37d5b..bf9519b6833 100644 --- a/srcpkgs/blueman/template +++ b/srcpkgs/blueman/template @@ -1,7 +1,7 @@ # Template file for 'blueman' pkgname=blueman version=2.1.3 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="intltool iproute2 pkg-config python3-Cython" From 2c3325b5768641fd0b64139090fb0229b2d3ddac Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:56 -0400 Subject: [PATCH 0435/1111] borg: rebuild for Python 3.9 --- srcpkgs/borg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template index 0ede63598e1..de4d757e342 100644 --- a/srcpkgs/borg/template +++ b/srcpkgs/borg/template @@ -1,7 +1,7 @@ # Template file for 'borg' pkgname=borg version=1.1.13 -revision=2 +revision=3 wrksrc="borgbackup-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-devel libressl-devel" From b4aa1f4341e950e51c62b117f3eb82e5aaadccca Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:56 -0400 Subject: [PATCH 0436/1111] brltty: rebuild for Python 3.9 --- srcpkgs/brltty/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template index 484b98efaf7..f507ca3d162 100644 --- a/srcpkgs/brltty/template +++ b/srcpkgs/brltty/template @@ -1,7 +1,7 @@ # Template file for 'brltty' pkgname=brltty version=6.0 -revision=5 +revision=6 build_style=gnu-configure configure_args="--enable-gpm --with-screen-driver=lx,sc --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3" From 0aabbf1da288beea4dd7ac698de010526b935db4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:56 -0400 Subject: [PATCH 0437/1111] bumblebee-status: rebuild for Python 3.9 --- 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 c31b9d8370c..38e784a52ed 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.0.5 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-netifaces python3-psutil python3-requests" From 6e6f146197ac445cfd63d59684b63fa72e4f75b5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:56 -0400 Subject: [PATCH 0438/1111] cairo-dock-plugins: rebuild for Python 3.9 --- 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 00dcb011bee..6f28bf559a6 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=12 +revision=13 build_style=cmake hostmakedepends="gettext pkg-config" # XXX libetpan, libdbusmenu, etc From 9c9169fcd6be1df41884216aa41d65cf046bad1d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:56 -0400 Subject: [PATCH 0439/1111] calibre: rebuild for Python 3.9 --- srcpkgs/calibre/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template index 444e7c2b7f6..9c904e9e5a4 100644 --- a/srcpkgs/calibre/template +++ b/srcpkgs/calibre/template @@ -1,7 +1,7 @@ # Template file for 'calibre' pkgname=calibre version=5.0.1 -revision=1 +revision=2 build_style=python3-module pycompile_dirs="/usr/lib/calibre/" hostmakedepends="pkg-config python3-BeautifulSoup4 python3-Pillow python3-PyQt5-svg From b87388c68b702dc6a57ca3843241f62e99f288e7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:56 -0400 Subject: [PATCH 0440/1111] canto-curses: rebuild for Python 3.9 --- 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 4270d61c2e0..841369c23e8 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=5 +revision=6 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel ncurses-devel readline-devel" From 473f1fbba8387b6ceccf446e64ba8f7e4c8eaef1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:57 -0400 Subject: [PATCH 0441/1111] capstone: rebuild for Python 3.9 --- srcpkgs/capstone/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template index 7d9c46e1921..aebd3621f97 100644 --- a/srcpkgs/capstone/template +++ b/srcpkgs/capstone/template @@ -1,7 +1,7 @@ # Template file for 'capstone' pkgname=capstone version=4.0.2 -revision=1 +revision=2 build_style=gnu-makefile make_use_env=1 hostmakedepends="python-setuptools python3-setuptools" From f805dee0b8417408592c299810e5a41517909c0f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:57 -0400 Subject: [PATCH 0442/1111] caribou: rebuild for Python 3.9 --- srcpkgs/caribou/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/caribou/template b/srcpkgs/caribou/template index a9aa87cf23e..80e813eb161 100644 --- a/srcpkgs/caribou/template +++ b/srcpkgs/caribou/template @@ -1,7 +1,7 @@ # Template file for 'caribou' pkgname=caribou version=0.4.21 -revision=3 +revision=4 build_style=gnu-configure build_helper="gir" configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module From 5f5e3a125655fabe477d06483b5ac57e4c46ad38 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:57 -0400 Subject: [PATCH 0443/1111] certbot: rebuild for Python 3.9 --- srcpkgs/certbot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/certbot/template b/srcpkgs/certbot/template index 57f05ab66eb..894b4641b9a 100644 --- a/srcpkgs/certbot/template +++ b/srcpkgs/certbot/template @@ -1,7 +1,7 @@ # Template file for 'certbot' pkgname=certbot version=1.8.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-acme python3-ConfigArgParse python3-configobj From df9c57a9d0d9cac8651e6d74c002a9e4a1102b7e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:57 -0400 Subject: [PATCH 0444/1111] clearine: rebuild for Python 3.9 --- srcpkgs/clearine/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template index 539d494b79b..3fad7126c70 100644 --- a/srcpkgs/clearine/template +++ b/srcpkgs/clearine/template @@ -1,7 +1,7 @@ # Template file for 'clearine' pkgname=clearine version=0.7 -revision=2 +revision=3 build_style=python3-module pycompile_module="Clearine" hostmakedepends="python3-setuptools" From 50a83f855d82848d9081e9072dbfda1b45f82b8b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:57 -0400 Subject: [PATCH 0445/1111] collectd: rebuild for Python 3.9 --- srcpkgs/collectd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/collectd/template b/srcpkgs/collectd/template index a88454aa4e8..f239ec0d838 100644 --- a/srcpkgs/collectd/template +++ b/srcpkgs/collectd/template @@ -1,7 +1,7 @@ # Template file for 'collectd' pkgname=collectd version=5.11.0 -revision=2 +revision=3 build_style=gnu-configure configure_args="$(vopt_enable rrdtool rrdtool) $(vopt_enable perl perl) $(vopt_enable notify notify_desktop) --with-libiptc --enable-virt From 213cf145940a35ce5a8b5d9791524aeec86652d8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:57 -0400 Subject: [PATCH 0446/1111] compizconfig-python: rebuild for Python 3.9 --- 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 437f1876301..f23f921c3bc 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=1 +revision=2 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel From 84b011f0005128886e956b95c9e6d9026f6e6ed3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:57 -0400 Subject: [PATCH 0447/1111] configshell-fb: rebuild for Python 3.9 --- 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 bac43c3a458..77df8c116f8 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.28 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-six python3-urwid python3-parsing" From 341a31a02f95776731ad92e940b17d4da7696744 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:58 -0400 Subject: [PATCH 0448/1111] cozy: rebuild for Python 3.9 --- srcpkgs/cozy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template index b5adfa9fb1d..e6a3bed8e53 100644 --- a/srcpkgs/cozy/template +++ b/srcpkgs/cozy/template @@ -1,7 +1,7 @@ # Template file for 'cozy' pkgname=cozy version=0.7.2 -revision=1 +revision=2 build_style=meson hostmakedepends="pkg-config glib-devel python3 python3-distro python3-peewee python3-mutagen python3-gobject-devel gettext" From 4f3aec215101686946a99450997ff3de7f31581a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:58 -0400 Subject: [PATCH 0449/1111] criu: rebuild for Python 3.9 --- srcpkgs/criu/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/criu/template b/srcpkgs/criu/template index ea520c900cc..c9f68933e75 100644 --- a/srcpkgs/criu/template +++ b/srcpkgs/criu/template @@ -1,7 +1,7 @@ # Template file for 'criu' pkgname=criu version=3.14 -revision=2 +revision=3 # 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 ca7abd71b6f33c1fff6c393898bcd234f27701a7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:58 -0400 Subject: [PATCH 0450/1111] cropgui: rebuild for Python 3.9 --- srcpkgs/cropgui/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cropgui/template b/srcpkgs/cropgui/template index dcacba5970d..8209209709a 100644 --- a/srcpkgs/cropgui/template +++ b/srcpkgs/cropgui/template @@ -1,7 +1,7 @@ # Template file for 'cropgui' pkgname=cropgui version=0.4 -revision=3 +revision=4 hostmakedepends="which python3" depends="python3 python3-Pillow python3-gobject libjpeg-turbo-tools ImageMagick exiftool" From 32ad930c68bdf0e954138b4a17fab146e52f6fa8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:58 -0400 Subject: [PATCH 0451/1111] cura: rebuild for Python 3.9 --- srcpkgs/cura/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template index dd28bcb1f41..7ebd118bd80 100644 --- a/srcpkgs/cura/template +++ b/srcpkgs/cura/template @@ -1,7 +1,7 @@ # Template file for 'cura' pkgname=cura version=4.7.1 -revision=1 +revision=2 wrksrc="Cura-${version}" build_style=cmake configure_args="-DCURA_VERSION=${version} From 23ceba4f02376e5255e42d479242231c0f98cabe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:58 -0400 Subject: [PATCH 0452/1111] diffoscope: rebuild for Python 3.9 --- srcpkgs/diffoscope/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template index b467c65af10..8467f965930 100644 --- a/srcpkgs/diffoscope/template +++ b/srcpkgs/diffoscope/template @@ -1,7 +1,7 @@ # Template file for 'diffoscope' pkgname=diffoscope version=160 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-magic python3-libarchive-c python3-setuptools From 7af583cf382e2e0da89eab330e74fb61426d0acf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:58 -0400 Subject: [PATCH 0453/1111] distcc: rebuild for Python 3.9 --- srcpkgs/distcc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template index 5d5d40a5b5f..31b4f58e84b 100644 --- a/srcpkgs/distcc/template +++ b/srcpkgs/distcc/template @@ -1,7 +1,7 @@ # Template file for 'distcc' pkgname=distcc version=3.3.3 -revision=3 +revision=4 build_style=gnu-configure configure_args="--disable-Werror --with-gtk" conf_files=" From cffdb7aa10e9a879d7c395c66596e4490da69178 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:58 -0400 Subject: [PATCH 0454/1111] docker-compose: rebuild for Python 3.9 --- 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 6e8ff769c6a..c5fcdb65a0a 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.27.4 -revision=1 +revision=2 wrksrc="compose-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 04b7b7b6c1bb51f5bd9fabf92769eb9c26f3b5bc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:58 -0400 Subject: [PATCH 0455/1111] duplicity: rebuild for Python 3.9 --- srcpkgs/duplicity/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/duplicity/template b/srcpkgs/duplicity/template index 7b4964b759f..6374ad57fbf 100644 --- a/srcpkgs/duplicity/template +++ b/srcpkgs/duplicity/template @@ -1,7 +1,7 @@ # Template file for 'duplicity' pkgname=duplicity version=0.8.11.1596 -revision=2 +revision=3 build_style=python3-module pycompile_module="duplicity" hostmakedepends="gettext python3-setuptools" From e7afdc6019c01854fd9f1694465db5c1c060eaf9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:59 -0400 Subject: [PATCH 0456/1111] eolie: rebuild for Python 3.9 --- srcpkgs/eolie/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template index 88efc5b89e3..4249e342629 100644 --- a/srcpkgs/eolie/template +++ b/srcpkgs/eolie/template @@ -1,7 +1,7 @@ # Template file for 'eolie' pkgname=eolie version=0.9.62 -revision=2 +revision=3 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe build_style=meson pycompile_module="eolie" From 2ce2eeadc1d4ad06b192e4edfb303e5c4c2488a5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:59 -0400 Subject: [PATCH 0457/1111] etesync-dav: rebuild for Python 3.9 --- 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 e2c893fe131..f0fc6cd756d 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=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF" From a4a746c98b202c650824d0fe2ed53e09bc31a16d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:59 -0400 Subject: [PATCH 0458/1111] fetchmail: rebuild for Python 3.9 --- srcpkgs/fetchmail/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fetchmail/template b/srcpkgs/fetchmail/template index 2a3bc36f99b..8a25628f47c 100644 --- a/srcpkgs/fetchmail/template +++ b/srcpkgs/fetchmail/template @@ -1,7 +1,7 @@ # Template file for 'fetchmail' pkgname=fetchmail version=6.4.12 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-ssl=${XBPS_CROSS_BASE}/usr" hostmakedepends="python3" From a0e43e649c61166bfa2d66b232bcfcda80c76d49 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:59 -0400 Subject: [PATCH 0459/1111] fifengine: rebuild for Python 3.9 --- srcpkgs/fifengine/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template index ca631983149..6a2cc79a448 100644 --- a/srcpkgs/fifengine/template +++ b/srcpkgs/fifengine/template @@ -1,7 +1,7 @@ # Template file for 'fifengine' pkgname=fifengine version=0.4.2 -revision=5 +revision=6 build_style=cmake pycompile_module="fife" hostmakedepends="swig python3" From 73326b59bc9885ac924c2d1a03375bbef99fe00a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:59 -0400 Subject: [PATCH 0460/1111] fontforge: rebuild for Python 3.9 --- srcpkgs/fontforge/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template index 30abed5c963..3e97703b4f3 100644 --- a/srcpkgs/fontforge/template +++ b/srcpkgs/fontforge/template @@ -1,7 +1,7 @@ # Template file for 'fontforge' pkgname=fontforge version=20200314 -revision=2 +revision=3 build_style=cmake hostmakedepends="automake ca-certificates gettext libltdl-devel libtool m4 pkg-config python3" From bca1e34014caa4d329d234537fb6a6f7fc058d8a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:59 -0400 Subject: [PATCH 0461/1111] fonttools: rebuild for Python 3.9 --- srcpkgs/fonttools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template index 62579f4f02c..2dd0af782ce 100644 --- a/srcpkgs/fonttools/template +++ b/srcpkgs/fonttools/template @@ -1,7 +1,7 @@ # Template file for 'fonttools' pkgname=fonttools version=4.8.1 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools" From c5fc7e71ac0f3d627bf6ee6ed4609f0abe362e1b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:59 -0400 Subject: [PATCH 0462/1111] freecad: rebuild for Python 3.9 --- srcpkgs/freecad/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template index 8a36d1a38e4..76d6df64724 100644 --- a/srcpkgs/freecad/template +++ b/srcpkgs/freecad/template @@ -1,7 +1,7 @@ # Template file for 'freecad' pkgname=freecad version=0.18.4 -revision=8 +revision=9 wrksrc="FreeCAD-${version}" build_style=cmake From 3034fdbd6813161a427dd5c239553d52bc4fe077 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:54:59 -0400 Subject: [PATCH 0463/1111] freeorion: rebuild for Python 3.9 --- srcpkgs/freeorion/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/freeorion/template b/srcpkgs/freeorion/template index e4882a739fd..37bfc09176c 100644 --- a/srcpkgs/freeorion/template +++ b/srcpkgs/freeorion/template @@ -1,7 +1,7 @@ # Template file for 'freeorion' pkgname=freeorion version=0.4.10 -revision=1 +revision=2 _release=${version}_2020-07-10.f3d403e wrksrc=src-tarball build_style=cmake From 71638eaf3741599ff430dfaa9d06f4591f9cbe96 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:00 -0400 Subject: [PATCH 0464/1111] frr: rebuild for Python 3.9 --- srcpkgs/frr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/frr/template b/srcpkgs/frr/template index 49a03c73a2b..8ee465d1b51 100644 --- a/srcpkgs/frr/template +++ b/srcpkgs/frr/template @@ -1,7 +1,7 @@ # Template file for 'frr' pkgname=frr version=7.4 -revision=1 +revision=2 wrksrc="${pkgname}-${pkgname}-${version}" build_style=gnu-configure # chroot-texinfo is not able to build frr's docs From 9c01e886b7aa8ff0b5d531a44fa71b09bdb75bc5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:00 -0400 Subject: [PATCH 0465/1111] gajim: rebuild for Python 3.9 --- srcpkgs/gajim/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template index be4c2ed48cb..0c99528981c 100644 --- a/srcpkgs/gajim/template +++ b/srcpkgs/gajim/template @@ -1,7 +1,7 @@ # Template file for 'gajim' pkgname=gajim version=1.2.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="gettext python3-setuptools" depends="python3-gobject python3-nbxmpp python3-pyasn1 python3-setuptools From 20eead9b9afe6275e3f65348cbf800f7cb929933 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:00 -0400 Subject: [PATCH 0466/1111] gajim-omemo: rebuild for Python 3.9 --- 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 09d37c5efd8..320d6c9da93 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.6.80 -revision=1 +revision=2 wrksrc="omemo" hostmakedepends="unzip" depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode" From 384e2fec93160ac49d104ef3c37f3a519e4b298b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:00 -0400 Subject: [PATCH 0467/1111] gammastep: rebuild for Python 3.9 --- srcpkgs/gammastep/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gammastep/template b/srcpkgs/gammastep/template index c6a7b1376ca..5cdfe5048eb 100644 --- a/srcpkgs/gammastep/template +++ b/srcpkgs/gammastep/template @@ -1,7 +1,7 @@ # Template file for 'gammastep' pkgname=gammastep version=2.0.2 -revision=1 +revision=2 wrksrc="${pkgname}-v$version" build_style=gnu-configure configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr From 48d456430c52e95cc52b8b1f5c7840f707922334 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:00 -0400 Subject: [PATCH 0468/1111] gdb: rebuild for Python 3.9 --- srcpkgs/gdb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index 7cbad76b062..aad3abd497e 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -1,7 +1,7 @@ # Template file for 'gdb' pkgname=gdb version=9.2 -revision=2 +revision=3 build_style=gnu-configure pycompile_dirs="/usr/share/gdb/python" configure_args="--disable-werror --disable-nls --with-system-readline From aff4dc11f618568cabeed7c6d858390bba132e02 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:00 -0400 Subject: [PATCH 0469/1111] gdown: rebuild for Python 3.9 --- srcpkgs/gdown/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gdown/template b/srcpkgs/gdown/template index 94c3593cb63..e855fef80ca 100644 --- a/srcpkgs/gdown/template +++ b/srcpkgs/gdown/template @@ -1,7 +1,7 @@ # Template file for 'gdown' pkgname=gdown version=3.12.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3 python3-setuptools" depends="python3-filelock python3-requests python3-six python3-tqdm From 9157569498001160b57553862a90db0c992a19fc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:00 -0400 Subject: [PATCH 0470/1111] gedit: rebuild for Python 3.9 --- srcpkgs/gedit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template index dc2de8b4c48..efce069ed85 100644 --- a/srcpkgs/gedit/template +++ b/srcpkgs/gedit/template @@ -1,7 +1,7 @@ # Template file for 'gedit' pkgname=gedit version=3.38.0 -revision=1 +revision=2 build_helper="gir" build_style=meson pycompile_dirs="usr/lib/gedit/plugins" From 39c849f25332370e8bf604f703505bc18d0e8e3f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:00 -0400 Subject: [PATCH 0471/1111] geis: rebuild for Python 3.9 --- srcpkgs/geis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template index 3c21b143848..e31cd8bc785 100644 --- a/srcpkgs/geis/template +++ b/srcpkgs/geis/template @@ -1,7 +1,7 @@ # Template file for 'geis' pkgname=geis version=2.2.17 -revision=6 +revision=7 hostmakedepends="pkg-config python3-devel" makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel" build_style="gnu-configure" From 0156bf8f9288b058b01d19eb7de395e7ffaa1180 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:01 -0400 Subject: [PATCH 0472/1111] gitg: rebuild for Python 3.9 --- srcpkgs/gitg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template index 0e6fffaac53..fc7903de777 100644 --- a/srcpkgs/gitg/template +++ b/srcpkgs/gitg/template @@ -1,7 +1,7 @@ # Template file for 'gitg' pkgname=gitg version=3.32.1 -revision=3 +revision=4 build_style=meson build_helper="qemu" hostmakedepends="intltool gettext glib-devel gobject-introspection pkg-config vala" From 33c46c8bc85f25dad14a01ffaf7d0558505425c2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:01 -0400 Subject: [PATCH 0473/1111] glade3: rebuild for Python 3.9 --- srcpkgs/glade3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/glade3/template b/srcpkgs/glade3/template index d3d8e0d5dcf..3c95b39646f 100644 --- a/srcpkgs/glade3/template +++ b/srcpkgs/glade3/template @@ -1,7 +1,7 @@ # Template file for 'glade3' pkgname=glade3 version=3.38.0 -revision=1 +revision=2 wrksrc="glade-${version}" build_style=meson build_helper="gir" From 718e82cbb941438dfc909e11a61219a317a05b05 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:01 -0400 Subject: [PATCH 0474/1111] glusterfs: rebuild for Python 3.9 --- srcpkgs/glusterfs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template index 1690b13bebf..06f1939d12a 100644 --- a/srcpkgs/glusterfs/template +++ b/srcpkgs/glusterfs/template @@ -1,7 +1,7 @@ # Template file for 'glusterfs' pkgname=glusterfs version=7.7 -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 ca35bd9f40ab32e6a2e5911977d20e2777f7085e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:01 -0400 Subject: [PATCH 0475/1111] gnome-authenticator: rebuild for Python 3.9 --- 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 d9bea508028..e1bd1ee9e44 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=2 +revision=3 wrksrc="Authenticator-${version}" build_style=meson build_helper="gir" From 0a6920bef02b78dd13488ab8bbb7685e4e12536c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:01 -0400 Subject: [PATCH 0476/1111] gnome-builder: rebuild for Python 3.9 --- 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 ad2d4b6d03a..22144f3536e 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.38.0 -revision=1 +revision=2 build_style=meson build_helper=qemu configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true" From 60820e4262fec1c7d18a1db6f3fb0c5976d82456 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:01 -0400 Subject: [PATCH 0477/1111] gnome-doc-utils: rebuild for Python 3.9 --- 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 c95e75921ef..f2dbf6db8f4 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=6 +revision=7 build_style=gnu-configure configure_args="--disable-scrollkeeper" hostmakedepends="pkg-config intltool python3 libxml2-python3 libxslt From b2bc0b13a0a61486d6e5fdcd3878aa8a089c862e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:01 -0400 Subject: [PATCH 0478/1111] gnome-music: rebuild for Python 3.9 --- 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 85a7561059e..33eb2f04a23 100644 --- a/srcpkgs/gnome-music/template +++ b/srcpkgs/gnome-music/template @@ -1,7 +1,7 @@ # Template file for 'gnome-music' pkgname=gnome-music version=3.38.0 -revision=1 +revision=2 build_helper="gir" build_style=meson hostmakedepends="gettext glib-devel itstool pkg-config" From bd321eda7b32608bd94f02a153f2529f3b08a910 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:01 -0400 Subject: [PATCH 0479/1111] gnome-passbook: rebuild for Python 3.9 --- 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 89047338503..4d3869cdd4e 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.1 -revision=2 +revision=3 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2 wrksrc="passbook-${version}" build_style=meson From f6b0b1909c926816582d07fcf18703e50807fdfc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:02 -0400 Subject: [PATCH 0480/1111] gns3-server: rebuild for Python 3.9 --- 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 e9e672eae64..e4eeb2de3af 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.10 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl From 6e5bc9e98ced0fd0b778311cd9bdb9360fd2bd45 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:02 -0400 Subject: [PATCH 0481/1111] gnucash: rebuild for Python 3.9 --- srcpkgs/gnucash/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template index 83ac8edeb30..658d33b202e 100644 --- a/srcpkgs/gnucash/template +++ b/srcpkgs/gnucash/template @@ -1,7 +1,7 @@ # Template file for 'gnucash' pkgname=gnucash version=4.2 -revision=1 +revision=2 wrksrc="${pkgname}-${version%b}" build_style=cmake configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1" From 69a497e616e5aebf97f27bee90c365845e6e7341 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:02 -0400 Subject: [PATCH 0482/1111] gnuradio-nrsc5: rebuild for Python 3.9 --- 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 3adb20df64a..56f984f7bd3 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=3 +revision=4 wrksrc="gr-nrsc5-${version}" build_style=cmake hostmakedepends="git automake libtool pkg-config gnuradio swig" From 2422a4ef69fc3becd6a55afadc81e13f31bb40bf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:02 -0400 Subject: [PATCH 0483/1111] gnuradio-osmosdr: rebuild for Python 3.9 --- 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 17e72935af8..7a3b2026035 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=1 +revision=2 wrksrc="gr-osmosdr-${version}" build_style=cmake hostmakedepends="pkg-config swig" From 2eb17afebb7afbd016a328aba5591623f746b020 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:02 -0400 Subject: [PATCH 0484/1111] gnuradio-rds: rebuild for Python 3.9 --- 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 b5f14681394..4ffd643d272 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=1 +revision=2 wrksrc="gr-rds-${version}" build_style=cmake hostmakedepends="pkg-config gnuradio swig" From b71eee0405951e7a62f7bbb4103e5b18d22e1cd0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:02 -0400 Subject: [PATCH 0485/1111] gom: rebuild for Python 3.9 --- srcpkgs/gom/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template index c948e42f864..b940415f40f 100644 --- a/srcpkgs/gom/template +++ b/srcpkgs/gom/template @@ -1,7 +1,7 @@ # Template file for 'gom' pkgname=gom version=0.4 -revision=1 +revision=2 build_style=meson build_helper="gir" configure_args="-Denable-introspection=$(vopt_if gir true false) From 5c31212d9515f082d4913e58c024e438aae5d604 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:02 -0400 Subject: [PATCH 0486/1111] gst1-python3: rebuild for Python 3.9 --- 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 f7e06c33ab9..402018c0476 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.16.2 -revision=2 +revision=3 wrksrc="gst-python-${version}" build_style=meson pycompile_module="gi/overrides" From 47d6145c4279feae98af9126f2c694efd1231a35 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:02 -0400 Subject: [PATCH 0487/1111] hamlib: rebuild for Python 3.9 --- srcpkgs/hamlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template index d52436c0893..9e0fef9e943 100644 --- a/srcpkgs/hamlib/template +++ b/srcpkgs/hamlib/template @@ -1,7 +1,7 @@ # Template file for 'hamlib' pkgname=hamlib version=3.3 -revision=3 +revision=4 build_style=gnu-configure configure_args="--disable-static --with-perl-binding --with-python-binding --with-tcl-binding --with-xml-support" From b04030ad40bb0b20b850438c837d21a4ea17b094 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:03 -0400 Subject: [PATCH 0488/1111] hangups: rebuild for Python 3.9 --- srcpkgs/hangups/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template index d50c2dcfca8..c5fe0aeed1d 100644 --- a/srcpkgs/hangups/template +++ b/srcpkgs/hangups/template @@ -1,7 +1,7 @@ # Template file for 'hangups' pkgname=hangups version=0.4.12 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-MechanicalSoup python3-readlike python3-ReParser From 1d7d4a231093cc749edd0a18e9bdc8699c7444a3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:03 -0400 Subject: [PATCH 0489/1111] hg-git: rebuild for Python 3.9 --- 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 d88cb0f3bca..ded693e7942 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=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-dulwich mercurial" From 1bd73599b8988855d872e7b5a5809db4f5ba2236 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:03 -0400 Subject: [PATCH 0490/1111] hivex: rebuild for Python 3.9 --- srcpkgs/hivex/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template index 1e7b769886e..1deb999991c 100644 --- a/srcpkgs/hivex/template +++ b/srcpkgs/hivex/template @@ -1,7 +1,7 @@ # Template file for 'hivex' pkgname=hivex version=1.3.19 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-ocaml" # currently ocaml is broken hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy" From 4cd4cfaba1250599383ecc819b4a5eb8a189c684 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:03 -0400 Subject: [PATCH 0491/1111] hplip: rebuild for Python 3.9 --- srcpkgs/hplip/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template index 1cbc1ae151b..527d16a7b5d 100644 --- a/srcpkgs/hplip/template +++ b/srcpkgs/hplip/template @@ -1,7 +1,7 @@ # Template file for 'hplip' pkgname=hplip version=3.20.9 -revision=1 +revision=2 build_style=gnu-configure pycompile_dirs="usr/share/hplip" configure_args=" From e3c112f848806da3b122d173b93efb1885320847 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:03 -0400 Subject: [PATCH 0492/1111] httpie: rebuild for Python 3.9 --- srcpkgs/httpie/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template index e82658a74e3..201e2af09b4 100644 --- a/srcpkgs/httpie/template +++ b/srcpkgs/httpie/template @@ -1,7 +1,7 @@ # Template file for 'httpie' pkgname=httpie version=2.2.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-requests python3-Pygments" From 8cb9e6640ded5e04dba1747d55f08048dc0c0fee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:03 -0400 Subject: [PATCH 0493/1111] hyperion: rebuild for Python 3.9 --- srcpkgs/hyperion/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template index cf5291bf723..2c86a1af38d 100644 --- a/srcpkgs/hyperion/template +++ b/srcpkgs/hyperion/template @@ -1,7 +1,7 @@ # Template file for 'hyperion' pkgname=hyperion version=1.03.2 -revision=6 +revision=7 build_style=cmake configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON From 0278c122c24b9c2de3c8c0683ba340621446ca48 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:03 -0400 Subject: [PATCH 0494/1111] ibus: rebuild for Python 3.9 --- srcpkgs/ibus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template index 1eacddf1737..54bc16abb75 100644 --- a/srcpkgs/ibus/template +++ b/srcpkgs/ibus/template @@ -1,7 +1,7 @@ # Template file for 'ibus' pkgname=ibus version=1.5.22 -revision=1 +revision=2 build_style=gnu-configure build_helper="gir" configure_args="--enable-ui --enable-gtk3 --disable-tests From 5a6a05e20ae0c5c623b638e16101e25ea99cd7df Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:03 -0400 Subject: [PATCH 0495/1111] iotop: rebuild for Python 3.9 --- srcpkgs/iotop/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template index 1232fa86f8c..84a9f788616 100644 --- a/srcpkgs/iotop/template +++ b/srcpkgs/iotop/template @@ -1,7 +1,7 @@ # Template file for 'iotop' pkgname=iotop version=0.6 -revision=7 +revision=8 build_style=python3-module hostmakedepends="python3" depends="${hostmakedepends}" From 40b21947868ae8b6af55c97b2698061b9d42668f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:04 -0400 Subject: [PATCH 0496/1111] kapidox: rebuild for Python 3.9 --- srcpkgs/kapidox/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kapidox/template b/srcpkgs/kapidox/template index c70a5bd87d5..189ec787ae0 100644 --- a/srcpkgs/kapidox/template +++ b/srcpkgs/kapidox/template @@ -1,7 +1,7 @@ # Template file for 'kapidox' pkgname=kapidox version=5.74.0 -revision=2 +revision=3 build_style=cmake hostmakedepends="kcoreaddons extra-cmake-modules python3 python3-setuptools" makedepends="python3-Jinja2 python3-yaml" From 7e3c2820af4e681bc48eb535a9fad282bf60481d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:04 -0400 Subject: [PATCH 0497/1111] kdevelop-python: rebuild for Python 3.9 --- srcpkgs/kdevelop-python/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kdevelop-python/template b/srcpkgs/kdevelop-python/template index 00da9a63ec7..53c9558a9d8 100644 --- a/srcpkgs/kdevelop-python/template +++ b/srcpkgs/kdevelop-python/template @@ -1,7 +1,7 @@ # Template file for 'kdevelop-python' pkgname=kdevelop-python version=5.6.0 -revision=1 +revision=2 wrksrc="kdev-python-${version}" build_style=cmake configure_args="-DBUILD_TESTING=OFF" From 79f66cfbeb25d1b63391f8ffed05474ec4c34261 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:04 -0400 Subject: [PATCH 0498/1111] keystone: rebuild for Python 3.9 --- srcpkgs/keystone/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/keystone/template b/srcpkgs/keystone/template index fd1dd285890..ca75eb074dc 100644 --- a/srcpkgs/keystone/template +++ b/srcpkgs/keystone/template @@ -1,7 +1,7 @@ # Template file for 'keystone' pkgname=keystone version=0.9.2 -revision=1 +revision=2 build_style=cmake configure_args='-DBUILD_SHARED_LIBS=ON -DLLVM_TARGETS_TO_BUILD=all' hostmakedepends="python3-setuptools" From 440348f0ec366cdbcead0c9857f5d84ce4d15127 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:04 -0400 Subject: [PATCH 0499/1111] kicad: rebuild for Python 3.9 --- srcpkgs/kicad/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template index 07cd9220f13..002410f7cb6 100644 --- a/srcpkgs/kicad/template +++ b/srcpkgs/kicad/template @@ -1,7 +1,7 @@ # Template file for 'kicad' pkgname=kicad version=5.1.7 -revision=1 +revision=2 build_style=cmake configure_args="-DKICAD_BUILD_VERSION=${version} -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON From ab531734ff86d708aef678177786687692050310 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:04 -0400 Subject: [PATCH 0500/1111] kig: rebuild for Python 3.9 --- srcpkgs/kig/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kig/template b/srcpkgs/kig/template index c03c7391ef3..f493b1d7087 100644 --- a/srcpkgs/kig/template +++ b/srcpkgs/kig/template @@ -1,7 +1,7 @@ # Template file for 'kig' pkgname=kig version=20.08.1 -revision=1 +revision=2 build_style=cmake hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext pkg-config qt5-host-tools qt5-qmake" From 6a920c95e2832583e1b7de9fd6508cbbc5dabef8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:04 -0400 Subject: [PATCH 0501/1111] kitty: rebuild for Python 3.9 --- srcpkgs/kitty/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index 4828b0626d6..73a915e6fd6 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,7 +1,7 @@ # Template file for 'kitty' pkgname=kitty version=0.19.0 -revision=1 +revision=2 pycompile_dirs="usr/lib/kitty" hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols" makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel From f2a1417fb03939484950a482a705cd3652c1eb6c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:04 -0400 Subject: [PATCH 0502/1111] krita: rebuild for Python 3.9 --- srcpkgs/krita/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template index ec4a1dfe8ca..6d3a55e2912 100644 --- a/srcpkgs/krita/template +++ b/srcpkgs/krita/template @@ -1,7 +1,7 @@ # Template file for 'krita' pkgname=krita version=4.3.0 -revision=2 +revision=3 build_style=cmake configure_args="-Wno-dev -DBUILD_TESTING=OFF" hostmakedepends="extra-cmake-modules gettext pkg-config python3 From 5605b92e6449cbf42577b9c7e6546768f06399c2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:05 -0400 Subject: [PATCH 0503/1111] lfm: rebuild for Python 3.9 --- srcpkgs/lfm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template index 0b526560f94..7d909bf8491 100644 --- a/srcpkgs/lfm/template +++ b/srcpkgs/lfm/template @@ -1,7 +1,7 @@ # Template file for 'lfm' pkgname=lfm version=3.1 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3" From 4f6578bd95d81c66f2f617fa383f11d6e996daad Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:05 -0400 Subject: [PATCH 0504/1111] libArcus: rebuild for Python 3.9 --- srcpkgs/libArcus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template index 1dac05f1def..0e41a366254 100644 --- a/srcpkgs/libArcus/template +++ b/srcpkgs/libArcus/template @@ -1,7 +1,7 @@ # Template file for 'libArcus' pkgname=libArcus version=4.7.1 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_EXAMPLES=OFF" hostmakedepends="protobuf python3-sip-devel" From 7438e05e34eefa8f726bb5ab61e4491d2ae1146c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:05 -0400 Subject: [PATCH 0505/1111] libSavitar: rebuild for Python 3.9 --- srcpkgs/libSavitar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template index 27485554d69..b033f1bbe33 100644 --- a/srcpkgs/libSavitar/template +++ b/srcpkgs/libSavitar/template @@ -1,7 +1,7 @@ # Template file for 'libSavitar' pkgname=libSavitar version=4.7.1 -revision=1 +revision=2 build_style=cmake hostmakedepends="python3" makedepends="python3-sip-devel python3-devel pugixml-devel" From 07f6f3640c53d4edb4defd8c4304863daf069aa0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:05 -0400 Subject: [PATCH 0506/1111] libaccounts-glib: rebuild for Python 3.9 --- srcpkgs/libaccounts-glib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libaccounts-glib/template b/srcpkgs/libaccounts-glib/template index 2433b073e5c..465a3f96f50 100644 --- a/srcpkgs/libaccounts-glib/template +++ b/srcpkgs/libaccounts-glib/template @@ -1,7 +1,7 @@ # Template file for 'libaccounts-glib' pkgname=libaccounts-glib version=1.24 -revision=3 +revision=4 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120" build_style=meson build_helper="gir" From 2646e22d1d71a4dffa341493f4d61556ec75dc60 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:05 -0400 Subject: [PATCH 0507/1111] libblockdev: rebuild for Python 3.9 --- srcpkgs/libblockdev/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template index 01697e4500b..93fea3bec4a 100644 --- a/srcpkgs/libblockdev/template +++ b/srcpkgs/libblockdev/template @@ -1,7 +1,7 @@ # Template file for 'libblockdev' pkgname=libblockdev version=2.24 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config python3" makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel From dacf1e74773565d13123f45501b01e4ddd2ea77a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:05 -0400 Subject: [PATCH 0508/1111] libbytesize: rebuild for Python 3.9 --- srcpkgs/libbytesize/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template index 87b1a5ae016..ce35ad28fa2 100644 --- a/srcpkgs/libbytesize/template +++ b/srcpkgs/libbytesize/template @@ -1,7 +1,7 @@ # Template file for 'libbytesize' pkgname=libbytesize version=2.4 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="gettext python3" makedepends="mpfr-devel pcre2-devel" From e554789e6c20821700e3139c63eca7df0e1ab02b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:05 -0400 Subject: [PATCH 0509/1111] libcap-ng: rebuild for Python 3.9 --- 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 b8649d6ed09..96f304d909a 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 -revision=1 +revision=2 build_style=gnu-configure configure_args="--without-python --without-python3" short_desc="Alternate POSIX capabilities library" From 2d35490801024ee73f7ee385b245242ca7b43752 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:05 -0400 Subject: [PATCH 0510/1111] libcec: rebuild for Python 3.9 --- srcpkgs/libcec/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template index 13f44a65b84..5136e30e713 100644 --- a/srcpkgs/libcec/template +++ b/srcpkgs/libcec/template @@ -1,7 +1,7 @@ # Template file for 'libcec' pkgname=libcec version=4.0.4 -revision=6 +revision=7 wrksrc="${pkgname}-${pkgname}-${version}" build_style=cmake configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}" From 46d85511860121dd50a7ebafb9a6819326cbf88f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:06 -0400 Subject: [PATCH 0511/1111] libffado: rebuild for Python 3.9 --- srcpkgs/libffado/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template index e3bf2544ceb..2783042b492 100644 --- a/srcpkgs/libffado/template +++ b/srcpkgs/libffado/template @@ -1,7 +1,7 @@ # Template file for 'libffado' pkgname=libffado version=2.4.4 -revision=1 +revision=2 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 1242216f7e9055477a7b7f64e5cb0d5c95c9ac7d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:06 -0400 Subject: [PATCH 0512/1111] libgit2-glib: rebuild for Python 3.9 --- 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 f94d7e07d8c..00e6439339b 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=1 +revision=2 build_style=meson build_helper="gir" configure_args="-Dintrospection=$(vopt_if gir true false) From 083287b937e79a761879b3a3bf4dc373aa30e8e1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:06 -0400 Subject: [PATCH 0513/1111] libimobiledevice: rebuild for Python 3.9 --- srcpkgs/libimobiledevice/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libimobiledevice/template b/srcpkgs/libimobiledevice/template index 322c2665c37..4e99e7a9cd9 100644 --- a/srcpkgs/libimobiledevice/template +++ b/srcpkgs/libimobiledevice/template @@ -1,7 +1,7 @@ # Template file for 'libimobiledevice' pkgname=libimobiledevice version=1.2.0 -revision=16 +revision=17 build_style=gnu-configure hostmakedepends="automake libtool pkgconf python3-Cython" makedepends="python3-devel libglib-devel libressl-devel libusb-devel From 58788862e84b125d0a76ad44ba9fdc42623e6d08 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:06 -0400 Subject: [PATCH 0514/1111] libixion: rebuild for Python 3.9 --- srcpkgs/libixion/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template index 316e90ea740..bf76740007b 100644 --- a/srcpkgs/libixion/template +++ b/srcpkgs/libixion/template @@ -1,7 +1,7 @@ # Template file for 'libixion' pkgname=libixion version=0.15.0 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="pkg-config python3" makedepends="boost-devel mdds python3-devel spdlog" From 16f45738d603570dcb73f867f00af1935605182a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:06 -0400 Subject: [PATCH 0515/1111] liblouis: rebuild for Python 3.9 --- srcpkgs/liblouis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template index 84f590c9f7e..303cb4f2026 100644 --- a/srcpkgs/liblouis/template +++ b/srcpkgs/liblouis/template @@ -1,7 +1,7 @@ # Template file for 'liblouis' pkgname=liblouis version=3.13.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-ucs4" pycompile_module="louis" From 83e587a4bef3a50794b7b3214a89d7e012edee30 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:06 -0400 Subject: [PATCH 0516/1111] libopenshot: rebuild for Python 3.9 --- srcpkgs/libopenshot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template index 57b3edcf7e3..2fdf4a00dc1 100644 --- a/srcpkgs/libopenshot/template +++ b/srcpkgs/libopenshot/template @@ -1,7 +1,7 @@ # Template file for 'libopenshot' pkgname=libopenshot version=0.2.5 -revision=1 +revision=2 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 27ad19bc089931f375257bd6295eee84f04d5bce Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:06 -0400 Subject: [PATCH 0517/1111] liborcus: rebuild for Python 3.9 --- srcpkgs/liborcus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template index 11fe4ea1995..df66c07d53d 100644 --- a/srcpkgs/liborcus/template +++ b/srcpkgs/liborcus/template @@ -1,7 +1,7 @@ # Template file for 'liborcus' pkgname=liborcus version=0.15.4 -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 2391509ffbba12e4cfcba33acdc248d7ab06db28 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:06 -0400 Subject: [PATCH 0518/1111] libpeas: rebuild for Python 3.9 --- srcpkgs/libpeas/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template index 444bea02587..be9de4fd4c6 100644 --- a/srcpkgs/libpeas/template +++ b/srcpkgs/libpeas/template @@ -1,7 +1,7 @@ # Template file for 'libpeas' pkgname=libpeas version=1.26.0 -revision=1 +revision=2 build_style=meson build_helper="gir" configure_args="-Ddemos=false -Dvapi=true" From 6fbdadf0dca5965428188d5b1ca57e54ce08f850 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:07 -0400 Subject: [PATCH 0519/1111] libpwquality: rebuild for Python 3.9 --- srcpkgs/libpwquality/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template index 2cddf2fc750..df964fc63f4 100644 --- a/srcpkgs/libpwquality/template +++ b/srcpkgs/libpwquality/template @@ -1,7 +1,7 @@ # Template file for 'libpwquality' pkgname=libpwquality version=1.4.2 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security" hostmakedepends="libtool automake gettext-devel python3-devel" From 147cc3bf5a703feb5e6f15fce0a2a300300b82d2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:07 -0400 Subject: [PATCH 0520/1111] libreoffice: rebuild for Python 3.9 --- srcpkgs/libreoffice/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index f418e710848..ce261fc0077 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -1,7 +1,7 @@ # Template file for 'libreoffice' pkgname=libreoffice version=7.0.1.2 -revision=1 +revision=2 build_style=meta make_build_args="build-nocheck" nocross="Several dependencies are nocross=yes" From 208469a579ddf06424e7a969079ad9f2b6a0010c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:07 -0400 Subject: [PATCH 0521/1111] libsigrokdecode: rebuild for Python 3.9 --- srcpkgs/libsigrokdecode/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template index 48d01d94cc4..d4f4ec15339 100644 --- a/srcpkgs/libsigrokdecode/template +++ b/srcpkgs/libsigrokdecode/template @@ -1,7 +1,7 @@ # Template file for 'libsigrokdecode' pkgname=libsigrokdecode version=0.5.3 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config python3" makedepends="glib-devel python3-devel" From 749842fc468d792152de99f49d3dd708911a9b4e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:07 -0400 Subject: [PATCH 0522/1111] libsmbios: rebuild for Python 3.9 --- srcpkgs/libsmbios/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template index 8b500a7a9f2..99843728850 100644 --- a/srcpkgs/libsmbios/template +++ b/srcpkgs/libsmbios/template @@ -1,7 +1,7 @@ # Template file for 'libsmbios' pkgname=libsmbios version=2.4.3 -revision=1 +revision=2 build_style=gnu-configure configure_args="--sbindir=/usr/bin --disable-static" hostmakedepends="automake doxygen gettext gettext-devel help2man libtool pkg-config" From 9d053f5769958a9f76c4eb93d20232ebe23e9d30 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:07 -0400 Subject: [PATCH 0523/1111] libtorrent-rasterbar: rebuild for Python 3.9 --- 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 2a67bfa59fc..913b14a6558 100644 --- a/srcpkgs/libtorrent-rasterbar/template +++ b/srcpkgs/libtorrent-rasterbar/template @@ -3,7 +3,7 @@ pkgname=libtorrent-rasterbar reverts="1.2.9_1" version=1.2.7 -revision=3 +revision=4 build_style=gnu-configure configure_args="--enable-examples --enable-python-binding --with-boost=${XBPS_CROSS_BASE}/usr From 9af6e259693f33c1fe1730f415d3270907fb3ac2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:07 -0400 Subject: [PATCH 0524/1111] libvirt-python3: rebuild for Python 3.9 --- 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 27137c42529..5e1f136640e 100644 --- a/srcpkgs/libvirt-python3/template +++ b/srcpkgs/libvirt-python3/template @@ -1,7 +1,7 @@ # Template file for 'libvirt-python3' pkgname=libvirt-python3 version=6.6.0 -revision=1 +revision=2 wrksrc="libvirt-python-${version}" build_style=python3-module hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel" From 48255118d1405cc93f3ff2621217778e8587d120 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:07 -0400 Subject: [PATCH 0525/1111] libvoikko: rebuild for Python 3.9 --- srcpkgs/libvoikko/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template index 18b5d846022..79a6956a536 100644 --- a/srcpkgs/libvoikko/template +++ b/srcpkgs/libvoikko/template @@ -1,7 +1,7 @@ # Template file for 'libvoikko' pkgname=libvoikko version=4.3 -revision=2 +revision=3 build_style=gnu-configure configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko" pycompile_module="libvoikko.py" From ff4a81ba1b97105764c635357a0a6d62628ce71a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:07 -0400 Subject: [PATCH 0526/1111] libxml2-python: rebuild for Python 3.9 --- 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 dbd701f1fe4..425c8bcb170 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=2 +revision=3 wrksrc="${pkgname%-python}-${version}" build_wrksrc=python build_style=python-module From 4f1a2723d79297573365a335a5d1414a2576ae2a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:08 -0400 Subject: [PATCH 0527/1111] lightdm-gtk-greeter-settings: rebuild for Python 3.9 --- 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 76a25b91e4c..1f8e22baad1 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=2 +revision=3 build_style=python3-module pycompile_module="lightdm_gtk_greeter_settings" hostmakedepends="python3-distutils-extra intltool" From dc1fe0e0795d117501ea81b1a2ebeb772f3bce02 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:08 -0400 Subject: [PATCH 0528/1111] linux-tools: rebuild for Python 3.9 --- 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 ead8123db21..7313e0288bc 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.4.42 -revision=1 +revision=2 wrksrc="linux-${version}" build_style=meta hostmakedepends="asciidoc automake flex gettext libtool perl python3 xmlto" From ecac8e43fdbe6a08f37052d3077406e7279869b2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:08 -0400 Subject: [PATCH 0529/1111] lollypop: rebuild for Python 3.9 --- srcpkgs/lollypop/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template index bf32c57bf51..fd6675b880e 100644 --- a/srcpkgs/lollypop/template +++ b/srcpkgs/lollypop/template @@ -1,7 +1,7 @@ # Template file for 'lollypop' pkgname=lollypop version=1.4.1 -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 9ef455a388f90b7f87d2ef5cf0f6972dc7e55c4c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:08 -0400 Subject: [PATCH 0530/1111] luxrays: rebuild for Python 3.9 --- srcpkgs/luxrays/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template index c750c684100..10dcbcc85f8 100644 --- a/srcpkgs/luxrays/template +++ b/srcpkgs/luxrays/template @@ -1,7 +1,7 @@ # Template file for 'luxrays' pkgname=luxrays version=3.1 -revision=17 +revision=18 build_style=cmake configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON" hostmakedepends="flex bison boost-devel" From 7200acfdd4f6cc4801d6059674a578267f43dd28 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:08 -0400 Subject: [PATCH 0531/1111] mate-menu: rebuild for Python 3.9 --- 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 37e4ce4bd6d..492e1b84e06 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=2 +revision=3 build_style=python3-module hostmakedepends="intltool python3-distutils-extra python3-setuptools" depends="mate-panel python3-gobject python3-setproctitle python3-xdg python3-xlib" From ec5140a7716c5b9e9de7f8f2d944eb0b0e2e2cd4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:08 -0400 Subject: [PATCH 0532/1111] mate-tweak: rebuild for Python 3.9 --- 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 43e51a56c2f..68fd00a1519 100644 --- a/srcpkgs/mate-tweak/template +++ b/srcpkgs/mate-tweak/template @@ -1,7 +1,7 @@ # Template file for 'mate-tweak' pkgname=mate-tweak version=20.04.0 -revision=2 +revision=3 build_style=python3-module hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools" depends="mate-panel python3-gobject python3-psutil python3-setproctitle From e8f23031f91f274f1cde4cc32b3457078e75fd86 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:08 -0400 Subject: [PATCH 0533/1111] mcg: rebuild for Python 3.9 --- srcpkgs/mcg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mcg/template b/srcpkgs/mcg/template index d742c906773..bb7eaab7ac0 100644 --- a/srcpkgs/mcg/template +++ b/srcpkgs/mcg/template @@ -1,7 +1,7 @@ # Template file for 'mcg' pkgname=mcg version=2.1 -revision=1 +revision=2 wrksrc=${pkgname}-v${version} build_style=python3-module hostmakedepends="python3-setuptools glib-devel" From ddb445701d7f0d9f273e971832e79e2a4434f149 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:09 -0400 Subject: [PATCH 0534/1111] meld: rebuild for Python 3.9 --- srcpkgs/meld/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template index 04fc5f76b60..ea135d7c2de 100644 --- a/srcpkgs/meld/template +++ b/srcpkgs/meld/template @@ -1,7 +1,7 @@ # Template file for 'meld' pkgname=meld version=3.20.2 -revision=2 +revision=3 build_style=python3-module configure_args="--disable-schemas-compile" hostmakedepends="pkg-config intltool python3 itstool gtk-update-icon-cache libxml2-python3" From 882214f7f8411dd4ebed037e40dbbc76f3c687ac Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:09 -0400 Subject: [PATCH 0535/1111] mercurial: rebuild for Python 3.9 --- srcpkgs/mercurial/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mercurial/template b/srcpkgs/mercurial/template index a5d4504f9ec..7be7ed27dfa 100644 --- a/srcpkgs/mercurial/template +++ b/srcpkgs/mercurial/template @@ -1,7 +1,7 @@ # Template file for 'mercurial' pkgname=mercurial version=5.5.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3 python3-setuptools python3-devel" makedepends="python3-devel" From 2e0372ed10f6b41c70d1d1b2938835894b3d71d1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:09 -0400 Subject: [PATCH 0536/1111] mopidy-multisonic: rebuild for Python 3.9 --- 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 1b8b39170ca..6a7ea1033c5 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=1 +revision=2 wrksrc="Mopidy-Multisonic-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From deacaa4a1e4c942d6beaaaad5b0b0be7330012e9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:09 -0400 Subject: [PATCH 0537/1111] mopidy-podcast: rebuild for Python 3.9 --- 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 3b323781e90..92a2a5f0f0d 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=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="mopidy python3-cachetools python3-pykka python3-setuptools python3-uritools" From 8392a91ea49754e2cea92dc82d8b720fc3a05b63 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:09 -0400 Subject: [PATCH 0538/1111] mopidy-spotify: rebuild for Python 3.9 --- 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 ab90a00bd03..c7c21380c8b 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=1 +revision=2 wrksrc="Mopidy-Spotify-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3787b23758d8aa3bf1d222e83d46979e546fe341 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:09 -0400 Subject: [PATCH 0539/1111] nautilus-python: rebuild for Python 3.9 --- 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 c3ae842520d..d4d7d72122b 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=2 +revision=3 build_style=gnu-configure configure_args="--enable-gtk-doc PYTHON=python3" hostmakedepends="automake libtool pkg-config which" From 561f43f05bacdb572c6f1bb6ad6a7c4aad63918b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:09 -0400 Subject: [PATCH 0540/1111] navit: rebuild for Python 3.9 --- srcpkgs/navit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template index 3635c66ec49..449ef1ca16d 100644 --- a/srcpkgs/navit/template +++ b/srcpkgs/navit/template @@ -1,7 +1,7 @@ # Template file for 'navit' pkgname=navit version=0.5.4 -revision=2 +revision=3 build_style=cmake configure_args="-DLIBDIR=lib/navit -DSAMPLE_MAP=n -Wno-dev" hostmakedepends="pkg-config qt5-host-tools qt5-qmake" From 340f44e067c6fcfcee68f35976990de85a11b7c9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:09 -0400 Subject: [PATCH 0541/1111] newt: rebuild for Python 3.9 --- srcpkgs/newt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template index 25ccc946f51..14655c2a10f 100644 --- a/srcpkgs/newt/template +++ b/srcpkgs/newt/template @@ -1,7 +1,7 @@ # Template file for 'newt' pkgname=newt version=0.52.21 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="python-devel python3-devel" makedepends="slang-devel popt-devel python3-devel python-devel" From 2ddde567850ce1296071edee1c329e9d1c84128f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:10 -0400 Subject: [PATCH 0542/1111] nftables: rebuild for Python 3.9 --- srcpkgs/nftables/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nftables/template b/srcpkgs/nftables/template index ec0c35f87da..9816049a271 100644 --- a/srcpkgs/nftables/template +++ b/srcpkgs/nftables/template @@ -1,7 +1,7 @@ # Template file for 'nftables' pkgname=nftables version=0.9.6 -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 42a3d1679446e99103c1e2163557c818855129c9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:10 -0400 Subject: [PATCH 0543/1111] notmuch: rebuild for Python 3.9 --- srcpkgs/notmuch/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template index 09ef2accf2d..d9eef47d0b0 100644 --- a/srcpkgs/notmuch/template +++ b/srcpkgs/notmuch/template @@ -1,7 +1,7 @@ # Template file for 'notmuch' pkgname=notmuch version=0.31 -revision=1 +revision=2 hostmakedepends="perl pkg-config python3-Sphinx python3-devel texinfo" makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel python3-cffi python3-setuptools gnupg2" From 9befaca56e92bc7511dd142946444c351c58225f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:10 -0400 Subject: [PATCH 0544/1111] obs: rebuild for Python 3.9 --- srcpkgs/obs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template index 098870570d0..ebfea9ae44d 100644 --- a/srcpkgs/obs/template +++ b/srcpkgs/obs/template @@ -1,7 +1,7 @@ # Template file for 'obs' pkgname=obs version=26.0.0 -revision=1 +revision=2 archs="i686* x86_64* ppc64le*" wrksrc="obs-studio-${version}" build_style=cmake From 3180884aa92f0cb0eef629e98664b2edb44a1b1f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:10 -0400 Subject: [PATCH 0545/1111] olm-python3: rebuild for Python 3.9 --- 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 d24edc16937..80c75317452 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.1.5 -revision=2 +revision=3 wrksrc="olm-${version}" build_wrksrc=python build_style=python3-module From 4e5e20d152022a5aea193c5c7aaf828d34df3e7b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:10 -0400 Subject: [PATCH 0546/1111] onboard: rebuild for Python 3.9 --- srcpkgs/onboard/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template index 9f5398c48d8..833a136ccb7 100644 --- a/srcpkgs/onboard/template +++ b/srcpkgs/onboard/template @@ -1,7 +1,7 @@ # Template file for 'onboard' pkgname=onboard version=1.4.1 -revision=6 +revision=7 build_style=python3-module pycompile_module="Onboard" patch_args="-Np1" From 9df1c1755f0263392b1bc048c1d7d775d0320658 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:10 -0400 Subject: [PATCH 0547/1111] opencamlib: rebuild for Python 3.9 --- srcpkgs/opencamlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/opencamlib/template b/srcpkgs/opencamlib/template index 03af09f779f..38cf6d7d8eb 100644 --- a/srcpkgs/opencamlib/template +++ b/srcpkgs/opencamlib/template @@ -1,7 +1,7 @@ # Template file for 'opencamlib' pkgname=opencamlib version=2019.07 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_PY_LIB=ON -DUSE_PY_3=ON -DVERSION_STRING=${version}" hostmakedepends="python3" From 38098061083ea3f98fae0a41e6f9c26ca59342d7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:10 -0400 Subject: [PATCH 0548/1111] opencv: rebuild for Python 3.9 --- srcpkgs/opencv/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template index 648ff3a0c58..13f484f92c4 100644 --- a/srcpkgs/opencv/template +++ b/srcpkgs/opencv/template @@ -1,7 +1,7 @@ # Template file for 'opencv' pkgname=opencv version=3.4.10 -revision=1 +revision=2 build_style=cmake configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON From 10bd3d260d2da8ccb3dd1445f767c9c95151b2d2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:10 -0400 Subject: [PATCH 0549/1111] opencv4: rebuild for Python 3.9 --- srcpkgs/opencv4/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/opencv4/template b/srcpkgs/opencv4/template index cdeffdf991e..5f029bff809 100644 --- a/srcpkgs/opencv4/template +++ b/srcpkgs/opencv4/template @@ -1,7 +1,7 @@ # Template file for 'opencv4' pkgname=opencv4 version=4.3.0 -revision=3 +revision=4 wrksrc=opencv-${version} build_style=cmake configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON From 9e77e720fe4726c1c99ec37fb0d9180b707d6c6d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:11 -0400 Subject: [PATCH 0550/1111] openrazer-meta: rebuild for Python 3.9 --- 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 2ca645a075e..48d06b15dff 100644 --- a/srcpkgs/openrazer-meta/template +++ b/srcpkgs/openrazer-meta/template @@ -1,7 +1,7 @@ # Template file for 'openrazer-meta' pkgname=openrazer-meta version=2.8.0 -revision=1 +revision=2 wrksrc="openrazer-${version}" build_style=gnu-makefile make_install_target="setup_dkms udev_install daemon_install xdg_install From 30f8c17fd719f0dd254df71f7ae778a120f73543 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:11 -0400 Subject: [PATCH 0551/1111] openshot: rebuild for Python 3.9 --- srcpkgs/openshot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template index 3ee73061f83..e410aa1eaa4 100644 --- a/srcpkgs/openshot/template +++ b/srcpkgs/openshot/template @@ -1,7 +1,7 @@ # Template file for 'openshot' pkgname=openshot version=2.5.1 -revision=1 +revision=2 archs="i686 x86_64 ppc64le" wrksrc="${pkgname}-qt-${version}" build_style=python3-module From 48ef56f493a2cdcd4d4e827e0c90578f12b09155 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:11 -0400 Subject: [PATCH 0552/1111] orca: rebuild for Python 3.9 --- srcpkgs/orca/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template index 38e92346b86..a615c6445eb 100644 --- a/srcpkgs/orca/template +++ b/srcpkgs/orca/template @@ -1,7 +1,7 @@ # Template file for 'orca' pkgname=orca version=3.38.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 f61316112d3b2a43ba54263391d943cae773c62a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:11 -0400 Subject: [PATCH 0553/1111] pantalaimon: rebuild for Python 3.9 --- srcpkgs/pantalaimon/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pantalaimon/template b/srcpkgs/pantalaimon/template index 1dad3347bed..f26c3c83b06 100644 --- a/srcpkgs/pantalaimon/template +++ b/srcpkgs/pantalaimon/template @@ -1,7 +1,7 @@ # Template file for 'pantalaimon' pkgname=pantalaimon version=0.7.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-attrs python3-aiohttp python3-appdirs python3-click From 33b16c2b5d4ee2da723b90258c304db05263dda1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:11 -0400 Subject: [PATCH 0554/1111] papis: rebuild for Python 3.9 --- srcpkgs/papis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template index e3788af2a75..e34c07e2ab1 100644 --- a/srcpkgs/papis/template +++ b/srcpkgs/papis/template @@ -1,7 +1,7 @@ # Template file for 'papis' pkgname=papis version=0.10 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4 From b1c55adacce92223a24c7df0bcebcdae0be63d42 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:11 -0400 Subject: [PATCH 0555/1111] paraview: rebuild for Python 3.9 --- srcpkgs/paraview/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template index d5155e81827..8999a1339c5 100644 --- a/srcpkgs/paraview/template +++ b/srcpkgs/paraview/template @@ -1,7 +1,7 @@ # Template file for 'paraview' pkgname=paraview version=5.8.1 -revision=2 +revision=3 wrksrc=ParaView-v${version} build_style=cmake configure_args="-DCMAKE_PREFIX_PATH=${XBPS_CROSS_BASE}/usr From 619459e625adb358becd41e5f8d182173d29829d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:11 -0400 Subject: [PATCH 0556/1111] pass-git-helper: rebuild for Python 3.9 --- 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 1676a920ecc..e891b69c183 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.0 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools" depends="pass python3-xdg" From 77db866a28086ee1f59e73773e5a2c8a23510064 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:11 -0400 Subject: [PATCH 0557/1111] platformio: rebuild for Python 3.9 --- srcpkgs/platformio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template index e5189af746d..058ca2741dd 100644 --- a/srcpkgs/platformio/template +++ b/srcpkgs/platformio/template @@ -1,7 +1,7 @@ # Template file for 'platformio' pkgname=platformio version=4.3.4 -revision=2 +revision=3 wrksrc="platformio-core-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 124df94eae8bc3ef7fcaa2560869aa006cd6dfde Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:12 -0400 Subject: [PATCH 0558/1111] pmbootstrap: rebuild for Python 3.9 --- srcpkgs/pmbootstrap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template index d625330cf5a..ddc680804f2 100644 --- a/srcpkgs/pmbootstrap/template +++ b/srcpkgs/pmbootstrap/template @@ -1,7 +1,7 @@ # Template file for 'pmbootstrap' pkgname=pmbootstrap version=1.23.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools coreutils procps-ng libressl git" From 80549c76151222ee1469f40c9b827e641d497094 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:12 -0400 Subject: [PATCH 0559/1111] poezio: rebuild for Python 3.9 --- srcpkgs/poezio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template index a1f8f955c0d..9392f6d8e2b 100644 --- a/srcpkgs/poezio/template +++ b/srcpkgs/poezio/template @@ -1,7 +1,7 @@ # Template file for 'poezio' pkgname=poezio version=0.13.1 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools pkg-config" makedepends="python3-devel" From ef08b50e1fff1207e7ff0287aad482a12b9eb04b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:12 -0400 Subject: [PATCH 0560/1111] portage: rebuild for Python 3.9 --- srcpkgs/portage/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template index c63b59ccef7..0698453b78f 100644 --- a/srcpkgs/portage/template +++ b/srcpkgs/portage/template @@ -1,7 +1,7 @@ # Template file for 'portage' pkgname=portage version=3.0.8 -revision=1 +revision=2 wrksrc="${pkgname}-${pkgname}-${version}" build_style=python3-module make_install_args="--sbindir=/usr/bin" From e7ce8f5f5e4d4594f7b92fad0628c01ac37e3114 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:12 -0400 Subject: [PATCH 0561/1111] postgresql12: rebuild for Python 3.9 --- srcpkgs/postgresql12/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/postgresql12/template b/srcpkgs/postgresql12/template index eb0cd21594d..8dd1adbefbf 100644 --- a/srcpkgs/postgresql12/template +++ b/srcpkgs/postgresql12/template @@ -1,7 +1,7 @@ # Template file for 'postgresql12' pkgname=postgresql12 version=12.4 -revision=3 +revision=4 wrksrc="postgresql-${version}" build_style=gnu-configure make_build_target=world From d4790437d4c6c1d0219bba3c9cd9abd9b07240e5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:12 -0400 Subject: [PATCH 0562/1111] postgresql13: rebuild for Python 3.9 --- srcpkgs/postgresql13/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/postgresql13/template b/srcpkgs/postgresql13/template index 449a06a0fe3..588b497400f 100644 --- a/srcpkgs/postgresql13/template +++ b/srcpkgs/postgresql13/template @@ -1,7 +1,7 @@ # Template file for 'postgresql13' pkgname=postgresql13 version=13.0 -revision=1 +revision=2 wrksrc="postgresql-${version}" build_style=gnu-configure make_build_target=world From e2427f1b82a350fda19b8eb9c5982ff02f4caf62 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:12 -0400 Subject: [PATCH 0563/1111] profanity: rebuild for Python 3.9 --- srcpkgs/profanity/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template index ff808ba106e..88c75ab5f2f 100644 --- a/srcpkgs/profanity/template +++ b/srcpkgs/profanity/template @@ -1,7 +1,7 @@ # Template file for 'profanity' pkgname=profanity version=0.9.5 -revision=2 +revision=3 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 8780ac6db21cdc14e7351848def7e9dd50fac78d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:12 -0400 Subject: [PATCH 0564/1111] protontricks: rebuild for Python 3.9 --- srcpkgs/protontricks/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template index 87789a819c9..df63cd27c63 100644 --- a/srcpkgs/protontricks/template +++ b/srcpkgs/protontricks/template @@ -1,7 +1,7 @@ # Template file for 'protontricks' pkgname=protontricks version=1.4.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-setuptools" From 10866fb885c75b2d9aabde6df88a586a64800e8a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:12 -0400 Subject: [PATCH 0565/1111] pulseaudio-equalizer-ladspa: rebuild for Python 3.9 --- 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 10198de2c08..01a5416901f 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=2 +revision=3 wrksrc="equalizer-${version}" build_style=meson pycompile_module="pulseeq" From 6b06efeb847b210da90154fc231b2a07e5074f76 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:13 -0400 Subject: [PATCH 0566/1111] pulseeffects: rebuild for Python 3.9 --- srcpkgs/pulseeffects/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template index d7f065e53e6..e4d25c7ecb2 100644 --- a/srcpkgs/pulseeffects/template +++ b/srcpkgs/pulseeffects/template @@ -2,7 +2,7 @@ pkgname=pulseeffects reverts="4.3.4_1" version=3.2.3 -revision=5 +revision=6 build_style=meson pycompile_module="PulseEffects PulseEffectsTest" hostmakedepends="pkg-config" From b520443f8413dbc8ed2f563976a447bffa135825 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:13 -0400 Subject: [PATCH 0567/1111] py3status: rebuild for Python 3.9 --- srcpkgs/py3status/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template index e363fc53584..9db3993929e 100644 --- a/srcpkgs/py3status/template +++ b/srcpkgs/py3status/template @@ -1,7 +1,7 @@ # Template file for 'py3status' pkgname=py3status version=3.30 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-pyudev" From 94d17430848dedfcb1baf66ef50095c43f333d65 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:13 -0400 Subject: [PATCH 0568/1111] pylint: rebuild for Python 3.9 --- srcpkgs/pylint/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pylint/template b/srcpkgs/pylint/template index c882b1f293a..0ad14768d94 100644 --- a/srcpkgs/pylint/template +++ b/srcpkgs/pylint/template @@ -1,7 +1,7 @@ # Template file for 'pylint' pkgname=pylint version=2.6.0 -revision=2 +revision=3 wrksrc="pylint-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 01e0b052839687fa18b81ed55010429d6382d506 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:13 -0400 Subject: [PATCH 0569/1111] pymol: rebuild for Python 3.9 --- srcpkgs/pymol/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template index 12c2d6e5834..dfb9441f22a 100644 --- a/srcpkgs/pymol/template +++ b/srcpkgs/pymol/template @@ -1,7 +1,7 @@ # Template file for 'pymol' pkgname=pymol version=2.4.0 -revision=1 +revision=2 wrksrc=${pkgname}-open-source-${version} build_style="python3-module" build_helper="numpy" From 19d1437b4aeba25247db9a73e42b5be0dcd30c04 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:13 -0400 Subject: [PATCH 0570/1111] python-Babel: rebuild for Python 3.9 --- 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 e64f9976592..615b125364a 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=2 +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From ac33b8ff05ab25b3239b1b7119fbbdfcf65f7550 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:13 -0400 Subject: [PATCH 0571/1111] python-Cython: rebuild for Python 3.9 --- 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 7c478253878..bdcb0c6d80d 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.21 -revision=1 +revision=2 wrksrc="Cython-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 194c5d47967a7399f3ff238614b3246ca72ca838 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:13 -0400 Subject: [PATCH 0572/1111] python-Jinja2: rebuild for Python 3.9 --- srcpkgs/python-Jinja2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Jinja2/template b/srcpkgs/python-Jinja2/template index a1d57f364fe..c9db333429b 100644 --- a/srcpkgs/python-Jinja2/template +++ b/srcpkgs/python-Jinja2/template @@ -1,7 +1,7 @@ # Template file for 'python-Jinja2' pkgname=python-Jinja2 version=2.11.2 -revision=1 +revision=2 wrksrc="Jinja2-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 84cc3e1cfb96ebf4da2fc906c5357c3cf0a89a74 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:14 -0400 Subject: [PATCH 0573/1111] python-M2Crypto: rebuild for Python 3.9 --- 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 619c49f7df6..7a85be3041a 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=4 +revision=5 wrksrc="M2Crypto-${version}" build_style=python-module pycompile_module="M2Crypto" From 7ef7a6e71fb200b53131d14890f6f27c2d2b6dc3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:14 -0400 Subject: [PATCH 0574/1111] python-MarkupSafe: rebuild for Python 3.9 --- srcpkgs/python-MarkupSafe/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-MarkupSafe/template b/srcpkgs/python-MarkupSafe/template index 010a7d0163c..780a65f9242 100644 --- a/srcpkgs/python-MarkupSafe/template +++ b/srcpkgs/python-MarkupSafe/template @@ -1,7 +1,7 @@ # Template file for 'python-MarkupSafe' pkgname=python-MarkupSafe version=1.1.1 -revision=5 +revision=6 wrksrc="MarkupSafe-${version}" build_style=python-module pycompile_module="markupsafe" From 29cb00c12bd050814c1ce7932770625cca641c4e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:14 -0400 Subject: [PATCH 0575/1111] python-PyHamcrest: rebuild for Python 3.9 --- 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 204a6a1a95e..ddb560675b3 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=3 +revision=4 wrksrc="PyHamcrest-${version}" build_style=python-module pycompile_module="hamcrest" From 507817652eb2b7b364bb6538402157a18cd20f4c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:14 -0400 Subject: [PATCH 0576/1111] python-Pygments: rebuild for Python 3.9 --- srcpkgs/python-Pygments/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Pygments/template b/srcpkgs/python-Pygments/template index 17f7b6bf5d2..5245394266c 100644 --- a/srcpkgs/python-Pygments/template +++ b/srcpkgs/python-Pygments/template @@ -1,7 +1,7 @@ # Template file for 'python-Pygments' pkgname=python-Pygments version=2.5.2 -revision=2 +revision=3 wrksrc="Pygments-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 42e43ec943163c433a642ad668f01e95275f8c25 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:14 -0400 Subject: [PATCH 0577/1111] python-SQLAlchemy: rebuild for Python 3.9 --- 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 27b5d9032b1..b4ff86c2762 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=1 +revision=2 wrksrc="SQLAlchemy-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 42a66bd5000353cddcd7546ce465c4486ffa37b4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:14 -0400 Subject: [PATCH 0578/1111] python-Twisted: rebuild for Python 3.9 --- 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 65e896f1f2b..5371c036a04 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=1 +revision=2 wrksrc="Twisted-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools From 7202e85421eb926da2d899d3360363ac28df5eec Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:14 -0400 Subject: [PATCH 0579/1111] python-atomicwrites: rebuild for Python 3.9 --- 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 818d2caf896..e5cbe22980f 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.3.0 -revision=3 +revision=4 wrksrc="atomicwrites-${version}" build_style=python-module pycompile_module="atomicwrites" From 2625908a0dc658913a0abc5f86e1b4e34511a5c6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:14 -0400 Subject: [PATCH 0580/1111] python-attrs: rebuild for Python 3.9 --- 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 a58b18c7b90..0689954434f 100644 --- a/srcpkgs/python-attrs/template +++ b/srcpkgs/python-attrs/template @@ -1,7 +1,7 @@ # Template file for 'python-attrs' pkgname=python-attrs version=20.2.0 -revision=1 +revision=2 wrksrc="attrs-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 1ee899a42b7fdb4e3463de654dc127dfe0511201 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:15 -0400 Subject: [PATCH 0581/1111] python-automat: rebuild for Python 3.9 --- 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 372f26c62a9..74c3ef1cafe 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=2 +revision=3 wrksrc="Automat-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From ddecc57e981824c73f696aeb43d185f7ec023ca2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:15 -0400 Subject: [PATCH 0582/1111] python-b2sdk: rebuild for Python 3.9 --- 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 a499face476..6ee518013bc 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.1.4 -revision=2 +revision=3 wrksrc="b2sdk-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 463d16448bfe108a21ca2b97f7e5a95b063f6d2b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:15 -0400 Subject: [PATCH 0583/1111] python-bcrypt: rebuild for Python 3.9 --- 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 664b5c9df07..416bd2d281e 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.1.7 -revision=2 +revision=3 wrksrc="bcrypt-${version}" build_style=python-module pycompile_module="bcrypt" From 495f53a79f64d82c1dafb6bdc9f51a326ee3ed13 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:15 -0400 Subject: [PATCH 0584/1111] python-boto: rebuild for Python 3.9 --- 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 677b84bdd6f..732c14f8d9e 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=3 +revision=4 wrksrc="boto-${version}" build_style=python-module pycompile_module="boto" From ad6a0d4b36aee69285feaa8885e7c38c50863880 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:15 -0400 Subject: [PATCH 0585/1111] python-cffi: rebuild for Python 3.9 --- 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 cb106575f5f..843d11d2f35 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.3 -revision=1 +revision=2 wrksrc="cffi-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools libffi-devel" From b240db6550179b6c4b42a5bb5165b1c30a156eb2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:15 -0400 Subject: [PATCH 0586/1111] python-chardet: rebuild for Python 3.9 --- 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 9fb0c4f4dac..18ae457b2a8 100644 --- a/srcpkgs/python-chardet/template +++ b/srcpkgs/python-chardet/template @@ -1,7 +1,7 @@ # Template file for 'python-chardet' pkgname=python-chardet version=3.0.4 -revision=4 +revision=5 wrksrc="chardet-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 9f2df5efb6b6bb2b378d818ce5bab343b61500dc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:15 -0400 Subject: [PATCH 0587/1111] python-configobj: rebuild for Python 3.9 --- 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 d292221e887..99d86ab89b8 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=7 +revision=8 wrksrc="configobj-${version}" build_style=python-module pycompile_module="_version.py configobj.py validate.py" From 71155c2350274d7d361390e3f3f8bd41881d8233 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:16 -0400 Subject: [PATCH 0588/1111] python-constantly: rebuild for Python 3.9 --- 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 e1607c060b1..1686c863022 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=4 +revision=5 wrksrc="constantly-${version}" build_style=python-module pycompile_module="constantly" From dab7034642da58fbc524dd1c44f5b1be5abc5453 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:16 -0400 Subject: [PATCH 0589/1111] python-coverage: rebuild for Python 3.9 --- 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 c151fa762da..332e7baa3b7 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=1 +revision=2 wrksrc="${pkgname/python-//}-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 292ad155a9a07eabd62e8e709ba08f9dad0eb9dd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:16 -0400 Subject: [PATCH 0590/1111] python-cryptography: rebuild for Python 3.9 --- srcpkgs/python-cryptography/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-cryptography/template b/srcpkgs/python-cryptography/template index f551f21d4c4..94dc160bda1 100644 --- a/srcpkgs/python-cryptography/template +++ b/srcpkgs/python-cryptography/template @@ -1,7 +1,7 @@ # Template file for 'python-cryptography' pkgname=python-cryptography version=3.1 -revision=1 +revision=2 wrksrc="cryptography-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools libressl-devel From ee13ef05313b51449a41704dd3a4a6c3d8081ad8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:16 -0400 Subject: [PATCH 0591/1111] python-cryptography_vectors: rebuild for Python 3.9 --- srcpkgs/python-cryptography_vectors/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-cryptography_vectors/template b/srcpkgs/python-cryptography_vectors/template index e92206cc4d3..94ad54558f4 100644 --- a/srcpkgs/python-cryptography_vectors/template +++ b/srcpkgs/python-cryptography_vectors/template @@ -1,7 +1,7 @@ # Template file for 'python-cryptography_vectors' pkgname=python-cryptography_vectors version=3.1 -revision=2 +revision=3 wrksrc="cryptography_vectors-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 98ffbbc0b9a0088db92d9e86ccc2b65487db5a3e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:16 -0400 Subject: [PATCH 0592/1111] python-dateutil: rebuild for Python 3.9 --- srcpkgs/python-dateutil/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-dateutil/template b/srcpkgs/python-dateutil/template index e3b8e9e1752..6dc876145df 100644 --- a/srcpkgs/python-dateutil/template +++ b/srcpkgs/python-dateutil/template @@ -1,7 +1,7 @@ # Template file for 'python-dateutil' pkgname=python-dateutil version=2.8.0 -revision=3 +revision=4 build_style=python-module pycompile_module="dateutil" hostmakedepends="python-setuptools python3-setuptools" From 150645c11b3260d08e8043b9d13dea6039f99f5c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:16 -0400 Subject: [PATCH 0593/1111] python-dbus: rebuild for Python 3.9 --- 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 8044bb7df0e..ee6b9ddb79f 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=1 +revision=2 wrksrc="dbus-python-${version}" build_style=gnu-configure hostmakedepends="pkg-config python-devel python3-devel" From 0bb09718924c8fc18a5df5d54fc4adcdd2cf3d9c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:16 -0400 Subject: [PATCH 0594/1111] python-decorator: rebuild for Python 3.9 --- srcpkgs/python-decorator/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template index 5cad98c511d..66042864eab 100644 --- a/srcpkgs/python-decorator/template +++ b/srcpkgs/python-decorator/template @@ -1,7 +1,7 @@ # Template file for 'python-decorator' pkgname=python-decorator version=4.4.0 -revision=3 +revision=4 wrksrc="decorator-${version}" build_style=python-module pycompile_module="decorator.py" From a827e827ca2e54f9717978e9a99ea5307b4d89d3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:16 -0400 Subject: [PATCH 0595/1111] python-distutils-extra: rebuild for Python 3.9 --- 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 4b0ff720611..61648d80ced 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=5 +revision=6 build_style=python-module pycompile_module="DistUtilsExtra" hostmakedepends="intltool python-setuptools python3-setuptools" From d5397345db39eef2570cb333d815fe60cf554748 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:17 -0400 Subject: [PATCH 0596/1111] python-docutils: rebuild for Python 3.9 --- srcpkgs/python-docutils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-docutils/template b/srcpkgs/python-docutils/template index 053f0f5be98..02232f31a26 100644 --- a/srcpkgs/python-docutils/template +++ b/srcpkgs/python-docutils/template @@ -1,7 +1,7 @@ # Template file for 'python-docutils' pkgname=python-docutils version=0.16 -revision=2 +revision=3 wrksrc="docutils-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From ee66cff2ceb3e20fcf3ff532bdf3b99fabc22a4d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:17 -0400 Subject: [PATCH 0597/1111] python-evdev: rebuild for Python 3.9 --- 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 11770a1ad4b..ded33276800 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=3 +revision=4 build_style=python-module pycompile_module="evdev" hostmakedepends="python-setuptools python3-setuptools" From b5475b4fab80d56cefe3eb047b46c609f296cde9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:17 -0400 Subject: [PATCH 0598/1111] python-feedparser: rebuild for Python 3.9 --- srcpkgs/python-feedparser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-feedparser/template b/srcpkgs/python-feedparser/template index 64ba314b0b8..993e350e560 100644 --- a/srcpkgs/python-feedparser/template +++ b/srcpkgs/python-feedparser/template @@ -1,7 +1,7 @@ # Template file for 'python-feedparser' pkgname=python-feedparser version=5.2.1 -revision=7 +revision=8 wrksrc="feedparser-${version}" build_style=python-module pycompile_module="feedparser.py" From bbc14fe0d2631032f1e0ff210ad39a5eab32a2ec Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:17 -0400 Subject: [PATCH 0599/1111] python-gntp: rebuild for Python 3.9 --- srcpkgs/python-gntp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-gntp/template b/srcpkgs/python-gntp/template index b7a172f348a..516246a110b 100644 --- a/srcpkgs/python-gntp/template +++ b/srcpkgs/python-gntp/template @@ -1,7 +1,7 @@ # Template file for 'python-gntp' pkgname=python-gntp version=1.0.3 -revision=6 +revision=7 wrksrc="gntp-${version}" build_style=python-module pycompile_module="gntp" From 2408a7f3fb4e10da3dea38c5c1a07252afe57f2d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:17 -0400 Subject: [PATCH 0600/1111] python-hyperlink: rebuild for Python 3.9 --- 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 933a3540c20..eb2799306a5 100644 --- a/srcpkgs/python-hyperlink/template +++ b/srcpkgs/python-hyperlink/template @@ -1,7 +1,7 @@ # Template file for 'python-hyperlink' pkgname=python-hyperlink version=19.0.0 -revision=3 +revision=4 wrksrc="hyperlink-${version}" build_style=python-module pycompile_module="hyperlink" From f1d08c25c81bf007cc764f99a8d6b0cf900248af Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:17 -0400 Subject: [PATCH 0601/1111] python-hypothesis: rebuild for Python 3.9 --- srcpkgs/python-hypothesis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-hypothesis/template b/srcpkgs/python-hypothesis/template index 4c8c0291fc6..f5d24ead724 100644 --- a/srcpkgs/python-hypothesis/template +++ b/srcpkgs/python-hypothesis/template @@ -1,7 +1,7 @@ # Template file for 'python-hypothesis' pkgname=python-hypothesis version=4.38.2 -revision=3 +revision=4 wrksrc="hypothesis-hypothesis-python-${version}" build_wrksrc=hypothesis-python build_style=python-module From 3e522f7a0fc495c5998333f0fc8e81ce9c55324d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:17 -0400 Subject: [PATCH 0602/1111] python-idna: rebuild for Python 3.9 --- srcpkgs/python-idna/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template index 1a097884cbe..762e520aa7f 100644 --- a/srcpkgs/python-idna/template +++ b/srcpkgs/python-idna/template @@ -1,7 +1,7 @@ # Template file for 'python-idna' pkgname=python-idna version=2.9 -revision=2 +revision=3 wrksrc="idna-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From f611e3c7a3afa91929c5cfc1e263158426cbd54e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:18 -0400 Subject: [PATCH 0603/1111] python-incremental: rebuild for Python 3.9 --- 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 1a8b7f8d206..b5248b29eb3 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=4 +revision=5 wrksrc="incremental-${version}" build_style=python-module pycompile_module="incremental" From e80ebcab0e50a0aeed11e22518de7b051d375f17 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:18 -0400 Subject: [PATCH 0604/1111] python-iso-8601: rebuild for Python 3.9 --- srcpkgs/python-iso-8601/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-iso-8601/template b/srcpkgs/python-iso-8601/template index b094c82ab31..114fd22f7d9 100644 --- a/srcpkgs/python-iso-8601/template +++ b/srcpkgs/python-iso-8601/template @@ -1,7 +1,7 @@ # Template file for 'python-iso-8601' pkgname=python-iso-8601 version=0.3.0 -revision=3 +revision=4 wrksrc="iso-8601-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From f6ad25be5031c3d6dedc09358bf2054e911ef4bc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:18 -0400 Subject: [PATCH 0605/1111] python-isodate: rebuild for Python 3.9 --- 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 b2f65659bad..9238842e196 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=3 +revision=4 wrksrc="isodate-${version}" build_style=python-module pycompile_module="isodate" From e920c4d0d082f366823b304921d74ef6edb52fe0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:18 -0400 Subject: [PATCH 0606/1111] python-lockfile: rebuild for Python 3.9 --- 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 3b9cc302904..8b01b42bb95 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=5 +revision=6 wrksrc="lockfile-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools python-pbr python3-pbr" From f8f5d9e604ea63c55ce6b6682fb14bea56f78203 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:18 -0400 Subject: [PATCH 0607/1111] python-lxml: rebuild for Python 3.9 --- 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 2b509fca32a..edd977fa652 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.4.3 -revision=1 +revision=2 wrksrc="lxml-lxml-${version}" build_style=python-module hostmakedepends="libxslt-devel python-Cython python-setuptools python3-Cython python3-setuptools" From e2726639d443a747dd9a7241a6f27de62bd69c8e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:18 -0400 Subject: [PATCH 0608/1111] python-netifaces: rebuild for Python 3.9 --- srcpkgs/python-netifaces/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-netifaces/template b/srcpkgs/python-netifaces/template index 760f657aaba..4bca5a924ad 100644 --- a/srcpkgs/python-netifaces/template +++ b/srcpkgs/python-netifaces/template @@ -1,7 +1,7 @@ # Template file for 'python-netifaces' pkgname=python-netifaces version=0.10.9 -revision=2 +revision=3 wrksrc="netifaces-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 1e0aff17a10162c4cd283bd8f6d2416c71c72bbe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:18 -0400 Subject: [PATCH 0609/1111] python-nose: rebuild for Python 3.9 --- 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 f5d5cc0bdfb..95f3607a40a 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=5 +revision=6 wrksrc="nose-${version}" build_style=python-module pycompile_module="nose" From 2fa9664f4e9f79159bca458b9120281a4bac3c5c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:18 -0400 Subject: [PATCH 0610/1111] python-openssl: rebuild for Python 3.9 --- 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 27d5ff265c1..ff1ae3918cb 100644 --- a/srcpkgs/python-openssl/template +++ b/srcpkgs/python-openssl/template @@ -1,7 +1,7 @@ # Template file for 'python-openssl' pkgname=python-openssl version=19.1.0 -revision=2 +revision=3 wrksrc="pyOpenSSL-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 64f7ef3f9d63c43c030a0a68bf083fab5f2ece46 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:19 -0400 Subject: [PATCH 0611/1111] python-packaging: rebuild for Python 3.9 --- srcpkgs/python-packaging/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-packaging/template b/srcpkgs/python-packaging/template index 0b5f38565e1..53d522227a1 100644 --- a/srcpkgs/python-packaging/template +++ b/srcpkgs/python-packaging/template @@ -1,7 +1,7 @@ # Template file for 'python-packaging' pkgname=python-packaging version=19.1 -revision=4 +revision=5 wrksrc="packaging-${version}" build_style=python-module pycompile_module="packaging" From bb2d1ba497b7a63e94bddbe7290bbfb769501bb2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:19 -0400 Subject: [PATCH 0612/1111] python-parsing: rebuild for Python 3.9 --- 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 e1b9193a9c8..1d938f725f6 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.6 -revision=2 +revision=3 wrksrc="pyparsing-pyparsing_${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 64a46abc694cc10d130dc85cc32f13fac9c36a04 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:19 -0400 Subject: [PATCH 0613/1111] python-pathlib2: rebuild for Python 3.9 --- 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 e40edf9f713..622b82fe66d 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=4 +revision=5 wrksrc="pathlib2-${version}" build_style=python-module pycompile_module="pathlib2" From e5d2c3c703d5b2e8f4c3b649b592f89ae13c12a8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:19 -0400 Subject: [PATCH 0614/1111] python-pbr: rebuild for Python 3.9 --- srcpkgs/python-pbr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pbr/template b/srcpkgs/python-pbr/template index d782fe1e996..6d8ac5a1dbf 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=3 +revision=4 wrksrc="pbr-${version}" build_style=python-module pycompile_module="pbr" From a8b9f9c4ad2f51617e6b8cf0dd6c081ddf04a8e7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:19 -0400 Subject: [PATCH 0615/1111] python-pgpdump: rebuild for Python 3.9 --- 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 b81b40c0ef8..4c629009edb 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=7 +revision=8 build_style=python-module pycompile_module="pgpdump" hostmakedepends="python-setuptools python3-setuptools" From bb26f725b9ae51643e1389496384528ca180cf27 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:19 -0400 Subject: [PATCH 0616/1111] python-ply: rebuild for Python 3.9 --- 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 30d5e39067e..37282837f2f 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=3 +revision=4 wrksrc="ply-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From c8b041f63ec56375f069b5d1c6bba3f9ac9d3dbc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:19 -0400 Subject: [PATCH 0617/1111] python-pretend: rebuild for Python 3.9 --- 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 77bad8acf0e..8703c32f421 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=3 +revision=4 wrksrc="pretend-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 325c4bf1f3349b9463aec0dbd0a2ad4dc2e4b051 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:19 -0400 Subject: [PATCH 0618/1111] python-psutil: rebuild for Python 3.9 --- srcpkgs/python-psutil/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-psutil/template b/srcpkgs/python-psutil/template index 50a07660278..ffae107ea43 100644 --- a/srcpkgs/python-psutil/template +++ b/srcpkgs/python-psutil/template @@ -1,7 +1,7 @@ # Template file for 'python-psutil' pkgname=python-psutil version=5.7.0 -revision=2 +revision=3 wrksrc="psutil-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From bbf2cb8c64ad6d1aa61a4c41fab8aae8ed065fbf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:20 -0400 Subject: [PATCH 0619/1111] python-pyasn1: rebuild for Python 3.9 --- 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 95ed039b870..85eec768dbf 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=2 +revision=3 wrksrc="pyasn1-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From c2bfd1b760ddc55fe2a0229d6ba501665dc168c9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:20 -0400 Subject: [PATCH 0620/1111] python-pyasn1-modules: rebuild for Python 3.9 --- 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 1db99e291a9..918fad29aa5 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=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python-module pycompile_module="pyasn1_modules" From 38d684fd2a7fa23d4ec5f3357ab1b0a9da857c44 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:20 -0400 Subject: [PATCH 0621/1111] python-pycodestyle: rebuild for Python 3.9 --- srcpkgs/python-pycodestyle/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pycodestyle/template b/srcpkgs/python-pycodestyle/template index f03c91a0ee1..157a5d5f9fc 100644 --- a/srcpkgs/python-pycodestyle/template +++ b/srcpkgs/python-pycodestyle/template @@ -1,7 +1,7 @@ # Template file for 'python-pycodestyle' pkgname=python-pycodestyle version=2.6.0 -revision=2 +revision=3 wrksrc="pycodestyle-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 980eb7148a9c07b0b359cee552a17db214e48386 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:20 -0400 Subject: [PATCH 0622/1111] python-pycparser: rebuild for Python 3.9 --- 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 ff4f32c404b..52a39a9d59d 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.19 -revision=3 +revision=4 wrksrc="pycparser-${version}" build_style=python-module pycompile_module="pycparser" From e9473d4f12a21baaae3272eb3da745820efd0ef6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:20 -0400 Subject: [PATCH 0623/1111] python-pycryptodome: rebuild for Python 3.9 --- 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 46a40689dc5..a566f67cc03 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=1 +revision=2 wrksrc="pycryptodome-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 08bb264899fe974c466086a011bc037032f123bd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:20 -0400 Subject: [PATCH 0624/1111] python-pyglet: rebuild for Python 3.9 --- 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 d3fc17b6a15..947f81ea642 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=2 +revision=3 wrksrc="pyglet-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools unzip" From e9de2ae3edb1ae085bfe9de1c965e523ffed2a66 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:20 -0400 Subject: [PATCH 0625/1111] python-pyserial: rebuild for Python 3.9 --- 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 f45d1aad246..315f720dbe9 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=4 +revision=5 wrksrc="pyserial-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 5c061ad8261fe733b69e784df01ee3cc798adf8d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:21 -0400 Subject: [PATCH 0626/1111] python-pystache: rebuild for Python 3.9 --- srcpkgs/python-pystache/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pystache/template b/srcpkgs/python-pystache/template index ed0d09d544d..4bed7b9403d 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=4 +revision=5 wrksrc="pystache-${version}" build_style=python-module pycompile_module="pystache" From 93dd4de8985b6ec3b8e7d248259dfeb436ef39b9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:21 -0400 Subject: [PATCH 0627/1111] python-pytz: rebuild for Python 3.9 --- 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 424e6bc15ac..4ced0e4221d 100644 --- a/srcpkgs/python-pytz/template +++ b/srcpkgs/python-pytz/template @@ -1,7 +1,7 @@ # Template file for 'python-pytz' pkgname=python-pytz version=2020.1 -revision=1 +revision=2 wrksrc="pytz-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 51455aa8f0f7a273b0fb92f9d1ff213288d9cf36 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:21 -0400 Subject: [PATCH 0628/1111] python-rdflib: rebuild for Python 3.9 --- 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 8437ac417c4..c921bf33204 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=4 +revision=5 wrksrc="rdflib-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 2df03666b78ab94d6200043473d1e61df14b6a93 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:21 -0400 Subject: [PATCH 0629/1111] python-reportlab: rebuild for Python 3.9 --- 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 5ba341aed29..4fcb53f8a79 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=1 +revision=2 wrksrc="reportlab-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools freetype-devel" From 64c4b946564668f115f54ecacf80b039562cf0b6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:21 -0400 Subject: [PATCH 0630/1111] python-requests: rebuild for Python 3.9 --- 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 3222c5bed2c..0919a942d4c 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.23.0 -revision=2 +revision=3 wrksrc="requests-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From feb5cdfbc8dbd21c9851d0c0fd073d1b9da98e57 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:21 -0400 Subject: [PATCH 0631/1111] python-rfc6555: rebuild for Python 3.9 --- 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 e310dfdabf0..8ff1b98c08d 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=3 +revision=4 wrksrc="rfc6555-${version}" build_style=python-module pycompile_module="rfc6555" From 68b1e4dc541d7b5d74ad5c023d3521d158431db2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:21 -0400 Subject: [PATCH 0632/1111] python-scandir: rebuild for Python 3.9 --- 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 b02fe6d0281..b60c5835b5c 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=3 +revision=4 wrksrc="scandir-${version}" build_style=python-module pycompile_module="scandir.py" From fb3f50f0c83904b7d6fcf120710d70f5324a7afe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:21 -0400 Subject: [PATCH 0633/1111] python-service_identity: rebuild for Python 3.9 --- 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 88eb3ae4d15..18055c2d455 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=3 +revision=4 wrksrc="service_identity-${version}" build_style=python-module pycompile_module="service_identity" From 1c28659543d19575eb2b88cb43569f2522dd1043 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:22 -0400 Subject: [PATCH 0634/1111] python-six: rebuild for Python 3.9 --- 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 d1b862cd9c7..807d8fb46fd 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.15.0 -revision=2 +revision=3 wrksrc="six-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 1e846254914566932ec13c404c4a8ac92acc50cc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:22 -0400 Subject: [PATCH 0635/1111] python-sqlalchemy-migrate: rebuild for Python 3.9 --- 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 8b3172216b0..8f94329759b 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=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python-module pycompile_module="migrate" From 51f663739df35e9ded03ab5fa1ae87b5d6049ddc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:22 -0400 Subject: [PATCH 0636/1111] python-sqlparse: rebuild for Python 3.9 --- 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 7cbaee84385..8e3b396e3a9 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=3 +revision=4 wrksrc="sqlparse-${version}" build_style=python-module pycompile_module="sqlparse" From b19540444ddac72b684cb1dfec367b1762e499a4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:22 -0400 Subject: [PATCH 0637/1111] python-tempita: rebuild for Python 3.9 --- srcpkgs/python-tempita/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-tempita/template b/srcpkgs/python-tempita/template index 1d580085566..bd61a4b21de 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=5 +revision=6 wrksrc="Tempita-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 749dba91b71578a5b61fd4a1bf00f21a9ea5890f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:22 -0400 Subject: [PATCH 0638/1111] python-urllib3: rebuild for Python 3.9 --- 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 09279b1573e..682a6b783a1 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.25.8 -revision=2 +revision=3 wrksrc="urllib3-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From b19ed6e41ffdfba35b4e8034927fbae6a89783b9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:22 -0400 Subject: [PATCH 0639/1111] python-urwid: rebuild for Python 3.9 --- 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 4fac8137bc6..7250dfc3306 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.0 -revision=1 +revision=2 wrksrc="urwid-${version}" build_style="python-module" hostmakedepends="python-setuptools python3-setuptools" From 97e427ec8dbafe57f27b124047040936d8b4a91a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:22 -0400 Subject: [PATCH 0640/1111] python-wcwidth: rebuild for Python 3.9 --- 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 43f9bc1ea24..254d0798c67 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=2 +revision=3 wrksrc="wcwidth-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 61cd48045b0ff0d2208627f9bbc17294dfcd6cd8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:22 -0400 Subject: [PATCH 0641/1111] python-xdg: rebuild for Python 3.9 --- 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 ad6b2c1e4d2..083f17308d3 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.26 -revision=3 +revision=4 wrksrc="pyxdg-${version}" build_style=python-module hostmakedepends="python python3" From 3175bceabea2139607de702df03ddc355e158a93 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:23 -0400 Subject: [PATCH 0642/1111] python-xlib: rebuild for Python 3.9 --- srcpkgs/python-xlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-xlib/template b/srcpkgs/python-xlib/template index 68ffb98bdf0..de315a200d9 100644 --- a/srcpkgs/python-xlib/template +++ b/srcpkgs/python-xlib/template @@ -1,7 +1,7 @@ # Template file for 'python-xlib' pkgname=python-xlib version=0.27 -revision=2 +revision=3 build_style=python-module hostmakedepends="python-setuptools python3-setuptools" depends="python-six" From c56525c08eaf2765e94dc046959dff8be35604ec Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:23 -0400 Subject: [PATCH 0643/1111] python-zope.interface: rebuild for Python 3.9 --- 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 2b08dff3db0..97366554381 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.1.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 074cbdae20db7ce14b6743cad81b5f2ccd2e11b8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:23 -0400 Subject: [PATCH 0644/1111] python3: rebuild for Python 3.9 --- srcpkgs/python3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template index 299e64ba76f..0186a36b4dc 100644 --- a/srcpkgs/python3/template +++ b/srcpkgs/python3/template @@ -4,7 +4,7 @@ # pkgname=python3 version=3.9.0 -revision=1 +revision=2 wrksrc="Python-${version}" pycompile_dirs="usr/lib/python${version%.*}" hostmakedepends="pkgconf" From f7d71265add4f7e548d87958f7fe95c890cc0f19 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:23 -0400 Subject: [PATCH 0645/1111] python3-Arrow: rebuild for Python 3.9 --- 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 a03ac3fd2a6..3c81e5ba65f 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=2 +revision=3 wrksrc="arrow-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ff76b9eba1e4151216dda0d4c570b5709d97a7ac Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:23 -0400 Subject: [PATCH 0646/1111] python3-BeautifulSoup4: rebuild for Python 3.9 --- srcpkgs/python3-BeautifulSoup4/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-BeautifulSoup4/template b/srcpkgs/python3-BeautifulSoup4/template index 7e2f40ab129..66ba690cf36 100644 --- a/srcpkgs/python3-BeautifulSoup4/template +++ b/srcpkgs/python3-BeautifulSoup4/template @@ -1,7 +1,7 @@ # Template file for 'python3-BeautifulSoup4' pkgname=python3-BeautifulSoup4 version=4.8.2 -revision=2 +revision=3 wrksrc="beautifulsoup4-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d8dbdec657e915acc12604f8ee2c2284d3349e9a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:23 -0400 Subject: [PATCH 0647/1111] python3-Bottleneck: rebuild for Python 3.9 --- 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 188385a936e..ffd668d2862 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=2 +revision=3 wrksrc="Bottleneck-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-numpy" From 31cfef6c34d27ddf5c9efc2e4e0acfed9b2525f3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:23 -0400 Subject: [PATCH 0648/1111] python3-Cheroot: rebuild for Python 3.9 --- 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 a1f74ef3846..95fb8cd16fd 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.3.1 -revision=2 +revision=3 wrksrc="cheroot-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1fb0ad7d631460363ece154af8a315a27944c428 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:23 -0400 Subject: [PATCH 0649/1111] python3-ConfigArgParse: rebuild for Python 3.9 --- 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 dd13ea719a4..ea63fa702d3 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.2.3 -revision=1 +revision=2 wrksrc="ConfigArgParse-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 669ecebb90aa895b324eceea3e2ea2cb53269d90 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:24 -0400 Subject: [PATCH 0650/1111] python3-Flask: rebuild for Python 3.9 --- 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 b90a920b546..e761c1104c9 100644 --- a/srcpkgs/python3-Flask/template +++ b/srcpkgs/python3-Flask/template @@ -1,7 +1,7 @@ # Template file for 'python3-Flask' pkgname=python3-Flask version=1.1.2 -revision=2 +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3fc60596cdd7a5f47eff114c06c5a07eb98bb2d4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:24 -0400 Subject: [PATCH 0651/1111] python3-Flask-Assets: rebuild for Python 3.9 --- 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 3c747319020..ae1ff950453 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=5 +revision=6 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a2aed5ecc703ddf7f6423c99e2d3f42ed30df206 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:24 -0400 Subject: [PATCH 0652/1111] python3-Flask-Babel: rebuild for Python 3.9 --- 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 2bf6d808948..00087dab0d7 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=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2c1819599b13667aff94f4b75278a3e64403fa79 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:24 -0400 Subject: [PATCH 0653/1111] python3-Flask-HTTPAuth: rebuild for Python 3.9 --- 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 cb81e25105a..7670c3df584 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.1.0 -revision=1 +revision=2 wrksrc=Flask-HTTPAuth-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 08913b82078b2ef510915c8ffb7c74665886ae8c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:24 -0400 Subject: [PATCH 0654/1111] python3-Flask-Login: rebuild for Python 3.9 --- 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 ee5d3fc6a61..1b5a3045ed8 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=2 +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From fa3478a8a9218940e3e23edfc78471cfe51c9d83 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:24 -0400 Subject: [PATCH 0655/1111] python3-Flask-OAuthlib: rebuild for Python 3.9 --- 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 919babd61f5..a8757ecb9b7 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.5 -revision=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6b8cd3847a2813fb81aac7dd4e5e08682855f0bf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:24 -0400 Subject: [PATCH 0656/1111] python3-Flask-Script: rebuild for Python 3.9 --- 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 692d682da6a..b91928786f0 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=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From af140b5a8d638d44d1d0394a2f7cea17b287ef77 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:24 -0400 Subject: [PATCH 0657/1111] python3-Flask-WTF: rebuild for Python 3.9 --- 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 4ab989ca651..4780e96e154 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=2 +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2b89cfe0a5a674d05204152c18629ca5923030a3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:25 -0400 Subject: [PATCH 0658/1111] python3-GitPython: rebuild for Python 3.9 --- 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 77b3654ad40..2a489e12a11 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=3 +revision=4 wrksrc="GitPython-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a3f19ab07d0b00c167ef611520120f40ba5e41ef Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:25 -0400 Subject: [PATCH 0659/1111] python3-IPy: rebuild for Python 3.9 --- 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 b5fc36135ad..97d2fad9033 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.00 -revision=3 +revision=4 wrksrc="IPy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2ab8a44901c78e179648954f2e184ce670c00e1a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:25 -0400 Subject: [PATCH 0660/1111] python3-Levenshtein: rebuild for Python 3.9 --- 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 db9f0d06365..896de875574 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=4 +revision=5 wrksrc=python-Levenshtein-$version build_style=python3-module hostmakedepends="python3-devel python3-setuptools" From 438bde193270fb0a97ed4c8b4673b6dd6951b0dc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:25 -0400 Subject: [PATCH 0661/1111] python3-Mako: rebuild for Python 3.9 --- 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 3312217d823..b9fd76af94b 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=2 +revision=3 wrksrc="Mako-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d57b979d15502de0f672519fc90ca5c3a46f5179 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:25 -0400 Subject: [PATCH 0662/1111] python3-Markups: rebuild for Python 3.9 --- 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 b72e25c6f64..b216c9777b9 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=4 +revision=5 wrksrc="Markups-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4c3bebeea25d9c6920239a98671ea957914b66ae Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:25 -0400 Subject: [PATCH 0663/1111] python3-MiniMock: rebuild for Python 3.9 --- 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 58b44884944..ccfea275e98 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=4 +revision=5 wrksrc="MiniMock-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3b321dd44b2120a6e1e856e7f52d217191283c0d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:25 -0400 Subject: [PATCH 0664/1111] python3-PGPy: rebuild for Python 3.9 --- 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 995a1d74fd7..602a5fadce9 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.2 -revision=1 +revision=2 wrksrc=PGPy-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 36b4555456c6e16b4bef0bf99d26f89aaea55189 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:25 -0400 Subject: [PATCH 0665/1111] python3-Pillow: rebuild for Python 3.9 --- 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 f40ce622952..841250be9f2 100644 --- a/srcpkgs/python3-Pillow/template +++ b/srcpkgs/python3-Pillow/template @@ -1,7 +1,7 @@ # Template file for 'python3-Pillow' pkgname=python3-Pillow version=7.2.0 -revision=1 +revision=2 wrksrc="Pillow-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 410eaa9da1a43b51ad8da22e6ab36902e476bd80 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:26 -0400 Subject: [PATCH 0666/1111] python3-PyAudio: rebuild for Python 3.9 --- 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 c916530cc1e..9d0f850bd24 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=4 +revision=5 wrksrc="PyAudio-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a766249afe89de563985f04c1ad6f937d3e149a7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:26 -0400 Subject: [PATCH 0667/1111] python3-PyICU: rebuild for Python 3.9 --- 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 33048e4ccbe..2ffda153383 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.5 -revision=2 +revision=3 wrksrc="PyICU-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2c6309cde854b408b54776318f34b60b4b59b38c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:26 -0400 Subject: [PATCH 0668/1111] python3-PyJWT: rebuild for Python 3.9 --- 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 bf1dda0753e..6ce0464e8cf 100644 --- a/srcpkgs/python3-PyJWT/template +++ b/srcpkgs/python3-PyJWT/template @@ -1,7 +1,7 @@ # Template file for 'python3-PyJWT' pkgname=python3-PyJWT version=1.7.1 -revision=2 +revision=3 wrksrc="PyJWT-${version}" build_style=python3-module pycompile_module="PyJWT.py" From 83360a701959bba894bfbea3cee2cdf4fe5bc218 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:26 -0400 Subject: [PATCH 0669/1111] python3-PyOpenGL: rebuild for Python 3.9 --- 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 1a2f0e1500e..542a0592d5a 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=2 +revision=3 wrksrc="PyOpenGL-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3ea713eebc6a6acee541a525e8a50465ad3dbd1a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:26 -0400 Subject: [PATCH 0670/1111] python3-PyOpenGL-accelerate: rebuild for Python 3.9 --- srcpkgs/python3-PyOpenGL-accelerate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-PyOpenGL-accelerate/template b/srcpkgs/python3-PyOpenGL-accelerate/template index 9ddf09f5f1d..baadac0fbe6 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=1 +revision=2 wrksrc="PyOpenGL-accelerate-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython" From 0f8c3134f48fd7f7ecf914e7fd9f395cd3779442 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:26 -0400 Subject: [PATCH 0671/1111] python3-PyPDF2: rebuild for Python 3.9 --- 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 771a4bf4001..b6c055a5569 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=2 +revision=3 wrksrc="PyPDF2-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8f5e5b95ca0f4080ea4e8134f5afdf3c9bbd1903 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:26 -0400 Subject: [PATCH 0672/1111] python3-PyQt-builder: rebuild for Python 3.9 --- 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 de69efc881c..b41634f0288 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.5.0 -revision=2 +revision=3 wrksrc=PyQt-builder-$version build_style=python3-module hostmakedepends="python3-setuptools" From 1fc050c85ee5dc6a3b3ee22e9e56ec6aea6652c5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:26 -0400 Subject: [PATCH 0673/1111] python3-PyQt5: rebuild for Python 3.9 --- 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 6a5e0edf4e4..b24e2dc6673 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.1 -revision=1 +revision=2 _sipver=12.8.0 wrksrc="PyQt5-${version}" build_helper=qemu From f53de66302874f6ea4f4fbddb4ec92cf7a2a7ff8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:27 -0400 Subject: [PATCH 0674/1111] python3-PyQt5-webengine: rebuild for Python 3.9 --- 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 33956d8a64a..1016281285d 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.1 -revision=1 +revision=2 wrksrc="PyQtWebEngine-${version}" hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel python3-PyQt-builder python3-PyQt5-devel From 02760c1c945ad782903ba10e8e952144f5b6be17 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:27 -0400 Subject: [PATCH 0675/1111] python3-Pyro4: rebuild for Python 3.9 --- 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 27fcf25cb99..a60b9ff99da 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=2 +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 954f3d3ebc5a3ce5a561741c6d637ada7ef08756 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:27 -0400 Subject: [PATCH 0676/1111] python3-SPARQLWrapper: rebuild for Python 3.9 --- srcpkgs/python3-SPARQLWrapper/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-SPARQLWrapper/template b/srcpkgs/python3-SPARQLWrapper/template index 5a6da8a548c..4ef6a709dcf 100644 --- a/srcpkgs/python3-SPARQLWrapper/template +++ b/srcpkgs/python3-SPARQLWrapper/template @@ -1,7 +1,7 @@ # Template file for 'python3-SPARQLWrapper' pkgname=python3-SPARQLWrapper version=1.8.4 -revision=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 732c69408da2c6389ef04987aa0479ef4a773c33 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:27 -0400 Subject: [PATCH 0677/1111] python3-Sphinx: rebuild for Python 3.9 --- srcpkgs/python3-Sphinx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Sphinx/template b/srcpkgs/python3-Sphinx/template index 5a4f7d20622..0036808052d 100644 --- a/srcpkgs/python3-Sphinx/template +++ b/srcpkgs/python3-Sphinx/template @@ -1,7 +1,7 @@ # Template file for 'python3-Sphinx' pkgname=python3-Sphinx version=3.2.1 -revision=2 +revision=3 wrksrc=Sphinx-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 7405e6bf097ebbfe942ee2fdd97823b600bc7e42 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:27 -0400 Subject: [PATCH 0678/1111] python3-Unidecode: rebuild for Python 3.9 --- 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 c901fe45e05..9dbf90e2df4 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=3 +revision=4 wrksrc="Unidecode-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 790de62872513352d507d503c4b0166b539f73e9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:27 -0400 Subject: [PATCH 0679/1111] python3-WTForms: rebuild for Python 3.9 --- 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 6e2d13e84b3..fd294b09f00 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=3 +revision=4 wrksrc="WTForms-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c2e7b7233da57fb876f8ca38e8152ac4f4a70427 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:27 -0400 Subject: [PATCH 0680/1111] python3-Werkzeug: rebuild for Python 3.9 --- 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 d0722e9d93b..328535e25fb 100644 --- a/srcpkgs/python3-Werkzeug/template +++ b/srcpkgs/python3-Werkzeug/template @@ -1,7 +1,7 @@ # Template file for 'python3-Werkzeug' pkgname=python3-Werkzeug version=1.0.1 -revision=2 +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 384b812ce2b6d2e1d93a1d0cfa9de028bc5af5ab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:27 -0400 Subject: [PATCH 0681/1111] python3-Whoosh: rebuild for Python 3.9 --- 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 aa10143f91c..229ff8ac902 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=3 +revision=4 wrksrc="Whoosh-${version}" build_style=python3-module hostmakedepends="python3-devel python3-setuptools" From 8c8541e9c8ed9cd4b1b3e7cf328e3992a562b821 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:28 -0400 Subject: [PATCH 0682/1111] python3-Yapsy: rebuild for Python 3.9 --- 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 38b88be2a1a..634e59282a4 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=3 +revision=4 wrksrc="Yapsy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From aa3a63cb7c28b7ec705b470c8ef980b322d72ff4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:28 -0400 Subject: [PATCH 0683/1111] python3-aalib: rebuild for Python 3.9 --- 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 3dad9f20994..edc004b1543 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=3 +revision=4 wrksrc=python-aalib-$version build_style=python3-module hostmakedepends="python3-setuptools" From 82c99da4a2247cd4a27bb6a28129de29d8e9e4e9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:28 -0400 Subject: [PATCH 0684/1111] python3-acme: rebuild for Python 3.9 --- 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 5cb3b09b18d..c44deb43ac5 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.8.0 -revision=1 +revision=2 wrksrc="acme-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From eb5acdfd622a9316e3998e2e3758c0bda323ca64 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:28 -0400 Subject: [PATCH 0685/1111] python3-aiohttp: rebuild for Python 3.9 --- 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 d7f91e87d6e..2893cf6e890 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.6.2 -revision=2 +revision=3 wrksrc="aiohttp-${version}" build_style=python3-module pycompile_module="aiohttp" From f584ef93ab412c45dcf6bc8b8ad6709c1b29aec1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:28 -0400 Subject: [PATCH 0686/1111] python3-aiohttp2: rebuild for Python 3.9 --- srcpkgs/python3-aiohttp2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-aiohttp2/template b/srcpkgs/python3-aiohttp2/template index db3704b5700..9a839c29ab7 100644 --- a/srcpkgs/python3-aiohttp2/template +++ b/srcpkgs/python3-aiohttp2/template @@ -1,7 +1,7 @@ # Template file for 'python3-aiohttp2' pkgname=python3-aiohttp2 version=2.3.10 -revision=3 +revision=4 wrksrc="aiohttp-${version}" build_style=python3-module pycompile_module="aiohttp" From 304063e6d5447909a3d44bb3b5018c5881db365c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:28 -0400 Subject: [PATCH 0687/1111] python3-alabaster: rebuild for Python 3.9 --- 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 736913e821e..830957dcb2b 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=3 +revision=4 wrksrc="alabaster-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 383bd8c8fb7e3157dc9f04e7379ce063c3e24930 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:28 -0400 Subject: [PATCH 0688/1111] python3-alembic: rebuild for Python 3.9 --- 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 ef1e98babf1..788d37798a4 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.4.2 -revision=3 +revision=4 wrksrc="alembic-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 64d0d54f5b953fbebe6c687b8182f5de0643604f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:28 -0400 Subject: [PATCH 0689/1111] python3-alsa: rebuild for Python 3.9 --- srcpkgs/python3-alsa/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-alsa/template b/srcpkgs/python3-alsa/template index edfc2e7dafb..eb7bbd479c2 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=2 +revision=3 wrksrc="pyalsa-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f235b9abecc1772c9990ce9372e7df11d6a89f32 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:29 -0400 Subject: [PATCH 0690/1111] python3-ansicolor: rebuild for Python 3.9 --- 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 c60eea83303..657c0fcf350 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=4 +revision=5 wrksrc="ansicolor-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1709df96d2a9094a1f892feee0f89699a4bab79b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:29 -0400 Subject: [PATCH 0691/1111] python3-appdirs: rebuild for Python 3.9 --- 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 20ba0a1dd26..393dda8d025 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=2 +revision=3 wrksrc="appdirs-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 99164be80bc940f8ae140943bc7fe47bae0fe133 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:29 -0400 Subject: [PATCH 0692/1111] python3-apsw: rebuild for Python 3.9 --- 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 48cc530c1ec..61e77aff002 100644 --- a/srcpkgs/python3-apsw/template +++ b/srcpkgs/python3-apsw/template @@ -3,7 +3,7 @@ pkgname=python3-apsw _distver=3.32.2 _patchver=r1 version=${_distver}${_patchver} -revision=2 +revision=3 wrksrc="apsw-${_distver}-${_patchver}" build_style=python3-module hostmakedepends="python3-devel" From eba217d787c96cc5b3561b3b0d501d0525e66b7c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:29 -0400 Subject: [PATCH 0693/1111] python3-argcomplete: rebuild for Python 3.9 --- 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 00fe9b76b68..92c1be0098f 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.1 -revision=1 +revision=2 wrksrc="argcomplete-${version}" build_style=python3-module pycompile_module="argcomplete" From 5ed6b64877dd5d13c1987ece4149383e31170a87 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:29 -0400 Subject: [PATCH 0694/1111] python3-argh: rebuild for Python 3.9 --- 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 51d4e18343d..633671c032c 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=3 +revision=4 wrksrc="argh-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6654d49f86c5e10563430e46e7bc00e5d4574709 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:29 -0400 Subject: [PATCH 0695/1111] python3-argon2: rebuild for Python 3.9 --- 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 37c99f12a82..c81d31cced1 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=1 +revision=2 wrksrc="argon2-cffi-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-cffi" From d6a677ac4a7dac68c0ac22a1becc5cabebf5d469 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:29 -0400 Subject: [PATCH 0696/1111] python3-arxiv2bib: rebuild for Python 3.9 --- 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 74d3cc90961..b59206102e3 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=4 +revision=5 wrksrc="arxiv2bib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2b1dde06cbcf607357f3db68305c39719daea760 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:29 -0400 Subject: [PATCH 0697/1111] python3-asn1crypto: rebuild for Python 3.9 --- 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 d930b7b43ee..f85186e64e7 100644 --- a/srcpkgs/python3-asn1crypto/template +++ b/srcpkgs/python3-asn1crypto/template @@ -1,7 +1,7 @@ # Template file for 'python3-asn1crypto' pkgname=python3-asn1crypto version=0.24.0 -revision=3 +revision=4 wrksrc="asn1crypto-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 25ab2fde546c3bc2c561be6ec1e22fadb8916233 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:30 -0400 Subject: [PATCH 0698/1111] python3-atspi: rebuild for Python 3.9 --- 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 504e85daf38..36ffedcc59f 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=2 +revision=3 wrksrc="pyatspi-${version}" build_style=gnu-configure hostmakedepends="pkg-config python3" From e1faed40d6d6071e060b426aaca83db1ba6db9d0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:30 -0400 Subject: [PATCH 0699/1111] python3-audioread: rebuild for Python 3.9 --- 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 41ff43ccf4a..8db13a91ddb 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=3 +revision=4 wrksrc="audioread-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 97b64ef3a266d97ea6aae5556cdc10c596b18ede Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:30 -0400 Subject: [PATCH 0700/1111] python3-axolotl: rebuild for Python 3.9 --- 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 356d702b55d..b0146e392b3 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=3 +revision=4 wrksrc=$_pkgname-$version build_style=python3-module hostmakedepends="python3-setuptools" From f50a59e457a3cbe765809a9b92024befc10d81e6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:30 -0400 Subject: [PATCH 0701/1111] python3-axolotl-curve25519: rebuild for Python 3.9 --- 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 46b06455f09..89a97b2ddfe 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=3 +revision=4 wrksrc="$_pkgname-$version" build_style=python3-module hostmakedepends="python3-setuptools" From 3784b30fefeac6d41f25aef4f2146f18c3db34bc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:30 -0400 Subject: [PATCH 0702/1111] python3-babelfish: rebuild for Python 3.9 --- 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 57dedc929f0..df4e86ded3e 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=3 +revision=4 wrksrc="babelfish-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8a3c13d17c9538c033e195ff7a155932e43c7f0c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:30 -0400 Subject: [PATCH 0703/1111] python3-backcall: rebuild for Python 3.9 --- 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 b08e321c8eb..f62eb7cf259 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=3 +revision=4 wrksrc="backcall-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4b606a6649e32ed6f95e8d3995aff417575484b6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:30 -0400 Subject: [PATCH 0704/1111] python3-bibtexparser: rebuild for Python 3.9 --- 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 f0c05f8f76a..0f0a67dc351 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=3 +revision=4 wrksrc="bibtexparser-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e3bb90419a3d94aed795cb8776a598674c6fdfd9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:30 -0400 Subject: [PATCH 0705/1111] python3-bitarray: rebuild for Python 3.9 --- 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 c465f68b741..cf98978d288 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=3 +revision=4 wrksrc="bitarray-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0ebf76f5ae07834715380f6af4fabdf2fa820464 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:31 -0400 Subject: [PATCH 0706/1111] python3-bitbucket-api: rebuild for Python 3.9 --- 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 2de7f55e837..e725d60808e 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=5 +revision=6 wrksrc="bitbucket-api-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5d18a37dedde4444ebcd7b6d2f3096c51de64ce5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:31 -0400 Subject: [PATCH 0707/1111] python3-bleach: rebuild for Python 3.9 --- 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 20e2b3d04c2..34ba5371b45 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.1.1 -revision=2 +revision=3 wrksrc="bleach-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 388f28e6d841cbba1a25bac4e9562fd0e7da4d1f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:31 -0400 Subject: [PATCH 0708/1111] python3-blessings: rebuild for Python 3.9 --- 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 914f8922590..d901e189a1e 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=3 +revision=4 wrksrc="blessings-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c2f436483c1295a1aca5d4ded91af169890cc414 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:31 -0400 Subject: [PATCH 0709/1111] python3-blinker: rebuild for Python 3.9 --- 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 4639d5c8d8b..c500b7cc5ed 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=5 +revision=6 wrksrc="blinker-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7bcf0c67563c5017107c6e1128e9ae1062c3ab3c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:31 -0400 Subject: [PATCH 0710/1111] python3-bluez: rebuild for Python 3.9 --- srcpkgs/python3-bluez/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-bluez/template b/srcpkgs/python3-bluez/template index 4f503ebcfdf..2feb64200f1 100644 --- a/srcpkgs/python3-bluez/template +++ b/srcpkgs/python3-bluez/template @@ -1,7 +1,7 @@ # Template file for 'python3-bluez' pkgname=python3-bluez version=0.23 -revision=1 +revision=2 wrksrc="PyBluez-${version}" build_style=python3-module hostmakedepends="python3-devel python3-setuptools" From d8248ea9291081cde70995cd6993f200837dc7db Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:31 -0400 Subject: [PATCH 0711/1111] python3-bokeh: rebuild for Python 3.9 --- 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 868a42589a0..2d5c49b9158 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.2.1 -revision=2 +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python3-module make_build_args="--build-js" From 32263084f71560b2c145bbc928a1ba364f326e7a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:31 -0400 Subject: [PATCH 0712/1111] python3-boto3: rebuild for Python 3.9 --- 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 ced73ce133a..46fe01e4725 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.15.9 -revision=1 +revision=2 wrksrc="boto3-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7da540b5ffdbe25b5abe41e16a11f2a2549d3820 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:31 -0400 Subject: [PATCH 0713/1111] python3-botocore: rebuild for Python 3.9 --- 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 d4ac8e92f37..72884e6d76a 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=2 +revision=3 wrksrc="botocore-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 039265fb6f90a6a9aa66be82787ab9901a1c8f33 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:32 -0400 Subject: [PATCH 0714/1111] python3-bottle: rebuild for Python 3.9 --- srcpkgs/python3-bottle/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template index bf3d043c880..6830a790096 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=3 +revision=4 wrksrc="bottle-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 88d9b08c67f37e055e86bc4154469aeb04ab2149 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:32 -0400 Subject: [PATCH 0715/1111] python3-breathe: rebuild for Python 3.9 --- 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 c754a650ae7..80dfbf5b7b8 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.22.1 -revision=1 +revision=2 wrksrc="breathe-${version}" build_style=python3-module _pyreqs="python3-Sphinx python3-docutils python3-six" From bb958d818429603cd0de427b208340c15113dcf7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:32 -0400 Subject: [PATCH 0716/1111] python3-bsddb3: rebuild for Python 3.9 --- 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 e7b4d1e232a..7f146cf967e 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.6 -revision=4 +revision=5 wrksrc="bsddb3-${version}" build_style=python3-module make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr" From 539faf8444c4e3acb3644ea82b4af9f2ca9cf0cb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:32 -0400 Subject: [PATCH 0717/1111] python3-cached-property: rebuild for Python 3.9 --- 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 ddb395595cf..07032f40d4c 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=3 +revision=4 wrksrc="cached-property-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From eae368c1a3c80e31a497736cc05cb9ffe1f7e2c4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:32 -0400 Subject: [PATCH 0718/1111] python3-cachetools: rebuild for Python 3.9 --- 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 e29000bcb7a..b9af9fafddf 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.1.1 -revision=1 +revision=2 wrksrc="cachetools-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5e71d3d2d184ed759aa8e772af5a4b8268e0a14b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:32 -0400 Subject: [PATCH 0719/1111] python3-cairo: rebuild for Python 3.9 --- 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 b55380f1d66..581238ce4db 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.19.1 -revision=2 +revision=3 wrksrc="pycairo-${version}" build_style=python3-module hostmakedepends="pkg-config python3" From f28f5b2aa063e39b67f5bc403a60f6d0552de7e6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:32 -0400 Subject: [PATCH 0720/1111] python3-cairocffi: rebuild for Python 3.9 --- 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 79c465e5bb9..4cbab0adc18 100644 --- a/srcpkgs/python3-cairocffi/template +++ b/srcpkgs/python3-cairocffi/template @@ -1,7 +1,7 @@ # Template file for 'python3-cairocffi' pkgname=python3-cairocffi version=0.9.0 -revision=4 +revision=5 wrksrc="cairocffi-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-cffi" From 434d26b37315cc1b074adfb56ea0b2f4c88a27ac Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:33 -0400 Subject: [PATCH 0721/1111] python3-cheetah3: rebuild for Python 3.9 --- 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 79b68c8e9fd..2dd6d8c8cc2 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.5 -revision=1 +revision=2 wrksrc="Cheetah3-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 32013039363622f59cddf96085b70c7d8ad78727 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:33 -0400 Subject: [PATCH 0722/1111] python3-chroot: rebuild for Python 3.9 --- 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 ff679c914cf..0f89b06909f 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.9.18 -revision=3 +revision=4 wrksrc="pychroot-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-snakeoil" From c77a445ecd620fde2c72b8e503cb5c0f0d0f0663 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:33 -0400 Subject: [PATCH 0723/1111] python3-ciso8601: rebuild for Python 3.9 --- 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 7dda3463dd1..e060dd65211 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.1.3 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8fe9a5d1aefe6bf907c7b534cfc432b3b460a074 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:33 -0400 Subject: [PATCH 0724/1111] python3-click: rebuild for Python 3.9 --- 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 2b29bebfbcc..71c8e0fc0b8 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=3 +revision=4 wrksrc="click-${version}" build_style="python3-module" hostmakedepends="python3-setuptools" From 9ccdd94cb2d60b11537b1af074af54f9623b2125 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:33 -0400 Subject: [PATCH 0725/1111] python3-click-log: rebuild for Python 3.9 --- 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 340f9b17397..d4d8bbb2218 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=3 +revision=4 wrksrc="click-log-${version}" build_style="python3-module" hostmakedepends="python3-setuptools" From ce1384ff58054eaf5a4e72faca2e3c7c562f0722 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:33 -0400 Subject: [PATCH 0726/1111] python3-click-threading: rebuild for Python 3.9 --- 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 56928810364..b5961980595 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=3 +revision=4 wrksrc="click-threading-${version}" build_style="python3-module" hostmakedepends="python3-setuptools" From bcb016356f157ca6c66551c59e457deee095ac40 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:33 -0400 Subject: [PATCH 0727/1111] python3-codespell: rebuild for Python 3.9 --- 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 04e342d5e5c..98583fb9259 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.16.0 -revision=3 +revision=4 wrksrc="codespell-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 64ad04d550e145e35155b197d4492cb12c80a75c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:33 -0400 Subject: [PATCH 0728/1111] python3-colorama: rebuild for Python 3.9 --- 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 0c5a1c44626..b8e418bb4c4 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.1 -revision=3 +revision=4 wrksrc="colorama-${version}" build_style=python3-module hostmakedepends="unzip python3-setuptools" From 96f31c7f91c1d1efb800eb1b00c72716bbc1f083 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:34 -0400 Subject: [PATCH 0729/1111] python3-construct: rebuild for Python 3.9 --- 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 3fa3d0018e9..72fd978ad9b 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.9.45 -revision=4 +revision=5 wrksrc="construct-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 95ee835c771a583eea90d2c80502a8751a68781a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:34 -0400 Subject: [PATCH 0730/1111] python3-cram: rebuild for Python 3.9 --- 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 fc42482ede5..c66a8e66783 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=4 +revision=5 wrksrc="cram-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From cb653d8634e6f61d9b2c9e4bf4986309927680b8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:34 -0400 Subject: [PATCH 0731/1111] python3-crccheck: rebuild for Python 3.9 --- 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 05c98d58892..3ed3234a97f 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=1 +revision=2 wrksrc="crccheck-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4735082a6a0412d604d82398befdb68ed808568d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:34 -0400 Subject: [PATCH 0732/1111] python3-crcmod: rebuild for Python 3.9 --- 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 9311dedc8ac..e7cd5f22f48 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=2 +revision=3 wrksrc="crcmod-${version}" build_style=python3-module pycompile_module="crcmod" From 83a6d4e6cc68446b6d599b4f744704a617265fa1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:34 -0400 Subject: [PATCH 0733/1111] python3-css-parser: rebuild for Python 3.9 --- 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 12d7796b622..100907943ce 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=4 +revision=5 wrksrc="css-parser-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c76efabe59e19503576aa5151f5d5e677d895c71 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:34 -0400 Subject: [PATCH 0734/1111] python3-cssselect: rebuild for Python 3.9 --- 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 d35ad7ccd66..42383703e63 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=4 +revision=5 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d21e1717b5378568464be68b8b12658d65fc59d4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:34 -0400 Subject: [PATCH 0735/1111] python3-cssutils: rebuild for Python 3.9 --- 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 7ed166c2b0c..83910cdada3 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=4 +revision=5 wrksrc="cssutils-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 69c1fdb12aebea5827fc6f8b840772d6ce8c303d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:34 -0400 Subject: [PATCH 0736/1111] python3-cups: rebuild for Python 3.9 --- 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 4af62b224fe..7f57935c313 100644 --- a/srcpkgs/python3-cups/template +++ b/srcpkgs/python3-cups/template @@ -1,7 +1,7 @@ # Template file for 'python3-cups' pkgname=python3-cups version=1.9.74 -revision=4 +revision=5 wrksrc="pycups-${version}" build_style=python3-module hostmakedepends="python3-devel" From b9c6418d65a6c499fa428fd862c6dfe30a954d0b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:35 -0400 Subject: [PATCH 0737/1111] python3-curl: rebuild for Python 3.9 --- 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 c9a52460cad..8405b412383 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=8 +revision=9 wrksrc="pycurl-${version}" build_style=python3-module hostmakedepends="python3-devel" From 64da47e182287d9551cd00fccaae521d5a881f2c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:35 -0400 Subject: [PATCH 0738/1111] python3-curtsies: rebuild for Python 3.9 --- 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 25277e5fa28..0d03da5b9b3 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=3 +revision=4 wrksrc="curtsies-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0aa9185540f2cb202014964269dbe8a595e71c28 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:35 -0400 Subject: [PATCH 0739/1111] python3-cycler: rebuild for Python 3.9 --- 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 7c4083a39af..1163ab06248 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=6 +revision=7 wrksrc="cycler-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 144400f99eec544aaa9f9b8af9b6ff3d1e1bc5c2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:35 -0400 Subject: [PATCH 0740/1111] python3-daemonize: rebuild for Python 3.9 --- 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 a0870abb617..274e42079fc 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=3 +revision=4 wrksrc="daemonize-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9a7cf42f982ee7ddb082a24f15e5909b161e5d51 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:35 -0400 Subject: [PATCH 0741/1111] python3-defusedxml: rebuild for Python 3.9 --- 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 a09539f4136..19e06abfac4 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=3 +revision=4 wrksrc="defusedxml-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 49c3e1dfc35780e2c2b14fbd68f1d891ee6281e6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:35 -0400 Subject: [PATCH 0742/1111] python3-discogs_client: rebuild for Python 3.9 --- 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 b75992655b4..99a198d18bd 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=3 +revision=4 wrksrc="discogs-client-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 92a52dacdefc4056bc3a6d9c156c8f013bb65f95 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:35 -0400 Subject: [PATCH 0743/1111] python3-distlib: rebuild for Python 3.9 --- 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 e70b271197c..0e42fbde0b2 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.1 -revision=2 +revision=3 wrksrc="distlib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0edb86e3feda249bbf7c687fb6d1edfd8e071e60 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:36 -0400 Subject: [PATCH 0744/1111] python3-distro: rebuild for Python 3.9 --- 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 4179a01a361..077fda2b81e 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.5.0 -revision=1 +revision=2 wrksrc=distro-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 40f2126681509b3523e9fb620d5a387b99f242eb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:36 -0400 Subject: [PATCH 0745/1111] python3-dkimpy: rebuild for Python 3.9 --- 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 b6d90ccd804..5969d1ca5c8 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.0 -revision=3 +revision=4 wrksrc="dkimpy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e56a13ac0907d29c8d85c819bacc795add7deb24 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:36 -0400 Subject: [PATCH 0746/1111] python3-dnspython: rebuild for Python 3.9 --- srcpkgs/python3-dnspython/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-dnspython/template b/srcpkgs/python3-dnspython/template index 152cee924da..3673209c402 100644 --- a/srcpkgs/python3-dnspython/template +++ b/srcpkgs/python3-dnspython/template @@ -1,7 +1,7 @@ # Template file for 'python3-dnspython' pkgname=python3-dnspython version=1.16.0 -revision=4 +revision=5 wrksrc="dnspython-${version}" build_style=python3-module hostmakedepends="python3-setuptools unzip" From a44c4bab5e1c37a44ebcc364d89e3cb127da6293 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:36 -0400 Subject: [PATCH 0747/1111] python3-docker: rebuild for Python 3.9 --- 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 2e27bfdfa76..4d4094a2b6e 100644 --- a/srcpkgs/python3-docker/template +++ b/srcpkgs/python3-docker/template @@ -1,7 +1,7 @@ # Template file for 'python3-docker' pkgname=python3-docker version=4.3.1 -revision=2 +revision=3 wrksrc="docker-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From beb4dbd064261ec53d2741dde9fa83b29ae27788 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:36 -0400 Subject: [PATCH 0748/1111] python3-docker-pycreds: rebuild for Python 3.9 --- srcpkgs/python3-docker-pycreds/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-docker-pycreds/template b/srcpkgs/python3-docker-pycreds/template index 1217660e685..8a790a57beb 100644 --- a/srcpkgs/python3-docker-pycreds/template +++ b/srcpkgs/python3-docker-pycreds/template @@ -1,7 +1,7 @@ # Template file for 'python3-docker-pycreds' pkgname=python3-docker-pycreds version=0.4.0 -revision=3 +revision=4 wrksrc="docker-pycreds-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7ce206515e0f2ecf0e8dea0e22d7aeda2ab3218a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:36 -0400 Subject: [PATCH 0749/1111] python3-dockerpty: rebuild for Python 3.9 --- 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 2ad010f0b10..980ebd13c58 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=5 +revision=6 wrksrc="dockerpty-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c76129ffa0c4da4921c6cc1346f97da1ded0b5a7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:36 -0400 Subject: [PATCH 0750/1111] python3-docopt: rebuild for Python 3.9 --- 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 46be2c428d2..553ac4d2e1a 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=6 +revision=7 wrksrc="docopt-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9a164098bb6d8a0eb9a5cf0e44414e8cad801647 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:36 -0400 Subject: [PATCH 0751/1111] python3-dominate: rebuild for Python 3.9 --- 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 225d5042db1..b297bc948fb 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.5.2 -revision=2 +revision=3 wrksrc="dominate-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c85600b1a79227e8070b156f97c1ac851898d7cf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:37 -0400 Subject: [PATCH 0752/1111] python3-dulwich: rebuild for Python 3.9 --- 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 438c8f56db6..14abdb26feb 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=3 +revision=4 wrksrc="dulwich-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6ff8fab09a8db0f86100e08a7081eb606802984d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:37 -0400 Subject: [PATCH 0753/1111] python3-ecdsa: rebuild for Python 3.9 --- 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 f7482a0a04a..3de4d1e4a44 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.14.1 -revision=4 +revision=5 wrksrc="ecdsa-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 38d4b2c38a5193415737eda09d449e0a640493a1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:37 -0400 Subject: [PATCH 0754/1111] python3-editor: rebuild for Python 3.9 --- 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 e714db9894d..e329df8af9d 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=3 +revision=4 wrksrc="python-editor-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 992ffec0e157166390e3db51b0b27881b7dcac1a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:37 -0400 Subject: [PATCH 0755/1111] python3-efl: rebuild for Python 3.9 --- 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 9b377eb63dc..8cc9623dfe2 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=3 +revision=4 wrksrc=python-efl-${version} build_style=python3-module pycompile_module="efl" From d284bd63b760a3eef603fd52595a657c13c06d2a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:37 -0400 Subject: [PATCH 0756/1111] python3-elementpath: rebuild for Python 3.9 --- 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 ebfddd82a31..58166e98310 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.0.3 -revision=1 +revision=2 wrksrc=elementpath-${version} build_style=python3-module hostmakedepends="python3-setuptools" From ad52389fe8eaf59485552c3d52db16d459f72909 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:37 -0400 Subject: [PATCH 0757/1111] python3-empy: rebuild for Python 3.9 --- 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 0ce3edb677e..7cbd77f52f2 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=3 +revision=4 wrksrc="empy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 11614dd2c0fa388800955dedc3afedd39f012110 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:37 -0400 Subject: [PATCH 0758/1111] python3-entrypoints: rebuild for Python 3.9 --- 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 85c910e46c1..eb3318811dc 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=3 +revision=4 wrksrc="entrypoints-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 94eff705de653f4e78b68a00c6797a163d8a543b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:38 -0400 Subject: [PATCH 0759/1111] python3-envdir: rebuild for Python 3.9 --- 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 65975f4a61c..c1d3e392587 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=4 +revision=5 wrksrc="envdir-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8b906ee43c49c0b9dc0c0f4d6f8d7ec8a0788171 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:38 -0400 Subject: [PATCH 0760/1111] python3-enzyme: rebuild for Python 3.9 --- 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 4fb13e7aa27..0aa833ee0c7 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=3 +revision=4 wrksrc="enzyme-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 77ba642f138df6f1648e59aff786fdce92a8f310 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:38 -0400 Subject: [PATCH 0761/1111] python3-esprima: rebuild for Python 3.9 --- 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 c4163c1d805..d8c6b016f42 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=3 +revision=4 create_wrksrc=yes build_wrksrc="esprima-${version}" build_style=python3-module From ef033f40c048dc57fe8c834899a48fa5a517c605 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:38 -0400 Subject: [PATCH 0762/1111] python3-etesync: rebuild for Python 3.9 --- 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 0de36a75d10..b16ac0fd8ac 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=1 +revision=2 wrksrc="etesync-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 561a1534c33dc9093ddc9293ef414a924937bfb5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:38 -0400 Subject: [PATCH 0763/1111] python3-ewmh: rebuild for Python 3.9 --- 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 a1b028642ae..4e295c61366 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=4 +revision=5 wrksrc="ewmh-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a9fcf5558f0b028a2fd06c9b06970f308c58204a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:38 -0400 Subject: [PATCH 0764/1111] python3-exifread: rebuild for Python 3.9 --- 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 b66e0636a71..3e90335a4b2 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.1 -revision=2 +revision=3 wrksrc="exif-py-${version}" build_style="python3-module" hostmakedepends="python3-setuptools" From 4ef7294948d7553abe7dc23745298781054169bc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:38 -0400 Subject: [PATCH 0765/1111] python3-fasteners: rebuild for Python 3.9 --- 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 e5e5c7f206a..0dbad10f475 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.15 -revision=3 +revision=4 wrksrc="fasteners-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 86f1a2355635ce04bc76ddcb9f6e8f1ec6d42e08 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:38 -0400 Subject: [PATCH 0766/1111] python3-feedgenerator: rebuild for Python 3.9 --- 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 fa587971f01..5af4acd7353 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=3 +revision=4 wrksrc="feedgenerator-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6154faba66fa5f463827a9b0a6180fc956bc75bf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:39 -0400 Subject: [PATCH 0767/1111] python3-filelock: rebuild for Python 3.9 --- 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 9105ff8689d..a69390e02e5 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=2 +revision=3 wrksrc="filelock-${version}" build_style=python3-module pycompile_module="filelock.py" From a991313299172d047237d5a35bec37544d70483c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:39 -0400 Subject: [PATCH 0768/1111] python3-filetype: rebuild for Python 3.9 --- 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 d9fcea8be46..3dc20eae525 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=3 +revision=4 wrksrc="filetype-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0302036bd5461b25f2881101ec7890fe65910c0b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:39 -0400 Subject: [PATCH 0769/1111] python3-flaky: rebuild for Python 3.9 --- 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 9441a9a4322..bc460f455fa 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=3 +revision=4 wrksrc="flaky-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0a6ae4050d93bb71f54bc0021a053cc160f1927f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:39 -0400 Subject: [PATCH 0770/1111] python3-fuse: rebuild for Python 3.9 --- 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 918234dee10..6b39962f4e3 100644 --- a/srcpkgs/python3-fuse/template +++ b/srcpkgs/python3-fuse/template @@ -1,7 +1,7 @@ # Template file for 'python3-fuse' pkgname=python3-fuse version=0.3.1 -revision=5 +revision=6 wrksrc=python-fuse-$version build_style=python3-module hostmakedepends="pkg-config python3-setuptools" From 5e78febff9df7abc357fed2dce3e703245ed1dd3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:39 -0400 Subject: [PATCH 0771/1111] python3-future: rebuild for Python 3.9 --- 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 b51a9e5773a..6782bef15f0 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=3 +revision=4 wrksrc="future-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 21304065b98fcaf286a4cfdb9b3784380c782a7a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:39 -0400 Subject: [PATCH 0772/1111] python3-fuzzyfinder: rebuild for Python 3.9 --- 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 ee40e68ab4a..36ccf7bb8af 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=1 +revision=2 wrksrc=fuzzyfinder-${version} build_style=python3-module hostmakedepends="python3-setuptools" From edc19d1c82ffad15d9957343ab94434084165da9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:39 -0400 Subject: [PATCH 0773/1111] python3-gevent: rebuild for Python 3.9 --- 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 2414ac8cb5a..fad5556530b 100644 --- a/srcpkgs/python3-gevent/template +++ b/srcpkgs/python3-gevent/template @@ -1,7 +1,7 @@ # Template file for 'python3-gevent' pkgname=python3-gevent version=1.4.0 -revision=3 +revision=4 wrksrc="gevent-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython" From 34cf31fd7f720bd7e6d7183fc9e5c2142b030ff5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:40 -0400 Subject: [PATCH 0774/1111] python3-gitdb: rebuild for Python 3.9 --- 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 30bb8329725..9fc299b8d80 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=3 +revision=4 wrksrc="gitdb2-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 10fae16cb6ad270ddd824556ff0876a2a3134a2f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:40 -0400 Subject: [PATCH 0775/1111] python3-github3: rebuild for Python 3.9 --- 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 8873ca5f760..53c0b2b5f96 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=3 +revision=4 wrksrc="github3.py-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4202ee59c7f158f3eb8951de13ee1fb80a2956af Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:40 -0400 Subject: [PATCH 0776/1111] python3-gitlab: rebuild for Python 3.9 --- 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 5c0080bc92a..8ef62b2570e 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=3 +revision=4 wrksrc=python-gitlab-$version build_style=python3-module hostmakedepends="python3-setuptools" From 70577e445f979cabb7e88523d511279bd4c3805d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:40 -0400 Subject: [PATCH 0777/1111] python3-gmpy2: rebuild for Python 3.9 --- srcpkgs/python3-gmpy2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-gmpy2/template b/srcpkgs/python3-gmpy2/template index 469d33667a0..2e322329db6 100644 --- a/srcpkgs/python3-gmpy2/template +++ b/srcpkgs/python3-gmpy2/template @@ -1,7 +1,7 @@ # Template file for 'python3-gmpy2' pkgname=python3-gmpy2 version=2.0.8 -revision=7 +revision=8 wrksrc="gmpy2-${version}" build_style=python3-module hostmakedepends="unzip python3-setuptools From b003fbd57f9fa6f59062aa5c3b64c5cf30ad64bb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:40 -0400 Subject: [PATCH 0778/1111] python3-gnupg: rebuild for Python 3.9 --- 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 fcd1fffc9f8..fcf3734f505 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=2 +revision=3 wrksrc=$_pkgname-$version build_style=python3-module hostmakedepends="python3-setuptools" From c7e69b72d62ad82b19cd3d3588416375d1aaf5ed Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:40 -0400 Subject: [PATCH 0779/1111] python3-gobject: rebuild for Python 3.9 --- 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 719b1fcde87..45e557faf82 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.36.1 -revision=1 +revision=2 wrksrc="pygobject-${version}" build_style=meson build_helper="gir" From 32a4b9318c86dc01a6da38ecbeab074e7a2168c7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:40 -0400 Subject: [PATCH 0780/1111] python3-gogs-client: rebuild for Python 3.9 --- 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 ce29cc9dced..5520cf06d63 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=5 +revision=6 wrksrc="gogs_client-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c13b3baec8d20aab5307f9be97341693afe3a2ae Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:40 -0400 Subject: [PATCH 0781/1111] python3-google-api-core: rebuild for Python 3.9 --- 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 a721c4d5a56..f933a7e028b 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.22.2 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e8b199fee5cee7d6ca797193db4228dbc2062ea0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:41 -0400 Subject: [PATCH 0782/1111] python3-google-api-python-client: rebuild for Python 3.9 --- 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 fefe2c2d67b..10685d99dbe 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=1.12.3 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 01a8c63f976289c81cb384576f81ae57e99cab62 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:41 -0400 Subject: [PATCH 0783/1111] python3-google-auth: rebuild for Python 3.9 --- 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 5cdbedbc557..9048569a95e 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.22.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-setuptools" From b99a9840ebe6bad26389e8fcbc542cc81bddd7ae Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:41 -0400 Subject: [PATCH 0784/1111] python3-google-auth-httplib2: rebuild for Python 3.9 --- 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 539708b3e0f..08d324c2871 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.0.4 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-setuptools" From 212435c337360453b200b491b25f7011fc99cb67 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:41 -0400 Subject: [PATCH 0785/1111] python3-googleapis-common-protos: rebuild for Python 3.9 --- 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 69206d31f1e..776af77144b 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.52.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f869501d6d7843d1ae9665c90186a3ffaae8ea1f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:41 -0400 Subject: [PATCH 0786/1111] python3-gpg: rebuild for Python 3.9 --- 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 726725ea26e..a9ac107c83e 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=5 +revision=6 wrksrc="gpg-${version}" build_style=python3-module hostmakedepends="swig gpgme-devel python3-devel" From e14cb7b1c69d0311ccc24e6ae04585e764c03b5c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:41 -0400 Subject: [PATCH 0787/1111] python3-grako: rebuild for Python 3.9 --- srcpkgs/python3-grako/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-grako/template b/srcpkgs/python3-grako/template index 23fe41f35f3..6ee30b92454 100644 --- a/srcpkgs/python3-grako/template +++ b/srcpkgs/python3-grako/template @@ -1,7 +1,7 @@ # Template file for 'python3-grako' pkgname=python3-grako version=3.99.9 -revision=6 +revision=7 wrksrc="grako-$version" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython" From 2ca04914237f74ca20c918cafc719f6455e61645 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:41 -0400 Subject: [PATCH 0788/1111] python3-greenlet: rebuild for Python 3.9 --- 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 2c8bf1a0628..2a642b2ee71 100644 --- a/srcpkgs/python3-greenlet/template +++ b/srcpkgs/python3-greenlet/template @@ -1,7 +1,7 @@ # Template file for 'python3-greenlet' pkgname=python3-greenlet version=0.4.15 -revision=4 +revision=5 wrksrc="greenlet-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 700a29deb94fcd85d3991c3246ff28d858c9c57c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:41 -0400 Subject: [PATCH 0789/1111] python3-grpcio: rebuild for Python 3.9 --- 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 ff8934b3ce8..747e47fc422 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.32.0 -revision=1 +revision=2 archs="x86_64* i686* aarch64* armv[67]* ppc64le*" wrksrc="${pkgname#*-}-${version}" build_style=python3-module From 4df49026367e34a3b5fadd50cbecf8832be63099 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:42 -0400 Subject: [PATCH 0790/1111] python3-grpcio-tools: rebuild for Python 3.9 --- 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 5fd2235a5ff..a7a691c867b 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.32.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 27aff0609b98e4e8d7783857b7ae75616b3b5b9c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:42 -0400 Subject: [PATCH 0791/1111] python3-guessit: rebuild for Python 3.9 --- 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 ec5525b12d4..ededabb16e4 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=1 +revision=2 wrksrc="guessit-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f000ae6887f60a0c5b929b572ffe5b6422a0cc0c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:42 -0400 Subject: [PATCH 0792/1111] python3-h11: rebuild for Python 3.9 --- 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 99ec82f0099..03ab54fb52a 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.9.0 -revision=3 +revision=4 wrksrc=h11-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 742d26220ab5542fd628e3bd52e1eeaf94b74f66 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:42 -0400 Subject: [PATCH 0793/1111] python3-habanero: rebuild for Python 3.9 --- 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 b0b6d938a27..62a95d37dc8 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=3 +revision=4 wrksrc="habanero-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e368cf3cb6921932ed8443f8e65889ec1103bd39 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:42 -0400 Subject: [PATCH 0794/1111] python3-hiredis: rebuild for Python 3.9 --- 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 b63637037f6..20590ddf46f 100644 --- a/srcpkgs/python3-hiredis/template +++ b/srcpkgs/python3-hiredis/template @@ -1,7 +1,7 @@ # Template file for 'python3-hiredis' pkgname=python3-hiredis version=1.1.0 -revision=1 +revision=2 wrksrc="hiredis-${version}" build_style=python3-module hostmakedepends="python3-devel" From 0ded1acfb7596aa0cfda0a42f5efa43a686918b0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:42 -0400 Subject: [PATCH 0795/1111] python3-hoedown: rebuild for Python 3.9 --- 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 6164ee9f32b..c62dbfd55b8 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=4 +revision=5 wrksrc="hoedown-$version" build_style=python3-module hostmakedepends="python3-setuptools" From df7369e0a41ad6b45e9c39dccf65fa79d7f5d8a9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:42 -0400 Subject: [PATCH 0796/1111] python3-hpack: rebuild for Python 3.9 --- 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 7eb9889b862..c3a5ab3c20e 100644 --- a/srcpkgs/python3-hpack/template +++ b/srcpkgs/python3-hpack/template @@ -1,7 +1,7 @@ # Template file for 'python3-hpack' pkgname=python3-hpack version=3.0.0 -revision=3 +revision=4 wrksrc=hpack-${version} build_style=python3-module hostmakedepends="python3-setuptools" From aaddfab690d9c763795473b68209d9339bd2f8fb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:43 -0400 Subject: [PATCH 0797/1111] python3-html5-parser: rebuild for Python 3.9 --- 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 6b975e1dc15..f160e5893a4 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=3 +revision=4 wrksrc="html5-parser-${version}" build_style=python3-module hostmakedepends="python3-setuptools pkg-config" From 189d9cdfe6147372ed1840e49ee3a26c032b7f0f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:43 -0400 Subject: [PATCH 0798/1111] python3-html5lib: rebuild for Python 3.9 --- 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 5568ed9acdd..5db4d4d9cc7 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.0.1 -revision=4 +revision=5 wrksrc="html5lib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c7740a03b049ad5a12ff256497ae89f73a1aa152 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:43 -0400 Subject: [PATCH 0799/1111] python3-httmock: rebuild for Python 3.9 --- 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 7c8195dd3f8..db9c09060ad 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.3.0 -revision=3 +revision=4 wrksrc="httmock-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4ac8b745cb797bfda3f6ff7d5c14c2288eb085ad Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:43 -0400 Subject: [PATCH 0800/1111] python3-httplib2: rebuild for Python 3.9 --- 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 99ae7217f46..f3f1fe63a15 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=1 +revision=2 create_wrksrc=yes build_wrksrc="httplib2-${version}" build_style=python3-module From 24dd898885b16da639d9bebad920b2904c60ab1f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:43 -0400 Subject: [PATCH 0801/1111] python3-hyper-h2: rebuild for Python 3.9 --- srcpkgs/python3-hyper-h2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-hyper-h2/template b/srcpkgs/python3-hyper-h2/template index bf56f8bc69d..8f8e955978b 100644 --- a/srcpkgs/python3-hyper-h2/template +++ b/srcpkgs/python3-hyper-h2/template @@ -1,7 +1,7 @@ # Template file for 'python3-hyper-h2' pkgname=python3-hyper-h2 version=3.2.0 -revision=2 +revision=3 wrksrc="hyper-h2-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5e973b35e9bc10dfb75e6a58c376998b51aea867 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:43 -0400 Subject: [PATCH 0802/1111] python3-hypercorn: rebuild for Python 3.9 --- srcpkgs/python3-hypercorn/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-hypercorn/template b/srcpkgs/python3-hypercorn/template index c61231d1163..2434f688482 100644 --- a/srcpkgs/python3-hypercorn/template +++ b/srcpkgs/python3-hypercorn/template @@ -1,7 +1,7 @@ # Template file for 'python3-hypercorn' pkgname=python3-hypercorn version=0.11.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9479bbc470e960f7e858c10fbe166663919c3067 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:43 -0400 Subject: [PATCH 0803/1111] python3-hyperframe: rebuild for Python 3.9 --- 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 edae28f1acb..2ee216c1430 100644 --- a/srcpkgs/python3-hyperframe/template +++ b/srcpkgs/python3-hyperframe/template @@ -1,7 +1,7 @@ # Template file for 'python3-hyperframe' pkgname=python3-hyperframe version=5.2.0 -revision=3 +revision=4 wrksrc=hyperframe-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 67f4dc81bce032bba3fde25fe2f40b5a605da7e6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:43 -0400 Subject: [PATCH 0804/1111] python3-icalendar: rebuild for Python 3.9 --- 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 8d3514449bf..78d1433b144 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.6 -revision=2 +revision=3 wrksrc="icalendar-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ef97d8f6681228a8e5b401557309a8120dba51cd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:44 -0400 Subject: [PATCH 0805/1111] python3-imageio: rebuild for Python 3.9 --- 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 52e5ef22d8f..608859d5371 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=1 +revision=2 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 592ee448d9a94e2e40361e95832d0e902a16ddce Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:44 -0400 Subject: [PATCH 0806/1111] python3-imagesize: rebuild for Python 3.9 --- 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 90a8db9fa29..71537584f75 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.1.0 -revision=3 +revision=4 wrksrc="imagesize-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 74bc8ad3a20025321a39128e297ef560af8c6dda Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:44 -0400 Subject: [PATCH 0807/1111] python3-iniconfig: rebuild for Python 3.9 --- 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 b78ff3ce297..faffc52860a 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.0.1 -revision=1 +revision=2 wrksrc="iniconfig-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 511a7f883dc214fc18c5fa83c3b6a01432551999 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:44 -0400 Subject: [PATCH 0808/1111] python3-inotify: rebuild for Python 3.9 --- 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 f714203427d..69f75393576 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=5 +revision=6 wrksrc="pyinotify-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f6ac09c1fb986d77ed05f8e9f2a3bd48980bd943 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:44 -0400 Subject: [PATCH 0809/1111] python3-iptools: rebuild for Python 3.9 --- 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 9f1107dddb0..4ea709ead32 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=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 493d85a6f74f018856e8e16e4819d9af3dc16910 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:44 -0400 Subject: [PATCH 0810/1111] python3-isbnlib: rebuild for Python 3.9 --- srcpkgs/python3-isbnlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-isbnlib/template b/srcpkgs/python3-isbnlib/template index 3ca66ed74d7..d8eaa48e2a9 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=3 +revision=4 wrksrc="isbnlib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4633dca71c1ea8fbfa45974d0db4ef21db1d91f8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:44 -0400 Subject: [PATCH 0811/1111] python3-isort: rebuild for Python 3.9 --- 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 801bef84afb..67c12e9e63f 100644 --- a/srcpkgs/python3-isort/template +++ b/srcpkgs/python3-isort/template @@ -1,7 +1,7 @@ # Template file for 'python3-isort' pkgname=python3-isort version=4.3.21 -revision=3 +revision=4 wrksrc="isort-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6e1ce7935424cba22d147e34d3675a0796663ac7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:44 -0400 Subject: [PATCH 0812/1111] python3-itsdangerous: rebuild for Python 3.9 --- 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 0c78a724eea..965c27163cf 100644 --- a/srcpkgs/python3-itsdangerous/template +++ b/srcpkgs/python3-itsdangerous/template @@ -1,7 +1,7 @@ # Template file for 'python3-itsdangerous' pkgname=python3-itsdangerous version=1.1.0 -revision=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From cebfb79cde3a95d4614718bb9f7b58a31e8035c1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:45 -0400 Subject: [PATCH 0813/1111] python3-iwlib: rebuild for Python 3.9 --- 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 daa36e7a227..d917c972e78 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=4 +revision=5 wrksrc="iwlib-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-cffi" From 6902873e68af50a0c5c3d872aaabc4625d8b59d1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:45 -0400 Subject: [PATCH 0814/1111] python3-jedi: rebuild for Python 3.9 --- 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 1c1f12397d3..0adda2c40ca 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.17.2 -revision=3 +revision=4 wrksrc="jedi-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9895d67c612235393713efc6e7eb59941b4c7a32 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:45 -0400 Subject: [PATCH 0815/1111] python3-jellyfish: rebuild for Python 3.9 --- 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 5d0a614c397..d852e40e355 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=2 +revision=3 wrksrc="jellyfish-${version}" build_style=python3-module pycompile_module="jellyfish" From cb6ae0e69a05ea02b9ae88fa6e0f8b721b2b5816 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:45 -0400 Subject: [PATCH 0816/1111] python3-jmespath: rebuild for Python 3.9 --- 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 0bcd20e6b28..236829aac1e 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=2 +revision=3 wrksrc="jmespath.py-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 258e760a20ccab8a4a8368aeb5e3bc077f68d7d9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:45 -0400 Subject: [PATCH 0817/1111] python3-joblib: rebuild for Python 3.9 --- 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 9fb2de69eec..29ff3b7f7ba 100644 --- a/srcpkgs/python3-joblib/template +++ b/srcpkgs/python3-joblib/template @@ -1,7 +1,7 @@ # Template file for 'python3-joblib' pkgname=python3-joblib version=0.17.0 -revision=1 +revision=2 wrksrc="joblib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b405343636b72266136ea72a6a44bd3c70e81d00 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:45 -0400 Subject: [PATCH 0818/1111] python3-josepy: rebuild for Python 3.9 --- 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 b69c2e24fc5..6d207f7fc01 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.4.0 -revision=1 +revision=2 wrksrc="josepy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e628ce40825876ff50a320ed2a76374a5b32a93d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:45 -0400 Subject: [PATCH 0819/1111] python3-jsondiff: rebuild for Python 3.9 --- 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 5716587296c..7880b58ef06 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.2.0 -revision=2 +revision=3 wrksrc="jsondiff-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8939fa60937dac9f56dde905dd9f5c781dcb49f7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:46 -0400 Subject: [PATCH 0820/1111] python3-jsonpointer: rebuild for Python 3.9 --- 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 f8d27a50d6d..0b88878f690 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=3 +revision=4 wrksrc="jsonpointer-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 833e79a4432a9cfb71c723213d86059231d64c19 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:46 -0400 Subject: [PATCH 0821/1111] python3-jsonrpclib: rebuild for Python 3.9 --- 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 3cf4a83073c..6887e6aa140 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=3 +revision=4 wrksrc="jsonrpclib-pelix-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a44f8fa76798d5afda01036a6e99fb0a14a62d86 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:46 -0400 Subject: [PATCH 0822/1111] python3-jsonschema: rebuild for Python 3.9 --- 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 48686ae9a73..c3954b106dc 100644 --- a/srcpkgs/python3-jsonschema/template +++ b/srcpkgs/python3-jsonschema/template @@ -2,7 +2,7 @@ pkgname=python3-jsonschema reverts="3.0.2_1" version=2.6.0 -revision=5 +revision=6 wrksrc="jsonschema-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 80473547f0586cbae74c6e7dd5549c68dfb10f22 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:46 -0400 Subject: [PATCH 0823/1111] python3-kaptan: rebuild for Python 3.9 --- 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 c9af58bf95c..c2a0d57586d 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=3 +revision=4 wrksrc="kaptan-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0d5358a413e1f593ee00b137b767e8db136a7741 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:46 -0400 Subject: [PATCH 0824/1111] python3-keepalive: rebuild for Python 3.9 --- srcpkgs/python3-keepalive/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-keepalive/template b/srcpkgs/python3-keepalive/template index 5272922253d..d9dd189ffaa 100644 --- a/srcpkgs/python3-keepalive/template +++ b/srcpkgs/python3-keepalive/template @@ -1,7 +1,7 @@ # Template file for 'python3-keepalive' pkgname=python3-keepalive version=0.5 -revision=5 +revision=6 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a59defcfeae0f21f617bcf3dcabca0c8a4a19f8e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:46 -0400 Subject: [PATCH 0825/1111] python3-keyutils: rebuild for Python 3.9 --- 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 20f5a6b8e21..dae38bbae85 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=3 +revision=4 wrksrc=python-keyutils-$version build_style=python3-module hostmakedepends="python3-setuptools" From 6bebef8665d45bc52f5d23b0e3e6b67e5e0aacbd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:46 -0400 Subject: [PATCH 0826/1111] python3-kitchen: rebuild for Python 3.9 --- 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 165899bfbab..390e1982ba3 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=4 +revision=5 wrksrc="kitchen-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 725c648532bdae464e83ee05ab1bac665ec76e7e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:47 -0400 Subject: [PATCH 0827/1111] python3-kiwisolver: rebuild for Python 3.9 --- 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 cbabfa84931..e2d483ea9f5 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.0.1 -revision=4 +revision=5 wrksrc="kiwisolver-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2835fba28a7a7b86f12ad5fdfea965e16b579711 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:47 -0400 Subject: [PATCH 0828/1111] python3-lazy-object-proxy: rebuild for Python 3.9 --- 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 5284244320a..cf606a1869f 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.4.3 -revision=3 +revision=4 wrksrc="lazy-object-proxy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 27c9225eb8e0b74b8b173f2257e6c6d0d22ad313 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:47 -0400 Subject: [PATCH 0829/1111] python3-ldap: rebuild for Python 3.9 --- 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 90d9650d89c..eae718b30d3 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=2 +revision=3 wrksrc=$_pkgname-$version build_style=python3-module hostmakedepends="python3-setuptools" From e8f34b626ab80ab8dbe3e4b51bf856229fb86628 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:47 -0400 Subject: [PATCH 0830/1111] python3-ldap3: rebuild for Python 3.9 --- 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 c1cabd083da..e9e55bb45de 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.6.1 -revision=3 +revision=4 wrksrc="ldap3-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3bd8c681e585c09fa1b053c38728a18d0c9d909a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:47 -0400 Subject: [PATCH 0831/1111] python3-libarchive-c: rebuild for Python 3.9 --- 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 8ddf42fbec5..d78547276f3 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=2.9 -revision=1 +revision=2 wrksrc="libarchive-c-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6cbb33fdd3da6b3c8cef58d5d6d9dc4323eb301b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:47 -0400 Subject: [PATCH 0832/1111] python3-libevdev: rebuild for Python 3.9 --- 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 66cfca9be9d..db27d9d67b8 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=1 +revision=2 _githash=5cc6bd17be733f87c77726fee2a6fa760f413a3e wrksrc="python-libevdev-${version}-${_githash}" build_style=python3-module From d654011e835465481f3729ac929cff9fe7e206c7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:47 -0400 Subject: [PATCH 0833/1111] python3-libtmux: rebuild for Python 3.9 --- 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 cc704853b0e..c6363ece8bf 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.1 -revision=3 +revision=4 wrksrc="libtmux-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c56e10ae61f1fb6753dc17d45e1baa684c6e2a34 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:47 -0400 Subject: [PATCH 0834/1111] python3-llfuse: rebuild for Python 3.9 --- 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 305924d199a..6fed10f17d4 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.3.6 -revision=2 +revision=3 wrksrc="llfuse-${version}" build_style=python3-module hostmakedepends="python3-setuptools pkg-config" From 5b19f31489b826a3d889841d1299843939df9ae5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:48 -0400 Subject: [PATCH 0835/1111] python3-logbook: rebuild for Python 3.9 --- 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 70567d94d55..aab27f27e2d 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=1 +revision=2 wrksrc="logbook-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-devel python3-Cython" From 1d52dd87d7c9e979fc0fd0986dd4b6797af927a1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:48 -0400 Subject: [PATCH 0836/1111] python3-logfury: rebuild for Python 3.9 --- 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 cad07a8cb88..b718e762ff2 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=6 +revision=7 wrksrc="logfury-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8bcd018059da8a00ffa2e262d98828d825afe5a4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:48 -0400 Subject: [PATCH 0837/1111] python3-lz4: rebuild for Python 3.9 --- 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 29edfbcd8b0..caefedb411f 100644 --- a/srcpkgs/python3-lz4/template +++ b/srcpkgs/python3-lz4/template @@ -1,7 +1,7 @@ # Template file for 'python3-lz4' pkgname=python3-lz4 version=2.1.6 -revision=4 +revision=5 wrksrc="lz4-${version}" build_style=python3-module hostmakedepends="pkg-config python3-setuptools python3-pkgconfig" From e266c6cafcf84e632d9c377f1861b20b1694170c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:48 -0400 Subject: [PATCH 0838/1111] python3-magic: rebuild for Python 3.9 --- 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 3adb458996d..fb4c324dc86 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=3 +revision=4 wrksrc=python-magic-$version build_style=python3-module hostmakedepends="python3-setuptools" From e847602adf9333e2eb54dfd0189bd1a2d54cd733 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:48 -0400 Subject: [PATCH 0839/1111] python3-marisa-trie: rebuild for Python 3.9 --- 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 ab26456bd5b..d7a6236e71d 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=4 +revision=5 wrksrc="marisa-trie-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6e60f3a316d5c859cc4c22a01d8fe26eb95bca78 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:48 -0400 Subject: [PATCH 0840/1111] python3-markdown2: rebuild for Python 3.9 --- 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 b263ff0979f..a79bc5fee6d 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.3.8 -revision=3 +revision=4 wrksrc=python-markdown2-$version build_style=python3-module hostmakedepends="python3-setuptools" From b721021eca578ad2169527dffa076749823bf265 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:48 -0400 Subject: [PATCH 0841/1111] python3-matplotlib: rebuild for Python 3.9 --- 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 586562eeb73..eb39817da88 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.3.2 -revision=1 +revision=2 wrksrc="matplotlib-${version}" build_style=python3-module build_helper="numpy" From 88726fd0d4252d60c11ba05efac9763166dbd815 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:49 -0400 Subject: [PATCH 0842/1111] python3-matrix-nio: rebuild for Python 3.9 --- srcpkgs/python3-matrix-nio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-matrix-nio/template b/srcpkgs/python3-matrix-nio/template index e0d57c76eb7..f819fbd2c17 100644 --- a/srcpkgs/python3-matrix-nio/template +++ b/srcpkgs/python3-matrix-nio/template @@ -1,7 +1,7 @@ # Template file for 'python3-matrix-nio' pkgname=python3-matrix-nio version=0.15.1 -revision=1 +revision=2 wrksrc="matrix-nio-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7e10f6599dd8ea423c2b52755c75fef345aad643 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:49 -0400 Subject: [PATCH 0843/1111] python3-mccabe: rebuild for Python 3.9 --- 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 58b382f72c4..8f7efe4d78f 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=4 +revision=5 wrksrc="mccabe-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9bb1f4e4f22c1c54b23ea1f9302bf18c4cb9abeb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:49 -0400 Subject: [PATCH 0844/1111] python3-mechanize: rebuild for Python 3.9 --- 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 d6b8f7d764d..0d73fc8766f 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=5 +revision=6 wrksrc="mechanize-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1d09235bde1fa7e81462980ec789ea52634a517e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:49 -0400 Subject: [PATCH 0845/1111] python3-miniupnpc: rebuild for Python 3.9 --- 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 4331ce7e85e..e048910b4e5 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=4 +revision=5 wrksrc="miniupnpc-$version" build_style=python3-module hostmakedepends="python3-setuptools" From b94c0a7a7314216f24920774f9e2754eb5ede168 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:49 -0400 Subject: [PATCH 0846/1111] python3-misaka: rebuild for Python 3.9 --- 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 6580b2ed512..05530b99c46 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=1 +revision=2 wrksrc=misaka-${version} build_style=python3-module hostmakedepends="python3-setuptools python3-cffi" From 878794ce4e08cba72cc6b74c97ac68a70727e994 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:49 -0400 Subject: [PATCH 0847/1111] python3-mistune: rebuild for Python 3.9 --- 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 9a7f9826e0a..d090f265beb 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=3 +revision=4 wrksrc="mistune-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f40f25e490620df01abed7224e23e96d933dcc31 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:49 -0400 Subject: [PATCH 0848/1111] python3-more-itertools: rebuild for Python 3.9 --- 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 116e86e04c5..da0f10049e6 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.5.0 -revision=1 +revision=2 wrksrc="more-itertools-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 26c6526d7b3813be80e17a5687483231cf74ec14 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:49 -0400 Subject: [PATCH 0849/1111] python3-mpd2: rebuild for Python 3.9 --- 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 794212831f7..29ecea48b68 100644 --- a/srcpkgs/python3-mpd2/template +++ b/srcpkgs/python3-mpd2/template @@ -1,7 +1,7 @@ # Template file for 'python3-mpd2' pkgname=python3-mpd2 version=1.0.0 -revision=3 +revision=4 wrksrc=python-mpd2-$version build_style=python3-module hostmakedepends="python3-setuptools" From be3e52aad4ba720257028a18cde323148fcf9e08 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:50 -0400 Subject: [PATCH 0850/1111] python3-mpdnotify: rebuild for Python 3.9 --- 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 7f3fafe2e9f..4943cecd06e 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=1 +revision=2 wrksrc=mpdnotify-${version} build_style=python3-module hostmakedepends="python3-setuptools python3-Pillow python3-mpd2" From eb2ba56931eef4822f5d01ff4f76397ece476868 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:50 -0400 Subject: [PATCH 0851/1111] python3-mpi4py: rebuild for Python 3.9 --- 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 dc67bc1916f..200b4135851 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=1 +revision=2 wrksrc="mpi4py-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython gcc-fortran openmpi" From 2f8971bf4e100f8aa97809444aeade7479e04d9b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:50 -0400 Subject: [PATCH 0852/1111] python3-mpmath: rebuild for Python 3.9 --- 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 69b5cd3bca7..4e3ea5953a3 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=3 +revision=4 wrksrc="mpmath-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 91bef62fa82fccd036f808be73bcae052e630ac2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:50 -0400 Subject: [PATCH 0853/1111] python3-msgpack: rebuild for Python 3.9 --- 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 f6f5f17be58..dbcf1068f6d 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.0 -revision=3 +revision=4 wrksrc="msgpack-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From efc2b9fbd63b1c0c3fa371c9c7ffb6a1cae034d4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:50 -0400 Subject: [PATCH 0854/1111] python3-msoffcrypto-tool: rebuild for Python 3.9 --- 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 6400d96a868..4741ec40836 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.11.0 -revision=1 +revision=2 wrksrc="msoffcrypto-tool-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 631ac1e321b9774fd735f14aaf44125b8a17d9e7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:50 -0400 Subject: [PATCH 0855/1111] python3-mtranslate: rebuild for Python 3.9 --- 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 e15e054b90e..613d1e96c4d 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.6 -revision=3 +revision=4 wrksrc="mtranslate-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6fd35b036f20bd61326cb74e013a0878804179c7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:50 -0400 Subject: [PATCH 0856/1111] python3-multidict: rebuild for Python 3.9 --- 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 111cd6f683d..1a805d98207 100644 --- a/srcpkgs/python3-multidict/template +++ b/srcpkgs/python3-multidict/template @@ -1,7 +1,7 @@ # Template file for 'python3-multidict' pkgname=python3-multidict version=4.7.6 -revision=1 +revision=2 wrksrc="multidict-${version}" build_style=python3-module hostmakedepends="python3-Cython python3-setuptools" From 68cac3369fee15d9549a297122244cdd0fea8395 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:51 -0400 Subject: [PATCH 0857/1111] python3-musicbrainzngs: rebuild for Python 3.9 --- 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 6bb7c93ce6a..8de5f65f12d 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.6 -revision=6 +revision=7 wrksrc="musicbrainzngs-${version}" build_style="python3-module" hostmakedepends="python3-devel" From 836da30b282f03b06664ec48cf4f1424acc60f18 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:51 -0400 Subject: [PATCH 0858/1111] python3-mygpoclient: rebuild for Python 3.9 --- 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 4e7c97ea1b6..a3d39790977 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=4 +revision=5 wrksrc="mygpoclient-${version}" build_style=python3-module hostmakedepends="python3-devel" From 9a428feae4aee234d2ce9b23973cf2762d45b3f6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:51 -0400 Subject: [PATCH 0859/1111] python3-mysqlclient: rebuild for Python 3.9 --- 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 5685da31ab8..12b06f20d65 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=3 +revision=4 wrksrc="mysqlclient-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ae9b5fe5d09a0bc17780c143ebb658b8ec296451 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:51 -0400 Subject: [PATCH 0860/1111] python3-namedlist: rebuild for Python 3.9 --- 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 1d947ec4cfd..0ecdcafe873 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=2 +revision=3 wrksrc="namedlist-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6568ac9cfa54c137014539d0ca240960b3810137 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:51 -0400 Subject: [PATCH 0861/1111] python3-natsort: rebuild for Python 3.9 --- 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 d86211907f5..0cc3ea1e95e 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=3 +revision=4 wrksrc="natsort-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9fde4cae5588807d74902efa61a0ea3ebea1bd32 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:51 -0400 Subject: [PATCH 0862/1111] python3-nbxmpp: rebuild for Python 3.9 --- 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 583a4691a4d..bb6b13ae6ff 100644 --- a/srcpkgs/python3-nbxmpp/template +++ b/srcpkgs/python3-nbxmpp/template @@ -1,7 +1,7 @@ # Template file for 'python3-nbxmpp' pkgname=python3-nbxmpp version=1.0.2 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9d3be1d67bc9ba091e66daab42e0af7c78f81f0a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:51 -0400 Subject: [PATCH 0863/1111] python3-ndg_httpsclient: rebuild for Python 3.9 --- 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 df96d0081a0..03c0861f8d9 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=3 +revision=4 wrksrc="ndg_httpsclient-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 45e4ae1e6685182318b7aa213e3b9264371c3295 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:51 -0400 Subject: [PATCH 0864/1111] python3-netaddr: rebuild for Python 3.9 --- 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 4d6d5161b34..9454e7453dd 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.7.19 -revision=4 +revision=5 wrksrc="netaddr-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9724f5c7e54ed55d0bba0dcb9ceb150424724f14 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:52 -0400 Subject: [PATCH 0865/1111] python3-networkx: rebuild for Python 3.9 --- 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 1260ac3a468..e0c7b03fe59 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.5 -revision=1 +revision=2 wrksrc="networkx-${version}" build_style=python3-module hostmakedepends="python3-setuptools unzip" From f3f9de8b4418bf138a8d05e39e7bb848e955c9f1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:52 -0400 Subject: [PATCH 0866/1111] python3-nose-random: rebuild for Python 3.9 --- 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 987220ff5cd..5cace38cb89 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=2 +revision=3 wrksrc="nose-random-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 271bb900d11bacc4c6db415abc280e0bc7a03b09 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:52 -0400 Subject: [PATCH 0867/1111] python3-nose2: rebuild for Python 3.9 --- 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 a21c090356b..d1f95c3e373 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=3 +revision=4 wrksrc="nose2-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 815c70713d41e40353396d09c84b7b8207df0471 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:52 -0400 Subject: [PATCH 0868/1111] python3-npyscreen: rebuild for Python 3.9 --- 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 f9d29115bfe..1ecfe7c3bda 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=3 +revision=4 wrksrc="npyscreen-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ee8ce2e6ffa3cf72ec4a1786eb1b290168b7a5e7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:52 -0400 Subject: [PATCH 0869/1111] python3-ntplib: rebuild for Python 3.9 --- 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 811c9b25e9d..6de96f22702 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=1 +revision=2 wrksrc="ntplib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7f96b3a7707959c0dde28dad91a3e17c46055872 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:52 -0400 Subject: [PATCH 0870/1111] python3-numexpr: rebuild for Python 3.9 --- 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 c19b5149018..ce056126e98 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.0 -revision=3 +revision=4 wrksrc="numexpr-${version}" build_style=python3-module build_helper=numpy From 972d887a5c93309704c4fee027731e43a8679da0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:52 -0400 Subject: [PATCH 0871/1111] python3-numpy: rebuild for Python 3.9 --- 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 759899d8e7b..d5bb09aa63c 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.19.2 -revision=1 +revision=2 wrksrc="numpy-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython gcc-fortran" From 37afed7f6e0a8c8290c3df65b035ec2f85c827f6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:52 -0400 Subject: [PATCH 0872/1111] python3-numpy-stl: rebuild for Python 3.9 --- 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 1693e0b6f2c..2876d3266ad 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.11.2 -revision=1 +revision=2 wrksrc="numpy-stl-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython" From 70b2e8221bc65bf61597f24b38bae7fa51646b23 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:53 -0400 Subject: [PATCH 0873/1111] python3-oauth2client: rebuild for Python 3.9 --- 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 c0b36a0c10d..940ae74c971 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=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From af7fbe4b56d11abd3fba51fe07cb26c0355c914a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:53 -0400 Subject: [PATCH 0874/1111] python3-oauthlib: rebuild for Python 3.9 --- 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 642950f51e4..6bc69a2f9b7 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=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From cd1bbca079533899cf20451ccde51d532bc9c360 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:53 -0400 Subject: [PATCH 0875/1111] python3-occ: rebuild for Python 3.9 --- 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 945f80cdc23..42d742ba0af 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.0 -revision=1 +revision=2 archs="i686* x86_64* armv7l* aarch64* ppc*" wrksrc="pythonocc-core-${version}" build_style=cmake From 945e275a7f00c859534bc93a813faeed6c7bd82d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:53 -0400 Subject: [PATCH 0876/1111] python3-olefile: rebuild for Python 3.9 --- 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 2f787215a92..d76ec0ee8ad 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=3 +revision=4 wrksrc="olefile-${version}" build_style=python3-module hostmakedepends="unzip python3-setuptools" From 1ab4ec26fa293b38367b38f286654741d4100ee1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:53 -0400 Subject: [PATCH 0877/1111] python3-opcua: rebuild for Python 3.9 --- 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 01390c39d8b..cd46a30efcc 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.12 -revision=1 +revision=2 wrksrc="opcua-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4cd4804bd05246b12d41efa07b8c54a206ab49b6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:53 -0400 Subject: [PATCH 0878/1111] python3-orocos-kdl: rebuild for Python 3.9 --- 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 85b573b2fa4..20341a9fd17 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=2 +revision=3 wrksrc=orocos_kinematics_dynamics-${version} build_wrksrc=python_orocos_kdl build_style=cmake From b6b1b0f8c7034ce6a7b2d4134e075f4b96d9afd1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:53 -0400 Subject: [PATCH 0879/1111] python3-owm: rebuild for Python 3.9 --- 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 acdb960ab45..3ee67ad0b48 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=2 +revision=3 wrksrc="pyowm-${version}" build_style=python3-module pycompile_module="pyowm" From 012188f75a7c8a1dc6350c798264f29e05b2c300 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:54 -0400 Subject: [PATCH 0880/1111] python3-pafy: rebuild for Python 3.9 --- 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 1165626f76e..e9f5c9db1ef 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=2 +revision=3 wrksrc="pafy-${version}" build_style=python3-module hostmakedepends="python3-setuptools youtube-dl" From 666323d8bf7470b285400ce10f490352fdc3d28f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:54 -0400 Subject: [PATCH 0881/1111] python3-pam: rebuild for Python 3.9 --- 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 a95dbeb95d6..2cb58192ad1 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=4 +revision=5 wrksrc="python-pam-$version" build_style=python3-module hostmakedepends="python3-setuptools" From ac7e83234f61db9a1a75ba31ff94b89723ab28ce Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:54 -0400 Subject: [PATCH 0882/1111] python3-pandas: rebuild for Python 3.9 --- 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 9865e5a8ba3..165e36bdf38 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.1.2 -revision=1 +revision=2 wrksrc="pandas-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython python3-numpy" From 3f620dc66e95d3a52b839832345b26a361715f0c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:54 -0400 Subject: [PATCH 0883/1111] python3-pandas-msgpack: rebuild for Python 3.9 --- 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 9fd08e74718..5eed8fc3c76 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=1 +revision=2 wrksrc="pandas-msgpack" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython" From e8f8225afd92c427d4fcebe1727e666f9d0d5168 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:54 -0400 Subject: [PATCH 0884/1111] python3-pandocfilters: rebuild for Python 3.9 --- 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 a15bce30b1e..442e461e7c6 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.2 -revision=4 +revision=5 wrksrc="pandocfilters-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8c3c6302718a9548fa925e44b15618cdb1f509a9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:54 -0400 Subject: [PATCH 0885/1111] python3-paramiko: rebuild for Python 3.9 --- 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 125abe44fba..300ab8643fd 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.1 -revision=2 +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 67b1d059935c5443d066d306ed58243a60d84a8d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:54 -0400 Subject: [PATCH 0886/1111] python3-parse: rebuild for Python 3.9 --- 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 fce303974b8..cab14fe4f0d 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.12.0 -revision=3 +revision=4 wrksrc="parse-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ccc8f2bad0b25f6c5cec2bc43970f7f431967ee6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:54 -0400 Subject: [PATCH 0887/1111] python3-parso: rebuild for Python 3.9 --- 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 e2f26e23b48..cb2c8e20105 100644 --- a/srcpkgs/python3-parso/template +++ b/srcpkgs/python3-parso/template @@ -2,7 +2,7 @@ pkgname=python3-parso reverts="0.8.0_1" version=0.7.1 -revision=1 +revision=2 wrksrc="parso-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3864b9aa214826ea6a08c47aaf9c194e4765d6cb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:55 -0400 Subject: [PATCH 0888/1111] python3-passlib: rebuild for Python 3.9 --- 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 cb40fdfef9a..29927bd8125 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=4 +revision=5 wrksrc="passlib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b83d8b7c33e64fb9407af34b22964f4c90bd8bb2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:55 -0400 Subject: [PATCH 0889/1111] python3-pathspec: rebuild for Python 3.9 --- 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 19859fb496e..421aaf078b5 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.6.0 -revision=3 +revision=4 wrksrc="pathspec-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8c40760739351f598e791e7a01bd122aedbaca60 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:55 -0400 Subject: [PATCH 0890/1111] python3-pathtools: rebuild for Python 3.9 --- 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 8e5c7a04026..6c4376596f5 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=3 +revision=4 wrksrc="pathtools-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9362e2498002bc138e635eef90364a81f8f6f800 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:55 -0400 Subject: [PATCH 0891/1111] python3-pbkdf2: rebuild for Python 3.9 --- 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 fd02716b302..7be3e926b71 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=5 +revision=6 wrksrc="pbkdf2-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 47590762847642a979b131df4b155b7d52c44283 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:55 -0400 Subject: [PATCH 0892/1111] python3-pdfrw: rebuild for Python 3.9 --- 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 eb32d8c379b..a99d11f452c 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=4 +revision=5 wrksrc="pdfrw-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From fa0e6da4d520d756c86c95dbec818942dd8e138b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:55 -0400 Subject: [PATCH 0893/1111] python3-peewee: rebuild for Python 3.9 --- 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 ba282e88a90..e5c123cc3ac 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.13.3 -revision=2 +revision=3 wrksrc="peewee-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython" From e187fd55a71ddef324ea623b358151220e37f816 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:55 -0400 Subject: [PATCH 0894/1111] python3-pexpect: rebuild for Python 3.9 --- 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 0d6548021c2..00a1bb1b5ec 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.7.0 -revision=3 +revision=4 wrksrc="pexpect-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b31bb85dc6e71f52132d2c2148eb857a42ba57a3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:55 -0400 Subject: [PATCH 0895/1111] python3-pgmigrate: rebuild for Python 3.9 --- 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 d72812a21b5..3b459536e8d 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=3 +revision=4 wrksrc="pgmigrate-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6955a3a9a6456ad6d1ae8c309fd5d5238d1cd527 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:56 -0400 Subject: [PATCH 0896/1111] python3-picamera: rebuild for Python 3.9 --- 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 07bb4e7bb45..bfbbfb2b2b2 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=3 +revision=4 wrksrc="picamera-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 415431a5b5223333152d30e9fea6fa66467c153f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:56 -0400 Subject: [PATCH 0897/1111] python3-pickleshare: rebuild for Python 3.9 --- 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 86a09d0b562..3f569f5bf4c 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=3 +revision=4 wrksrc="pickleshare-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e3f5140646ee336dabf7d9b63250b206c346dd1a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:56 -0400 Subject: [PATCH 0898/1111] python3-pillow-simd: rebuild for Python 3.9 --- 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 9e72fb8f5ce..6b0f0eee9e0 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=1 +revision=2 archs="x86_64*" wrksrc="pillow-simd-${version}" build_style=python3-module From ad68758726ece46a07841e64029397f757d1ad3e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:56 -0400 Subject: [PATCH 0899/1111] python3-pip: rebuild for Python 3.9 --- 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 fcfc36e4c17..37512254bc2 100644 --- a/srcpkgs/python3-pip/template +++ b/srcpkgs/python3-pip/template @@ -1,7 +1,7 @@ # Template file for 'python3-pip' pkgname=python3-pip version=20.2.3 -revision=2 +revision=3 wrksrc="pip-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 81b748addc693ae2ae29ad1ffe8e250170676f20 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:56 -0400 Subject: [PATCH 0900/1111] python3-pipenv: rebuild for Python 3.9 --- 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 cb295b593a8..23b298c1988 100644 --- a/srcpkgs/python3-pipenv/template +++ b/srcpkgs/python3-pipenv/template @@ -1,7 +1,7 @@ # Template file for 'python3-pipenv' pkgname=python3-pipenv version=2020.8.13 -revision=2 +revision=3 wrksrc="pipenv-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0bc11f6f2b6adbeacf881b4ffb6a7d55859617bf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:56 -0400 Subject: [PATCH 0901/1111] python3-pipx: rebuild for Python 3.9 --- 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 09f5e8b73ff..cb8c8aaada7 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.15.5.1 -revision=2 +revision=3 wrksrc="pipx-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 590c32789f16e614d77c3226e48b20c7a8d9b6d1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:56 -0400 Subject: [PATCH 0902/1111] python3-pivy: rebuild for Python 3.9 --- 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 d58767f93d4..a6088dfe9b2 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.4 -revision=2 +revision=3 wrksrc="Coin3D-pivy-a84100beff22" build_style=python3-module hostmakedepends="python3-devel swig" From 985616337f6c5af795eac7dec98146f135feb7ea Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:56 -0400 Subject: [PATCH 0903/1111] python3-pkgconfig: rebuild for Python 3.9 --- 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 e150a3b31db..2f3b7a9cae7 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=3 +revision=4 wrksrc="pkgconfig-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1695d756c265f674add31f96e522c0ab793313b1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:57 -0400 Subject: [PATCH 0904/1111] python3-pluggy: rebuild for Python 3.9 --- 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 8f0c7c7bd24..c0b4b1c2bc8 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=4 +revision=5 wrksrc="pluggy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ae1dcf5f5b79345f571273664dfd81ca76395bb6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:57 -0400 Subject: [PATCH 0905/1111] python3-podcastparser: rebuild for Python 3.9 --- 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 4a180bb349b..71342f79e08 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=2 +revision=3 wrksrc="podcastparser-${version}" build_style=python3-module hostmakedepends="python3-devel" From 5ba558acbc8f851fa5e0fc707f1a7d9578e9e70a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:57 -0400 Subject: [PATCH 0906/1111] python3-polib: rebuild for Python 3.9 --- 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 a4ca2d745fa..593cdd9703f 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=3 +revision=4 wrksrc="polib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 26453284bf5d6f78377d54963bcb1016fbb11f8e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:57 -0400 Subject: [PATCH 0907/1111] python3-portend: rebuild for Python 3.9 --- 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 8d975df5dc0..6cf1d03eda6 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.5 -revision=3 +revision=4 wrksrc="portend-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c9605746dbe74ffa5ea5b7f95f9bcd7e58d78da4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:57 -0400 Subject: [PATCH 0908/1111] python3-prctl: rebuild for Python 3.9 --- 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 f81cceb6735..358d89bc230 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=5 +revision=6 wrksrc=python-prctl-$version build_style=python3-module hostmakedepends="python3-setuptools libcap-devel" From 0238af7d9eb3e97b1b8e83364b94c3576f7738f2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:57 -0400 Subject: [PATCH 0909/1111] python3-progress: rebuild for Python 3.9 --- 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 35cff7a258f..ee6b3ffc932 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=3 +revision=4 wrksrc="progress-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 939ca5c6b0574a390bac0cb6db7fef70b28776a4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:57 -0400 Subject: [PATCH 0910/1111] python3-prometheus_client: rebuild for Python 3.9 --- 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 b69a3d1f297..3cc9d7bfdaa 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.7.1 -revision=3 +revision=4 wrksrc="prometheus_client-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6b49dec5b4a8737791ad5c97517e63405efda74d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:58 -0400 Subject: [PATCH 0911/1111] python3-proselint: rebuild for Python 3.9 --- 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 54af756372c..3a35c699861 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=3 +revision=4 wrksrc="proselint-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 465b31d1af99d888dfdde58d70834d532140318e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:58 -0400 Subject: [PATCH 0912/1111] python3-protobuf: rebuild for Python 3.9 --- 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 02d07ec6bf5..c5857caa2fb 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.13.0 -revision=2 +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-wheel" From 11620d4b83fd8ffda4d3f051b23b492e6039bbba Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:58 -0400 Subject: [PATCH 0913/1111] python3-psycopg2: rebuild for Python 3.9 --- 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 0758b992bae..ebd3b6b1241 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=3 +revision=4 wrksrc="psycopg2-${version}" build_style=python3-module # Require postgresql-libs-devel to find executable: pg_config From 65e0f00544522fd60edd83cfa824b0d16739a758 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:58 -0400 Subject: [PATCH 0914/1111] python3-ptyprocess: rebuild for Python 3.9 --- 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 b6d93378e7d..b56ec204556 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.6.0 -revision=3 +revision=4 wrksrc="ptyprocess-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 13ff7d2d2de15e9c2e4bb7be50b28f54caf6f7fe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:58 -0400 Subject: [PATCH 0915/1111] python3-pure-protobuf: rebuild for Python 3.9 --- 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 70edc67f6b7..3be6c1600f8 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=1 +revision=2 wrksrc=protobuf-${version} build_style=python3-module hostmakedepends="python3-setuptools" From 607b31fc19e6d9068a1a115de915e22c3f6096e0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:58 -0400 Subject: [PATCH 0916/1111] python3-py: rebuild for Python 3.9 --- 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 5bfcb42bc88..7232bbd5e65 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.9.0 -revision=2 +revision=3 wrksrc="py-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 59d424a183c972bee1ce6151b5f677368ca9a23e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:58 -0400 Subject: [PATCH 0917/1111] python3-pyFFTW: rebuild for Python 3.9 --- 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 d748a352fa1..7b322145956 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=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython python3-numpy" From 69071f132ea305bcdaf7f6d367b2edf1b90e1af8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:58 -0400 Subject: [PATCH 0918/1111] python3-pyPEG2: rebuild for Python 3.9 --- srcpkgs/python3-pyPEG2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyPEG2/template b/srcpkgs/python3-pyPEG2/template index 4dc0e88f21a..d936155e7bb 100644 --- a/srcpkgs/python3-pyPEG2/template +++ b/srcpkgs/python3-pyPEG2/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyPEG2' pkgname=python3-pyPEG2 version=2.15.2 -revision=6 +revision=7 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a280abf9f7f8ffe4109ec54d2112d26dd32265d3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:59 -0400 Subject: [PATCH 0919/1111] python3-pyacoustid: rebuild for Python 3.9 --- 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 eccab8db7c2..27ef7783d5d 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.1.5 -revision=4 +revision=5 wrksrc="pyacoustid-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4b436519af36f5bd6ddc45aa3dc76d5bdf0cabeb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:59 -0400 Subject: [PATCH 0920/1111] python3-pyaes: rebuild for Python 3.9 --- 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 d48717625a8..6a047eeb6ee 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=4 +revision=5 wrksrc="pyaes-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 51a3705ed455895b066805c3119d22876ab41ffc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:59 -0400 Subject: [PATCH 0921/1111] python3-pycares: rebuild for Python 3.9 --- 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 3c33a1091c5..036ab32b1dc 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=2 +revision=3 wrksrc="pycares-${version}" build_style=python3-module # using bundled c-ares which is patched for TTL support From b9c11a37c6ad91302d7104c2e5be10632be99934 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:59 -0400 Subject: [PATCH 0922/1111] python3-pycdio: rebuild for Python 3.9 --- 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 9151191c1f4..3697ba33362 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=1 +revision=2 wrksrc=pycdio-${version} build_style=python3-module hostmakedepends="python3-setuptools pkg-config swig" From 81468634244de43dd8b7c0eb32fd7975d10d5c34 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:59 -0400 Subject: [PATCH 0923/1111] python3-pycountry: rebuild for Python 3.9 --- 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 1a4ce3b65f2..40041309d28 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=2 +revision=3 wrksrc="pycountry-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c72b90fef400589846d144d7e840ce7cef1c7566 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:59 -0400 Subject: [PATCH 0924/1111] python3-pycryptodomex: rebuild for Python 3.9 --- 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 c75df8cb11a..0e7c5327177 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.9.8 -revision=1 +revision=2 wrksrc="pycryptodomex-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 380c22c15c10808dca4fffd06d46450cab86a0f6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:59 -0400 Subject: [PATCH 0925/1111] python3-pyelftools: rebuild for Python 3.9 --- 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 cf3013215fc..587e9b51194 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=5 +revision=6 wrksrc="pyelftools-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b21c722e7baac6ec77e10896f6a37f5e40d85283 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:00 -0400 Subject: [PATCH 0926/1111] python3-pyflakes: rebuild for Python 3.9 --- 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 67983857755..f0a017a14bb 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.2.0 -revision=2 +revision=3 wrksrc="pyflakes-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3f20e159f03b5561ff233453d0993365566e76c0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:00 -0400 Subject: [PATCH 0927/1111] python3-pygame: rebuild for Python 3.9 --- 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 ee1736245b4..dd9884de12d 100644 --- a/srcpkgs/python3-pygame/template +++ b/srcpkgs/python3-pygame/template @@ -1,7 +1,7 @@ # Template file for 'python3-pygame' pkgname=python3-pygame version=1.9.6 -revision=3 +revision=4 wrksrc="pygame-${version}" build_style=python3-module hostmakedepends="pkg-config python3-setuptools SDL_mixer-devel From 989adebf76e07f863b5d71b2fcdc93db728f903a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:00 -0400 Subject: [PATCH 0928/1111] python3-pyinfra: rebuild for Python 3.9 --- 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 e085cae288e..dc4a1ec9858 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.1.2 -revision=1 +revision=2 wrksrc="pyinfra-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2edd3fcfdc519c83d94c1f28a4fe1be4380680e2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:00 -0400 Subject: [PATCH 0929/1111] python3-pykka: rebuild for Python 3.9 --- 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 d78fa350994..72eea6ad026 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=2 +revision=3 wrksrc="Pykka-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8bf393c88686f03ae1e7fdb555c61d1b80230fdf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:00 -0400 Subject: [PATCH 0930/1111] python3-pylast: rebuild for Python 3.9 --- 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 e74bd403f00..bae519bcb7d 100644 --- a/srcpkgs/python3-pylast/template +++ b/srcpkgs/python3-pylast/template @@ -1,7 +1,7 @@ # Template file for 'python3-pylast' pkgname=python3-pylast version=3.3.0 -revision=2 +revision=3 wrksrc="pylast-${version}" build_style=python3-module pycompile_module="pylast" From 1d4d068bc23f08cd04aaf9f72eb4bab88a13b8a4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:00 -0400 Subject: [PATCH 0931/1111] python3-pynacl: rebuild for Python 3.9 --- 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 d78d92cfd69..cf1a81b0eda 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.3.0 -revision=4 +revision=5 wrksrc="PyNaCl-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-cffi" From dc60b55d4a43bf4d4f0f48fdc4b2ea5323dea217 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:00 -0400 Subject: [PATCH 0932/1111] python3-pyopencl: rebuild for Python 3.9 --- 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 6b385024105..e95b1649b74 100644 --- a/srcpkgs/python3-pyopencl/template +++ b/srcpkgs/python3-pyopencl/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyopencl' pkgname=python3-pyopencl version=2020.2.2 -revision=1 +revision=2 wrksrc=${pkgname#*-}-${version} build_style=python3-module hostmakedepends="python3-setuptools python3-pybind11 python3-Cython python3-numpy" From 0bf452039e34bbb8e6ecb30603b6b164c2b64179 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:00 -0400 Subject: [PATCH 0933/1111] python3-pyotp: rebuild for Python 3.9 --- 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 91118a9c597..c0053bcc620 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=3 +revision=4 wrksrc="pyotp-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e84627ccdf0ec363559b21d055d7463dd6e30a56 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:01 -0400 Subject: [PATCH 0934/1111] python3-pyperclip: rebuild for Python 3.9 --- 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 11e758320b9..12703a57348 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.0 -revision=2 +revision=3 create_wrksrc=yes build_wrksrc=pyperclip-${version} build_style=python3-module From 25c997f0c98e2d67a5aeca0df97bb5ee73eadc6a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:01 -0400 Subject: [PATCH 0935/1111] python3-pyqtgraph: rebuild for Python 3.9 --- 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 6fb09733e51..0c6de465876 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.10.0 -revision=5 +revision=6 wrksrc="${pkgname#*-}-${pkgname#*-}-${version}" build_style=python3-module make_install_args="--no-compile" From 5d1803acf856083323140eeafddb7138fac6ab46 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:01 -0400 Subject: [PATCH 0936/1111] python3-pyrfc3339: rebuild for Python 3.9 --- 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 331c6c4c331..1ec462102e4 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=3 +revision=4 wrksrc="pyRFC3339-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d85e94459cd012f0fd5f49003bca1629b10d30b9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:01 -0400 Subject: [PATCH 0937/1111] python3-pyscard: rebuild for Python 3.9 --- 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 05f4bf213cf..e8cf1f04954 100644 --- a/srcpkgs/python3-pyscard/template +++ b/srcpkgs/python3-pyscard/template @@ -2,7 +2,7 @@ pkgname=python3-pyscard _pkgname=pyscard version=2.0.0 -revision=1 +revision=2 wrksrc="${_pkgname}-${version}" build_style=python3-module hostmakedepends="python3-setuptools swig" From 0cd36d025e11d50a8c5f36637e435f24e6a7033d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:01 -0400 Subject: [PATCH 0938/1111] python3-pyscss: rebuild for Python 3.9 --- 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 bc648f3e62a..1dad6f1f4bc 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=2 +revision=3 wrksrc="pyScss-${version}" build_style=python3-module hostmakedepends="python3-setuptools pcre-devel" From 8f6d2dd108071911e4c0c573cc2dd729683518fb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:01 -0400 Subject: [PATCH 0939/1111] python3-pysocks: rebuild for Python 3.9 --- 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 f7b3d4f57c3..399fe375df8 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=2 +revision=3 wrksrc="PySocks-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 2a25e71814971a90566be70ef14be79177264b9b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:01 -0400 Subject: [PATCH 0940/1111] python3-pysol_cards: rebuild for Python 3.9 --- 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 93bd0c57708..f97857216d9 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.1 -revision=1 +revision=2 wrksrc="pysol_cards-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From ead06007a81e01f5512ba8dd59d3b860f0191208 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:01 -0400 Subject: [PATCH 0941/1111] python3-pyspotify: rebuild for Python 3.9 --- 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 a970140c5b0..478d94a2338 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=1 +revision=2 wrksrc="pyspotify-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c9371d4ecdc9f20ffe3c8c737a696a7ac4664e76 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:02 -0400 Subject: [PATCH 0942/1111] python3-pysrt: rebuild for Python 3.9 --- 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 4fd225c206a..2f5097e0eae 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=2 +revision=3 wrksrc="pysrt-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8b784b43529644e0d9fa83c6166f6516e0d351ff Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:02 -0400 Subject: [PATCH 0943/1111] python3-pyte: rebuild for Python 3.9 --- 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 301e466c1b9..219dc653f9c 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=4 +revision=5 wrksrc="pyte-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c96156bad823466f881dc6640902fdcdaf68cc47 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:02 -0400 Subject: [PATCH 0944/1111] python3-pytest: rebuild for Python 3.9 --- 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 646b6387318..69f9b2aedcc 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.0.2 -revision=2 +revision=3 wrksrc="pytest-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 08cab9cfca7a7e3e87bd6dfc40df636750a46728 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:02 -0400 Subject: [PATCH 0945/1111] python3-pytest-cov: rebuild for Python 3.9 --- 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 22f6ec01299..87912eb2deb 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.10.1 -revision=2 +revision=3 wrksrc="pytest-cov-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 02f1e22f42dd6f867fc5b49d3a56f68cacb9f0ff Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:02 -0400 Subject: [PATCH 0946/1111] python3-pytest-fixture-config: rebuild for Python 3.9 --- 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 8829948896a..d2a7beaae13 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=4 +revision=5 wrksrc="${_pkgname}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 812b9bd25df1367dbe7f85d917cdc221f480fdf2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:02 -0400 Subject: [PATCH 0947/1111] python3-pytest-mock: rebuild for Python 3.9 --- 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 bde86441bf6..c1dc8183009 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=1.10.4 -revision=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8137f43bdffb4621b78d695f251f6a21e0ab57b9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:02 -0400 Subject: [PATCH 0948/1111] python3-pyudev: rebuild for Python 3.9 --- 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 8b741a5f1a5..7176a1e1ae4 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.21.0 -revision=4 +revision=5 wrksrc="pyudev-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0a80914b90d7fd42bcee91cb3de96e84c1417fc0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:03 -0400 Subject: [PATCH 0949/1111] python3-pywt: rebuild for Python 3.9 --- 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 d2a28c6e98c..e5837f85be8 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=1 +revision=2 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module build_helper="numpy" From ae01e1107b039c053fafa8c23cbe949142ac1c52 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:03 -0400 Subject: [PATCH 0950/1111] python3-pyxattr: rebuild for Python 3.9 --- 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 84e27796915..61ad51014d3 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.1 -revision=1 +revision=2 wrksrc="pyxattr-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From fe33561bfa15dc6e844c51230ac2121ffe8fe294 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:03 -0400 Subject: [PATCH 0951/1111] python3-pyzbar: rebuild for Python 3.9 --- 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 b3cb17aacef..ce1d59993af 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=3 +revision=4 wrksrc="pyzbar-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8eb767a78461c285ffd20b16b01f0c72915937f6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:03 -0400 Subject: [PATCH 0952/1111] python3-pyzmq: rebuild for Python 3.9 --- 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 fae748d8754..4defa14dc46 100644 --- a/srcpkgs/python3-pyzmq/template +++ b/srcpkgs/python3-pyzmq/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyzmq' pkgname=python3-pyzmq version=19.0.2 -revision=2 +revision=3 wrksrc="pyzmq-${version}" build_style=python3-module make_build_args="--zmq=${XBPS_CROSS_BASE}/usr" From b8aea9e3707def7074e5e8b53a04475e79a166cc Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:03 -0400 Subject: [PATCH 0953/1111] python3-qrcode: rebuild for Python 3.9 --- 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 1d287bafa4e..81013dfba48 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=3 +revision=4 wrksrc="qrcode-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 99eac4f65330ef092a8f46910fc5c309c5aeda8c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:03 -0400 Subject: [PATCH 0954/1111] python3-quart: rebuild for Python 3.9 --- 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 ce8d614db00..d58875de114 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.13.1 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 268b94b1121e922f0eacbb353773602c53fbe78b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:03 -0400 Subject: [PATCH 0955/1111] python3-random2: rebuild for Python 3.9 --- 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 6f5b4a9a719..39c64b50e15 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=5 +revision=6 wrksrc="random2-${version}" build_style=python3-module hostmakedepends="python3-setuptools unzip" From 170875d30a5ef3e08d6d717acec78056599014be Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:04 -0400 Subject: [PATCH 0956/1111] python3-rarfile: rebuild for Python 3.9 --- 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 071cbfbb1ad..247e8607ab6 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=2 +revision=3 wrksrc="rarfile-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 4624c8b58acc6d54722b28b365fb1698871a92da Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:04 -0400 Subject: [PATCH 0957/1111] python3-raven: rebuild for Python 3.9 --- 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 831dc90aa97..b5cca718861 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=3 +revision=4 wrksrc="raven-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8547d0a61b649cfd2749a585ac9e176e22019d05 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:04 -0400 Subject: [PATCH 0958/1111] python3-readability-lxml: rebuild for Python 3.9 --- 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 00a446d3178..74241baaf67 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=2 +revision=3 wrksrc="readability-lxml-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 960f1c61788fb9d6910e3dbf70daf675103e5923 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:04 -0400 Subject: [PATCH 0959/1111] python3-rebulk: rebuild for Python 3.9 --- 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 ce6b994a5b0..42118c4629a 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=2 +revision=3 wrksrc="rebulk-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From fca7f025acbe83cb68816dbec6e9212c17c24653 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:04 -0400 Subject: [PATCH 0960/1111] python3-redis: rebuild for Python 3.9 --- 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 dea6175ef59..7c968b4a894 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=2 +revision=3 wrksrc="redis-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c832d5b8961c8724825176c38a33fe690d36d36a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:04 -0400 Subject: [PATCH 0961/1111] python3-regex: rebuild for Python 3.9 --- 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 355563d6494..140d0b3451d 100644 --- a/srcpkgs/python3-regex/template +++ b/srcpkgs/python3-regex/template @@ -1,7 +1,7 @@ # Template file for 'python3-regex' pkgname=python3-regex version=2020.2.20 -revision=2 +revision=3 wrksrc="regex-${version}" build_style=python3-module hostmakedepends="python3-devel python3-setuptools" From a9bcda49d47c7d6a9ba585b52f3466d1ef3f5c09 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:04 -0400 Subject: [PATCH 0962/1111] python3-rencode: rebuild for Python 3.9 --- 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 ff74c99cdcf..0edbd561f0f 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=5 +revision=6 wrksrc="rencode-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython python3-wheel" From 7ffc9b15b74e47f5dec0527ac9d0558cb790388f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:04 -0400 Subject: [PATCH 0963/1111] python3-requests-mock: rebuild for Python 3.9 --- 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 6a6ab2d81eb..49a817329e5 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.5.2 -revision=4 +revision=5 wrksrc="requests-mock-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-pbr" From 1bbf37d7bb27ea543481b7c870363dae3605fdcb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:05 -0400 Subject: [PATCH 0964/1111] python3-requests-oauthlib: rebuild for Python 3.9 --- 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 adc67716088..0cc1644a53c 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=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 618c64271d8ff68fe24f15853457fc4e5b3a49af Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:05 -0400 Subject: [PATCH 0965/1111] python3-requests-toolbelt: rebuild for Python 3.9 --- 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 67a88dd3e24..436cb5e6997 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=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 72c72f7ea2e9ffd6affeea1387632d24e997bab9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:05 -0400 Subject: [PATCH 0966/1111] python3-ripe-atlas-cousteau: rebuild for Python 3.9 --- 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 3ab160999d2..1e4422abef1 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=3 +revision=4 wrksrc="ripe-atlas-cousteau-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c3e2ee341e31a458d0f094c3d0142a72c0552cc7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:05 -0400 Subject: [PATCH 0967/1111] python3-ripe-atlas-sagan: rebuild for Python 3.9 --- 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 014d076cb7b..b7b42ae5f49 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=3 +revision=4 wrksrc="ripe.atlas.sagan-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f6af93001ac92f47f7da3e81a1015a5ef65120db Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:05 -0400 Subject: [PATCH 0968/1111] python3-rsa: rebuild for Python 3.9 --- 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 44fa53803a5..a4c915dc72b 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.0 -revision=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1bb41dabd4366ee7a1fcd9d82af32b76085fb425 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:05 -0400 Subject: [PATCH 0969/1111] python3-rsistent: rebuild for Python 3.9 --- srcpkgs/python3-rsistent/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-rsistent/template b/srcpkgs/python3-rsistent/template index dda2ec89e03..05a8ef1fe38 100644 --- a/srcpkgs/python3-rsistent/template +++ b/srcpkgs/python3-rsistent/template @@ -1,7 +1,7 @@ # Template file for 'python3-rsistent' pkgname=python3-rsistent version=0.15.7 -revision=1 +revision=2 wrksrc="pyrsistent-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f7bbc99ed54e6c5b722f0653c53ea7472384cec0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:05 -0400 Subject: [PATCH 0970/1111] python3-ruamel.yaml: rebuild for Python 3.9 --- 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 38e0b07abad..1efff06c001 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=1 +revision=2 wrksrc="ruamel.yaml-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a606c418e5900d2ac07d4c6b8b99b6a74e188791 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:06 -0400 Subject: [PATCH 0971/1111] python3-ruamel.yaml.clib: rebuild for Python 3.9 --- 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 211c7209ecd..6f930984eed 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.2 -revision=1 +revision=2 wrksrc="ruamel.yaml.clib-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 46c5b82f10875c9ea11f0393885da03ba2060bd3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:06 -0400 Subject: [PATCH 0972/1111] python3-s3transfer: rebuild for Python 3.9 --- 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 9357f623a99..559d3f508ef 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=2 +revision=3 wrksrc="s3transfer-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5e6afd9fa0cf76d989150a45b5723ba09321ce67 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:06 -0400 Subject: [PATCH 0973/1111] python3-sabyenc3: rebuild for Python 3.9 --- 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 7df3ac9bdb0..5583ba6f20b 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=1 +revision=2 wrksrc=sabyenc3-$version build_style=python3-module hostmakedepends="python3-setuptools" From b4027f65e4db9215d3179ca02e4b8d7e1e2b9f31 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:06 -0400 Subject: [PATCH 0974/1111] python3-scikit-image: rebuild for Python 3.9 --- 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 ded5914a67f..0f89f0ff82f 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.17.2 -revision=1 +revision=2 _pkgname="${pkgname#python3-}" wrksrc="${_pkgname}-${version}" build_style=python3-module From 08cdf9941e210f50724d44545cddfc06c8df65c4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:06 -0400 Subject: [PATCH 0975/1111] python3-scikit-learn: rebuild for Python 3.9 --- 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 e923339d1fd..59d88e5d8ab 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.23.1 -revision=1 +revision=2 wrksrc="scikit-learn-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython python3-scipy python3-joblib" From ba178bb80bd558f34a01bd3ef34c4e3ec06f33bf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:06 -0400 Subject: [PATCH 0976/1111] python3-scikit-video: rebuild for Python 3.9 --- 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 12e32a4f116..84af20de4fe 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=2 +revision=3 wrksrc="scikit-video-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-scipy python3-Pillow" From 58a06b4b3a23d403c96a4816265e8d60d90848ec Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:06 -0400 Subject: [PATCH 0977/1111] python3-scipy: rebuild for Python 3.9 --- 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 1bf7c72217b..7e18ac2cde7 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.5.2 -revision=1 +revision=2 wrksrc="scipy-${version}" build_style=python3-module build_helper="numpy" From 51ce600a2fe78afdd25f1caf8de688600baed47a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:06 -0400 Subject: [PATCH 0978/1111] python3-scour: rebuild for Python 3.9 --- 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 2f83104de7d..193b2c601ea 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.37 -revision=3 +revision=4 wrksrc="scour-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6639ebc496239cfad85c94494d3895d05625a314 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:07 -0400 Subject: [PATCH 0979/1111] python3-scrypt: rebuild for Python 3.9 --- 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 f1fb92366c0..5008c8dfbb8 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=1 +revision=2 wrksrc="scrypt-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 41394edcd4a99fba4f1155bb893cd4643499eaf4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:07 -0400 Subject: [PATCH 0980/1111] python3-send2trash: rebuild for Python 3.9 --- 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 88aacc6e744..8ef320362a7 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=3 +revision=4 wrksrc="send2trash-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f4419a2d2b773e5f169158758b2d9b7fb5405d86 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:07 -0400 Subject: [PATCH 0981/1111] python3-setproctitle: rebuild for Python 3.9 --- 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 6b6f93931af..c23c4f3926b 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.1.10 -revision=7 +revision=8 wrksrc="setproctitle-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0300395b95c43e7c78f289d5b181c05e7da71dea Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:07 -0400 Subject: [PATCH 0982/1111] python3-setuptools: rebuild for Python 3.9 --- srcpkgs/python3-setuptools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template index b741001be6b..6e7326f93e9 100644 --- a/srcpkgs/python3-setuptools/template +++ b/srcpkgs/python3-setuptools/template @@ -1,7 +1,7 @@ # Template file for 'python3-setuptools' pkgname=python3-setuptools version=50.3.0 -revision=1 +revision=2 wrksrc="setuptools-${version}" build_style=python3-module hostmakedepends="python3-devel" From 52f68e8a4bb0f6854d1ca121dc6d54dc0271c90d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:07 -0400 Subject: [PATCH 0983/1111] python3-sh: rebuild for Python 3.9 --- 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 ea02da1a46d..cbcf64ac1ef 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.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 906f01f8a48f48d4d4244dd6301c551f7008321c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:07 -0400 Subject: [PATCH 0984/1111] python3-shapely: rebuild for Python 3.9 --- 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 2f6e3d9ebf8..6e808c29264 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=1 +revision=2 wrksrc="Shapely-${version}" build_style=python3-module build_helper=numpy From f135e9180e29fb882c1303e95d57a99e452e26a2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:07 -0400 Subject: [PATCH 0985/1111] python3-simplebayes: rebuild for Python 3.9 --- 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 b87732b1e45..4a97e0af35c 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=3 +revision=4 wrksrc="simplebayes-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6e0ebb7c96041650bae1ac71b6d3c2cdd2e49cec Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:08 -0400 Subject: [PATCH 0986/1111] python3-simplegeneric: rebuild for Python 3.9 --- 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 e662c0f8afd..1d52210254c 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=5 +revision=6 wrksrc="simplegeneric-${version}" build_style=python3-module hostmakedepends="unzip python3-setuptools" From 8ba8e08be27fede6b453502250f20c2c674e86c9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:08 -0400 Subject: [PATCH 0987/1111] python3-simplejson: rebuild for Python 3.9 --- 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 93ebf93980f..64e088e7c60 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.0 -revision=3 +revision=4 wrksrc="simplejson-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e5aa66a0d1554d9fdf613c91d171fcf5bc8b7f03 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:08 -0400 Subject: [PATCH 0988/1111] python3-sip-PyQt5: rebuild for Python 3.9 --- 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 8d89681539a..9e6e7d7ad0b 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.8.0 -revision=1 +revision=2 wrksrc="PyQt5_sip-$version" build_style=python3-module hostmakedepends="python3-devel python3-setuptools sip5" From b6bf155c4d4f38fbb940157cc263dad31e84ede9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:08 -0400 Subject: [PATCH 0989/1111] python3-slixmpp: rebuild for Python 3.9 --- 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 13ecd253592..1426cb9703a 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=1 +revision=2 wrksrc="slixmpp-${version}" build_style=python3-module hostmakedepends="pkg-config python3-setuptools python3-Cython" From bc9903bc4980107397f686fc7eeaf096dffe1256 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:08 -0400 Subject: [PATCH 0990/1111] python3-smbc: rebuild for Python 3.9 --- 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 b44e29ae84d..1b03cff313f 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.18 -revision=1 +revision=2 wrksrc="pysmbc-${version}" build_style=python3-module hostmakedepends="pkg-config python3-devel python3-setuptools" From c410ed8e96b03abeacbb985c7dc5757afa2f6b35 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:08 -0400 Subject: [PATCH 0991/1111] python3-smmap: rebuild for Python 3.9 --- 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 6df75e54c4c..3fff30973c1 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=3 +revision=4 wrksrc="smmap-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c98c1bca5d86bcb6ea2553b0850ecaec53e5a865 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:08 -0400 Subject: [PATCH 0992/1111] python3-snakeoil: rebuild for Python 3.9 --- 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 713eb7aae81..735bd1112da 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.7.5 -revision=4 +revision=5 wrksrc="snakeoil-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 36605760f1a4a04f17959e03d7196dcb7507d191 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:08 -0400 Subject: [PATCH 0993/1111] python3-snappy: rebuild for Python 3.9 --- 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 a23d3d6e401..39803e64e47 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=3 +revision=4 wrksrc=$_pkgname-$version build_style=python3-module hostmakedepends="python3-setuptools" From 8c76b3701a8cbfe059c862154590cd041318452b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:09 -0400 Subject: [PATCH 0994/1111] python3-snowballstemmer: rebuild for Python 3.9 --- 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 3dd5837d0d9..37733fa3660 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=5 +revision=6 wrksrc="snowballstemmer-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6b7925318bce1bc618c2fb3e6145da3bed98eff3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:09 -0400 Subject: [PATCH 0995/1111] python3-socketIO-client: rebuild for Python 3.9 --- 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 fa366a126e4..1bc4d41c4d8 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=4 +revision=5 wrksrc="socketIO-client-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 0e8ccf505f4381577401158b93927e718b78b11a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:09 -0400 Subject: [PATCH 0996/1111] python3-soupsieve: rebuild for Python 3.9 --- 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 568fe455668..b74064c5312 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=3 +revision=4 wrksrc="soupsieve-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 23f07566423d64bc74c0930011d17a7f7f77be94 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:09 -0400 Subject: [PATCH 0997/1111] python3-stem: rebuild for Python 3.9 --- 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 886a556ef94..b8778508bf6 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=2 +revision=3 wrksrc="stem-${version/b/}" build_style=python3-module hostmakedepends="python3-devel" From 83f7c84a796f11d61dd31f9e71ac266289155991 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:09 -0400 Subject: [PATCH 0998/1111] python3-stormssh: rebuild for Python 3.9 --- 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 840c0f687b5..d3986e9290d 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=3 +revision=4 wrksrc=storm-${version} build_style=python3-module hostmakedepends="python3-setuptools" From fb39bd41fad390808b8b42faf946bfe0cb05a275 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:09 -0400 Subject: [PATCH 0999/1111] python3-tables: rebuild for Python 3.9 --- srcpkgs/python3-tables/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tables/template b/srcpkgs/python3-tables/template index 4d19273d063..37ab6df363a 100644 --- a/srcpkgs/python3-tables/template +++ b/srcpkgs/python3-tables/template @@ -1,7 +1,7 @@ # Template file for 'python3-tables' pkgname=python3-tables version=3.6.1 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module pycompile_module="tables" From e2a3549b86584257944bcaf9fb75987e3570434f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:09 -0400 Subject: [PATCH 1000/1111] python3-tempora: rebuild for Python 3.9 --- 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 8a54b3f3c85..c4dbebd31b3 100644 --- a/srcpkgs/python3-tempora/template +++ b/srcpkgs/python3-tempora/template @@ -1,7 +1,7 @@ # Template file for 'python3-tempora' pkgname=python3-tempora version=2.0.0 -revision=2 +revision=3 wrksrc="tempora-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 86c17a9c9de4b5cc55e04df607becc2de0512394 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:10 -0400 Subject: [PATCH 1001/1111] python3-termcolor: rebuild for Python 3.9 --- 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 c3e4ac4068e..890e115ac65 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=7 +revision=8 wrksrc="termcolor-${version}" build_style=python3-module hostmakedepends="python3-devel" From 119fb464675d2828e4035c7b73628a1a910bb0cf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:10 -0400 Subject: [PATCH 1002/1111] python3-terminado: rebuild for Python 3.9 --- 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 0257221f108..f7e32aebd35 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.8.2 -revision=3 +revision=4 wrksrc="terminado-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6dc17856cedb59fd049c38610afef8a4efa96810 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:10 -0400 Subject: [PATCH 1003/1111] python3-testpath: rebuild for Python 3.9 --- 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 26499eefae9..49413b26736 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.2 -revision=3 +revision=4 wrksrc="testpath-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1098f5b7933f3d60874d497b3a6ccb7a207b6123 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:10 -0400 Subject: [PATCH 1004/1111] python3-testtools: rebuild for Python 3.9 --- 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 82a29861061..43500391a4f 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=1 +revision=2 wrksrc="testtools-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From bc4a8490d380f2d22da61f886c6a3df27151cb05 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:10 -0400 Subject: [PATCH 1005/1111] python3-texttable: rebuild for Python 3.9 --- 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 6c52d76cba8..108a1883fbe 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=3 +revision=4 wrksrc="texttable-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 004ab3e89a50d55fc03a1fe68ccff046657a8cb9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:10 -0400 Subject: [PATCH 1006/1111] python3-tifffile: rebuild for Python 3.9 --- 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 b46febfd926..dbf2450c13a 100644 --- a/srcpkgs/python3-tifffile/template +++ b/srcpkgs/python3-tifffile/template @@ -1,7 +1,7 @@ # Template file for 'python3-tifffile' pkgname=python3-tifffile version=2020.10.1 -revision=1 +revision=2 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 617e6adfd9210d6c0fc4c341746cba6a2cae8e0f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:10 -0400 Subject: [PATCH 1007/1111] python3-tkinter: rebuild for Python 3.9 --- srcpkgs/python3-tkinter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template index b27d2cacd2d..cc85ba736c3 100644 --- a/srcpkgs/python3-tkinter/template +++ b/srcpkgs/python3-tkinter/template @@ -8,7 +8,7 @@ _desc="Python programming language" pkgname=python3-tkinter version=3.9.0 -revision=1 +revision=2 wrksrc="Python-${version}" pycompile_dirs=" usr/lib/python${version%.*}/tkinter From 80f819d4d79ec130ff96ce2d27bf36672f4fb20f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:11 -0400 Subject: [PATCH 1008/1111] python3-tmuxp: rebuild for Python 3.9 --- 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 907b3744e49..825903b8ca7 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.5.4 -revision=2 +revision=3 wrksrc="tmuxp-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From d46fde2e16cef1c9066cb880d31086c96adac94f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:11 -0400 Subject: [PATCH 1009/1111] python3-toml: rebuild for Python 3.9 --- 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 da4f7137f8f..c0f75c89335 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.0 -revision=3 +revision=4 wrksrc="toml-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1bb43319e1663e3d50db1ac5f821203621ba43f3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:11 -0400 Subject: [PATCH 1010/1111] python3-tornado: rebuild for Python 3.9 --- 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 a333121713e..95296e8ddcf 100644 --- a/srcpkgs/python3-tornado/template +++ b/srcpkgs/python3-tornado/template @@ -1,7 +1,7 @@ # Template file for 'python3-tornado' pkgname=python3-tornado version=5.1.1 -revision=2 +revision=3 wrksrc="tornado-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6df692065dbd2908f404adb9cedaa63547fa0d73 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:11 -0400 Subject: [PATCH 1011/1111] python3-tqdm: rebuild for Python 3.9 --- 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 2b686aa510b..96c8d07f049 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=2 +revision=3 wrksrc="tqdm-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6076b2b9b5f3a42c59eb695067895e05dfaeee11 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:11 -0400 Subject: [PATCH 1012/1111] python3-traitlets: rebuild for Python 3.9 --- 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 83c9c90dadd..72b7d9208be 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.4 -revision=1 +revision=2 wrksrc="traitlets-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From e4428fbd75c4669f83069dfc0d5938fa118239ef Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:11 -0400 Subject: [PATCH 1013/1111] python3-trimesh: rebuild for Python 3.9 --- 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 29780c457f4..34db0a71acc 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.8.8 -revision=1 +revision=2 wrksrc="trimesh-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8b2f1d0290c93d6f95ff1dabdc52429572c6dc72 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:11 -0400 Subject: [PATCH 1014/1111] python3-ttystatus: rebuild for Python 3.9 --- 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 dec36bfc349..f3408d4f718 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=3 +revision=4 wrksrc=$_pkgname-$version build_style=python3-module hostmakedepends="python3-setuptools" From 60b81bda9b105901691a5dd76409f38542cc0a5b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:11 -0400 Subject: [PATCH 1015/1111] python3-tweepy: rebuild for Python 3.9 --- 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 ea64b1a2609..0acc2549ea0 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.8.0 -revision=3 +revision=4 wrksrc="tweepy-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 40216fe82daa5e06b5c25cd8bb54208e35f38f1d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:12 -0400 Subject: [PATCH 1016/1111] python3-twitter: rebuild for Python 3.9 --- 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 66f386df72c..386917ff15c 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=3 +revision=4 wrksrc=$_pkgname-$version build_style=python3-module hostmakedepends="python3-setuptools" From af2d7aec4fb98d00895474dc3771d94e124ef1a8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:12 -0400 Subject: [PATCH 1017/1111] python3-typed-ast: rebuild for Python 3.9 --- 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 e5fe6e9afdf..7c176c7c315 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.1 -revision=1 +revision=2 wrksrc="typed_ast-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 38832f92281dd52ac2aeeab42d8a6cc62cf53e0b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:12 -0400 Subject: [PATCH 1018/1111] python3-ultrajson: rebuild for Python 3.9 --- 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 1784be3596a..475bc2f32e1 100644 --- a/srcpkgs/python3-ultrajson/template +++ b/srcpkgs/python3-ultrajson/template @@ -1,7 +1,7 @@ # Template file for 'python3-ultrajson' pkgname=python3-ultrajson version=3.2.0 -revision=1 +revision=2 wrksrc="ujson-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b85f4f12a1f4d53de6529c50ef133f7a0a3eb1d7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:12 -0400 Subject: [PATCH 1019/1111] python3-unittest-mixins: rebuild for Python 3.9 --- 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 32e19425ccf..f597b3bd776 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=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a630ef9b58f70d183ee46ba3eab83da0042611f9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:12 -0400 Subject: [PATCH 1020/1111] python3-urbandict: rebuild for Python 3.9 --- 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 c059d78dd0e..430acb937dc 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=2 +revision=3 wrksrc="urbandict-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 6b7031bef8a86e0933dcc3644af0e6c71bf156cf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:12 -0400 Subject: [PATCH 1021/1111] python3-uritemplate: rebuild for Python 3.9 --- 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 9e4053f31ce..774b51825e1 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=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a9d766b44aaec397f010a82712d103b25a8dcf92 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:12 -0400 Subject: [PATCH 1022/1111] python3-uritools: rebuild for Python 3.9 --- 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 5b02548be87..761a8f4a179 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=1 +revision=2 wrksrc="uritools-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 69a88afbeec6356e0409165affa15e0777ab282b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:12 -0400 Subject: [PATCH 1023/1111] python3-urwidtrees: rebuild for Python 3.9 --- 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 a3cff8b18fc..a87210ebe16 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.2 -revision=4 +revision=5 wrksrc="urwidtrees-${version}" build_style=python3-module hostmakedepends="python3-devel python3-urwid" From d42f900692eebb9f3bf6302e6fc71e8f4dc344fd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:13 -0400 Subject: [PATCH 1024/1111] python3-usb: rebuild for Python 3.9 --- 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 2bb50d6d67c..b86f203fcd7 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.1.0 -revision=3 +revision=4 wrksrc="pyusb-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9ea6689d345b6c15f9eab9b923302e550afd92f2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:13 -0400 Subject: [PATCH 1025/1111] python3-utils: rebuild for Python 3.9 --- 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 00135c5218e..b9678c4e43d 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.4.0 -revision=2 +revision=3 wrksrc="python-utils-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 14e98c40fe878986a1ca6a4c2fa7650ac67745dd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:13 -0400 Subject: [PATCH 1026/1111] python3-uvloop: rebuild for Python 3.9 --- 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 124f2775cf6..9bb256f5729 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.14.0 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3 python3-setuptools python3-Cython" From 01426b7fad950f4274cd7a41dd21ac8b7e032de5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:13 -0400 Subject: [PATCH 1027/1111] python3-vdf: rebuild for Python 3.9 --- srcpkgs/python3-vdf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-vdf/template b/srcpkgs/python3-vdf/template index 2a2819a6d6b..0389375421f 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=2 +revision=3 wrksrc=vdf-${version} build_style=python3-module hostmakedepends="python3-setuptools" From a139f72b17f8180d9e22abb1572050a73a5ca33d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:13 -0400 Subject: [PATCH 1028/1111] python3-vint: rebuild for Python 3.9 --- 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 f696f11e8cd..3944d9b507e 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=4 +revision=5 wrksrc="vim-vint-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 31f0404f14b5504586d1b2fffaf125d3495ba0d5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:13 -0400 Subject: [PATCH 1029/1111] python3-vispy: rebuild for Python 3.9 --- 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 9c2b61137a9..8d6b70aaef6 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=3 +revision=4 wrksrc="vispy-${version}" build_style=python3-module build_helper=numpy From af4622b29cd36ff4bd1893431d993409406437f7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:13 -0400 Subject: [PATCH 1030/1111] python3-vobject: rebuild for Python 3.9 --- 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 5b54005f35a..f727f5b1a35 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=3 +revision=4 wrksrc="vobject-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 585a04ce642358146fa1e0dad999b3e099878b0a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:14 -0400 Subject: [PATCH 1031/1111] python3-voluptuous: rebuild for Python 3.9 --- 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 6dc746121dd..d8514443b4f 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=4 +revision=5 wrksrc="voluptuous-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 7460eb6df1bfa52375b66eca2ebbfa3ff3ca0ce1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:14 -0400 Subject: [PATCH 1032/1111] python3-watchdog: rebuild for Python 3.9 --- 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 455820fbebd..df369a2bce4 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=3 +revision=4 wrksrc="watchdog-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f61d8da9bf71f6f6882adfcb78fed71301386836 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:14 -0400 Subject: [PATCH 1033/1111] python3-watchman: rebuild for Python 3.9 --- srcpkgs/python3-watchman/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template index 657e75d7a35..c06e798cd57 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=5 +revision=6 create_wrksrc=yes build_wrksrc="pywatchman-${version}" build_style=python3-module From 72208ea2d79e094866c7ebc76f805f0f53d21c3a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:14 -0400 Subject: [PATCH 1034/1111] python3-webassets: rebuild for Python 3.9 --- 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 0abeecab8d8..45d1406ef52 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=4 +revision=5 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 8c80dc0c5b8aceed617a281aa74849aae85bcf99 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:14 -0400 Subject: [PATCH 1035/1111] python3-webencodings: rebuild for Python 3.9 --- 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 0c57a319520..fa4d415ac43 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=5 +revision=6 wrksrc="webencodings-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From b0357d9a86dc887824ac8dd6c2dcae91bcaa2353 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:14 -0400 Subject: [PATCH 1036/1111] python3-websocket-client: rebuild for Python 3.9 --- 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 feefd2fb518..82c02ff9f6e 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=0.56.0 -revision=3 +revision=4 wrksrc="websocket_client-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From a26ba7dce9ef417094dc178ef44138d58f6a183e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:14 -0400 Subject: [PATCH 1037/1111] python3-wheel: rebuild for Python 3.9 --- 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 5b5df9382dc..35388e37451 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.35.1 -revision=2 +revision=3 wrksrc="wheel-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 050ebc4ad70b0fa8a367984ffb8dce543d3808bb Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:14 -0400 Subject: [PATCH 1038/1111] python3-wikipedia: rebuild for Python 3.9 --- 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 53d09a7ef7f..e38ba579288 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=4 +revision=5 wrksrc="wikipedia-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1785002d1913fe642604700d5719370b57992242 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:15 -0400 Subject: [PATCH 1039/1111] python3-wrapt: rebuild for Python 3.9 --- 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 b41968c4855..ccb7a685fcb 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.11.2 -revision=3 +revision=4 wrksrc="wrapt-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3e9ffe4abc42b372ce56eb3fb2bb9362d789723f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:15 -0400 Subject: [PATCH 1040/1111] python3-wsproto: rebuild for Python 3.9 --- 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 4d1bacea900..6d2dab99f60 100644 --- a/srcpkgs/python3-wsproto/template +++ b/srcpkgs/python3-wsproto/template @@ -1,7 +1,7 @@ # Template file for 'python3-wsproto' pkgname=python3-wsproto version=0.15.0 -revision=3 +revision=4 wrksrc="wsproto-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5f36d58c9de7eae5e84ceaf8fa26ee03470827d7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:15 -0400 Subject: [PATCH 1041/1111] python3-xmlschema: rebuild for Python 3.9 --- 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 c73065c2222..88999be9e53 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.2.4 -revision=1 +revision=2 wrksrc=xmlschema-${version} build_style=python3-module hostmakedepends="python3-setuptools python3-elementpath" From f106c6164e5f79060c8a5e1e6e306853fd8f809f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:15 -0400 Subject: [PATCH 1042/1111] python3-xmltodict: rebuild for Python 3.9 --- 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 69e7f78c775..14243ddb006 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=3 +revision=4 wrksrc="xmltodict-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From f2e4224ad7051d6b28af38aedeb89ec0a69e0589 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:15 -0400 Subject: [PATCH 1043/1111] python3-xxhash: rebuild for Python 3.9 --- 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 a0c102efaf5..2d1658271cf 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.0 -revision=1 +revision=2 wrksrc="xxhash-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 5eebb07fc176c06835288127411d2095292a0bd6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:15 -0400 Subject: [PATCH 1044/1111] python3-yaml: rebuild for Python 3.9 --- 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 b2e961166a0..205db081261 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.3.1 -revision=2 +revision=3 wrksrc="PyYAML-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 608c88a1816906843aee16ee967b77c1482da03b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:15 -0400 Subject: [PATCH 1045/1111] python3-yamllint: rebuild for Python 3.9 --- 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 02ed9302afa..6aeedcabe3f 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=3 +revision=4 wrksrc="yamllint-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 3d2dbac7f72e10b3e8d2f1512a80f98e96742b0c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:16 -0400 Subject: [PATCH 1046/1111] python3-yara: rebuild for Python 3.9 --- 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 4441fa7a0c4..cb8c10b5759 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.0.2 -revision=1 +revision=2 wrksrc="yara-python-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 361979dd26d2348fdd4e508fabeb4994c29f7b16 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:16 -0400 Subject: [PATCH 1047/1111] python3-yarl: rebuild for Python 3.9 --- 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 ecb79a3cc9c..06ebeacd71f 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.3.0 -revision=3 +revision=4 wrksrc="yarl-${version}" build_style=python3-module pycompile_module="yarl" From 3d3217368f9d3e736b3cccefe03f2c84c7e90be5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:16 -0400 Subject: [PATCH 1048/1111] python3-zc.lockfile: rebuild for Python 3.9 --- 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 f91f0df64d4..afac0c19e8b 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=3 +revision=4 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 1f59ebb1d0091c298038263623e20f1a98150604 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:16 -0400 Subject: [PATCH 1049/1111] python3-zeroconf: rebuild for Python 3.9 --- 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 eefb11407e6..845e83651a4 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.28.5 -revision=1 +revision=2 wrksrc="python-zeroconf-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 43f893afe1c6e021c70bc4ad72e6a1418895716d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:16 -0400 Subject: [PATCH 1050/1111] python3-zipstream: rebuild for Python 3.9 --- 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 2d57399b2ac..1430081027b 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=5 +revision=6 wrksrc="python-zipstream-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From c2bbbba46c71bd8bd5a1033341984e3986d8f2f8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:16 -0400 Subject: [PATCH 1051/1111] python3-zope.component: rebuild for Python 3.9 --- 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 954984473b4..aee1c9b51cc 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=4.6.2 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 49366b2577da34f9fb1d93a3a4b6dba6565f79c5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:16 -0400 Subject: [PATCH 1052/1111] python3-zope.exceptions: rebuild for Python 3.9 --- 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 261a224bb09..8f06c14c375 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=1 +revision=2 wrksrc="zope.exceptions-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-repoze.sphinx.autointerface From a7bfe5b6af7c173d8965a3fff27e87c3cf9a23a9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:16 -0400 Subject: [PATCH 1053/1111] python3-zope.i18nmessageid: rebuild for Python 3.9 --- 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 6b9e1a8db05..53e4600ded4 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=1 +revision=2 wrksrc="zope.i18nmessageid-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx" From 646786552a2ef15af92ce9f08d6e562bf65738ae Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:17 -0400 Subject: [PATCH 1054/1111] python3-zope.proxy: rebuild for Python 3.9 --- 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 8d62e1873d7..6b36788d081 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=1 +revision=2 wrksrc="zope.proxy-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Sphinx" From af93e201188ef515b761f6306c257c90bcd9baee Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:17 -0400 Subject: [PATCH 1055/1111] python3-zope.security: rebuild for Python 3.9 --- 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 682e1467cb1..5cc8e5c95dc 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=1 +revision=2 wrksrc="zope.security-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-distutils-extra" From a572ba417844aa1703f3c7240ec36d4121a79912 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:17 -0400 Subject: [PATCH 1056/1111] qutebrowser: rebuild for Python 3.9 --- srcpkgs/qutebrowser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template index a9c989f3e39..ef7e343d368 100644 --- a/srcpkgs/qutebrowser/template +++ b/srcpkgs/qutebrowser/template @@ -1,7 +1,7 @@ # Template file for 'qutebrowser' pkgname=qutebrowser version=1.13.1 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools asciidoc" depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2 From 900f47de2e406490886b871cb8678ae8a52616b3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:17 -0400 Subject: [PATCH 1057/1111] r128gain: rebuild for Python 3.9 --- srcpkgs/r128gain/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template index 32e8628b9d7..ea2cf9537dc 100644 --- a/srcpkgs/r128gain/template +++ b/srcpkgs/r128gain/template @@ -1,7 +1,7 @@ # Template file for 'r128gain' pkgname=r128gain version=1.0.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-crcmod python3-ffmpeg-python python3-mutagen python3-tqdm" From 910556e3b7478482739d733aba0f032fe2d1364e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:17 -0400 Subject: [PATCH 1058/1111] radicale: rebuild for Python 3.9 --- srcpkgs/radicale/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template index 9c8f6a93978..0500a4b773d 100644 --- a/srcpkgs/radicale/template +++ b/srcpkgs/radicale/template @@ -1,7 +1,7 @@ # Template file for 'radicale' pkgname=radicale version=3.0.6 -revision=1 +revision=2 wrksrc="Radicale-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 9de22a36083ccf9e23f34f4d8431460c33c5e47f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:17 -0400 Subject: [PATCH 1059/1111] rdiff-backup: rebuild for Python 3.9 --- 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 2bb71780834..752c58e6cbc 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=1 +revision=2 build_style=python3-module hostmakedepends="python3 python3-setuptools" makedepends="python3-devel librsync-devel" From 7da33e5d030e8e904795865b69660c71b69d29ad Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:17 -0400 Subject: [PATCH 1060/1111] redshift: rebuild for Python 3.9 --- srcpkgs/redshift/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template index c58b8daeb76..8db3878a502 100644 --- a/srcpkgs/redshift/template +++ b/srcpkgs/redshift/template @@ -1,7 +1,7 @@ # Template file for 'redshift' pkgname=redshift version=1.12 -revision=2 +revision=3 build_style=gnu-configure build_options="geoclue2" configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)" From f438eae0182a0d3504b0a3e9b7898111089d5e5d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:17 -0400 Subject: [PATCH 1061/1111] renderdoc: rebuild for Python 3.9 --- srcpkgs/renderdoc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template index 9921297e723..96594d02f22 100644 --- a/srcpkgs/renderdoc/template +++ b/srcpkgs/renderdoc/template @@ -1,7 +1,7 @@ # Template file for 'renderdoc' pkgname=renderdoc version=1.4 -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 edeead02156c8705295b9509beed9a6b3b6f0452 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:18 -0400 Subject: [PATCH 1062/1111] rmlint: rebuild for Python 3.9 --- srcpkgs/rmlint/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template index 0c7afc954b3..b77f20b805a 100644 --- a/srcpkgs/rmlint/template +++ b/srcpkgs/rmlint/template @@ -1,7 +1,7 @@ # Template file for 'rmlint' pkgname=rmlint version=2.10.1 -revision=1 +revision=2 build_style=scons hostmakedepends="pkg-config python3-Sphinx glib-devel" makedepends="libblkid-devel elfutils-devel json-glib-devel" From 2f0db287d91885dab08f5ba02841a5a718398cf9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:18 -0400 Subject: [PATCH 1063/1111] rpm: rebuild for Python 3.9 --- srcpkgs/rpm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template index 26d91814102..d39c3746781 100644 --- a/srcpkgs/rpm/template +++ b/srcpkgs/rpm/template @@ -1,7 +1,7 @@ # Template file for 'rpm' pkgname=rpm version=4.15.1 -revision=3 +revision=4 build_style=gnu-configure configure_args="--with-lua --with-cap --with-acl --with-external-db --enable-python PYTHON=python3 --sharedstatedir=/var/lib" From bac9219d60db34a3b4da3d2a028d71725fd87027 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:18 -0400 Subject: [PATCH 1064/1111] rrdtool: rebuild for Python 3.9 --- srcpkgs/rrdtool/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rrdtool/template b/srcpkgs/rrdtool/template index 6a5ff2676a3..6877929c8dc 100644 --- a/srcpkgs/rrdtool/template +++ b/srcpkgs/rrdtool/template @@ -1,7 +1,7 @@ # Template file for 'rrdtool' pkgname=rrdtool version=1.7.2 -revision=3 +revision=4 build_style=gnu-configure configure_args="--enable-perl --enable-perl-site-install --with-perl-options=INSTALLDIRS=vendor --enable-ruby From d4bec9969a428f63592d6695c7fb3546330d7030 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:18 -0400 Subject: [PATCH 1065/1111] rtslib-fb: rebuild for Python 3.9 --- 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 b1572850212..f554df90ee7 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.72 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-six python3-pyudev libudev" From f3193474cef526b8e297fa840f361fd23580cff0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:18 -0400 Subject: [PATCH 1066/1111] screenkey: rebuild for Python 3.9 --- srcpkgs/screenkey/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/screenkey/template b/srcpkgs/screenkey/template index 4608f9c9f15..fa623d9396f 100644 --- a/srcpkgs/screenkey/template +++ b/srcpkgs/screenkey/template @@ -1,7 +1,7 @@ # Template file for 'screenkey' pkgname=screenkey version=1.2 -revision=1 +revision=2 build_style=python3-module hostmakedepends="intltool python3-setuptools python3-distutils-extra" depends="gtk+3 libX11 python3-gobject" From 1c61328e244705adc14080b8d28ab408d6798b35 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:18 -0400 Subject: [PATCH 1067/1111] setzer: rebuild for Python 3.9 --- srcpkgs/setzer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/setzer/template b/srcpkgs/setzer/template index f7321d39dd7..cecfaeef56e 100644 --- a/srcpkgs/setzer/template +++ b/srcpkgs/setzer/template @@ -1,7 +1,7 @@ # Template file for 'setzer' pkgname=setzer version=0.3.2 -revision=1 +revision=2 wrksrc=Setzer-${version} build_style=meson hostmakedepends="gettext" From 498d9088d967801fa10b0b76179a63cf07ac19a9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:18 -0400 Subject: [PATCH 1068/1111] sigil: rebuild for Python 3.9 --- srcpkgs/sigil/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template index c1392099583..b94cbfa6ff1 100644 --- a/srcpkgs/sigil/template +++ b/srcpkgs/sigil/template @@ -1,7 +1,7 @@ # Template file for 'sigil' pkgname=sigil version=1.3.0 -revision=1 +revision=2 wrksrc="Sigil-${version}" build_style=cmake pycompile_dirs="usr/share/sigil/python3lib" From e858a74565e42b1e27c93e437bf93a1f7aca2c3f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:19 -0400 Subject: [PATCH 1069/1111] sip: rebuild for Python 3.9 --- srcpkgs/sip/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template index 8f53db1cf10..87d0c5c6ed6 100644 --- a/srcpkgs/sip/template +++ b/srcpkgs/sip/template @@ -1,7 +1,7 @@ # Template file for 'sip' pkgname=sip version=4.19.24 -revision=2 +revision=3 hostmakedepends="python3-devel" makedepends="${hostmakedepends}" short_desc="Python extension module generator for C/C++ libraries" From 8ccd356de4db7f2c221ef278ed615ebc1c0943be Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:19 -0400 Subject: [PATCH 1070/1111] sip5: rebuild for Python 3.9 --- srcpkgs/sip5/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template index 2ea0bab7b65..cbbd61cbb73 100644 --- a/srcpkgs/sip5/template +++ b/srcpkgs/sip5/template @@ -1,7 +1,7 @@ # Template file for 'sip5' pkgname=sip5 version=5.4.0 -revision=2 +revision=3 wrksrc="sip-$version" build_style=python3-module hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml" From 6eedde9aee610f878f7057993edb6ce2ce6efe12 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:19 -0400 Subject: [PATCH 1071/1111] speech-dispatcher: rebuild for Python 3.9 --- 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 7640cee91c0..829754ab3c7 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.8.8 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-static" short_desc="High-level device independent layer for speech synthesis interface" From 7d9354eb28edd05ad58d398e0120b7e39ce80b00 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:19 -0400 Subject: [PATCH 1072/1111] sssd: rebuild for Python 3.9 --- srcpkgs/sssd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template index 57a7fc7e2b4..082a56831ae 100644 --- a/srcpkgs/sssd/template +++ b/srcpkgs/sssd/template @@ -1,7 +1,7 @@ # Template file for 'sssd' pkgname=sssd version=2.3.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--without-selinux --without-semanage --without-libwbclient --disable-cifs-idmap-plugin --without-samba --with-os=fedora From 0ca278df641590acc0a630e789bb842e94b376df Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:19 -0400 Subject: [PATCH 1073/1111] streamlink: rebuild for Python 3.9 --- srcpkgs/streamlink/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template index ea68f0cea37..c92aaf1aea9 100644 --- a/srcpkgs/streamlink/template +++ b/srcpkgs/streamlink/template @@ -1,7 +1,7 @@ # Template file for 'streamlink' pkgname=streamlink version=1.6.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-pycryptodome python3-pycountry From 3c1645d133efc7ac8544b967a1ca2b4b7233abac Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:19 -0400 Subject: [PATCH 1074/1111] subliminal: rebuild for Python 3.9 --- srcpkgs/subliminal/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/subliminal/template b/srcpkgs/subliminal/template index a5ec3dc3ac8..2e16355a28a 100644 --- a/srcpkgs/subliminal/template +++ b/srcpkgs/subliminal/template @@ -1,7 +1,7 @@ # Template file for 'subliminal' pkgname=subliminal version=2.1.0 -revision=4 +revision=5 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3 python3-guessit python3-babelfish python3-enzyme From 0615fc4e86f56523ace3f079c61a07a2ea99f756 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:19 -0400 Subject: [PATCH 1075/1111] subuser: rebuild for Python 3.9 --- srcpkgs/subuser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template index 0bc3e71db36..1d6aaa5d695 100644 --- a/srcpkgs/subuser/template +++ b/srcpkgs/subuser/template @@ -1,7 +1,7 @@ # Template file for 'subuser' pkgname=subuser version=0.6.2 -revision=3 +revision=4 archs="x86_64*" build_style=python3-module hostmakedepends="python3-setuptools" From 2189627b33bed301ba588ae2de61fbfdc2ff438b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:19 -0400 Subject: [PATCH 1076/1111] subversion: rebuild for Python 3.9 --- srcpkgs/subversion/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/subversion/template b/srcpkgs/subversion/template index d3806661e75..0f1d2d17900 100644 --- a/srcpkgs/subversion/template +++ b/srcpkgs/subversion/template @@ -4,7 +4,7 @@ # pkgname=subversion version=1.14.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-javahl --disable-static --config-cache --with-gnome-keyring --with-editor=vi --disable-mod-activation From 535c15c2e04bdb2fd517fb5a2abfe743f69cab68 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:20 -0400 Subject: [PATCH 1077/1111] sumo: rebuild for Python 3.9 --- srcpkgs/sumo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sumo/template b/srcpkgs/sumo/template index 1167f97789c..4c1eb6876a4 100644 --- a/srcpkgs/sumo/template +++ b/srcpkgs/sumo/template @@ -1,7 +1,7 @@ # Template file for 'sumo' pkgname=sumo version=1.5.0 -revision=2 +revision=3 build_style=cmake python_version=3 hostmakedepends="libgdal-tools pkg-config swig python3-setuptools" From 3c0cdc8a900caf07c004886aaa1715da54bc84cf Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:20 -0400 Subject: [PATCH 1078/1111] synapse: rebuild for Python 3.9 --- srcpkgs/synapse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index 357aa19550e..8da3b8f589a 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,7 +1,7 @@ # Template file for 'synapse' pkgname=synapse version=1.20.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-jsonschema python3-frozendict python3-canonicaljson>=1.2.0 From d3efdd1760cf18dce65c55a49d1fe5ea0a7765d9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:20 -0400 Subject: [PATCH 1079/1111] targetcli-fb: rebuild for Python 3.9 --- 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 2088345b288..70ff44b77c1 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.51 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject" From 0d6dbbe2ffe156e9a95aca45ba104c7c6e65490f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:20 -0400 Subject: [PATCH 1080/1111] telepresence: rebuild for Python 3.9 --- srcpkgs/telepresence/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template index e3f446e828f..0f28d8f19c2 100644 --- a/srcpkgs/telepresence/template +++ b/srcpkgs/telepresence/template @@ -1,7 +1,7 @@ # Template file for 'telepresence' pkgname=telepresence version=0.107 -revision=1 +revision=2 archs="x86_64* ppc64le*" build_style=python3-module hostmakedepends="python3-pip python3-setuptools git" From f821b1def3a05b3cf069df8759a6e314b5714dd1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:20 -0400 Subject: [PATCH 1081/1111] texworks: rebuild for Python 3.9 --- srcpkgs/texworks/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/texworks/template b/srcpkgs/texworks/template index 0ad5cc23e89..87ca8404934 100644 --- a/srcpkgs/texworks/template +++ b/srcpkgs/texworks/template @@ -1,7 +1,7 @@ # Template file for 'texworks' pkgname=texworks version=0.6.3 -revision=3 +revision=4 wrksrc="texworks-release-${version}" build_style=cmake configure_args="-DTW_BUILD_ID=Void -DWITH_LUA=ON -DWITH_PYTHON=ON From bbdab2525258d8a5cfd878e79210a949f36e9ff1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:20 -0400 Subject: [PATCH 1082/1111] tlsh: rebuild for Python 3.9 --- srcpkgs/tlsh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template index 14e6e9aa0b7..7cb5c28b48b 100644 --- a/srcpkgs/tlsh/template +++ b/srcpkgs/tlsh/template @@ -1,7 +1,7 @@ # Template file for 'tlsh' pkgname=tlsh version=3.17.0 -revision=1 +revision=2 build_style=cmake hostmakedepends="python3" makedepends="python3-devel" From 81d2bc95d304ae31ac8df0eb0ca364fee08b5fde Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:20 -0400 Subject: [PATCH 1083/1111] torbrowser-launcher: rebuild for Python 3.9 --- 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 18418292fb1..81dec9dad3a 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.2 -revision=5 +revision=6 archs="i686 x86_64" # limited by Tor Browser itself build_style=python3-module hostmakedepends="gettext python3-setuptools" From cc1b28fec87598aafbe6ab4ffc703d18454f9796 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:21 -0400 Subject: [PATCH 1084/1111] tox: rebuild for Python 3.9 --- srcpkgs/tox/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template index 23d8d88564e..214ed60a03d 100644 --- a/srcpkgs/tox/template +++ b/srcpkgs/tox/template @@ -1,7 +1,7 @@ # Template file for 'tox' pkgname=tox version=3.19.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-filelock python3-packaging From ce69dc28b7a769250d5870659f7034ee8abf9e2e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:21 -0400 Subject: [PATCH 1085/1111] trash-cli: rebuild for Python 3.9 --- 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 4ab724d8cb1..d1e28aca412 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.17.1.14 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3" depends="python3" From b9d80b78dccd753042468c20cc240aa7cca98fd4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:21 -0400 Subject: [PATCH 1086/1111] ueberzug: rebuild for Python 3.9 --- srcpkgs/ueberzug/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template index b54fb43be1b..ca27d90598c 100644 --- a/srcpkgs/ueberzug/template +++ b/srcpkgs/ueberzug/template @@ -1,7 +1,7 @@ # Template file for 'ueberzug' pkgname=ueberzug version=18.1.5 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel libX11-devel libXext-devel" From 95a7893410ac3c862aaee48ee8628a86752cdce2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:21 -0400 Subject: [PATCH 1087/1111] ulauncher: rebuild for Python 3.9 --- srcpkgs/ulauncher/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ulauncher/template b/srcpkgs/ulauncher/template index 141eb29b6c9..2802288b14a 100644 --- a/srcpkgs/ulauncher/template +++ b/srcpkgs/ulauncher/template @@ -1,7 +1,7 @@ # Template file for 'ulauncher' pkgname=ulauncher version=5.7.5 -revision=1 +revision=2 wrksrc=${pkgname} build_style=python3-module pycompile_module="ulauncher" From 664358d2ef421c330abd2a23ab3ca1c27afeeb69 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:21 -0400 Subject: [PATCH 1088/1111] unicorn: rebuild for Python 3.9 --- srcpkgs/unicorn/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template index 971d44752ca..9134dca224b 100644 --- a/srcpkgs/unicorn/template +++ b/srcpkgs/unicorn/template @@ -1,7 +1,7 @@ # Template file for 'unicorn' pkgname=unicorn version=1.0.1 -revision=3 +revision=4 archs="x86_64* i686*" hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools" short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework" From f05435513a310c756f00df0eb99ee102d7037573 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:21 -0400 Subject: [PATCH 1089/1111] urh: rebuild for Python 3.9 --- srcpkgs/urh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template index ed54ce8244e..d59f8587098 100644 --- a/srcpkgs/urh/template +++ b/srcpkgs/urh/template @@ -1,7 +1,7 @@ # Template file for 'urh' pkgname=urh version=2.8.8 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools python3-Cython python3-numpy" makedepends="python3-devel python3-PyQt5 libomp-devel libairspy-devel librtlsdr-devel From d8a5cab051d85d0c81faf596dd27e86e0d9dea6e Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:21 -0400 Subject: [PATCH 1090/1111] urlscan: rebuild for Python 3.9 --- srcpkgs/urlscan/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template index 0c4ab9b75ad..dc2573b3187 100644 --- a/srcpkgs/urlscan/template +++ b/srcpkgs/urlscan/template @@ -1,7 +1,7 @@ # Template file for 'urlscan' pkgname=urlscan version=0.9.5 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-urwid" From aa38fddee007c257fbf90ff6409d1e71d6f454fe Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:21 -0400 Subject: [PATCH 1091/1111] uwsgi: rebuild for Python 3.9 --- srcpkgs/uwsgi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template index 2ad7432dae7..1446c355e1e 100644 --- a/srcpkgs/uwsgi/template +++ b/srcpkgs/uwsgi/template @@ -1,7 +1,7 @@ # Template file for 'uwsgi' pkgname=uwsgi version=2.0.18 -revision=2 +revision=3 hostmakedepends="python python3" makedepends="python-devel python3-devel" short_desc="Fast, self-healing application container server" From 6024dcbd56555330746e592a1cfaf177ff763e74 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:21 -0400 Subject: [PATCH 1092/1111] vapoursynth: rebuild for Python 3.9 --- srcpkgs/vapoursynth/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template index 521a73ab6b6..88a07c21c91 100644 --- a/srcpkgs/vapoursynth/template +++ b/srcpkgs/vapoursynth/template @@ -1,7 +1,7 @@ # Template file for 'vapoursynth' pkgname=vapoursynth version=R50 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="automake pkg-config libtool nasm python3-Cython" makedepends="python3-devel zimg-devel libmagick-devel libass-devel ffmpeg-devel From 11a41460e96d52ecddeaaf1fbb62dc66dc91ee09 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:22 -0400 Subject: [PATCH 1093/1111] vim: rebuild for Python 3.9 --- srcpkgs/vim/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template index cfeb4ec1ca6..ea4601505ed 100644 --- a/srcpkgs/vim/template +++ b/srcpkgs/vim/template @@ -1,7 +1,7 @@ # Template file for 'vim' pkgname=vim version=8.2.1666 -revision=1 +revision=2 hostmakedepends="gettext glib-devel pkg-config" makedepends="acl-devel gtk+3-devel libXt-devel lua53-devel ncurses-devel perl python3-devel ruby-devel" From 97b2c7d439a395ce4bef38bae1de67d3a71bb47a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:22 -0400 Subject: [PATCH 1094/1111] vimiv: rebuild for Python 3.9 --- srcpkgs/vimiv/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template index 54deab7e7f7..0bc71d1261e 100644 --- a/srcpkgs/vimiv/template +++ b/srcpkgs/vimiv/template @@ -1,7 +1,7 @@ # Template file for 'vimiv' pkgname="vimiv" version=0.9.1 -revision=4 +revision=5 build_style=gnu-makefile pycompile_module=vimiv hostmakedepends="python3-setuptools python3-devel" From 9e3b393de5745ff3486a2bf3c821b4456a7def60 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:22 -0400 Subject: [PATCH 1095/1111] volctl: rebuild for Python 3.9 --- srcpkgs/volctl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template index 235fddab23a..305e7e9ba1f 100644 --- a/srcpkgs/volctl/template +++ b/srcpkgs/volctl/template @@ -1,7 +1,7 @@ # Template file for 'volctl' pkgname=volctl version=0.8.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-gobject pulseaudio desktop-file-utils" From 82b0d7735a9a465cd88b63e5900640a5e562f8a8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:22 -0400 Subject: [PATCH 1096/1111] volk: rebuild for Python 3.9 --- srcpkgs/volk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/volk/template b/srcpkgs/volk/template index cad07ce8c6b..2bbdd5b9b7a 100644 --- a/srcpkgs/volk/template +++ b/srcpkgs/volk/template @@ -1,7 +1,7 @@ # Template file for 'volk' pkgname=volk version=2.2.1 -revision=1 +revision=2 build_style=cmake hostmakedepends="pkg-config python3-cheetah3 git python3-Mako python3-six" makedepends="boost-devel python3-cheetah3 python3-devel python3-Mako From f222822d654950c5fc04bb17fcbe168293718ab7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:22 -0400 Subject: [PATCH 1097/1111] volume_key: rebuild for Python 3.9 --- 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 746634526eb..64cc8f7d334 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=3 +revision=4 build_style=gnu-configure make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc} PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}" From 6f0d8650aa58ebd49a294fb266bd0bc043992fb7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:22 -0400 Subject: [PATCH 1098/1111] vtk: rebuild for Python 3.9 --- srcpkgs/vtk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vtk/template b/srcpkgs/vtk/template index e48e91778a5..459e6440d09 100644 --- a/srcpkgs/vtk/template +++ b/srcpkgs/vtk/template @@ -1,7 +1,7 @@ # Template file for 'vtk' pkgname=vtk version=9.0.1 -revision=2 +revision=3 wrksrc=VTK-${version} build_style=cmake # vtk can be huge, especially with -DVTK_BUILD_ALL_MODULES=ON" From e5a0beeb2266d9bb6c7504764a7b91b8f9d900d5 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:22 -0400 Subject: [PATCH 1099/1111] weechat: rebuild for Python 3.9 --- srcpkgs/weechat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template index 7f882016e21..8abf0745537 100644 --- a/srcpkgs/weechat/template +++ b/srcpkgs/weechat/template @@ -1,7 +1,7 @@ # Template file for 'weechat' pkgname=weechat version=2.9 -revision=1 +revision=2 build_style=cmake configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON From 6aa60a4450bb6d9dde4e8fa4cd3eb25f7d8ae620 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:22 -0400 Subject: [PATCH 1100/1111] whipper: rebuild for Python 3.9 --- srcpkgs/whipper/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/whipper/template b/srcpkgs/whipper/template index 9e21890bf0a..03e5b89030b 100644 --- a/srcpkgs/whipper/template +++ b/srcpkgs/whipper/template @@ -1,7 +1,7 @@ # Template file for 'whipper' pkgname=whipper version=0.9.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="libsndfile-devel python3-devel" From 40b6252bf83e070752eae0f4558f0f200fac4d2b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:23 -0400 Subject: [PATCH 1101/1111] wxPython4: rebuild for Python 3.9 --- srcpkgs/wxPython4/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template index 7fc5b7a36a5..7060e894b0a 100644 --- a/srcpkgs/wxPython4/template +++ b/srcpkgs/wxPython4/template @@ -1,7 +1,7 @@ # Template file for 'wxPython4' pkgname=wxPython4 version=4.0.7 -revision=1 +revision=2 wrksrc="wxPython-${version}" build_style=python3-module make_build_args="--skip-build" From ee2cbfb7c835aaee2a3336715c601ac37f05cb81 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:23 -0400 Subject: [PATCH 1102/1111] xapps: rebuild for Python 3.9 --- srcpkgs/xapps/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xapps/template b/srcpkgs/xapps/template index d1675b7168d..5ae1a2149ff 100644 --- a/srcpkgs/xapps/template +++ b/srcpkgs/xapps/template @@ -1,7 +1,7 @@ # Template file for 'xapps' pkgname=xapps version=1.8.6 -revision=1 +revision=2 build_style=meson build_helper="gir" hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext" From 6af10592f439d2fc8beb459f53cbc5c40cefeaa6 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:23 -0400 Subject: [PATCH 1103/1111] xen: rebuild for Python 3.9 --- srcpkgs/xen/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xen/template b/srcpkgs/xen/template index 158937ca75d..928ccb505ca 100644 --- a/srcpkgs/xen/template +++ b/srcpkgs/xen/template @@ -1,7 +1,7 @@ # Template file for 'xen' pkgname=xen version=4.14.0 -revision=2 +revision=3 # grep -R IPXE_GIT_TAG src/xen-*/tools/firmware/etherboot _git_tag_ipxe=4bd064de239dab2426b31c9789a1f4d78087dc63 # TODO: arm / aarch64 From 289b9dc1903dc790b2ac5dba2a2c31bd49c89ae8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:23 -0400 Subject: [PATCH 1104/1111] xmldiff: rebuild for Python 3.9 --- srcpkgs/xmldiff/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xmldiff/template b/srcpkgs/xmldiff/template index 7cfdb79d749..8f252be2061 100644 --- a/srcpkgs/xmldiff/template +++ b/srcpkgs/xmldiff/template @@ -1,7 +1,7 @@ # Template file for 'xmldiff' pkgname=xmldiff version=2.4 -revision=2 +revision=3 wrksrc="xmldiff-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From 74cfbad127de64c152fc6c9bb6be004e5aa304e8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:23 -0400 Subject: [PATCH 1105/1111] xonsh: rebuild for Python 3.9 --- srcpkgs/xonsh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template index d15917d61a7..1aaf2f5f96a 100644 --- a/srcpkgs/xonsh/template +++ b/srcpkgs/xonsh/template @@ -1,7 +1,7 @@ # Template file for 'xonsh' pkgname=xonsh version=0.9.22 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" short_desc="Python-powered, cross-platform, Unix-gazing shell" From 6caa9d656e7341fc8e18c070760fc7680f4196c7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:23 -0400 Subject: [PATCH 1106/1111] xpra: rebuild for Python 3.9 --- srcpkgs/xpra/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index b14709c33e6..77eb3a4fbfa 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -1,7 +1,7 @@ # Template file for 'xpra' pkgname=xpra version=4.0.4 -revision=1 +revision=2 build_style=python3-module hostmakedepends="pkg-config python3-Cython" makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel From 62922f82fc40e24c0b2dcd2787eb98dc419eb6b3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:23 -0400 Subject: [PATCH 1107/1111] youtube-dl: rebuild for Python 3.9 --- 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 6ff04a36721..84c6b2eab8b 100644 --- a/srcpkgs/youtube-dl/template +++ b/srcpkgs/youtube-dl/template @@ -1,7 +1,7 @@ # Template file for 'youtube-dl' pkgname=youtube-dl version=2020.09.20 -revision=1 +revision=2 wrksrc=youtube-dl build_style=python3-module hostmakedepends="python3-setuptools" From 9ba4e4f33d1dd657210b468df57c712a8e5e24e7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:23 -0400 Subject: [PATCH 1108/1111] yq: rebuild for Python 3.9 --- srcpkgs/yq/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template index 100dc4be7dd..2ad24598f3f 100644 --- a/srcpkgs/yq/template +++ b/srcpkgs/yq/template @@ -1,7 +1,7 @@ # Template file for 'yq' pkgname=yq version=2.11.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-yaml" From 495706b9fb3386d1156e7bbe141c593c7d2a3081 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:23 -0400 Subject: [PATCH 1109/1111] yubikey-manager: rebuild for Python 3.9 --- 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 15db9d4f7ef..20368e5b2ad 100644 --- a/srcpkgs/yubikey-manager/template +++ b/srcpkgs/yubikey-manager/template @@ -1,7 +1,7 @@ # Template file for 'yubikey-manager' pkgname=yubikey-manager version=3.1.1 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools" depends="libu2f-host python3-fido2 python3-openssl python3-usb python3-pyscard From 604bb2b4e041539cd178080e20a9bdd622e1c11f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:24 -0400 Subject: [PATCH 1110/1111] z3: rebuild for Python 3.9 --- srcpkgs/z3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template index 32707a2fe40..64965043749 100644 --- a/srcpkgs/z3/template +++ b/srcpkgs/z3/template @@ -1,7 +1,7 @@ # Template file for 'z3' pkgname=z3 version=4.8.9 -revision=1 +revision=2 wrksrc="${pkgname}-${pkgname}-${version}" build_style=configure configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)" From 28e184ea10248527b0dd85e964ea9e99f823fb57 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:24 -0400 Subject: [PATCH 1111/1111] znc: rebuild for Python 3.9 [ci skip] --- srcpkgs/znc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template index af2192d499a..94142619d1c 100644 --- a/srcpkgs/znc/template +++ b/srcpkgs/znc/template @@ -1,7 +1,7 @@ # Template file for 'znc' pkgname=znc version=1.8.2 -revision=1 +revision=2 build_style=gnu-configure configure_args=" --enable-python