From 9907b26ec9aacb2c9c990c665c32502ef0f7c808 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:06:59 +0200 Subject: [PATCH 001/874] python3: update to 3.8.0. --- common/shlibs | 3 ++- .../python3/patches/fix-xattrs-glibc.patch | 13 ---------- srcpkgs/python3/patches/libressl-2.6.patch | 26 ------------------- srcpkgs/python3/template | 23 ++++++++-------- 4 files changed, 13 insertions(+), 52 deletions(-) delete mode 100644 srcpkgs/python3/patches/fix-xattrs-glibc.patch delete mode 100644 srcpkgs/python3/patches/libressl-2.6.patch diff --git a/common/shlibs b/common/shlibs index cc3fd8383d8..f5133935773 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1698,8 +1698,9 @@ libefiboot.so.1 libefivar-31_1 libportaudio.so.2 portaudio-19.20140130_1 libportaudiocpp.so.0 portaudio-cpp-19.20140130_1 libdar.so.5000 libdar-2.4.14_1 -libpython3.so python3-3.6.2_1 libpython3.6m.so.1.0 python3-3.6.2_1 +libpython3.so python3-3.8.0_1 +libpython3.8.so.1.0 python3-3.8.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/patches/fix-xattrs-glibc.patch b/srcpkgs/python3/patches/fix-xattrs-glibc.patch deleted file mode 100644 index 909901293d5..00000000000 --- a/srcpkgs/python3/patches/fix-xattrs-glibc.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- Modules/posixmodule.c.orig -+++ Modules/posixmodule.c -@@ -103,8 +103,9 @@ corresponding Unix manual entries for more information on calls."); - #undef HAVE_SCHED_SETAFFINITY - #endif - --#if defined(HAVE_SYS_XATTR_H) && defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__GNU__) -+#if defined(HAVE_SYS_XATTR_H) && defined(__linux__) && !defined(__FreeBSD_kernel__) && !defined(__GNU__) - #define USE_XATTRS -+#include - #endif - - #ifdef USE_XATTRS diff --git a/srcpkgs/python3/patches/libressl-2.6.patch b/srcpkgs/python3/patches/libressl-2.6.patch deleted file mode 100644 index 92dcf1ef06e..00000000000 --- a/srcpkgs/python3/patches/libressl-2.6.patch +++ /dev/null @@ -1,26 +0,0 @@ -https://github.com/python/cpython/pull/4930 - ---- Lib/test/test_ssl.py.orig -+++ Lib/test/test_ssl.py -@@ -29,6 +29,12 @@ - PROTOCOLS = sorted(ssl._PROTOCOL_NAMES) - HOST = support.HOST - IS_LIBRESSL = ssl.OPENSSL_VERSION.startswith('LibreSSL') -+if IS_LIBRESSL: -+ LIBRESSL_VERSION = tuple( -+ int(s) for s in ssl.OPENSSL_VERSION.rsplit(' ')[-1].split('.') -+ ) -+else: -+ LIBRESSL_VERSION = () - IS_OPENSSL_1_1 = not IS_LIBRESSL and ssl.OPENSSL_VERSION_INFO >= (1, 1, 0) - - -@@ -3392,6 +3398,8 @@ def test_selected_npn_protocol(self): - chatty=True, connectionchatty=True) - self.assertIs(stats['client_npn_protocol'], None) - -+ @unittest.skipIf(IS_LIBRESSL and LIBRESSL_VERSION >= (2, 6, 1), -+ "LibreSSL 2.6.1+ has broken NPN support") - @unittest.skipUnless(ssl.HAS_NPN, "NPN support needed for this test") - def test_npn_protocols(self): - server_protocols = ['http/1.1', 'spdy/2'] diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template index 60bd4411ba8..b03a59beea8 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.6.9 +version=3.8.0 revision=1 wrksrc="Python-${version}" short_desc="Interpreted, interactive, object-oriented programming language (${version%.*} series)" @@ -11,7 +11,7 @@ maintainer="Orphaned " homepage="https://www.python.org" license="Python-2.0" distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz" -checksum=5e2f5f554e3f8f7f0296f7e73d8600c4e9acbaee6b2555b83206edf5153870da +checksum=b356244e13fb5491da890b35b13b2118c3122977c2cd825e3eb6e7d462030d84 pycompile_dirs="usr/lib/python${version%.*}" hostmakedepends="pkg-config" @@ -27,8 +27,7 @@ alternatives=" python:python.1:/usr/share/man/man1/python${version%.*}.1" pre_configure() { - # Ensure that internal copies of zlib, expat and libffi are not used - rm -r Modules/zlib + # Ensure that internal copies of expat and libffi are not used rm -r Modules/expat rm -r Modules/_ctypes/{darwin,libffi}* } @@ -72,13 +71,13 @@ do_install() { rm -rf ${DESTDIR}/usr/lib/python${version%.*}/lib2to3/tests # Remove references to the install(1) wrapper. sed -e "s,${XBPS_WRAPPERDIR},/usr/bin,g" -i \ - ${DESTDIR}/usr/lib/python${version%.*}/_sysconfigdata_m_*.py \ - ${DESTDIR}/usr/lib/python${version%.*}/config-${version%.*}m*/Makefile + ${DESTDIR}/usr/lib/python${version%.*}/_sysconfigdata_*_*.py \ + ${DESTDIR}/usr/lib/python${version%.*}/config-${version%.*}*/Makefile if [ "$CROSS_BUILD" ]; then # Remove references to cross toolchain. sed -i "s/$XBPS_CROSS_TRIPLET-//g" \ - ${DESTDIR}/usr/lib/python${version%.*}/_sysconfigdata_m_*.py \ - ${DESTDIR}/usr/lib/python${version%.*}/config-${version%.*}m*/Makefile + ${DESTDIR}/usr/lib/python${version%.*}/_sysconfigdata_*_*.py \ + ${DESTDIR}/usr/lib/python${version%.*}/config-${version%.*}/Makefile fi } @@ -89,10 +88,10 @@ python3-devel_package() { vmove usr/bin/python*-config vmove usr/lib/pkgconfig vmove usr/include - mv ${DESTDIR}/usr/lib/python${version%.*}/config-${version%.*}m*/libpython${version%.*}m.a \ + mv ${DESTDIR}/usr/lib/python${version%.*}/config-${version%.*}*/libpython${version%.*}*.a \ ${PKGDESTDIR}/usr/lib - mkdir -p ${DESTDIR}/usr/include/python${version%.*}m - mv ${PKGDESTDIR}/usr/include/python${version%.*}m/pyconfig.h \ - ${DESTDIR}/usr/include/python${version%.*}m + mkdir -p ${DESTDIR}/usr/include/python${version%.*} + mv ${PKGDESTDIR}/usr/include/python${version%.*}/pyconfig.h \ + ${DESTDIR}/usr/include/python${version%.*} } } From 82deb1f06d09e93aabaa46495a066cec2647de81 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 17:09:57 +0200 Subject: [PATCH 002/874] python3-tkinter: update to 3.8.0. --- srcpkgs/python3-tkinter/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-tkinter/template b/srcpkgs/python3-tkinter/template index 83906219af8..874be51ebdf 100644 --- a/srcpkgs/python3-tkinter/template +++ b/srcpkgs/python3-tkinter/template @@ -7,7 +7,7 @@ _desc="Interpreted, interactive, object-oriented programming language" pkgname=python3-tkinter -version=3.6.8 +version=3.8.0 revision=1 wrksrc="Python-${version}" pycompile_dirs=" @@ -22,11 +22,10 @@ maintainer="Orphaned " homepage="https://www.python.org" license="Python-2.0" distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz" -checksum=35446241e995773b1bed7d196f4b624dadcadc8429f26282e756b2fb8a351193 +checksum=b356244e13fb5491da890b35b13b2118c3122977c2cd825e3eb6e7d462030d84 pre_configure() { - # Ensure that internal copies of zlib, expat and libffi are not used. - rm -r Modules/zlib + # Ensure that internal copies of expat and libffi are not used. rm -r Modules/expat rm -r Modules/_ctypes/{darwin,libffi}* } @@ -72,7 +71,7 @@ do_install() { mv ${wrksrc}/${pkgname}-${version}-install/usr/lib/python${version%.*}/${lib} \ ${DESTDIR}/usr/lib/python${version%.*}/ done - mv ${wrksrc}/${pkgname}-${version}-install/usr/${_libdir}/python${version%.*}/lib-dynload/_tkinter.cpython-*m*.so \ + mv ${wrksrc}/${pkgname}-${version}-install/usr/${_libdir}/python${version%.*}/lib-dynload/_tkinter.cpython-*.so \ ${DESTDIR}/usr/lib/python${version%.*}/lib-dynload/ ln -sf idle${version%.*} ${DESTDIR}/usr/bin/idle3 } From 8bb33f77d591103b56f40685a4b61f57b43219cd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:42:15 +0200 Subject: [PATCH 003/874] common/environment/setup/python.sh: update to Python 3.8. --- common/build-style/python-module.sh | 14 ++++---------- common/environment/setup/python.sh | 4 ++-- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/common/build-style/python-module.sh b/common/build-style/python-module.sh index da6ed586cff..ff8f107745f 100644 --- a/common/build-style/python-module.sh +++ b/common/build-style/python-module.sh @@ -4,7 +4,7 @@ do_build() { : ${python_versions:="2.7 $py3_ver"} - local pyver= pysufx= tmp_cflags="$CFLAGS" tmp_ldflags="$LDFLAGS" + local pyver= tmp_cflags="$CFLAGS" tmp_ldflags="$LDFLAGS" for pyver in $python_versions; do if [ -n "$CROSS_BUILD" ]; then @@ -12,10 +12,7 @@ do_build() { LDFLAGS="$tmp_ldflags" PYPREFIX="$XBPS_CROSS_BASE" - if [ "$pyver" != "2.7" ]; then - pysufx=m - fi - CFLAGS+=" -I${XBPS_CROSS_BASE}/include/python${pyver}${pysufx} -I${XBPS_CROSS_BASE}/usr/include" + CFLAGS+=" -I${XBPS_CROSS_BASE}/include/python${pyver} -I${XBPS_CROSS_BASE}/usr/include" LDFLAGS+=" -L${XBPS_CROSS_BASE}/lib/python${pyver} -L${XBPS_CROSS_BASE}/usr/lib" CC="${XBPS_CROSS_TRIPLET}-gcc -pthread $CFLAGS $LDFLAGS" LDSHARED="${CC} -shared $LDFLAGS" @@ -49,15 +46,12 @@ do_check() { do_install() { : ${python_versions:="2.7 $py3_ver"} - local pyver= pysufx= + local pyver= for pyver in $python_versions; do if [ -n "$CROSS_BUILD" ]; then PYPREFIX="$XBPS_CROSS_BASE" - if [ "$pyver" != "2.7" ]; then - pysufx=m - fi - CFLAGS+=" -I${XBPS_CROSS_BASE}/include/python${pyver}${pysufx} -I${XBPS_CROSS_BASE}/usr/include" + CFLAGS+=" -I${XBPS_CROSS_BASE}/include/python${pyver} -I${XBPS_CROSS_BASE}/usr/include" LDFLAGS+=" -L${XBPS_CROSS_BASE}/lib/python${pyver} -L${XBPS_CROSS_BASE}/usr/lib" CC="${XBPS_CROSS_TRIPLET}-gcc -pthread $CFLAGS $LDFLAGS" LDSHARED="${CC} -shared $LDFLAGS" diff --git a/common/environment/setup/python.sh b/common/environment/setup/python.sh index d1f4d49a10a..ba181d45361 100644 --- a/common/environment/setup/python.sh +++ b/common/environment/setup/python.sh @@ -10,8 +10,8 @@ py2_lib="/usr/lib/python${py2_ver}" py2_sitelib="${py2_lib}/site-packages" py2_inc="/usr/include/python${py2_ver}" -py3_ver="3.6" -py3_abiver="m" +py3_ver="3.8" +py3_abiver="" py3_lib="/usr/lib/python${py3_ver}" py3_sitelib="${py3_lib}/site-packages" py3_inc="/usr/include/python${py3_ver}${py3_abiver}" From 75fdcb94c7c7be7dc2c232d271de721d74dc1a6c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:16 +0200 Subject: [PATCH 004/874] python3-3to2: rebuild for Python 3.8. --- srcpkgs/python3-3to2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-3to2/template b/srcpkgs/python3-3to2/template index b6ab94fe7c9..38558f1fcff 100644 --- a/srcpkgs/python3-3to2/template +++ b/srcpkgs/python3-3to2/template @@ -1,7 +1,7 @@ # Template file for 'python3-3to2' pkgname=python3-3to2 version=1.1.1 -revision=1 +revision=2 archs=noarch wrksrc="3to2-${version}" build_style=python3-module From 043957a8bcc69ef2ef270f7acd2753a544054759 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:16 +0200 Subject: [PATCH 005/874] python-Arrow: rebuild for Python 3.8. --- srcpkgs/python-Arrow/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Arrow/template b/srcpkgs/python-Arrow/template index 456e3776188..a3785d60075 100644 --- a/srcpkgs/python-Arrow/template +++ b/srcpkgs/python-Arrow/template @@ -2,7 +2,7 @@ pkgname=python-Arrow reverts=0.13.1_1 version=0.15.2 -revision=1 +revision=2 archs=noarch wrksrc="arrow-${version}" build_style=python-module From 5d1bc07743d348083ebd7dfbd1a4ece4913e6a70 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:16 +0200 Subject: [PATCH 006/874] python-Babel: rebuild for Python 3.8. --- 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 34d7a7728ce..619ae432ba4 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.7.0 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 38e28e565317345549892f5b8da9e3ab1cc3d513 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:16 +0200 Subject: [PATCH 007/874] python-BeautifulSoup4: rebuild for Python 3.8. --- srcpkgs/python-BeautifulSoup4/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-BeautifulSoup4/template b/srcpkgs/python-BeautifulSoup4/template index 70e4f8a58da..1f6074230c2 100644 --- a/srcpkgs/python-BeautifulSoup4/template +++ b/srcpkgs/python-BeautifulSoup4/template @@ -1,7 +1,7 @@ # Template file for 'python-BeautifulSoup4' pkgname=python-BeautifulSoup4 version=4.8.0 -revision=1 +revision=2 archs=noarch wrksrc="beautifulsoup4-${version}" build_style=python-module From 193dc4fe709e1bccd18b84a58f880fde1e4394e1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:17 +0200 Subject: [PATCH 008/874] python-Bottleneck: rebuild for Python 3.8. --- srcpkgs/python-Bottleneck/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Bottleneck/template b/srcpkgs/python-Bottleneck/template index 0c308d5dbb5..28195e99bca 100644 --- a/srcpkgs/python-Bottleneck/template +++ b/srcpkgs/python-Bottleneck/template @@ -1,7 +1,7 @@ # Template file for 'python-Bottleneck' pkgname=python-Bottleneck version=1.2.1 -revision=4 +revision=5 wrksrc="Bottleneck-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From ff4c422045070300d874353cc6c9750143422e2b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:17 +0200 Subject: [PATCH 009/874] python-Cheroot: rebuild for Python 3.8. --- srcpkgs/python-Cheroot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Cheroot/template b/srcpkgs/python-Cheroot/template index fcfdf76e69d..7a5375258f4 100644 --- a/srcpkgs/python-Cheroot/template +++ b/srcpkgs/python-Cheroot/template @@ -1,7 +1,7 @@ # Template file for 'python-Cheroot' pkgname=python-Cheroot version=8.2.0 -revision=1 +revision=2 archs=noarch wrksrc="cheroot-${version}" build_style=python-module From 6eb51b02b428d8054b1d3a3aa21e6bdcde31cf9f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:17 +0200 Subject: [PATCH 010/874] python3-CherryPy: rebuild for Python 3.8. --- srcpkgs/python3-CherryPy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-CherryPy/template b/srcpkgs/python3-CherryPy/template index b78c01eba2c..450e5791508 100644 --- a/srcpkgs/python3-CherryPy/template +++ b/srcpkgs/python3-CherryPy/template @@ -1,7 +1,7 @@ # Template file for 'python3-CherryPy' pkgname=python3-CherryPy version=18.3.0 -revision=1 +revision=2 archs=noarch wrksrc="CherryPy-${version}" build_style=python3-module From 8522b77c798415c2f59fc3b26adc757f66aa0fa7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:17 +0200 Subject: [PATCH 011/874] python-ConfigArgParse: rebuild for Python 3.8. --- srcpkgs/python-ConfigArgParse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-ConfigArgParse/template b/srcpkgs/python-ConfigArgParse/template index c9a00a04508..d90ca739aee 100644 --- a/srcpkgs/python-ConfigArgParse/template +++ b/srcpkgs/python-ConfigArgParse/template @@ -1,7 +1,7 @@ # Template file for 'python-ConfigArgParse' pkgname=python-ConfigArgParse version=0.15.1 -revision=1 +revision=2 archs=noarch wrksrc="ConfigArgParse-${version}" build_style=python-module From 3dcbda27301f3e918539317bc411ff556115ef1f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:17 +0200 Subject: [PATCH 012/874] python-Cython: rebuild for Python 3.8. --- 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 dc39d54e9c2..675160b3744 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.13 -revision=1 +revision=2 wrksrc="Cython-${version}" build_style=python-module pycompile_module="Cython pyximport cython.py" From 7c69ef59e0a628c13ece955c9f7322631824adca Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:17 +0200 Subject: [PATCH 013/874] python-Django: rebuild for Python 3.8. --- srcpkgs/python-Django/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Django/template b/srcpkgs/python-Django/template index 21aa405fba1..65a98e41032 100644 --- a/srcpkgs/python-Django/template +++ b/srcpkgs/python-Django/template @@ -1,7 +1,7 @@ # Template file for 'python-Django' pkgname=python-Django version=1.11.25 -revision=1 +revision=2 archs=noarch wrksrc="Django-${version}" build_style=python-module From 33b250adb0abf2e46663f0a05749097633fce228 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:17 +0200 Subject: [PATCH 014/874] python-Flask: rebuild for Python 3.8. --- srcpkgs/python-Flask/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Flask/template b/srcpkgs/python-Flask/template index 149a76c077e..b75b306701b 100644 --- a/srcpkgs/python-Flask/template +++ b/srcpkgs/python-Flask/template @@ -1,7 +1,7 @@ # Template file for 'python-Flask' pkgname=python-Flask version=1.1.0 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 9167e534992bd8d17a79a70e22a3b06c68c9762b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:18 +0200 Subject: [PATCH 015/874] python-Flask-Assets: rebuild for Python 3.8. --- srcpkgs/python-Flask-Assets/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Flask-Assets/template b/srcpkgs/python-Flask-Assets/template index 339f629f77a..eb81201396b 100644 --- a/srcpkgs/python-Flask-Assets/template +++ b/srcpkgs/python-Flask-Assets/template @@ -1,7 +1,7 @@ # Template file for 'python-Flask-Assets' pkgname=python-Flask-Assets version=0.12 -revision=3 +revision=4 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From c65d524eb8ee83f7c8eae3ca16878857a374e06c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:18 +0200 Subject: [PATCH 016/874] python-Flask-Babel: rebuild for Python 3.8. --- srcpkgs/python-Flask-Babel/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Flask-Babel/template b/srcpkgs/python-Flask-Babel/template index 3028d15d7bd..b3cc35f230e 100644 --- a/srcpkgs/python-Flask-Babel/template +++ b/srcpkgs/python-Flask-Babel/template @@ -1,7 +1,7 @@ # Template file for 'python-Flask-Babel' pkgname=python-Flask-Babel version=0.12.2 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From d52f7742820844af3ec25f4b6d4d6d58b19ad722 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:18 +0200 Subject: [PATCH 017/874] python-Flask-Login: rebuild for Python 3.8. --- srcpkgs/python-Flask-Login/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Flask-Login/template b/srcpkgs/python-Flask-Login/template index 8fecf240963..ccaab92d857 100644 --- a/srcpkgs/python-Flask-Login/template +++ b/srcpkgs/python-Flask-Login/template @@ -1,7 +1,7 @@ # Template file for 'python-Flask-Login' pkgname=python-Flask-Login version=0.4.1 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 112c53663ece086d477e4d4fcbc667ae6a2fb518 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:18 +0200 Subject: [PATCH 018/874] python-Flask-OAuthlib: rebuild for Python 3.8. --- srcpkgs/python-Flask-OAuthlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Flask-OAuthlib/template b/srcpkgs/python-Flask-OAuthlib/template index d53157e37b2..958f05a836c 100644 --- a/srcpkgs/python-Flask-OAuthlib/template +++ b/srcpkgs/python-Flask-OAuthlib/template @@ -1,7 +1,7 @@ # Template file for 'python-Flask-OAuthlib' pkgname=python-Flask-OAuthlib version=0.9.5 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From aca82b53b5330ee4a154f2246569006b2d3a38c2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:18 +0200 Subject: [PATCH 019/874] python3-Flask-RESTful: rebuild for Python 3.8. --- srcpkgs/python3-Flask-RESTful/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Flask-RESTful/template b/srcpkgs/python3-Flask-RESTful/template index d0ed467f666..5a05eed0e93 100644 --- a/srcpkgs/python3-Flask-RESTful/template +++ b/srcpkgs/python3-Flask-RESTful/template @@ -1,7 +1,7 @@ # Template file for 'python3-Flask-RESTful' pkgname=python3-Flask-RESTful version=0.3.7 -revision=1 +revision=2 archs=noarch wrksrc="flask-restful-${version}" build_style=python3-module From 3121295fb06a2b12c0e42b9a6412c1fa52bb86fd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:18 +0200 Subject: [PATCH 020/874] python-Flask-Script: rebuild for Python 3.8. --- srcpkgs/python-Flask-Script/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Flask-Script/template b/srcpkgs/python-Flask-Script/template index 19d13887b8e..41312eae57f 100644 --- a/srcpkgs/python-Flask-Script/template +++ b/srcpkgs/python-Flask-Script/template @@ -1,7 +1,7 @@ # Template file for 'python-Flask-Script' pkgname=python-Flask-Script version=2.0.6 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From cfadd6a4c47e4e611c9d739113006da88f9cb8e7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:18 +0200 Subject: [PATCH 021/874] python-Flask-WTF: rebuild for Python 3.8. --- srcpkgs/python-Flask-WTF/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Flask-WTF/template b/srcpkgs/python-Flask-WTF/template index 8edb1d39e35..b2be1e630fb 100644 --- a/srcpkgs/python-Flask-WTF/template +++ b/srcpkgs/python-Flask-WTF/template @@ -1,7 +1,7 @@ # Template file for 'python-Flask-WTF' pkgname=python-Flask-WTF version=0.14.2 -revision=2 +revision=3 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 11896d4bd9e1767f6ad8b10e737f0e6a0f5df44f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:18 +0200 Subject: [PATCH 022/874] python-GitPython: rebuild for Python 3.8. --- srcpkgs/python-GitPython/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-GitPython/template b/srcpkgs/python-GitPython/template index 0edb43cc811..232429265f1 100644 --- a/srcpkgs/python-GitPython/template +++ b/srcpkgs/python-GitPython/template @@ -1,7 +1,7 @@ # Template file for 'python-GitPython' pkgname=python-GitPython version=2.1.11 -revision=1 +revision=2 archs=noarch wrksrc="GitPython-${version}" build_style=python-module From 7008fe32294cead7ef25084a09f874e87cad05e2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:19 +0200 Subject: [PATCH 023/874] python-IPy: rebuild for Python 3.8. --- srcpkgs/python-IPy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-IPy/template b/srcpkgs/python-IPy/template index d28276383ce..aaae9fcd002 100644 --- a/srcpkgs/python-IPy/template +++ b/srcpkgs/python-IPy/template @@ -1,7 +1,7 @@ # Template file for 'python-IPy' pkgname=python-IPy version=1.00 -revision=1 +revision=2 archs=noarch wrksrc="IPy-${version}" build_style=python-module From 4ee5b9129c818c4db475e75f899f1f21eb9c312c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:19 +0200 Subject: [PATCH 024/874] python3-Inflector: rebuild for Python 3.8. --- srcpkgs/python3-Inflector/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Inflector/template b/srcpkgs/python3-Inflector/template index 1bfe9ccef7c..e9ee0ffe8d1 100644 --- a/srcpkgs/python3-Inflector/template +++ b/srcpkgs/python3-Inflector/template @@ -1,7 +1,7 @@ # Template file for 'python3-Inflector' pkgname=python3-Inflector version=2.0.12 -revision=1 +revision=2 archs=noarch wrksrc="Inflector-${version}" build_style=python3-module From 631236d908cbeed8345c2fb159c73e7c54fe1571 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:19 +0200 Subject: [PATCH 025/874] python-Jinja2: rebuild for Python 3.8. --- 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 c67e6f47f06..3fcd44dc198 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.10.1 -revision=1 +revision=2 archs=noarch wrksrc="Jinja2-${version}" build_style=python-module From 3a7808b9f47226adec7dd1e59bef222cf38d7e9c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:19 +0200 Subject: [PATCH 026/874] python-Levenshtein: rebuild for Python 3.8. --- srcpkgs/python-Levenshtein/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Levenshtein/template b/srcpkgs/python-Levenshtein/template index 26f57d90e70..7d97147ccc8 100644 --- a/srcpkgs/python-Levenshtein/template +++ b/srcpkgs/python-Levenshtein/template @@ -1,7 +1,7 @@ # Template file for 'python-Levenshtein' pkgname=python-Levenshtein version=0.12.0 -revision=2 +revision=3 build_style=python-module pycompile_module="Levenshtein" hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools" From 6d2a898ccc971553cf9dab7239daf8d626350b19 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:19 +0200 Subject: [PATCH 027/874] python-M2Crypto: rebuild for Python 3.8. --- 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 102dbb7261e..6febd5a9ea1 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=1 +revision=2 wrksrc="M2Crypto-${version}" build_style=python-module pycompile_module="M2Crypto" From 3597aa866d7cb1ff4d5316a0cfe52c8aa8ab717c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:19 +0200 Subject: [PATCH 028/874] python-Mako: rebuild for Python 3.8. --- srcpkgs/python-Mako/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Mako/template b/srcpkgs/python-Mako/template index e5c3c76170c..f0184179b83 100644 --- a/srcpkgs/python-Mako/template +++ b/srcpkgs/python-Mako/template @@ -1,7 +1,7 @@ # Template file for 'python-Mako' pkgname=python-Mako version=1.1.0 -revision=1 +revision=2 archs=noarch wrksrc="Mako-${version}" build_style=python-module From 164d5bbfa645fb7b1ddbfbccebb7b85e407c578f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:19 +0200 Subject: [PATCH 029/874] python-Markdown: rebuild for Python 3.8. --- srcpkgs/python-Markdown/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Markdown/template b/srcpkgs/python-Markdown/template index 935dcc12bca..03a0d18e23b 100644 --- a/srcpkgs/python-Markdown/template +++ b/srcpkgs/python-Markdown/template @@ -1,7 +1,7 @@ # Template file for 'python-Markdown' pkgname=python-Markdown version=3.1.1 -revision=1 +revision=2 archs=noarch wrksrc="Markdown-${version}" build_style=python-module From c5fcb10688938a17e3acb9f9c630c300f5fe9672 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:19 +0200 Subject: [PATCH 030/874] python-MarkupSafe: rebuild for Python 3.8. --- 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 c12dbb7e656..ae22857aa7a 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=1 +revision=2 wrksrc="MarkupSafe-${version}" build_style=python-module pycompile_module="markupsafe" From b7a4bc0f45110c5c3bd019a437078724336d1888 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:20 +0200 Subject: [PATCH 031/874] python-Markups: rebuild for Python 3.8. --- srcpkgs/python-Markups/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Markups/template b/srcpkgs/python-Markups/template index d4817feb430..02ba25ee05c 100644 --- a/srcpkgs/python-Markups/template +++ b/srcpkgs/python-Markups/template @@ -1,7 +1,7 @@ # Template file for 'python-Markups' pkgname=python-Markups version=3.0.0 -revision=1 +revision=2 archs=noarch wrksrc="Markups-${version}" build_style=python-module From af8fe2e4b17c908737f599cc43d860493f7da689 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:20 +0200 Subject: [PATCH 032/874] python3-MechanicalSoup: rebuild for Python 3.8. --- srcpkgs/python3-MechanicalSoup/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-MechanicalSoup/template b/srcpkgs/python3-MechanicalSoup/template index b1bbfa4184c..5a3b0b3eb03 100644 --- a/srcpkgs/python3-MechanicalSoup/template +++ b/srcpkgs/python3-MechanicalSoup/template @@ -1,7 +1,7 @@ # Template file for 'python3-MechanicalSoup' pkgname=python3-MechanicalSoup version=0.12.0 -revision=1 +revision=2 archs=noarch wrksrc=MechanicalSoup-${version} build_style=python3-module From 4d05157344a63fb3d617b00a4268732231187cb4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:20 +0200 Subject: [PATCH 033/874] python-MiniMock: rebuild for Python 3.8. --- srcpkgs/python-MiniMock/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-MiniMock/template b/srcpkgs/python-MiniMock/template index 38c0723f374..8b8c4f5f1e6 100644 --- a/srcpkgs/python-MiniMock/template +++ b/srcpkgs/python-MiniMock/template @@ -1,7 +1,7 @@ # Template file for 'python-MiniMock' pkgname=python-MiniMock version=1.2.8 -revision=2 +revision=3 archs=noarch wrksrc="${pkgname/python-//}-${version}" build_style=python-module From 25b62a34488966009bf8450b60653f01872e2310 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:20 +0200 Subject: [PATCH 034/874] python-Pillow: rebuild for Python 3.8. --- srcpkgs/python-Pillow/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Pillow/template b/srcpkgs/python-Pillow/template index e43d22b8f62..f1791b46d79 100644 --- a/srcpkgs/python-Pillow/template +++ b/srcpkgs/python-Pillow/template @@ -1,7 +1,7 @@ # Template file for 'python-Pillow' pkgname=python-Pillow version=6.2.0 -revision=1 +revision=2 wrksrc="Pillow-${version}" build_style=python-module pycompile_module="PIL" From f79ffe3fe477b7fff206250125a96da96c80c086 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:20 +0200 Subject: [PATCH 035/874] python-PyAudio: rebuild for Python 3.8. --- srcpkgs/python-PyAudio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-PyAudio/template b/srcpkgs/python-PyAudio/template index 5c3286caae0..2e84cf5cc8f 100644 --- a/srcpkgs/python-PyAudio/template +++ b/srcpkgs/python-PyAudio/template @@ -1,7 +1,7 @@ # Template file for 'python-PyAudio' pkgname=python-PyAudio version=0.2.11 -revision=2 +revision=3 wrksrc="PyAudio-${version}" build_style=python-module pycompile_module="pyaudio.py" From 11c99c939a4791ec394842255e6aac23eaae5920 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:20 +0200 Subject: [PATCH 036/874] python3-PyBrowserID: rebuild for Python 3.8. --- srcpkgs/python3-PyBrowserID/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-PyBrowserID/template b/srcpkgs/python3-PyBrowserID/template index abec9dac54e..eefd0175f1b 100644 --- a/srcpkgs/python3-PyBrowserID/template +++ b/srcpkgs/python3-PyBrowserID/template @@ -1,7 +1,7 @@ # Template file for 'python3-PyBrowserID' pkgname=python3-PyBrowserID version=0.14.0 -revision=2 +revision=3 archs=noarch wrksrc="PyBrowserID-${version}" build_style=python3-module From d49beb289c07b8d33e8e2f286e068c0e8b3fe4b0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:20 +0200 Subject: [PATCH 037/874] python3-PyFxA: rebuild for Python 3.8. --- srcpkgs/python3-PyFxA/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-PyFxA/template b/srcpkgs/python3-PyFxA/template index 31175c92435..6fc6791efdd 100644 --- a/srcpkgs/python3-PyFxA/template +++ b/srcpkgs/python3-PyFxA/template @@ -1,7 +1,7 @@ # Template file for 'python3-PyFxA' pkgname=python3-PyFxA version=0.7.3 -revision=1 +revision=2 archs=noarch wrksrc="PyFxA-${version}" build_style=python3-module From d0eb109c7435d396e67de8f37a376ca0a2958d93 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:20 +0200 Subject: [PATCH 038/874] python-PyHamcrest: rebuild for Python 3.8. --- 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 61078241d8a..48f001595aa 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=1 +revision=2 archs=noarch wrksrc="PyHamcrest-${version}" build_style=python-module From 4afc9e488b53ee7025095fe93072953c256fc630 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:21 +0200 Subject: [PATCH 039/874] python-PyICU: rebuild for Python 3.8. --- srcpkgs/python-PyICU/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-PyICU/template b/srcpkgs/python-PyICU/template index be4aaf88639..aab2934cbbd 100644 --- a/srcpkgs/python-PyICU/template +++ b/srcpkgs/python-PyICU/template @@ -1,7 +1,7 @@ # Template file for 'python-PyICU' pkgname=python-PyICU version=2.3.1 -revision=2 +revision=3 wrksrc="PyICU-${version}" build_style=python-module pycompile_module="icu PyICU.py" From a0c3f96b4df2b1efda070832287f3728314c717a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:21 +0200 Subject: [PATCH 040/874] python3-PyJWT: rebuild for Python 3.8. --- 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 6f0830125c1..bf1dda0753e 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=1 +revision=2 wrksrc="PyJWT-${version}" build_style=python3-module pycompile_module="PyJWT.py" From 0355fd4b78af7fbf4ffad4b12dc8e153b70d703d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:21 +0200 Subject: [PATCH 041/874] python-PyOpenGL: rebuild for Python 3.8. --- srcpkgs/python-PyOpenGL/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-PyOpenGL/template b/srcpkgs/python-PyOpenGL/template index ec08e0bd667..eafc3be1210 100644 --- a/srcpkgs/python-PyOpenGL/template +++ b/srcpkgs/python-PyOpenGL/template @@ -1,7 +1,7 @@ # Template file for 'python-PyOpenGL' pkgname=python-PyOpenGL version=3.1.0 -revision=3 +revision=4 archs=noarch wrksrc="PyOpenGL-${version}" build_style=python-module From 1a8da5c4a7dbf53ec6c03efd5387e02d2b0be720 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 17:15:54 +0200 Subject: [PATCH 042/874] python-PyOpenGL-accelerate: update to 3.1.3b1. --- srcpkgs/python-PyOpenGL-accelerate/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-PyOpenGL-accelerate/template b/srcpkgs/python-PyOpenGL-accelerate/template index 25d84abffcb..5d16a82b845 100644 --- a/srcpkgs/python-PyOpenGL-accelerate/template +++ b/srcpkgs/python-PyOpenGL-accelerate/template @@ -1,7 +1,7 @@ # Template file for 'python-PyOpenGL-accelerate' pkgname=python-PyOpenGL-accelerate -version=3.1.0 -revision=5 +version=3.1.3b1 +revision=1 wrksrc="PyOpenGL-accelerate-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython" @@ -9,10 +9,10 @@ makedepends="python-devel python3-devel python-numpy python3-numpy" depends="python-numpy" short_desc="Acceleration code for PyOpenGL (Python2)" maintainer="Alain Kalker " -license="3-clause-BSD" +license="BSD-3-Clause" homepage="http://pyopengl.sourceforge.net/" distfiles="${PYPI_SITE}/P/PyOpenGL-accelerate/PyOpenGL-accelerate-${version}.tar.gz" -checksum=927f4670b893d46e2f6273ae938bf0a1db27ffae3336eba94813ccef6260c410 +checksum=e687eea7e006d65f531933b49b3b3d2feaaf51279147a904247f9d189762a36f post_install() { vlicense license.txt LICENSE From 2f6b6f2c3880b16991df568d3ac18efca5c970c1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:21 +0200 Subject: [PATCH 043/874] python-PyQt5: rebuild for Python 3.8. --- srcpkgs/python-PyQt5/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-PyQt5/template b/srcpkgs/python-PyQt5/template index 6534d4e22e6..9eba20dc514 100644 --- a/srcpkgs/python-PyQt5/template +++ b/srcpkgs/python-PyQt5/template @@ -1,7 +1,7 @@ # Template file for 'python-PyQt5' pkgname=python-PyQt5 version=5.13.0 -revision=1 +revision=2 _sipver=4.19.18 lib32disabled=yes wrksrc="PyQt5_gpl-${version}" From cf20a1f23e0c305d2e9672610364b2fd4f566695 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:21 +0200 Subject: [PATCH 044/874] python-PyQt5-webengine: rebuild for Python 3.8. --- srcpkgs/python-PyQt5-webengine/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-PyQt5-webengine/template b/srcpkgs/python-PyQt5-webengine/template index 996ef6b00e2..af7162d20cb 100644 --- a/srcpkgs/python-PyQt5-webengine/template +++ b/srcpkgs/python-PyQt5-webengine/template @@ -1,7 +1,7 @@ # Template file for 'python-PyQt5-webengine' pkgname=python-PyQt5-webengine version=5.13.0 -revision=1 +revision=2 wrksrc="PyQtWebEngine_gpl-${version}" pycompile_module="PyQt5WebEngine" hostmakedepends="pkg-config qt5-qmake From 84502fbd3a591ad0db01072998b5a2b3fcfcf192 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:21 +0200 Subject: [PATCH 045/874] python-Pygments: rebuild for Python 3.8. --- 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 f5a72ca6cea..8d2214a6bfc 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.4.2 -revision=1 +revision=2 archs=noarch wrksrc="Pygments-${version}" build_style=python-module From ef2467b2248b773e2d940058876cf81a2b935043 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:22 +0200 Subject: [PATCH 046/874] python-Pyro4: rebuild for Python 3.8. --- srcpkgs/python-Pyro4/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Pyro4/template b/srcpkgs/python-Pyro4/template index d8925aa141f..0417e9f6a8a 100644 --- a/srcpkgs/python-Pyro4/template +++ b/srcpkgs/python-Pyro4/template @@ -1,7 +1,7 @@ # Template file for 'python-Pyro4' pkgname=python-Pyro4 version=4.75 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From a80785231122d63ad91b973744bf59b0a1b59506 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:22 +0200 Subject: [PATCH 047/874] python3-ReParser: rebuild for Python 3.8. --- srcpkgs/python3-ReParser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ReParser/template b/srcpkgs/python3-ReParser/template index 5e7b5de3790..5959de9d0e3 100644 --- a/srcpkgs/python3-ReParser/template +++ b/srcpkgs/python3-ReParser/template @@ -1,7 +1,7 @@ # Template file for 'python3-ReParser' pkgname=python3-ReParser version=1.4.3 -revision=1 +revision=2 archs=noarch wrksrc=ReParser-${version} build_style=python3-module From 543272b7ff22e6f0642d879c60f19717643fec8d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:22 +0200 Subject: [PATCH 048/874] python-SPARQLWrapper: rebuild for Python 3.8. --- srcpkgs/python-SPARQLWrapper/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-SPARQLWrapper/template b/srcpkgs/python-SPARQLWrapper/template index d014eb8aab4..8d2db9a02b3 100644 --- a/srcpkgs/python-SPARQLWrapper/template +++ b/srcpkgs/python-SPARQLWrapper/template @@ -1,7 +1,7 @@ # Template file for 'python-SPARQLWrapper' pkgname=python-SPARQLWrapper version=1.8.4 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From a01a9e6bc3bd9fddfdd13341f78e625b063be5c8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:22 +0200 Subject: [PATCH 049/874] python-SQLAlchemy: rebuild for Python 3.8. --- 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 7b529ade621..110430ff9f5 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.8 -revision=1 +revision=2 wrksrc="SQLAlchemy-${version}" build_style=python-module pycompile_module="sqlalchemy" From 46382571cad86b54ca46e129f7c2988772d0a48e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:22 +0200 Subject: [PATCH 050/874] python3-SecretStorage: rebuild for Python 3.8. --- srcpkgs/python3-SecretStorage/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-SecretStorage/template b/srcpkgs/python3-SecretStorage/template index 8df813ad247..b19d4865f7e 100644 --- a/srcpkgs/python3-SecretStorage/template +++ b/srcpkgs/python3-SecretStorage/template @@ -1,7 +1,7 @@ # Template file for 'python3-SecretStorage' pkgname=python3-SecretStorage version=3.1.1 -revision=1 +revision=2 archs=noarch wrksrc="SecretStorage-${version}" build_style=python3-module From c79427640956f1961211ce3322c3811958e0f621 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:22 +0200 Subject: [PATCH 051/874] python3-SoCo: rebuild for Python 3.8. --- srcpkgs/python3-SoCo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-SoCo/template b/srcpkgs/python3-SoCo/template index f0ac9825f57..01ebbeff15a 100644 --- a/srcpkgs/python3-SoCo/template +++ b/srcpkgs/python3-SoCo/template @@ -1,7 +1,7 @@ # Template file for 'python3-SoCo' pkgname=python3-SoCo version=0.18 -revision=1 +revision=2 archs=noarch wrksrc="SoCo-${version}" build_style=python3-module From 20a1ac5477ca4a76e0257e06bf6f353835eac7bb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:22 +0200 Subject: [PATCH 052/874] python-Sphinx: rebuild for Python 3.8. --- srcpkgs/python-Sphinx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Sphinx/template b/srcpkgs/python-Sphinx/template index e70dc9b238e..42969925f9e 100644 --- a/srcpkgs/python-Sphinx/template +++ b/srcpkgs/python-Sphinx/template @@ -1,7 +1,7 @@ # Template file for 'python-Sphinx' pkgname=python-Sphinx version=1.8.5 -revision=1 +revision=2 archs=noarch wrksrc="Sphinx-${version}" build_style=python-module From 863c01ff80faa4de651a55ba2a354f8da5e6b025 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:22 +0200 Subject: [PATCH 053/874] python3-Telethon: rebuild for Python 3.8. --- srcpkgs/python3-Telethon/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-Telethon/template b/srcpkgs/python3-Telethon/template index b0786559591..d0fa8e34d3f 100644 --- a/srcpkgs/python3-Telethon/template +++ b/srcpkgs/python3-Telethon/template @@ -1,7 +1,7 @@ # Template file for 'python3-Telethon' pkgname=python3-Telethon version=1.10.6 -revision=1 +revision=2 archs=noarch wrksrc="Telethon-${version}" build_style=python3-module From efc9766b9866c660a4cb508c49be4df48f1e5809 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:23 +0200 Subject: [PATCH 054/874] python-Twisted: rebuild for Python 3.8. --- 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 519a1e251a9..e94e0edf26e 100644 --- a/srcpkgs/python-Twisted/template +++ b/srcpkgs/python-Twisted/template @@ -1,7 +1,7 @@ # Template file for 'python-Twisted' pkgname=python-Twisted version=18.9.0 -revision=3 +revision=4 wrksrc="Twisted-${version}" build_style=python-module pycompile_module="twisted" From 5fd974f3940d5ee91fe712fef2e93ce539743b28 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:23 +0200 Subject: [PATCH 055/874] python3-TxSNI: rebuild for Python 3.8. --- srcpkgs/python3-TxSNI/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template index 403010da5be..d9d7c2a0c83 100644 --- a/srcpkgs/python3-TxSNI/template +++ b/srcpkgs/python3-TxSNI/template @@ -1,7 +1,7 @@ # Template file for 'python3-TxSNI' pkgname=python3-TxSNI version=0.1.9 -revision=1 +revision=2 archs=noarch wrksrc="TxSNI-${version}" build_style=python3-module From 559184031fe43c0ff648fb7fab55ede08fff2c39 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:23 +0200 Subject: [PATCH 056/874] python-Unidecode: rebuild for Python 3.8. --- srcpkgs/python-Unidecode/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Unidecode/template b/srcpkgs/python-Unidecode/template index 035c5d846be..444eb1427d6 100644 --- a/srcpkgs/python-Unidecode/template +++ b/srcpkgs/python-Unidecode/template @@ -1,7 +1,7 @@ # Template file for 'python-Unidecode' pkgname=python-Unidecode version=1.1.1 -revision=1 +revision=2 archs=noarch wrksrc="Unidecode-${version}" build_style=python-module From 07f0904b4cb8f2de0b7bc39c0ca28d225c91257d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:23 +0200 Subject: [PATCH 057/874] python-WTForms: rebuild for Python 3.8. --- srcpkgs/python-WTForms/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-WTForms/template b/srcpkgs/python-WTForms/template index 06af2366050..98dff7d092f 100644 --- a/srcpkgs/python-WTForms/template +++ b/srcpkgs/python-WTForms/template @@ -1,7 +1,7 @@ # Template file for 'python-WTForms' pkgname=python-WTForms version=2.2.1 -revision=1 +revision=2 archs=noarch wrksrc="WTForms-${version}" build_style=python-module From ec81beba1921fe189a8dd80810da306514a86c1a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:23 +0200 Subject: [PATCH 058/874] python3-WebOb: rebuild for Python 3.8. --- srcpkgs/python3-WebOb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-WebOb/template b/srcpkgs/python3-WebOb/template index c360542a1f2..53e63879f2c 100644 --- a/srcpkgs/python3-WebOb/template +++ b/srcpkgs/python3-WebOb/template @@ -1,7 +1,7 @@ # Template file for 'python3-WebOb' pkgname=python3-WebOb version=1.8.5 -revision=1 +revision=2 archs=noarch wrksrc="WebOb-${version}" build_style=python3-module From 0b7a4a756b3ead4c188a3819311c4471c1b0a21c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:23 +0200 Subject: [PATCH 059/874] python-Werkzeug: rebuild for Python 3.8. --- srcpkgs/python-Werkzeug/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Werkzeug/template b/srcpkgs/python-Werkzeug/template index 24fff62f1ae..1ca303822e8 100644 --- a/srcpkgs/python-Werkzeug/template +++ b/srcpkgs/python-Werkzeug/template @@ -1,7 +1,7 @@ # Template file for 'python-Werkzeug' pkgname=python-Werkzeug version=0.15.4 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From c530a6e11127606a3b29b73da4cb31f010d97b5c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:23 +0200 Subject: [PATCH 060/874] python-Whoosh: rebuild for Python 3.8. --- srcpkgs/python-Whoosh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Whoosh/template b/srcpkgs/python-Whoosh/template index f2118ed0af2..66856b206a7 100644 --- a/srcpkgs/python-Whoosh/template +++ b/srcpkgs/python-Whoosh/template @@ -1,7 +1,7 @@ # Template file for 'python-whoosh' pkgname=python-Whoosh version=2.7.4 -revision=1 +revision=2 wrksrc="Whoosh-${version}" archs=noarch build_style=python-module From 3e3ad6526265ded86e6e1b5539061302a3890381 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:24 +0200 Subject: [PATCH 061/874] python3-XlsxWriter: rebuild for Python 3.8. --- srcpkgs/python3-XlsxWriter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-XlsxWriter/template b/srcpkgs/python3-XlsxWriter/template index ea68ced9a03..b991457e01e 100644 --- a/srcpkgs/python3-XlsxWriter/template +++ b/srcpkgs/python3-XlsxWriter/template @@ -1,7 +1,7 @@ # Template file for 'python3-XlsxWriter' pkgname=python3-XlsxWriter version=1.1.8 -revision=1 +revision=2 archs="noarch" wrksrc="XlsxWriter-RELEASE_${version}" build_style=python3-module From ed808be70fb42a5a7e827e43a5d8a9954d85823a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:24 +0200 Subject: [PATCH 062/874] python-Yapsy: rebuild for Python 3.8. --- srcpkgs/python-Yapsy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Yapsy/template b/srcpkgs/python-Yapsy/template index 9f79423f91d..5ad8b234f5d 100644 --- a/srcpkgs/python-Yapsy/template +++ b/srcpkgs/python-Yapsy/template @@ -1,7 +1,7 @@ # Template file for 'python-Yapsy' pkgname=python-Yapsy version=1.12.2 -revision=1 +revision=2 archs=noarch wrksrc="Yapsy-${version}" build_style=python-module From ef3f8b60f72752d3ec1c7676df4597cc6cfdfb42 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:24 +0200 Subject: [PATCH 063/874] python-aalib: rebuild for Python 3.8. --- srcpkgs/python-aalib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-aalib/template b/srcpkgs/python-aalib/template index 349b8407343..f9621a9c8dc 100644 --- a/srcpkgs/python-aalib/template +++ b/srcpkgs/python-aalib/template @@ -1,7 +1,7 @@ # Template file for 'python-aalib' pkgname=python-aalib version=0.3.2 -revision=1 +revision=2 build_style=python-module pycompile_module="aalib.py" hostmakedepends="python-setuptools python3-setuptools" From 1aee008231a9354b62bbf679e89e620deeba0d34 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:24 +0200 Subject: [PATCH 064/874] python3-acme: rebuild for Python 3.8. --- 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 d7ef20f2301..844dde9c814 100644 --- a/srcpkgs/python3-acme/template +++ b/srcpkgs/python3-acme/template @@ -1,7 +1,7 @@ # Template file for 'python3-acme' pkgname=python3-acme version=0.39.0 -revision=1 +revision=2 archs=noarch wrksrc="acme-${version}" build_style=python3-module From 877668118087bb2d0bd4b8ebf34db7c6c4308c31 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:24 +0200 Subject: [PATCH 065/874] python3-aiodns: rebuild for Python 3.8. --- srcpkgs/python3-aiodns/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template index cca9f45dbf5..8e06ea6e614 100644 --- a/srcpkgs/python3-aiodns/template +++ b/srcpkgs/python3-aiodns/template @@ -1,7 +1,7 @@ # Template file for 'python3-aiodns' pkgname=python3-aiodns version=1.2.0 -revision=1 +revision=2 archs=noarch wrksrc="aiodns-${version}" build_style=python3-module From de87766918ac8688cf8992433b56e9b1ad222108 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:24 +0200 Subject: [PATCH 066/874] python3-aiohttp: rebuild for Python 3.8. --- 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 fbe98e07b2b..67e450e6aab 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.5.4 -revision=3 +revision=4 wrksrc="aiohttp-${version}" build_style=python3-module pycompile_module="aiohttp" From 0c2d285f8d7edc438e657ec9bc4a2b16982a4a57 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:24 +0200 Subject: [PATCH 067/874] python3-aiohttp-cors: rebuild for Python 3.8. --- srcpkgs/python3-aiohttp-cors/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-aiohttp-cors/template b/srcpkgs/python3-aiohttp-cors/template index 8a643ca1797..b621716e3cd 100644 --- a/srcpkgs/python3-aiohttp-cors/template +++ b/srcpkgs/python3-aiohttp-cors/template @@ -1,7 +1,7 @@ # Template file for 'python3-aiohttp-cors' pkgname=python3-aiohttp-cors version=0.7.0 -revision=1 +revision=2 archs=noarch wrksrc="aiohttp-cors-${version}" build_style=python3-module From 4643a6f9e03d1657e1ac2f5ca93bf616979b58de Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:24 +0200 Subject: [PATCH 068/874] python3-aiohttp-cors2: rebuild for Python 3.8. --- srcpkgs/python3-aiohttp-cors2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-aiohttp-cors2/template b/srcpkgs/python3-aiohttp-cors2/template index 7ff1206538b..f13b0598456 100644 --- a/srcpkgs/python3-aiohttp-cors2/template +++ b/srcpkgs/python3-aiohttp-cors2/template @@ -1,7 +1,7 @@ # Template file for 'python3-aiohttp-cors2' pkgname=python3-aiohttp-cors2 version=0.7.0 -revision=1 +revision=2 archs=noarch wrksrc="aiohttp-cors-${version}" build_style=python3-module From 9db81023f9f60f7a78d62f9f9b8f1fa8afbb9fa8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:25 +0200 Subject: [PATCH 069/874] python3-aiohttp2: rebuild for Python 3.8. --- 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 b570043baba..db3704b5700 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=2 +revision=3 wrksrc="aiohttp-${version}" build_style=python3-module pycompile_module="aiohttp" From 9bf56f834aca73a7ea8141ab0c95b4aed0d1f09a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:25 +0200 Subject: [PATCH 070/874] python3-aiohttp_socks: rebuild for Python 3.8. --- srcpkgs/python3-aiohttp_socks/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-aiohttp_socks/template b/srcpkgs/python3-aiohttp_socks/template index 93c45ff24c4..10ab967ef76 100644 --- a/srcpkgs/python3-aiohttp_socks/template +++ b/srcpkgs/python3-aiohttp_socks/template @@ -1,7 +1,7 @@ # Template file for 'python3-aiohttp_socks' pkgname=python3-aiohttp_socks version=0.2.2 -revision=1 +revision=2 archs=noarch wrksrc="aiohttp_socks-${version}" build_style=python3-module From acad4e265f43c8bc2098168adb1c0442a0c22445 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:25 +0200 Subject: [PATCH 071/874] python3-aiorpcx: rebuild for Python 3.8. --- srcpkgs/python3-aiorpcx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-aiorpcx/template b/srcpkgs/python3-aiorpcx/template index 42b6dc541bf..07922e15ccd 100644 --- a/srcpkgs/python3-aiorpcx/template +++ b/srcpkgs/python3-aiorpcx/template @@ -1,7 +1,7 @@ # Template file for 'python3-aiorpcx' pkgname=python3-aiorpcx version=0.17.0 -revision=1 +revision=2 archs=noarch wrksrc="aiorpcX-${version}" build_style=python3-module From b4945f68890b617f5b513871e533769a2149f07f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:25 +0200 Subject: [PATCH 072/874] python-alabaster: rebuild for Python 3.8. --- srcpkgs/python-alabaster/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-alabaster/template b/srcpkgs/python-alabaster/template index e4ece5c2991..b33009d5efb 100644 --- a/srcpkgs/python-alabaster/template +++ b/srcpkgs/python-alabaster/template @@ -1,7 +1,7 @@ # Template file for 'python-alabaster' pkgname=python-alabaster version=0.7.12 -revision=1 +revision=2 archs=noarch wrksrc="alabaster-${version}" build_style=python-module From 04c416b8fb310277c61713ee1b8dd702a970240b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:25 +0200 Subject: [PATCH 073/874] python-alembic: rebuild for Python 3.8. --- srcpkgs/python-alembic/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-alembic/template b/srcpkgs/python-alembic/template index 4011b33c0fa..aecbe10e7d0 100644 --- a/srcpkgs/python-alembic/template +++ b/srcpkgs/python-alembic/template @@ -1,7 +1,7 @@ # Template file for 'python-alembic' pkgname=python-alembic version=1.2.1 -revision=1 +revision=2 archs=noarch wrksrc="alembic-${version}" build_style=python-module From 5c2d4bcc3255cb59561524d151fe84b3a70e8ad4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:25 +0200 Subject: [PATCH 074/874] python3-altgraph: rebuild for Python 3.8. --- srcpkgs/python3-altgraph/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-altgraph/template b/srcpkgs/python3-altgraph/template index eff10f7aef4..2bf433edb6e 100644 --- a/srcpkgs/python3-altgraph/template +++ b/srcpkgs/python3-altgraph/template @@ -1,7 +1,7 @@ # Template file for 'python3-altgraph' pkgname=python3-altgraph version=0.16.1 -revision=1 +revision=2 archs=noarch wrksrc="altgraph-${version}" build_style=python3-module From 3c6234d42f7adffca219ea7f98f11d5283dce900 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:25 +0200 Subject: [PATCH 075/874] python3-aniso8601: rebuild for Python 3.8. --- srcpkgs/python3-aniso8601/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-aniso8601/template b/srcpkgs/python3-aniso8601/template index 26540bc8c3f..0253b89b5a3 100644 --- a/srcpkgs/python3-aniso8601/template +++ b/srcpkgs/python3-aniso8601/template @@ -1,7 +1,7 @@ # Template file for 'python3-aniso8601' pkgname=python3-aniso8601 version=8.0.0 -revision=1 +revision=2 archs=noarch _gitver=0ec13b9d81c9 wrksrc="nielsenb-aniso8601-${_gitver}" From b4fecde90241517d0629d46de55f99a1ef7edbaf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:25 +0200 Subject: [PATCH 076/874] python-ansicolor: rebuild for Python 3.8. --- srcpkgs/python-ansicolor/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-ansicolor/template b/srcpkgs/python-ansicolor/template index af18c5b946d..3663a82f0cc 100644 --- a/srcpkgs/python-ansicolor/template +++ b/srcpkgs/python-ansicolor/template @@ -1,7 +1,7 @@ # Template file for 'python-ansicolor' pkgname=python-ansicolor version=0.2.6 -revision=2 +revision=3 archs=noarch wrksrc="ansicolor-${version}" build_style=python-module From 3983fbed547fd194f9eefaaf58d10c7770e27350 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:26 +0200 Subject: [PATCH 077/874] python3-anytree: rebuild for Python 3.8. --- srcpkgs/python3-anytree/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-anytree/template b/srcpkgs/python3-anytree/template index 5a37dba6581..7368754c426 100644 --- a/srcpkgs/python3-anytree/template +++ b/srcpkgs/python3-anytree/template @@ -1,7 +1,7 @@ # Template file for 'python3-anytree' pkgname=python3-anytree version=2.6.0 -revision=1 +revision=2 archs=noarch wrksrc="anytree-${version}" build_style=python3-module From 6d797f541c2cb160f9cfebd0a3e71dace50cceb7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:26 +0200 Subject: [PATCH 078/874] python-appdirs: rebuild for Python 3.8. --- srcpkgs/python-appdirs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-appdirs/template b/srcpkgs/python-appdirs/template index fdae1fe184b..15354ec5768 100644 --- a/srcpkgs/python-appdirs/template +++ b/srcpkgs/python-appdirs/template @@ -1,7 +1,7 @@ # Template file for 'python-appdirs' pkgname=python-appdirs version=1.4.3 -revision=2 +revision=3 archs=noarch wrksrc="${pkgname/python-//}-${version}" build_style=python-module From 7a7c86554157d7224efc221e706b9aebfc1ff796 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:26 +0200 Subject: [PATCH 079/874] python3-applib: rebuild for Python 3.8. --- srcpkgs/python3-applib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-applib/template b/srcpkgs/python3-applib/template index 95f589dc65a..0fb5a42e618 100644 --- a/srcpkgs/python3-applib/template +++ b/srcpkgs/python3-applib/template @@ -1,7 +1,7 @@ # Template file for 'python3-applib' pkgname=python3-applib version=1.2 -revision=1 +revision=2 archs=noarch wrksrc="applib-${version}" build_style=python3-module From 642416934e5f74b49e1a38fe6e941287cbccbf83 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:26 +0200 Subject: [PATCH 080/874] python-apsw: rebuild for Python 3.8. --- srcpkgs/python-apsw/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-apsw/template b/srcpkgs/python-apsw/template index ed47b4a7803..6146ea639db 100644 --- a/srcpkgs/python-apsw/template +++ b/srcpkgs/python-apsw/template @@ -3,7 +3,7 @@ pkgname=python-apsw _distver=3.29.0 _patchver=r1 version=${_distver}${_patchver} -revision=1 +revision=2 wrksrc="apsw-${_distver}-${_patchver}" build_style=python-module hostmakedepends="python-devel python3-devel" From 765bd2f2b82c6226b12a5d6bbe156b07c03a1bca Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:26 +0200 Subject: [PATCH 081/874] python-argh: rebuild for Python 3.8. --- srcpkgs/python-argh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-argh/template b/srcpkgs/python-argh/template index 4b7aec3b525..656da441757 100644 --- a/srcpkgs/python-argh/template +++ b/srcpkgs/python-argh/template @@ -1,7 +1,7 @@ # Template file for 'python-argh' pkgname=python-argh version=0.26.2 -revision=1 +revision=2 archs=noarch wrksrc="argh-${version}" build_style=python-module From 1f6f709fcbb4353d419be8d129ce581747dae1ea Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:26 +0200 Subject: [PATCH 082/874] python-argon2: rebuild for Python 3.8. --- srcpkgs/python-argon2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-argon2/template b/srcpkgs/python-argon2/template index 0b4b132cddd..1b5216cc9c0 100644 --- a/srcpkgs/python-argon2/template +++ b/srcpkgs/python-argon2/template @@ -1,7 +1,7 @@ # Template file for 'python-argon2' pkgname=python-argon2 version=18.3.0 -revision=2 +revision=3 wrksrc="argon2_cffi-${version}" build_style=python-module pycompile_module="argon2" From 26f299203792a3fe43e8944054d8c61c83416097 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:26 +0200 Subject: [PATCH 083/874] python-arxiv2bib: rebuild for Python 3.8. --- srcpkgs/python-arxiv2bib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-arxiv2bib/template b/srcpkgs/python-arxiv2bib/template index 8bbc6bcf78e..4f245755dcf 100644 --- a/srcpkgs/python-arxiv2bib/template +++ b/srcpkgs/python-arxiv2bib/template @@ -1,7 +1,7 @@ # Template file for 'python-arxiv2bib' pkgname=python-arxiv2bib version=1.0.8 -revision=2 +revision=3 archs=noarch wrksrc="arxiv2bib-${version}" build_style=python-module From 5d25b8642b8f8043e54a95f2ff5efc880044395a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:27 +0200 Subject: [PATCH 084/874] python-asn1crypto: rebuild for Python 3.8. --- srcpkgs/python-asn1crypto/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-asn1crypto/template b/srcpkgs/python-asn1crypto/template index 369c20af98f..e7ffe7415fc 100644 --- a/srcpkgs/python-asn1crypto/template +++ b/srcpkgs/python-asn1crypto/template @@ -1,7 +1,7 @@ # Template file for 'python-asn1crypto' pkgname=python-asn1crypto version=0.24.0 -revision=1 +revision=2 archs=noarch wrksrc="asn1crypto-${version}" build_style=python-module From c0625af704339d35d7423cd750ef2620c53c39bd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:27 +0200 Subject: [PATCH 085/874] python-astral: rebuild for Python 3.8. --- srcpkgs/python-astral/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-astral/template b/srcpkgs/python-astral/template index b8fdaee27ac..07aaeee166b 100644 --- a/srcpkgs/python-astral/template +++ b/srcpkgs/python-astral/template @@ -1,7 +1,7 @@ # Template file for 'python-astral' pkgname=python-astral version=1.10.1 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#python-}-${version}" build_style=python-module From 6cdbd1584336605868e949368279bb6c2143b1d8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:27 +0200 Subject: [PATCH 086/874] python3-astroid: rebuild for Python 3.8. --- srcpkgs/python3-astroid/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-astroid/template b/srcpkgs/python3-astroid/template index 28f01bd4445..d964fd2cdf3 100644 --- a/srcpkgs/python3-astroid/template +++ b/srcpkgs/python3-astroid/template @@ -1,7 +1,7 @@ # Template file for 'python3-astroid' pkgname=python3-astroid version=2.2.5 -revision=2 +revision=3 archs=noarch wrksrc="astroid-${version}" build_style=python3-module From c0642f6c760884c3209a89e643de35660419627a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:27 +0200 Subject: [PATCH 087/874] python3-async-timeout: rebuild for Python 3.8. --- srcpkgs/python3-async-timeout/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-async-timeout/template b/srcpkgs/python3-async-timeout/template index d949a4fdf9a..854584fb5b2 100644 --- a/srcpkgs/python3-async-timeout/template +++ b/srcpkgs/python3-async-timeout/template @@ -1,7 +1,7 @@ # Template file for 'python3-async-timeout' pkgname=python3-async-timeout version=3.0.1 -revision=1 +revision=2 archs=noarch wrksrc="async-timeout-${version}" build_style=python3-module From 17cdd1aac68337b8859ce0d970b309f841b8a456 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:27 +0200 Subject: [PATCH 088/874] python3-async_generator: rebuild for Python 3.8. --- srcpkgs/python3-async_generator/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-async_generator/template b/srcpkgs/python3-async_generator/template index c2053d7bf1f..20d9f7ea0d1 100644 --- a/srcpkgs/python3-async_generator/template +++ b/srcpkgs/python3-async_generator/template @@ -1,7 +1,7 @@ # Template file for 'python3-async_generator' pkgname=python3-async_generator version=1.10 -revision=1 +revision=2 archs=noarch wrksrc="async_generator-${version}" build_style=python3-module From e57ec7e6820968645a23bcc13867add4c9a62399 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:27 +0200 Subject: [PATCH 089/874] python-atomicwrites: rebuild for Python 3.8. --- 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 849272e53f9..ec411d981d4 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=1 +revision=2 archs=noarch wrksrc="atomicwrites-${version}" build_style=python-module From 61df9fa27dc05bc6bb5d5a2c5e806fd041d9adb7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:27 +0200 Subject: [PATCH 090/874] python-atspi: rebuild for Python 3.8. --- srcpkgs/python-atspi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-atspi/template b/srcpkgs/python-atspi/template index 4a2007fa319..cfa1ef35377 100644 --- a/srcpkgs/python-atspi/template +++ b/srcpkgs/python-atspi/template @@ -1,7 +1,7 @@ # Template file for 'python-atspi' pkgname=python-atspi version=2.32.1 -revision=1 +revision=2 archs=noarch wrksrc="pyatspi-${version}" build_style=gnu-configure From d24c76e2f70e9a9dd9a6aa66a323bf79f37f9110 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:27 +0200 Subject: [PATCH 091/874] python-attrs: rebuild for Python 3.8. --- 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 aaddb13f5be..6e2297a9553 100644 --- a/srcpkgs/python-attrs/template +++ b/srcpkgs/python-attrs/template @@ -1,7 +1,7 @@ # Template file for 'python-attrs' pkgname=python-attrs version=19.3.0 -revision=1 +revision=2 archs=noarch wrksrc="attrs-${version}" build_style=python-module From dba37b5f26f28057cb10e86a08a4d2281ee09b7a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:28 +0200 Subject: [PATCH 092/874] python-audioread: rebuild for Python 3.8. --- srcpkgs/python-audioread/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-audioread/template b/srcpkgs/python-audioread/template index fc788a2778c..bc878d4b82d 100644 --- a/srcpkgs/python-audioread/template +++ b/srcpkgs/python-audioread/template @@ -1,7 +1,7 @@ # Template file for 'python-audioread' pkgname=python-audioread version=2.1.8 -revision=1 +revision=2 archs=noarch wrksrc="audioread-${version}" build_style=python-module From 789a6f2ae1cd503ad69b6a968651c7745f878718 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:28 +0200 Subject: [PATCH 093/874] audit: rebuild for Python 3.8. --- srcpkgs/audit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/audit/template b/srcpkgs/audit/template index c624aae0f6d..3e0d21784c0 100644 --- a/srcpkgs/audit/template +++ b/srcpkgs/audit/template @@ -1,7 +1,7 @@ # Template file for 'audit' pkgname=audit version=2.8.5 -revision=1 +revision=2 build_style=gnu-configure configure_args="--libdir=/usr/lib --enable-shared=audit --enable-gssapi-krb5 --with-apparmor --with-libcap-ng --with-python3" From e2efc441ba2dda6eac89d6d19f7960be2fb6cb6c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:28 +0200 Subject: [PATCH 094/874] python3-autobahn: rebuild for Python 3.8. --- srcpkgs/python3-autobahn/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-autobahn/template b/srcpkgs/python3-autobahn/template index 053e45608e5..524ba4b4566 100644 --- a/srcpkgs/python3-autobahn/template +++ b/srcpkgs/python3-autobahn/template @@ -1,7 +1,7 @@ # Template file for 'python3-autobahn' pkgname=python3-autobahn version=19.10.1 -revision=1 +revision=2 archs=noarch wrksrc="autobahn-${version}" build_style=python3-module From 9ad07e924752896ad77bccca2019163eb738ebc3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:28 +0200 Subject: [PATCH 095/874] python-automat: rebuild for Python 3.8. --- 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 4d0f89a89f5..984f5e9642a 100644 --- a/srcpkgs/python-automat/template +++ b/srcpkgs/python-automat/template @@ -1,7 +1,7 @@ # Template file for 'python-automat' pkgname=python-automat version=0.7.0 -revision=1 +revision=2 archs=noarch wrksrc="Automat-${version}" build_style=python-module From a104c6986268b798f373e1fb36de2b20efb9f618 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:28 +0200 Subject: [PATCH 096/874] python-axolotl: rebuild for Python 3.8. --- srcpkgs/python-axolotl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-axolotl/template b/srcpkgs/python-axolotl/template index cf24db1b6e7..74480b5a9fe 100644 --- a/srcpkgs/python-axolotl/template +++ b/srcpkgs/python-axolotl/template @@ -1,7 +1,7 @@ # Template file for 'python-axolotl' pkgname=python-axolotl version=0.2.3 -revision=1 +revision=2 archs=noarch build_style=python-module pycompile_module="axolotl" From c0e16521a2125c2ae2c155dd483904a3dce7bd8c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:28 +0200 Subject: [PATCH 097/874] python-axolotl-curve25519: rebuild for Python 3.8. --- srcpkgs/python-axolotl-curve25519/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-axolotl-curve25519/template b/srcpkgs/python-axolotl-curve25519/template index f7b273b8385..897de4e7cdf 100644 --- a/srcpkgs/python-axolotl-curve25519/template +++ b/srcpkgs/python-axolotl-curve25519/template @@ -1,7 +1,7 @@ # Template file for 'python-axolotl-curve25519' pkgname=python-axolotl-curve25519 version=0.4.1.post2 -revision=2 +revision=3 build_style=python-module hostmakedepends="python-setuptools python3-setuptools" makedepends="python-devel python3-devel" From 6c250811341de25ed60e2bdfaae58eb8f5a8c159 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:28 +0200 Subject: [PATCH 098/874] python-babelfish: rebuild for Python 3.8. --- srcpkgs/python-babelfish/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-babelfish/template b/srcpkgs/python-babelfish/template index c156255f418..47d5bb176cc 100644 --- a/srcpkgs/python-babelfish/template +++ b/srcpkgs/python-babelfish/template @@ -1,7 +1,7 @@ # Template file for 'python-babelfish' pkgname=python-babelfish version=0.5.5 -revision=1 +revision=2 archs=noarch wrksrc="babelfish-${version}" build_style=python-module From 3bbb2fa6599ab0470a4209080a69ad4f8476f1ac Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:28 +0200 Subject: [PATCH 099/874] python-backcall: rebuild for Python 3.8. --- srcpkgs/python-backcall/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-backcall/template b/srcpkgs/python-backcall/template index 01dfab9c25d..a55af727ab6 100644 --- a/srcpkgs/python-backcall/template +++ b/srcpkgs/python-backcall/template @@ -1,7 +1,7 @@ # Template file for 'python-backcall' pkgname=python-backcall version=0.1.0 -revision=1 +revision=2 archs=noarch wrksrc="backcall-${version}" build_style=python-module From d263efaab1b83cfdc94e9b33011f3cfefc52dcd2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:29 +0200 Subject: [PATCH 100/874] bcc: rebuild for Python 3.8. --- srcpkgs/bcc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template index a4d32bce7a4..e872cb6a4a8 100644 --- a/srcpkgs/bcc/template +++ b/srcpkgs/bcc/template @@ -1,7 +1,7 @@ # Template file for 'bcc' pkgname=bcc version=0.11.0 -revision=1 +revision=2 build_style=cmake configure_args="-DREVISION=${version}" hostmakedepends="flex" From 95aa25d2f02529207de0d9d62aa57353f202d9a8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:29 +0200 Subject: [PATCH 101/874] python-bcrypt: rebuild for Python 3.8. --- 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 1ccac21ee94..664b5c9df07 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=1 +revision=2 wrksrc="bcrypt-${version}" build_style=python-module pycompile_module="bcrypt" From 91e29d8f93186f3c597658d4746f864cc6ed9fb0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:29 +0200 Subject: [PATCH 102/874] python-bibtexparser: rebuild for Python 3.8. --- srcpkgs/python-bibtexparser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-bibtexparser/template b/srcpkgs/python-bibtexparser/template index 1eff201e6b8..c40115c9fb8 100644 --- a/srcpkgs/python-bibtexparser/template +++ b/srcpkgs/python-bibtexparser/template @@ -1,7 +1,7 @@ # Template file for 'python-bibtexparser' pkgname=python-bibtexparser version=1.1.0 -revision=1 +revision=2 archs=noarch wrksrc="bibtexparser-${version}" build_style=python-module From 6a95de33763230908ad4e9ae408dedcdd2cc431d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:29 +0200 Subject: [PATCH 103/874] python-bitarray: rebuild for Python 3.8. --- srcpkgs/python-bitarray/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-bitarray/template b/srcpkgs/python-bitarray/template index 4f2b4ee392c..f928718a9df 100644 --- a/srcpkgs/python-bitarray/template +++ b/srcpkgs/python-bitarray/template @@ -1,7 +1,7 @@ # Template file for 'python-bitarray' pkgname=python-bitarray version=1.0.1 -revision=1 +revision=2 wrksrc="bitarray-${version}" build_style=python-module pycompile_module="bitarray" From 1f892b7a3495cc0eddd59d14baf8fa6473521ce4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:29 +0200 Subject: [PATCH 104/874] python-bitbucket-api: rebuild for Python 3.8. --- srcpkgs/python-bitbucket-api/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-bitbucket-api/template b/srcpkgs/python-bitbucket-api/template index 27747866baf..448ea60d53d 100644 --- a/srcpkgs/python-bitbucket-api/template +++ b/srcpkgs/python-bitbucket-api/template @@ -1,7 +1,7 @@ # Template file for 'python-bitbucket-api' pkgname=python-bitbucket-api version=0.5.0 -revision=3 +revision=4 archs=noarch wrksrc="bitbucket-api-${version}" build_style=python-module From 9f464ba19a5d403e830d05b84d5b86c6a9bf0209 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:29 +0200 Subject: [PATCH 105/874] python-bleach: rebuild for Python 3.8. --- srcpkgs/python-bleach/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-bleach/template b/srcpkgs/python-bleach/template index da389c319a5..6e3d4a3bf4c 100644 --- a/srcpkgs/python-bleach/template +++ b/srcpkgs/python-bleach/template @@ -1,7 +1,7 @@ # Template file for 'python-bleach' pkgname=python-bleach version=3.1.0 -revision=1 +revision=2 archs=noarch wrksrc="bleach-${version}" build_style=python-module From a79c0811d86d64b345ee5b056c280a062c8e810a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:29 +0200 Subject: [PATCH 106/874] python3-blessed: rebuild for Python 3.8. --- srcpkgs/python3-blessed/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-blessed/template b/srcpkgs/python3-blessed/template index 4d494883f9a..8527379351f 100644 --- a/srcpkgs/python3-blessed/template +++ b/srcpkgs/python3-blessed/template @@ -1,7 +1,7 @@ # Template file for 'python3-blessed' pkgname=python3-blessed version=1.15.1 -revision=1 +revision=2 archs=noarch wrksrc="blessed-${version}" build_style=python3-module From ec38850242ede1700a4b6234199fba116a530b3d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:30 +0200 Subject: [PATCH 107/874] python-blessings: rebuild for Python 3.8. --- srcpkgs/python-blessings/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-blessings/template b/srcpkgs/python-blessings/template index f8e396da5c5..baa4938c328 100644 --- a/srcpkgs/python-blessings/template +++ b/srcpkgs/python-blessings/template @@ -1,7 +1,7 @@ # Template file for 'python-blessings' pkgname=python-blessings version=1.7 -revision=1 +revision=2 archs=noarch wrksrc="blessings-${version}" build_style=python-module From 19252293b6f311e3a280441f83e7ec1589711b77 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:30 +0200 Subject: [PATCH 108/874] python-blinker: rebuild for Python 3.8. --- srcpkgs/python-blinker/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-blinker/template b/srcpkgs/python-blinker/template index e34a4a9721a..b6d1d63d19a 100644 --- a/srcpkgs/python-blinker/template +++ b/srcpkgs/python-blinker/template @@ -1,7 +1,7 @@ # Template file for 'python-blinker' pkgname=python-blinker version=1.4 -revision=3 +revision=4 archs=noarch wrksrc="blinker-${version}" build_style=python-module From 7cd7b832b55b68ab081454f2b86c254476bd5132 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:30 +0200 Subject: [PATCH 109/874] python-bluez: rebuild for Python 3.8. --- srcpkgs/python-bluez/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-bluez/template b/srcpkgs/python-bluez/template index 1112352e8ab..4734e47038d 100644 --- a/srcpkgs/python-bluez/template +++ b/srcpkgs/python-bluez/template @@ -1,7 +1,7 @@ # Template file for 'python-bluez' pkgname=python-bluez version=0.22 -revision=4 +revision=5 wrksrc="pybluez-${version}" build_style=python-module pycompile_module="bluetooth" From 47f9a18cc42f2afe1e8f31696b6928e35b8105c2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:30 +0200 Subject: [PATCH 110/874] python3-boltons: rebuild for Python 3.8. --- srcpkgs/python3-boltons/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-boltons/template b/srcpkgs/python3-boltons/template index 84a991feef4..1083eb98c51 100644 --- a/srcpkgs/python3-boltons/template +++ b/srcpkgs/python3-boltons/template @@ -1,7 +1,7 @@ # Template file for 'python3-boltons' pkgname=python3-boltons version=19.1.0 -revision=1 +revision=2 archs=noarch wrksrc="boltons-${version}" build_style=python3-module From 05f9cb79aa092e2ddeede56d09676742c60cb788 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:30 +0200 Subject: [PATCH 111/874] python-boto: rebuild for Python 3.8. --- 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 40bd3d888b9..684c00feee0 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=1 +revision=2 archs=noarch wrksrc="boto-${version}" build_style=python-module From ad258b30e35aadb84fd8cd6395bb3d382b429ce9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:30 +0200 Subject: [PATCH 112/874] python-botocore: rebuild for Python 3.8. --- srcpkgs/python-botocore/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-botocore/template b/srcpkgs/python-botocore/template index ae1a4c17964..0610007f36e 100644 --- a/srcpkgs/python-botocore/template +++ b/srcpkgs/python-botocore/template @@ -1,7 +1,7 @@ # Template file for 'python-botocore' pkgname=python-botocore version=1.12.243 -revision=1 +revision=2 archs=noarch wrksrc="botocore-${version}" build_style=python-module From 5bc87295c4d5b8af514da116d9b83154488da331 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:30 +0200 Subject: [PATCH 113/874] python-bottle: rebuild for Python 3.8. --- srcpkgs/python-bottle/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-bottle/template b/srcpkgs/python-bottle/template index 8e3a2ad5ad7..0ffc8adfec7 100644 --- a/srcpkgs/python-bottle/template +++ b/srcpkgs/python-bottle/template @@ -1,7 +1,7 @@ # Template file for 'python-bottle' pkgname=python-bottle version=0.12.17 -revision=1 +revision=2 archs=noarch wrksrc="bottle-${version}" build_style=python-module From 86d7964c563357cfa4aec17ced1fefb9e2c974d9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:30 +0200 Subject: [PATCH 114/874] brltty: rebuild for Python 3.8. --- srcpkgs/brltty/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/brltty/template b/srcpkgs/brltty/template index 33f3354a219..a838cd62d55 100644 --- a/srcpkgs/brltty/template +++ b/srcpkgs/brltty/template @@ -1,7 +1,7 @@ # Template file for 'brltty' pkgname=brltty version=6.0 -revision=2 +revision=3 build_style=gnu-configure configure_args="--enable-gpm --with-screen-driver=lx,sc --with-tables-directory=/usr/share/brltty PYTHON=/usr/bin/python3" From 59305e4244220895606aef8a8016d356cee63dff Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:31 +0200 Subject: [PATCH 115/874] python-bsddb3: rebuild for Python 3.8. --- srcpkgs/python-bsddb3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-bsddb3/template b/srcpkgs/python-bsddb3/template index f719a3f9560..1df37cc0e71 100644 --- a/srcpkgs/python-bsddb3/template +++ b/srcpkgs/python-bsddb3/template @@ -1,7 +1,7 @@ # Template file for 'python-bsddb3' pkgname=python-bsddb3 version=6.2.6 -revision=2 +revision=3 wrksrc="bsddb3-${version}" build_style=python-module make_build_args="--berkeley-db=${XBPS_CROSS_BASE}/usr" From 8e91ab0e55145cdc83aae10c6f0277d467cb5057 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:31 +0200 Subject: [PATCH 116/874] python-cached-property: rebuild for Python 3.8. --- srcpkgs/python-cached-property/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-cached-property/template b/srcpkgs/python-cached-property/template index ca2f8536260..16c89346565 100644 --- a/srcpkgs/python-cached-property/template +++ b/srcpkgs/python-cached-property/template @@ -1,7 +1,7 @@ # Template file for 'python-cached-property' pkgname=python-cached-property version=1.5.1 -revision=1 +revision=2 archs=noarch wrksrc="cached-property-${version}" build_style=python-module From 3047633291296a9279b5c2a9c0ff04a0cea875f6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:31 +0200 Subject: [PATCH 117/874] python-cachetools: rebuild for Python 3.8. --- srcpkgs/python-cachetools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-cachetools/template b/srcpkgs/python-cachetools/template index ee3ed3a4c94..0f2fdcaed32 100644 --- a/srcpkgs/python-cachetools/template +++ b/srcpkgs/python-cachetools/template @@ -1,7 +1,7 @@ # Template file for 'python-cachetools' pkgname=python-cachetools version=3.1.1 -revision=1 +revision=2 archs=noarch wrksrc="cachetools-${version}" build_style=python-module From 52e0110b2dc8419583a18babfa62796ef6410ac7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:31 +0200 Subject: [PATCH 118/874] python3-cairo: rebuild for Python 3.8. --- 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 cdde1b83d20..ac158237dd2 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.18.1 -revision=1 +revision=2 wrksrc="pycairo-${version}" build_style=python3-module hostmakedepends="pkg-config python3" From d8f9c3f93f495874237c23477fb548be8b2c0da2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:31 +0200 Subject: [PATCH 119/874] python-cairocffi: rebuild for Python 3.8. --- srcpkgs/python-cairocffi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-cairocffi/template b/srcpkgs/python-cairocffi/template index baa61334a2a..c057739b03d 100644 --- a/srcpkgs/python-cairocffi/template +++ b/srcpkgs/python-cairocffi/template @@ -1,7 +1,7 @@ # Template file for 'python-cairocffi' pkgname=python-cairocffi version=0.9.0 -revision=1 +revision=2 archs=noarch wrksrc="cairocffi-${version}" build_style=python-module From bc01f22fb9a5d16bae1b724b675fc57b1f732baa Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:31 +0200 Subject: [PATCH 120/874] python3-canonicaljson: rebuild for Python 3.8. --- srcpkgs/python3-canonicaljson/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-canonicaljson/template b/srcpkgs/python3-canonicaljson/template index abc8e95820d..1cbe15f14ae 100644 --- a/srcpkgs/python3-canonicaljson/template +++ b/srcpkgs/python3-canonicaljson/template @@ -1,7 +1,7 @@ # Template file for 'python3-canonicaljson' pkgname=python3-canonicaljson version=1.1.4 -revision=1 +revision=2 archs=noarch wrksrc="canonicaljson-${version}" build_style=python3-module From e4cba931e3e55f565bc084f8171dea2a8baa9aaf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:31 +0200 Subject: [PATCH 121/874] python3-casttube: rebuild for Python 3.8. --- srcpkgs/python3-casttube/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-casttube/template b/srcpkgs/python3-casttube/template index ccd95f3f31c..9e5544b0101 100644 --- a/srcpkgs/python3-casttube/template +++ b/srcpkgs/python3-casttube/template @@ -1,7 +1,7 @@ # Template file for 'python3-casttube' pkgname=python3-casttube version=0.2.0 -revision=1 +revision=2 archs=noarch wrksrc="casttube-${version}" build_style=python3-module From 255661e350728911e6dc85db4bd8a0a0f059b561 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:31 +0200 Subject: [PATCH 122/874] python-cffi: rebuild for Python 3.8. --- 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 27ae03879ac..8501b202bf2 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.12.3 -revision=1 +revision=2 wrksrc="cffi-${version}" build_style=python-module pycompile_module="cffi" From 1b85c0971a1d2d810331d3392d4ecedf140eeb47 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:32 +0200 Subject: [PATCH 123/874] python3-changelogs: rebuild for Python 3.8. --- srcpkgs/python3-changelogs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-changelogs/template b/srcpkgs/python3-changelogs/template index 5c2a4889959..d9a7784cf3b 100644 --- a/srcpkgs/python3-changelogs/template +++ b/srcpkgs/python3-changelogs/template @@ -1,7 +1,7 @@ # Template file for 'python3-changelogs' pkgname=python3-changelogs version=0.14.0 -revision=1 +revision=2 archs=noarch wrksrc="changelogs-${version}" build_style=python3-module From 38e9561402e4ea4c3c4b27c8c747e6b710aec2fd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:32 +0200 Subject: [PATCH 124/874] python-chardet: rebuild for Python 3.8. --- 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 685d3ab767f..bd502bbbddf 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=2 +revision=3 archs=noarch wrksrc="chardet-${version}" build_style=python-module From de1193127ae80857e0f21f1d0499748b6ccafa40 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:32 +0200 Subject: [PATCH 125/874] python3-cheetah3: rebuild for Python 3.8. --- 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 40dfee6e322..b2149b2bc22 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.4 -revision=1 +revision=2 wrksrc="Cheetah3-${version}" build_style=python3-module pycompile_module="Cheetah" From 654378c7da0932e5e48085409868c2639efb5294 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:32 +0200 Subject: [PATCH 126/874] python3-chess: rebuild for Python 3.8. --- srcpkgs/python3-chess/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-chess/template b/srcpkgs/python3-chess/template index 54b397517cf..e87dab6ca02 100644 --- a/srcpkgs/python3-chess/template +++ b/srcpkgs/python3-chess/template @@ -1,7 +1,7 @@ # Template file for 'python3-chess' pkgname=python3-chess version=0.27.3 -revision=1 +revision=2 archs=noarch wrksrc="python-chess-${version}" build_style=python3-module From 10db1a1daa9e65a8a20ebc6e20f512884e23f621 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:32 +0200 Subject: [PATCH 127/874] python3-chromecast: rebuild for Python 3.8. --- srcpkgs/python3-chromecast/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-chromecast/template b/srcpkgs/python3-chromecast/template index 16df7502633..cfa41c5dfb5 100644 --- a/srcpkgs/python3-chromecast/template +++ b/srcpkgs/python3-chromecast/template @@ -1,7 +1,7 @@ # Template file for 'python3-chromecast' pkgname=python3-chromecast version=4.0.1 -revision=1 +revision=2 archs=noarch wrksrc="pychromecast-${version}" build_style=python3-module From 9ff3e7dae7d0ebe28421538f18f150ecd58104e3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:32 +0200 Subject: [PATCH 128/874] python-chroot: rebuild for Python 3.8. --- srcpkgs/python-chroot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-chroot/template b/srcpkgs/python-chroot/template index 36853e9f2c0..7faa0f4cce9 100644 --- a/srcpkgs/python-chroot/template +++ b/srcpkgs/python-chroot/template @@ -1,7 +1,7 @@ # Template file for 'python-chroot' pkgname=python-chroot version=0.9.18 -revision=1 +revision=2 archs=noarch wrksrc="pychroot-${version}" build_style=python-module From 8d2b57d7f0075beb9134ebd5f7e517ef8a7f20a0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:32 +0200 Subject: [PATCH 129/874] python3-cli-ui: rebuild for Python 3.8. --- srcpkgs/python3-cli-ui/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template index 8303d44eed2..15a9bd32fce 100644 --- a/srcpkgs/python3-cli-ui/template +++ b/srcpkgs/python3-cli-ui/template @@ -1,7 +1,7 @@ # Template file for 'python3-cli-ui' pkgname=python3-cli-ui version=0.9.1 -revision=2 +revision=3 archs=noarch wrksrc="python-cli-ui-${version}" build_style=python3-module From ecf175e67cdb7bd1e27d29cc47a7e945a6660996 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:33 +0200 Subject: [PATCH 130/874] python3-cli_helpers: rebuild for Python 3.8. --- srcpkgs/python3-cli_helpers/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template index 74b4abf2200..87b284e3cb5 100644 --- a/srcpkgs/python3-cli_helpers/template +++ b/srcpkgs/python3-cli_helpers/template @@ -1,7 +1,7 @@ # Template file for 'python3-cli_helpers' pkgname=python3-cli_helpers version=1.2.1 -revision=1 +revision=2 archs=noarch wrksrc="cli_helpers-${version}" build_style=python3-module From aa87c50665110997328e9b80b9b6ba62c47f18bd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:33 +0200 Subject: [PATCH 131/874] python-click: rebuild for Python 3.8. --- srcpkgs/python-click/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-click/template b/srcpkgs/python-click/template index 217e617e73e..4014cb66a83 100644 --- a/srcpkgs/python-click/template +++ b/srcpkgs/python-click/template @@ -1,7 +1,7 @@ # Template file for 'python-click' pkgname=python-click version=7.0 -revision=1 +revision=2 archs=noarch wrksrc="Click-${version}" build_style="python-module" From cac08babb361a709a7b7a93c7a825b4682273115 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:33 +0200 Subject: [PATCH 132/874] python-click-log: rebuild for Python 3.8. --- srcpkgs/python-click-log/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-click-log/template b/srcpkgs/python-click-log/template index 37b53f04af0..b57a7a74b4a 100644 --- a/srcpkgs/python-click-log/template +++ b/srcpkgs/python-click-log/template @@ -1,7 +1,7 @@ # Template file for 'python-click-log' pkgname=python-click-log version=0.3.2 -revision=1 +revision=2 archs=noarch wrksrc="click-log-${version}" build_style="python-module" From 5a0f06ded0599ac889d808c93865db1723b2ed95 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:33 +0200 Subject: [PATCH 133/874] python3-click-plugins: rebuild for Python 3.8. --- srcpkgs/python3-click-plugins/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-click-plugins/template b/srcpkgs/python3-click-plugins/template index cee484018d1..0ef6ce6b248 100644 --- a/srcpkgs/python3-click-plugins/template +++ b/srcpkgs/python3-click-plugins/template @@ -1,7 +1,7 @@ # Template file for 'python3-click-plugins' pkgname=python3-click-plugins version=1.1.1 -revision=1 +revision=2 archs=noarch wrksrc="click-plugins-${version}" build_style=python3-module From cf104fe4106995307daeb70eb8d34554c238b5b1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:33 +0200 Subject: [PATCH 134/874] python-click-threading: rebuild for Python 3.8. --- srcpkgs/python-click-threading/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-click-threading/template b/srcpkgs/python-click-threading/template index 76125224992..49b4a4a9aae 100644 --- a/srcpkgs/python-click-threading/template +++ b/srcpkgs/python-click-threading/template @@ -1,7 +1,7 @@ # Template file for 'python-click-threading' pkgname=python-click-threading version=0.4.4 -revision=1 +revision=2 archs=noarch wrksrc="click-threading-${version}" build_style="python-module" From 4bcf653af73bc8e5a6492eee92e5d2826a779d38 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:33 +0200 Subject: [PATCH 135/874] python3-cmdln: rebuild for Python 3.8. --- srcpkgs/python3-cmdln/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cmdln/template b/srcpkgs/python3-cmdln/template index f00c9a63908..2b7e21f3980 100644 --- a/srcpkgs/python3-cmdln/template +++ b/srcpkgs/python3-cmdln/template @@ -1,7 +1,7 @@ # Template file for 'python3-cmdln' pkgname=python3-cmdln version=2.0.0 -revision=1 +revision=2 archs=noarch wrksrc="cmdln-${version}" build_style=python3-module From 52e9257d3be602d0748918c1440a3eae0b6baa51 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:33 +0200 Subject: [PATCH 136/874] python-codespell: rebuild for Python 3.8. --- srcpkgs/python-codespell/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-codespell/template b/srcpkgs/python-codespell/template index 92134285a58..211626f33d7 100644 --- a/srcpkgs/python-codespell/template +++ b/srcpkgs/python-codespell/template @@ -1,7 +1,7 @@ # Template file for 'python-codespell' pkgname=python-codespell version=1.14.0 -revision=2 +revision=3 archs=noarch wrksrc="codespell-${version}" build_style=python-module From 65299f402e3d3a2991e33defee28d85043e0b40f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:33 +0200 Subject: [PATCH 137/874] python-colorama: rebuild for Python 3.8. --- srcpkgs/python-colorama/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-colorama/template b/srcpkgs/python-colorama/template index 98ea0d3be78..09562385243 100644 --- a/srcpkgs/python-colorama/template +++ b/srcpkgs/python-colorama/template @@ -1,7 +1,7 @@ # Template file for 'python-colorama' pkgname=python-colorama version=0.4.1 -revision=1 +revision=2 archs=noarch wrksrc="colorama-${version}" build_style=python-module From ec6a8fb7b9e3330e2d7f3fbe139c7a3742013bd8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:34 +0200 Subject: [PATCH 138/874] python3-colorclass: rebuild for Python 3.8. --- srcpkgs/python3-colorclass/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-colorclass/template b/srcpkgs/python3-colorclass/template index 4a80f379206..ed8d2d2ea02 100644 --- a/srcpkgs/python3-colorclass/template +++ b/srcpkgs/python3-colorclass/template @@ -1,7 +1,7 @@ # Template file for 'python3-colorclass' pkgname=python3-colorclass version=2.2.0 -revision=1 +revision=2 archs=noarch wrksrc="colorclass-${version}" build_style=python3-module From 4b254d3097fa01cb641af24639c6b9a230345954 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:34 +0200 Subject: [PATCH 139/874] python-configobj: rebuild for Python 3.8. --- 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 95f30d4631a..a8cb5d5d34e 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=5 +revision=6 archs=noarch wrksrc="configobj-${version}" build_style=python-module From 530a6b84ff81274981ed1aa92a2ff85a78dc9775 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:34 +0200 Subject: [PATCH 140/874] python-constantly: rebuild for Python 3.8. --- 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 b5530908ac4..9160aec9edd 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=2 +revision=3 archs=noarch wrksrc="constantly-${version}" build_style=python-module From d2c0a853f5cd6634cca304f7db191fcb1d9a6afa Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:34 +0200 Subject: [PATCH 141/874] python-construct: rebuild for Python 3.8. --- srcpkgs/python-construct/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-construct/template b/srcpkgs/python-construct/template index 2afe435652c..d6d0b8010e2 100644 --- a/srcpkgs/python-construct/template +++ b/srcpkgs/python-construct/template @@ -1,7 +1,7 @@ # Template file for 'python-construct' pkgname=python-construct version=2.9.45 -revision=2 +revision=3 archs=noarch wrksrc="construct-${version}" build_style=python-module From 9ba618aa4a4db0062002fcb1ad540bee9b702ac6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:34 +0200 Subject: [PATCH 142/874] python-coverage: rebuild for Python 3.8. --- 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 df6064b9879..1c44b5e18fb 100644 --- a/srcpkgs/python-coverage/template +++ b/srcpkgs/python-coverage/template @@ -1,7 +1,7 @@ # Template file for 'python-coverage' pkgname=python-coverage version=4.5.4 -revision=1 +revision=2 wrksrc="${pkgname/python-//}-${version}" build_style=python-module pycompile_module="coverage" From 9adf4621a4960d8a331e1b723971cb326ad2429f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:34 +0200 Subject: [PATCH 143/874] python-cram: rebuild for Python 3.8. --- srcpkgs/python-cram/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-cram/template b/srcpkgs/python-cram/template index f1fce32149f..8c5d65fe260 100644 --- a/srcpkgs/python-cram/template +++ b/srcpkgs/python-cram/template @@ -1,7 +1,7 @@ # Template file for 'python-cram' pkgname=python-cram version=0.7 -revision=2 +revision=3 archs=noarch wrksrc="cram-${version}" build_style=python-module From 47ef41a3931be5da08ee8d6fb0ff35b5e1a95d62 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:34 +0200 Subject: [PATCH 144/874] python3-crcmod: rebuild for Python 3.8. --- 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 4cd433d2420..9311dedc8ac 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=1 +revision=2 wrksrc="crcmod-${version}" build_style=python3-module pycompile_module="crcmod" From 8b8750f3919e1f23aa6930671f096a365391611a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:35 +0200 Subject: [PATCH 145/874] python-cryptography: rebuild for Python 3.8. --- 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 ce3184715dd..39e63d22f7d 100644 --- a/srcpkgs/python-cryptography/template +++ b/srcpkgs/python-cryptography/template @@ -1,7 +1,7 @@ # Template file for 'python-cryptography' pkgname=python-cryptography version=2.7 -revision=1 +revision=2 wrksrc="cryptography-${version}" build_style=python-module pycompile_module="cryptography" From 676ecf3ea008b8ccabdd3d2798c449a061abb9dd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:35 +0200 Subject: [PATCH 146/874] python-cryptography_vectors: rebuild for Python 3.8. --- 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 d52e5f5e47c..8fba3a0ce27 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=2.7 -revision=1 +revision=2 archs=noarch wrksrc="cryptography_vectors-${version}" build_style=python-module From b78a89dedf3b15094ae7febdff460a2cbf547464 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:35 +0200 Subject: [PATCH 147/874] python-css-parser: rebuild for Python 3.8. --- srcpkgs/python-css-parser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-css-parser/template b/srcpkgs/python-css-parser/template index e90b103e4a0..f6d2d0cbf8b 100644 --- a/srcpkgs/python-css-parser/template +++ b/srcpkgs/python-css-parser/template @@ -1,7 +1,7 @@ # Template file for 'python-css-parser' pkgname=python-css-parser version=1.0.4 -revision=1 +revision=2 archs=noarch wrksrc="css-parser-${version}" build_style=python-module From 036f8b87a68dcb362c7037f58abcffb763571601 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:35 +0200 Subject: [PATCH 148/874] python-cssselect: rebuild for Python 3.8. --- srcpkgs/python-cssselect/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-cssselect/template b/srcpkgs/python-cssselect/template index d7dbcebc0ea..c7f43ebca9f 100644 --- a/srcpkgs/python-cssselect/template +++ b/srcpkgs/python-cssselect/template @@ -1,7 +1,7 @@ # Template file for 'python-cssselect' pkgname=python-cssselect version=1.1.0 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 9d4b52974f5f9e8a86060d3dfccc041298c1d666 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:35 +0200 Subject: [PATCH 149/874] python-cssutils: rebuild for Python 3.8. --- srcpkgs/python-cssutils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-cssutils/template b/srcpkgs/python-cssutils/template index 648c4754c22..5f08903b9a0 100644 --- a/srcpkgs/python-cssutils/template +++ b/srcpkgs/python-cssutils/template @@ -1,7 +1,7 @@ # Template file for 'python-cssutils' pkgname=python-cssutils version=1.0.2 -revision=2 +revision=3 archs=noarch wrksrc="cssutils-${version}" build_style=python-module From bfb2835290dfefddc0781e2b463d410bf121efa5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:35 +0200 Subject: [PATCH 150/874] python-cups: rebuild for Python 3.8. --- srcpkgs/python-cups/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-cups/template b/srcpkgs/python-cups/template index 2c26e9ef3d0..62c384c9db8 100644 --- a/srcpkgs/python-cups/template +++ b/srcpkgs/python-cups/template @@ -1,7 +1,7 @@ # Template file for 'python-cups' pkgname=python-cups version=1.9.74 -revision=2 +revision=3 wrksrc="pycups-${version}" build_style=python-module hostmakedepends="python-devel python3-devel" From 32daac09af71a30483e9985028381670b4ab6245 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:35 +0200 Subject: [PATCH 151/874] system-config-printer: rebuild for Python 3.8. --- srcpkgs/system-config-printer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template index e8f8eca46ae..04fe74ff808 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=5 +revision=6 build_style=gnu-configure configure_args="--with-udev-rules" make_build_args="udevhelperdir=/usr/lib/udev" From 582813b2756ce1d1d397113a752b81189680c001 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:35 +0200 Subject: [PATCH 152/874] python-curl: rebuild for Python 3.8. --- srcpkgs/python-curl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-curl/template b/srcpkgs/python-curl/template index f1f9051d53a..685c63ce68a 100644 --- a/srcpkgs/python-curl/template +++ b/srcpkgs/python-curl/template @@ -1,7 +1,7 @@ # Template file for 'python-curl' pkgname=python-curl version=7.43.0.3 -revision=4 +revision=5 wrksrc="pycurl-${version}" build_style=python-module pycompile_module="curl" From 0eda981910702bfaac2a8af2041fe2c534c13618 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:36 +0200 Subject: [PATCH 153/874] python-curtsies: rebuild for Python 3.8. --- srcpkgs/python-curtsies/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-curtsies/template b/srcpkgs/python-curtsies/template index 158d1c5ce76..6126a11e9b4 100644 --- a/srcpkgs/python-curtsies/template +++ b/srcpkgs/python-curtsies/template @@ -1,7 +1,7 @@ # Template file for 'python-curtsies' pkgname=python-curtsies version=0.3.0 -revision=1 +revision=2 archs=noarch wrksrc="curtsies-${version}" build_style=python-module From 7db16365daaa931d774701441c01b698be457cb0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:36 +0200 Subject: [PATCH 154/874] python-cycler: rebuild for Python 3.8. --- srcpkgs/python-cycler/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-cycler/template b/srcpkgs/python-cycler/template index ee6c985b288..0b53c195dae 100644 --- a/srcpkgs/python-cycler/template +++ b/srcpkgs/python-cycler/template @@ -1,7 +1,7 @@ # Template file for 'python-cycler' pkgname=python-cycler version=0.10.0 -revision=4 +revision=5 archs=noarch wrksrc="cycler-${version}" build_style=python-module From 2c59e6772ee31b855fe302a27b9b9544cd865e6c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:36 +0200 Subject: [PATCH 155/874] python-daemonize: rebuild for Python 3.8. --- srcpkgs/python-daemonize/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-daemonize/template b/srcpkgs/python-daemonize/template index 699a156b26b..efaf163e573 100644 --- a/srcpkgs/python-daemonize/template +++ b/srcpkgs/python-daemonize/template @@ -1,7 +1,7 @@ # Template file for 'python-daemonize' pkgname=python-daemonize version=2.5.0 -revision=1 +revision=2 archs=noarch wrksrc="daemonize-${version}" build_style=python-module From 84cc63fece0763c8b6920e56e78508551e0fc727 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:36 +0200 Subject: [PATCH 156/874] python-dateutil: rebuild for Python 3.8. --- 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 d9c0f73c883..7675b8f9447 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=1 +revision=2 archs=noarch build_style=python-module pycompile_module="dateutil" From 9a19173186ae564f17114f530ac8077484d43c82 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:36 +0200 Subject: [PATCH 157/874] python-dbus: rebuild for Python 3.8. --- 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 869c10b2969..3845f6ce34a 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.12 -revision=1 +revision=2 wrksrc="dbus-python-${version}" build_style=gnu-configure pycompile_module="dbus" From 06a9a5b6965485369e669181d99123d7beabf81f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:36 +0200 Subject: [PATCH 158/874] python3-dbusmock: rebuild for Python 3.8. --- srcpkgs/python3-dbusmock/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-dbusmock/template b/srcpkgs/python3-dbusmock/template index 67e0ed68078..4abd47843cc 100644 --- a/srcpkgs/python3-dbusmock/template +++ b/srcpkgs/python3-dbusmock/template @@ -1,7 +1,7 @@ # Template file for 'python3-dbusmock' pkgname=python3-dbusmock version=0.18.3 -revision=1 +revision=2 archs=noarch wrksrc="python-dbusmock-${version}" build_style=python3-module From 694c57d69d63d9f59bef9d31d20a0b16dc73a2a1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:36 +0200 Subject: [PATCH 159/874] python-decorator: rebuild for Python 3.8. --- 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 14090c537c9..7f14fef90a6 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=1 +revision=2 archs=noarch wrksrc="decorator-${version}" build_style=python-module From 3bd4b100eb970e16e93bbbed8ce2ac91a36e3df5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:37 +0200 Subject: [PATCH 160/874] python-defusedxml: rebuild for Python 3.8. --- srcpkgs/python-defusedxml/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-defusedxml/template b/srcpkgs/python-defusedxml/template index afd62e94414..96234eb18c7 100644 --- a/srcpkgs/python-defusedxml/template +++ b/srcpkgs/python-defusedxml/template @@ -1,7 +1,7 @@ # Template file for 'python-defusedxml' pkgname=python-defusedxml version=0.6.0 -revision=1 +revision=2 archs=noarch wrksrc="defusedxml-${version}" build_style=python-module From 442acbe58cd337c55658908f41ec5b6221ca8fcb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:37 +0200 Subject: [PATCH 161/874] python3-discid: rebuild for Python 3.8. --- srcpkgs/python3-discid/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-discid/template b/srcpkgs/python3-discid/template index be5eae1f07f..cc4bc27a1aa 100644 --- a/srcpkgs/python3-discid/template +++ b/srcpkgs/python3-discid/template @@ -1,7 +1,7 @@ # Template file for 'python3-discid' pkgname=python3-discid version=1.2.0 -revision=1 +revision=2 archs=noarch wrksrc="discid-${version}" build_style=python3-module From 31db2101853fbced7b2655f48906b9054bce07ad Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:37 +0200 Subject: [PATCH 162/874] python-discogs_client: rebuild for Python 3.8. --- srcpkgs/python-discogs_client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-discogs_client/template b/srcpkgs/python-discogs_client/template index a27cc50f93c..5af18eda664 100644 --- a/srcpkgs/python-discogs_client/template +++ b/srcpkgs/python-discogs_client/template @@ -1,7 +1,7 @@ # Template file for 'python-discogs_client' pkgname=python-discogs_client version=2.2.2 -revision=1 +revision=2 archs=noarch wrksrc="discogs-client-${version}" build_style=python-module From 0aba2b232148b832c27ebd8703c24f42c5018f15 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:37 +0200 Subject: [PATCH 163/874] python3-distro: rebuild for Python 3.8. --- 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 86e94572ed7..f1205ace151 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.4.0 -revision=1 +revision=2 wrksrc=distro-${version} build_style=python3-module pycompile_module="distro" From 990a3bd7cef20bd21b781caccd807a7cadf6a0fe Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:37 +0200 Subject: [PATCH 164/874] python-distutils-extra: rebuild for Python 3.8. --- 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 9e5728ba08f..46bb0cccc31 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=3 +revision=4 archs=noarch build_style=python-module pycompile_module="DistUtilsExtra" From cc8c6f7c74e5660152cb87b99e7d7b88b5c3d077 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:37 +0200 Subject: [PATCH 165/874] python-dkimpy: rebuild for Python 3.8. --- srcpkgs/python-dkimpy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-dkimpy/template b/srcpkgs/python-dkimpy/template index 4ca5ad386b0..1da26c5de5d 100644 --- a/srcpkgs/python-dkimpy/template +++ b/srcpkgs/python-dkimpy/template @@ -1,7 +1,7 @@ # Template file for 'python-dkimpy' pkgname=python-dkimpy version=0.9.2 -revision=1 +revision=2 archs=noarch wrksrc="dkimpy-${version}" build_style=python-module From 8560c730ee4396275d04f5b5649fc0b2a1a8819e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:37 +0200 Subject: [PATCH 166/874] python-dnspython: rebuild for Python 3.8. --- srcpkgs/python-dnspython/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-dnspython/template b/srcpkgs/python-dnspython/template index 15d4d7a8a73..66d237e89ee 100644 --- a/srcpkgs/python-dnspython/template +++ b/srcpkgs/python-dnspython/template @@ -1,7 +1,7 @@ # Template file for 'python-dnspython' pkgname=python-dnspython version=1.16.0 -revision=1 +revision=2 archs=noarch wrksrc="dnspython-${version}" build_style=python-module From c723160d02d838faad8761fcdaa9cfaed2df756f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:37 +0200 Subject: [PATCH 167/874] python-docker: rebuild for Python 3.8. --- srcpkgs/python-docker/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-docker/template b/srcpkgs/python-docker/template index b3f8cb2076b..83265bbb606 100644 --- a/srcpkgs/python-docker/template +++ b/srcpkgs/python-docker/template @@ -1,7 +1,7 @@ # Template file for 'python-docker' pkgname=python-docker version=3.7.2 -revision=1 +revision=2 archs=noarch wrksrc="docker-${version}" build_style=python-module From 116d9592b10bcde7a5b2f78ed23e0c2e382394da Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:38 +0200 Subject: [PATCH 168/874] python-docker-pycreds: rebuild for Python 3.8. --- srcpkgs/python-docker-pycreds/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-docker-pycreds/template b/srcpkgs/python-docker-pycreds/template index c478ded9de6..2224be0d21d 100644 --- a/srcpkgs/python-docker-pycreds/template +++ b/srcpkgs/python-docker-pycreds/template @@ -1,7 +1,7 @@ # Template file for 'python-docker-pycreds' pkgname=python-docker-pycreds version=0.4.0 -revision=1 +revision=2 archs=noarch wrksrc="docker-pycreds-${version}" build_style=python-module From 339d2fc160bc67c015b61704b1ade0e15a729050 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:38 +0200 Subject: [PATCH 169/874] python-dockerpty: rebuild for Python 3.8. --- srcpkgs/python-dockerpty/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-dockerpty/template b/srcpkgs/python-dockerpty/template index 78ba5bc3b09..4a0b3a7a33f 100644 --- a/srcpkgs/python-dockerpty/template +++ b/srcpkgs/python-dockerpty/template @@ -1,7 +1,7 @@ # Template file for 'python-dockerpty' pkgname=python-dockerpty version=0.4.1 -revision=3 +revision=4 archs=noarch wrksrc="dockerpty-${version}" build_style=python-module From 9925e97e6e19313f6899b14640957a47c12c3c6b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:38 +0200 Subject: [PATCH 170/874] python-docopt: rebuild for Python 3.8. --- srcpkgs/python-docopt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-docopt/template b/srcpkgs/python-docopt/template index 4b8661ed2e1..48e5f86c1e0 100644 --- a/srcpkgs/python-docopt/template +++ b/srcpkgs/python-docopt/template @@ -1,7 +1,7 @@ # Template file for 'python-docopt' pkgname=python-docopt version=0.6.2 -revision=4 +revision=5 archs=noarch wrksrc="docopt-${version}" build_style=python-module From b274270fc5a58198a59400d9c8eb825546cf64ee Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:38 +0200 Subject: [PATCH 171/874] python-docutils: rebuild for Python 3.8. --- 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 62f080f416a..8fd21a7450b 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.15.2 -revision=1 +revision=2 archs=noarch wrksrc="docutils-${version}" build_style=python-module From 6db8d0a9fb5d7b1cd339f5102d86a29dda19f348 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:38 +0200 Subject: [PATCH 172/874] python-dogpile.cache: rebuild for Python 3.8. --- srcpkgs/python-dogpile.cache/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-dogpile.cache/template b/srcpkgs/python-dogpile.cache/template index f6e106fb4e8..894c6f695bf 100644 --- a/srcpkgs/python-dogpile.cache/template +++ b/srcpkgs/python-dogpile.cache/template @@ -1,7 +1,7 @@ # Template file for 'python-dogpile.cache' pkgname=python-dogpile.cache version=0.8.0 -revision=1 +revision=2 archs=noarch wrksrc="dogpile.cache-${version}" build_style=python-module From e603b2f5de239ac8c6e7b8322f560ed5249fe887 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:38 +0200 Subject: [PATCH 173/874] python-dominate: rebuild for Python 3.8. --- srcpkgs/python-dominate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-dominate/template b/srcpkgs/python-dominate/template index 14ec659bac8..6d6f2caa323 100644 --- a/srcpkgs/python-dominate/template +++ b/srcpkgs/python-dominate/template @@ -1,7 +1,7 @@ # Template file for 'python-dominate' pkgname=python-dominate version=2.4.0 -revision=1 +revision=2 archs=noarch wrksrc="dominate-${version}" build_style=python-module From 2bd7c3e739559614758b25140591fa8bb623a73d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:38 +0200 Subject: [PATCH 174/874] python-dulwich: rebuild for Python 3.8. --- srcpkgs/python-dulwich/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-dulwich/template b/srcpkgs/python-dulwich/template index 0bddda65069..7b8ac45011e 100644 --- a/srcpkgs/python-dulwich/template +++ b/srcpkgs/python-dulwich/template @@ -1,7 +1,7 @@ # Template file for 'python-dulwich' pkgname=python-dulwich version=0.19.13 -revision=1 +revision=2 wrksrc="dulwich-${version}" build_style=python-module pycompile_module="dulwich" From 9d0b79dad0746da7669be20a38791a7eff4a42dd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:38 +0200 Subject: [PATCH 175/874] python3-easygui: rebuild for Python 3.8. --- srcpkgs/python3-easygui/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-easygui/template b/srcpkgs/python3-easygui/template index c1ec4767ae9..a9a2f66d865 100644 --- a/srcpkgs/python3-easygui/template +++ b/srcpkgs/python3-easygui/template @@ -1,7 +1,7 @@ # Template file for 'python3-easygui' pkgname=python3-easygui version=0.98.1 -revision=1 +revision=2 archs=noarch wrksrc="easygui-${version}" build_style=python3-module From eaa3ee113511523004b2d78a2119becc627b2dcf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:39 +0200 Subject: [PATCH 176/874] python-ecdsa: rebuild for Python 3.8. --- srcpkgs/python-ecdsa/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-ecdsa/template b/srcpkgs/python-ecdsa/template index 5e0b217fa73..e6e7d58cd10 100644 --- a/srcpkgs/python-ecdsa/template +++ b/srcpkgs/python-ecdsa/template @@ -1,7 +1,7 @@ # Template file for 'python-ecdsa' pkgname=python-ecdsa version=0.13.2 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname/python-/}-${version}" build_style=python-module From 5d7cb5b032b5814415f5b21646b09bceda211fd5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:39 +0200 Subject: [PATCH 177/874] python-editor: rebuild for Python 3.8. --- srcpkgs/python-editor/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-editor/template b/srcpkgs/python-editor/template index 4b86afa6924..3594e407205 100644 --- a/srcpkgs/python-editor/template +++ b/srcpkgs/python-editor/template @@ -1,7 +1,7 @@ # Template file for 'python-editor' pkgname=python-editor version=1.0.4 -revision=1 +revision=2 archs=noarch build_style=python-module pycompile_module="editor" From 19c3e09b30ed3cf9c6ffee8cee652d54c672a599 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:39 +0200 Subject: [PATCH 178/874] python-efl: rebuild for Python 3.8. --- srcpkgs/python-efl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-efl/template b/srcpkgs/python-efl/template index a49e7d35847..2096f6916da 100644 --- a/srcpkgs/python-efl/template +++ b/srcpkgs/python-efl/template @@ -1,7 +1,7 @@ # Template file for 'python-efl' pkgname=python-efl version=1.22.0 -revision=1 +revision=2 build_style=python-module pycompile_module="efl" hostmakedepends="pkg-config python-devel python3-devel" From 82198e93fcca38bb8b5f4f754bcbd6fd7baf59da Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:39 +0200 Subject: [PATCH 179/874] python3-eliot: rebuild for Python 3.8. --- srcpkgs/python3-eliot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template index 15b05dd7331..8453789b688 100644 --- a/srcpkgs/python3-eliot/template +++ b/srcpkgs/python3-eliot/template @@ -1,7 +1,7 @@ # Template file for 'python3-eliot' pkgname=python3-eliot version=1.7.0 -revision=1 +revision=2 archs=noarch wrksrc="eliot-${version}" build_style=python3-module From bcfe6b0d9db4104d00cb6a16d6012f2258515d59 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:39 +0200 Subject: [PATCH 180/874] python-empy: rebuild for Python 3.8. --- srcpkgs/python-empy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-empy/template b/srcpkgs/python-empy/template index 97476250cf2..4668a9cc814 100644 --- a/srcpkgs/python-empy/template +++ b/srcpkgs/python-empy/template @@ -1,7 +1,7 @@ # Template file for 'python-empy' pkgname=python-empy version=3.3.4 -revision=1 +revision=2 archs=noarch wrksrc="empy-${version}" build_style=python-module From 6a91fa7210bd83ced5963d69be69166cd7ad72e0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:39 +0200 Subject: [PATCH 181/874] python-enchant: rebuild for Python 3.8. --- srcpkgs/python-enchant/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-enchant/template b/srcpkgs/python-enchant/template index a443877d821..e499957b47e 100644 --- a/srcpkgs/python-enchant/template +++ b/srcpkgs/python-enchant/template @@ -1,7 +1,7 @@ # Template file for 'python-enchant' pkgname=python-enchant version=2.0.0 -revision=1 +revision=2 archs=noarch wrksrc="pyenchant-${version}" build_style=python-module From 6ec52886dc67e49d1440bf8d0d1fe8fab07df30a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:39 +0200 Subject: [PATCH 182/874] python-entrypoints: rebuild for Python 3.8. --- srcpkgs/python-entrypoints/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-entrypoints/template b/srcpkgs/python-entrypoints/template index ebefb2d04dc..6070650f35d 100644 --- a/srcpkgs/python-entrypoints/template +++ b/srcpkgs/python-entrypoints/template @@ -1,7 +1,7 @@ # Template file for 'python-entrypoints' pkgname=python-entrypoints version=0.3 -revision=1 +revision=2 archs=noarch wrksrc="entrypoints-${version}" build_style=python-module From 612a78254c1f46db87994e41646495e245a3facf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:40 +0200 Subject: [PATCH 183/874] python-envdir: rebuild for Python 3.8. --- srcpkgs/python-envdir/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-envdir/template b/srcpkgs/python-envdir/template index 622fcee6b34..b8cccad60ac 100644 --- a/srcpkgs/python-envdir/template +++ b/srcpkgs/python-envdir/template @@ -1,7 +1,7 @@ # Template file for 'python-envdir' pkgname=python-envdir version=1.0.1 -revision=2 +revision=3 archs=noarch wrksrc="${pkgname/python-//}-${version}" build_style=python-module From 50f8488d9ea7d659590f7d09f42dd5b94e19152c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:40 +0200 Subject: [PATCH 184/874] python-enzyme: rebuild for Python 3.8. --- srcpkgs/python-enzyme/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-enzyme/template b/srcpkgs/python-enzyme/template index 637c858195b..f28f40b0319 100644 --- a/srcpkgs/python-enzyme/template +++ b/srcpkgs/python-enzyme/template @@ -1,7 +1,7 @@ # Template file for 'python-enzyme' pkgname=python-enzyme version=0.4.1 -revision=1 +revision=2 archs=noarch wrksrc="enzyme-${version}" build_style=python-module From 0927e611429f29f17290f1e10cf2c0b872d1feb9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:40 +0200 Subject: [PATCH 185/874] python3-esprima: rebuild for Python 3.8. --- 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 c3a564123de..aec8930a6bf 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=1 +revision=2 wrksrc="esprima-${version}" build_style=python3-module pycompile_module="esprima" From d10708d4fcebbbc7dccf424ca1a596b43ae8df59 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:40 +0200 Subject: [PATCH 186/874] python-evdev: rebuild for Python 3.8. --- 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 3c1a5253513..cff10211628 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=1 +revision=2 build_style=python-module pycompile_module="evdev" hostmakedepends="python-setuptools python3-setuptools" From d4f74f5bad705da704a6773a834e3939d7700c39 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:40 +0200 Subject: [PATCH 187/874] python-ewmh: rebuild for Python 3.8. --- srcpkgs/python-ewmh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-ewmh/template b/srcpkgs/python-ewmh/template index be6d04316b0..a96490fb56d 100644 --- a/srcpkgs/python-ewmh/template +++ b/srcpkgs/python-ewmh/template @@ -1,7 +1,7 @@ # Template file for 'python-ewmh' pkgname=python-ewmh version=0.1.6 -revision=2 +revision=3 archs=noarch wrksrc="${pkgname/python-//}-${version}" build_style=python-module From afbcc47e23517b6d56ec485dc40f389c1af31701 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:40 +0200 Subject: [PATCH 188/874] python-exifread: rebuild for Python 3.8. --- srcpkgs/python-exifread/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-exifread/template b/srcpkgs/python-exifread/template index 853f885fff8..834aa7730ee 100644 --- a/srcpkgs/python-exifread/template +++ b/srcpkgs/python-exifread/template @@ -1,7 +1,7 @@ # Template file for 'python-exifread' pkgname=python-exifread version=2.2.0 -revision=1 +revision=2 archs=noarch wrksrc="exif-py-${version}" build_style="python-module" From d05fad06fa4306ef7f685f49a366fcc27e64a40c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:40 +0200 Subject: [PATCH 189/874] python-fasteners: rebuild for Python 3.8. --- srcpkgs/python-fasteners/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-fasteners/template b/srcpkgs/python-fasteners/template index 34ca4e0e9db..24d2ec0611f 100644 --- a/srcpkgs/python-fasteners/template +++ b/srcpkgs/python-fasteners/template @@ -1,7 +1,7 @@ # Template file for 'python-fasteners' pkgname=python-fasteners version=0.15 -revision=1 +revision=2 archs=noarch wrksrc="fasteners-${version}" build_style=python-module From 8c663b7a9f12675a94dea8c33eddeededd3c56bf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:40 +0200 Subject: [PATCH 190/874] python-feedgenerator: rebuild for Python 3.8. --- srcpkgs/python-feedgenerator/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-feedgenerator/template b/srcpkgs/python-feedgenerator/template index 3e5abc4f433..bcffb6728aa 100644 --- a/srcpkgs/python-feedgenerator/template +++ b/srcpkgs/python-feedgenerator/template @@ -1,7 +1,7 @@ # Template file for 'python-feedgenerator' pkgname=python-feedgenerator version=1.9 -revision=3 +revision=4 archs=noarch wrksrc="feedgenerator-${version}" build_style=python-module From ab9e5bccaa31f32d93549c21e47bc12c4e5ac181 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:41 +0200 Subject: [PATCH 191/874] python-feedparser: rebuild for Python 3.8. --- 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 c5c5e8783eb..94f0a58ec88 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=5 +revision=6 archs=noarch wrksrc="feedparser-${version}" build_style=python-module From 157719696415e499518e188417324c7d97359d36 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:41 +0200 Subject: [PATCH 192/874] python3-fido2: rebuild for Python 3.8. --- srcpkgs/python3-fido2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-fido2/template b/srcpkgs/python3-fido2/template index fafb4d61d56..fb737d68d20 100644 --- a/srcpkgs/python3-fido2/template +++ b/srcpkgs/python3-fido2/template @@ -2,7 +2,7 @@ pkgname=python3-fido2 _pkgname=fido2 version=0.7.1 -revision=1 +revision=2 archs=noarch wrksrc="${_pkgname}-${version}" build_style=python3-module From cbab3fd166f79dc7d2659a802e1953c697f94a95 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:41 +0200 Subject: [PATCH 193/874] python3-filelock: rebuild for Python 3.8. --- 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 8e0bc8f1070..9105ff8689d 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=1 +revision=2 wrksrc="filelock-${version}" build_style=python3-module pycompile_module="filelock.py" From df9deb02719807bdcb49f7c41040cd8748efd6fb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:41 +0200 Subject: [PATCH 194/874] python-filetype: rebuild for Python 3.8. --- srcpkgs/python-filetype/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-filetype/template b/srcpkgs/python-filetype/template index 37896cff9d8..10b974794b5 100644 --- a/srcpkgs/python-filetype/template +++ b/srcpkgs/python-filetype/template @@ -1,7 +1,7 @@ # Template file for 'python-filetype' pkgname=python-filetype version=1.0.5 -revision=1 +revision=2 archs=noarch wrksrc="filetype-${version}" build_style=python-module From b71ed5528581f9bba57653ff2acb45edf6dcbd81 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:41 +0200 Subject: [PATCH 195/874] python3-fishnet: rebuild for Python 3.8. --- srcpkgs/python3-fishnet/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-fishnet/template b/srcpkgs/python3-fishnet/template index 9dde60cbb6c..6280ae8e966 100644 --- a/srcpkgs/python3-fishnet/template +++ b/srcpkgs/python3-fishnet/template @@ -1,7 +1,7 @@ # Template file for 'python3-fishnet' pkgname=python3-fishnet version=1.15.18 -revision=1 +revision=2 archs=noarch wrksrc="fishnet-${version}" build_style=python3-module From 25bc415f7d96b99e98c97ab0abad6a531786f9e2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:41 +0200 Subject: [PATCH 196/874] python-flaky: rebuild for Python 3.8. --- srcpkgs/python-flaky/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-flaky/template b/srcpkgs/python-flaky/template index d5211c9cb60..e8e681421f7 100644 --- a/srcpkgs/python-flaky/template +++ b/srcpkgs/python-flaky/template @@ -1,7 +1,7 @@ # Template file for 'python-flaky' pkgname=python-flaky version=3.6.1 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname/python-//}-${version}" build_style=python-module From 6dfa18d602ed8d6414a040466c4e0eef4db1d0d3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:41 +0200 Subject: [PATCH 197/874] python3-flexmock: rebuild for Python 3.8. --- srcpkgs/python3-flexmock/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-flexmock/template b/srcpkgs/python3-flexmock/template index 0663ed5122d..8a7c9a2894d 100644 --- a/srcpkgs/python3-flexmock/template +++ b/srcpkgs/python3-flexmock/template @@ -1,7 +1,7 @@ # Template file for 'python3-flexmock' pkgname=python3-flexmock version=0.10.4 -revision=1 +revision=2 archs=noarch wrksrc="flexmock-${version}" build_style=python3-module From 8c90b86b18b06e68260df59166a7228f7af5e5b1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:42 +0200 Subject: [PATCH 198/874] python3-fonttools: rebuild for Python 3.8. --- srcpkgs/python3-fonttools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-fonttools/template b/srcpkgs/python3-fonttools/template index 15cf36585fb..ccd4b66c5d8 100644 --- a/srcpkgs/python3-fonttools/template +++ b/srcpkgs/python3-fonttools/template @@ -1,7 +1,7 @@ # Template file for 'python3-fonttools' pkgname=python3-fonttools version=4.0.2 -revision=1 +revision=2 wrksrc="${pkgname#python3-}-${version}" build_style=python3-module pycompile_module="fonttools" From 423903ec28541ea1cd89f97400529121dca5e065 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:42 +0200 Subject: [PATCH 199/874] python3-frozendict: rebuild for Python 3.8. --- srcpkgs/python3-frozendict/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-frozendict/template b/srcpkgs/python3-frozendict/template index d3b4dc91602..739000a887c 100644 --- a/srcpkgs/python3-frozendict/template +++ b/srcpkgs/python3-frozendict/template @@ -1,7 +1,7 @@ # Template file for 'python3-frozendict' pkgname=python3-frozendict version=1.2 -revision=1 +revision=2 archs=noarch wrksrc="frozendict-${version}" build_style=python3-module From 0929953d079922e685a9b46372630d69c2c6776d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:42 +0200 Subject: [PATCH 200/874] python-fuse: rebuild for Python 3.8. --- srcpkgs/python-fuse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-fuse/template b/srcpkgs/python-fuse/template index 6449cc36a02..2e99e9866d3 100644 --- a/srcpkgs/python-fuse/template +++ b/srcpkgs/python-fuse/template @@ -1,7 +1,7 @@ # Template file for 'python-fuse' pkgname=python-fuse version=0.3.1 -revision=3 +revision=4 build_style=python-module pycompile_module="fuseparts fuse.py" hostmakedepends="pkg-config python-setuptools python3-setuptools" From 505bca67544c8cca26d3f7675eb746bb98abf44e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:42 +0200 Subject: [PATCH 201/874] python-future: rebuild for Python 3.8. --- srcpkgs/python-future/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-future/template b/srcpkgs/python-future/template index 1844be2efbc..6cd53908823 100644 --- a/srcpkgs/python-future/template +++ b/srcpkgs/python-future/template @@ -1,7 +1,7 @@ # Template file for 'python-future' pkgname=python-future version=0.17.1 -revision=1 +revision=2 archs=noarch wrksrc="future-${version}" build_style=python-module From 4b595c01c8dcf28a72cf0a96960609ab9788b6ef Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:42 +0200 Subject: [PATCH 202/874] python3-geojson: rebuild for Python 3.8. --- srcpkgs/python3-geojson/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-geojson/template b/srcpkgs/python3-geojson/template index 6bcd0c3092e..90e7d5a0e60 100644 --- a/srcpkgs/python3-geojson/template +++ b/srcpkgs/python3-geojson/template @@ -1,7 +1,7 @@ # Template file for 'python3-geojson' pkgname=python3-geojson version=2.5.0 -revision=1 +revision=2 archs=noarch wrksrc="geojson-${version}" build_style=python3-module From 5e44d64f54a2983f4d5fefba49ef65a6803bd024 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:42 +0200 Subject: [PATCH 203/874] python-gevent: rebuild for Python 3.8. --- srcpkgs/python-gevent/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-gevent/template b/srcpkgs/python-gevent/template index 2bbabee00fc..35c76146d56 100644 --- a/srcpkgs/python-gevent/template +++ b/srcpkgs/python-gevent/template @@ -1,7 +1,7 @@ # Template file for 'python-gevent' pkgname=python-gevent version=1.4.0 -revision=1 +revision=2 wrksrc="gevent-${version}" build_style=python-module pycompile_module="gevent" From 5fed10c6460512a1f1391f079ed47645f9df532e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:42 +0200 Subject: [PATCH 204/874] python3-gitchangelog: rebuild for Python 3.8. --- srcpkgs/python3-gitchangelog/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-gitchangelog/template b/srcpkgs/python3-gitchangelog/template index ed381e07d78..cc1945f2623 100644 --- a/srcpkgs/python3-gitchangelog/template +++ b/srcpkgs/python3-gitchangelog/template @@ -1,7 +1,7 @@ # Template file for 'python3-gitchangelog' pkgname=python3-gitchangelog version=3.0.4 -revision=1 +revision=2 archs=noarch wrksrc="gitchangelog-${version}" build_style=python3-module From b52557ed164619919a05cdf8fae5e77e5b4f53db Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:42 +0200 Subject: [PATCH 205/874] python-gitdb: rebuild for Python 3.8. --- srcpkgs/python-gitdb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-gitdb/template b/srcpkgs/python-gitdb/template index d9e624b9f53..253ddaa07bd 100644 --- a/srcpkgs/python-gitdb/template +++ b/srcpkgs/python-gitdb/template @@ -1,7 +1,7 @@ # Template file for 'python-gitdb' pkgname=python-gitdb version=2.0.5 -revision=1 +revision=2 archs=noarch wrksrc="gitdb2-${version}" build_style=python-module From 53365dcec4eb25138ea4bb248d57c1b2aa7aa311 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:43 +0200 Subject: [PATCH 206/874] python-github3: rebuild for Python 3.8. --- srcpkgs/python-github3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-github3/template b/srcpkgs/python-github3/template index 2cb71368f3d..425fe1b7362 100644 --- a/srcpkgs/python-github3/template +++ b/srcpkgs/python-github3/template @@ -1,7 +1,7 @@ # Template file for 'python-github3' pkgname=python-github3 version=1.3.0 -revision=1 +revision=2 archs=noarch wrksrc="github3.py-${version}" build_style=python-module From 2b4c90de9a0cbcbb5902a9407f229864bd81a7f3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:43 +0200 Subject: [PATCH 207/874] python-gitlab: rebuild for Python 3.8. --- srcpkgs/python-gitlab/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-gitlab/template b/srcpkgs/python-gitlab/template index 7db583b54c4..0f71b4c7153 100644 --- a/srcpkgs/python-gitlab/template +++ b/srcpkgs/python-gitlab/template @@ -1,7 +1,7 @@ # Template file for 'python-gitlab' pkgname=python-gitlab version=1.12.1 -revision=1 +revision=2 archs=noarch build_style=python-module pycompile_module="gitlab" From 51613301779bb891e87daba6b634dca18654d29f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:43 +0200 Subject: [PATCH 208/874] python-gmpy2: rebuild for Python 3.8. --- srcpkgs/python-gmpy2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-gmpy2/template b/srcpkgs/python-gmpy2/template index c41a9f4595b..74e9b583288 100644 --- a/srcpkgs/python-gmpy2/template +++ b/srcpkgs/python-gmpy2/template @@ -1,7 +1,7 @@ # Template file for 'python-gmpy2' pkgname=python-gmpy2 version=2.0.8 -revision=5 +revision=6 wrksrc="gmpy2-${version}" build_style=python-module hostmakedepends="unzip python-setuptools python3-setuptools From a6f4b9ed74b787b741e6297520186bd60de2b46e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:43 +0200 Subject: [PATCH 209/874] python-gntp: rebuild for Python 3.8. --- 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 14bd36518f8..7b3bb5a7bb7 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=4 +revision=5 archs=noarch wrksrc="gntp-${version}" build_style=python-module From 0730dc20e341ef5247184f85a47f2d1200750698 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:43 +0200 Subject: [PATCH 210/874] python-gnupg: rebuild for Python 3.8. --- srcpkgs/python-gnupg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-gnupg/template b/srcpkgs/python-gnupg/template index ae6f49c7e27..24c0943d1e4 100644 --- a/srcpkgs/python-gnupg/template +++ b/srcpkgs/python-gnupg/template @@ -1,7 +1,7 @@ # Template file for 'python-gnupg' pkgname=python-gnupg version=0.4.4 -revision=1 +revision=2 archs=noarch build_style=python-module pycompile_module="gnupg.py" From 2c78f38b921da1d4ac2ddf5c200a378cadd75590 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:43 +0200 Subject: [PATCH 211/874] python3-gobject: rebuild for Python 3.8. --- 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 242d33ed3ac..8713ddf5334 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.32.2 -revision=1 +revision=2 wrksrc="pygobject-${version}" build_style=meson build_helper="gir" From 15ed888e45d37128f9852cfc492a14182186f1a9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:43 +0200 Subject: [PATCH 212/874] python-gogs-client: rebuild for Python 3.8. --- srcpkgs/python-gogs-client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-gogs-client/template b/srcpkgs/python-gogs-client/template index e8189bc8805..027135d430c 100644 --- a/srcpkgs/python-gogs-client/template +++ b/srcpkgs/python-gogs-client/template @@ -1,7 +1,7 @@ # Template file for 'python-gogs-client' pkgname=python-gogs-client version=1.0.6 -revision=3 +revision=4 archs=noarch wrksrc="gogs_client-${version}" build_style=python-module From 1ce661eb8f15d8e6d56a3f1e197897c332fa224e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:44 +0200 Subject: [PATCH 213/874] python-google-api-python-client: rebuild for Python 3.8. --- srcpkgs/python-google-api-python-client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-google-api-python-client/template b/srcpkgs/python-google-api-python-client/template index 273cd0722b8..69c2d4e96eb 100644 --- a/srcpkgs/python-google-api-python-client/template +++ b/srcpkgs/python-google-api-python-client/template @@ -1,7 +1,7 @@ # Template file for 'python-google-api-python-client' pkgname=python-google-api-python-client version=1.7.11 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From abc55893b0e34778f73646713ec111220a9cafbf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:44 +0200 Subject: [PATCH 214/874] python-google-auth: rebuild for Python 3.8. --- srcpkgs/python-google-auth/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-google-auth/template b/srcpkgs/python-google-auth/template index 708fe08325a..1de6800e3d2 100644 --- a/srcpkgs/python-google-auth/template +++ b/srcpkgs/python-google-auth/template @@ -1,7 +1,7 @@ # Template file for 'python-google-auth' pkgname=python-google-auth version=1.6.3 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 345385c7c36d4b9e58aad80d36b1cd93575ecd95 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:44 +0200 Subject: [PATCH 215/874] python-google-auth-httplib2: rebuild for Python 3.8. --- srcpkgs/python-google-auth-httplib2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-google-auth-httplib2/template b/srcpkgs/python-google-auth-httplib2/template index 9a7fd093ce5..9e43bc92292 100644 --- a/srcpkgs/python-google-auth-httplib2/template +++ b/srcpkgs/python-google-auth-httplib2/template @@ -1,7 +1,7 @@ # Template file for 'python-google-auth-httplib2' pkgname=python-google-auth-httplib2 version=0.0.3 -revision=2 +revision=3 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 659bb740f4ecc98b01dc400608f6b524416a0b86 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:44 +0200 Subject: [PATCH 216/874] python-gpg: rebuild for Python 3.8. --- srcpkgs/python-gpg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-gpg/template b/srcpkgs/python-gpg/template index 4ef85846b42..a17a0324af8 100644 --- a/srcpkgs/python-gpg/template +++ b/srcpkgs/python-gpg/template @@ -1,7 +1,7 @@ # Template file for 'python-gpg' pkgname=python-gpg version=1.10.0 -revision=3 +revision=4 wrksrc="gpg-${version}" build_style=python-module hostmakedepends="swig gpgme-devel python-devel python3-devel" From 873dc5b9b60d819c83e9d76fd366d7e22b1e3bc3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:44 +0200 Subject: [PATCH 217/874] python-grako: rebuild for Python 3.8. --- srcpkgs/python-grako/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-grako/template b/srcpkgs/python-grako/template index cc02973b31e..2b401732735 100644 --- a/srcpkgs/python-grako/template +++ b/srcpkgs/python-grako/template @@ -1,7 +1,7 @@ # Template file for 'python-grako' pkgname=python-grako version=3.99.9 -revision=3 +revision=4 wrksrc="neogeny-${pkgname/python-/}-275d3c4fe4ac" build_style=python-module pycompile_module="grako" From d47059d2656db0b58c65856428cabac0432d40b6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:44 +0200 Subject: [PATCH 218/874] python-graphviz: rebuild for Python 3.8. --- srcpkgs/python-graphviz/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-graphviz/template b/srcpkgs/python-graphviz/template index 521f2e81213..e3d487a2db7 100644 --- a/srcpkgs/python-graphviz/template +++ b/srcpkgs/python-graphviz/template @@ -1,7 +1,7 @@ # Template file for 'python-graphviz' pkgname=python-graphviz version=0.10.1 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname/python-/}-${version}" build_style=python-module From 604137947acf2b7cd302f3f32e778c96a0f521f6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:44 +0200 Subject: [PATCH 219/874] python-greenlet: rebuild for Python 3.8. --- srcpkgs/python-greenlet/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-greenlet/template b/srcpkgs/python-greenlet/template index d1e63ac7adb..b540e9a286b 100644 --- a/srcpkgs/python-greenlet/template +++ b/srcpkgs/python-greenlet/template @@ -1,7 +1,7 @@ # Template file for 'python-greenlet' pkgname=python-greenlet version=0.4.15 -revision=2 +revision=3 wrksrc="greenlet-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From c75b3ed338515fef098deb3e5b0d7a6afb7e4027 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:44 +0200 Subject: [PATCH 220/874] python-guessit: rebuild for Python 3.8. --- srcpkgs/python-guessit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-guessit/template b/srcpkgs/python-guessit/template index 5029048a041..a962f14522f 100644 --- a/srcpkgs/python-guessit/template +++ b/srcpkgs/python-guessit/template @@ -1,7 +1,7 @@ # Template file for 'python-guessit' pkgname=python-guessit version=3.1.0 -revision=1 +revision=2 archs=noarch wrksrc="guessit-${version}" build_style=python-module From be7acc08bc4f5ffb222fcebc23a391553273ece1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:45 +0200 Subject: [PATCH 221/874] python-h11: rebuild for Python 3.8. --- srcpkgs/python-h11/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-h11/template b/srcpkgs/python-h11/template index 88040dfadec..b2e007533a7 100644 --- a/srcpkgs/python-h11/template +++ b/srcpkgs/python-h11/template @@ -1,7 +1,7 @@ # Template file for 'python-h11' pkgname=python-h11 version=0.8.1 -revision=1 +revision=2 archs=noarch wrksrc=h11-${version} build_style=python-module From bdf55bd416f8bc2ed44be6c4c54d162c18a8ea97 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:45 +0200 Subject: [PATCH 222/874] python-habanero: rebuild for Python 3.8. --- srcpkgs/python-habanero/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-habanero/template b/srcpkgs/python-habanero/template index 86d66befc3d..a914f21ecb7 100644 --- a/srcpkgs/python-habanero/template +++ b/srcpkgs/python-habanero/template @@ -1,7 +1,7 @@ # Template file for 'python-habanero' pkgname=python-habanero version=0.6.2 -revision=1 +revision=2 archs=noarch wrksrc="habanero-${version}" build_style=python-module From 9c07301e6c8b8cbc8282f2c49eee7ea5572650fb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:45 +0200 Subject: [PATCH 223/874] python3-hawkauthlib: rebuild for Python 3.8. --- srcpkgs/python3-hawkauthlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-hawkauthlib/template b/srcpkgs/python3-hawkauthlib/template index fd7f1405790..1456fa7d814 100644 --- a/srcpkgs/python3-hawkauthlib/template +++ b/srcpkgs/python3-hawkauthlib/template @@ -1,7 +1,7 @@ # Template file for 'python3-hawkauthlib' pkgname=python3-hawkauthlib version=2.0.0 -revision=2 +revision=3 archs=noarch wrksrc="hawkauthlib-${version}" build_style=python3-module From 66941ef99dc3f45dea432a38889d9aedcbc58e8a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:45 +0200 Subject: [PATCH 224/874] python-hiredis: rebuild for Python 3.8. --- srcpkgs/python-hiredis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-hiredis/template b/srcpkgs/python-hiredis/template index 23694ae92d7..82a97d5eaf3 100644 --- a/srcpkgs/python-hiredis/template +++ b/srcpkgs/python-hiredis/template @@ -1,7 +1,7 @@ # Template file for 'python-hiredis' pkgname=python-hiredis version=0.2.0 -revision=4 +revision=5 wrksrc="hiredis-${version}" build_style=python-module hostmakedepends="python-devel python3-devel" From 335237d6c8ffbf9d850fddc0047cb4ea28057efd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:45 +0200 Subject: [PATCH 225/874] python3-hkdf: rebuild for Python 3.8. --- srcpkgs/python3-hkdf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-hkdf/template b/srcpkgs/python3-hkdf/template index fabc91ee974..0faaf05b5fe 100644 --- a/srcpkgs/python3-hkdf/template +++ b/srcpkgs/python3-hkdf/template @@ -1,7 +1,7 @@ # Template file for 'python3-hkdf' pkgname=python3-hkdf version=0.0.3 -revision=1 +revision=2 archs=noarch wrksrc="hkdf-${version}" build_style=python3-module From fa28e1e2a5b4f298ee9762f0f595a5b1b16db0c7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:45 +0200 Subject: [PATCH 226/874] python-hoedown: rebuild for Python 3.8. --- srcpkgs/python-hoedown/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-hoedown/template b/srcpkgs/python-hoedown/template index a964fbbb709..4b82aba9afc 100644 --- a/srcpkgs/python-hoedown/template +++ b/srcpkgs/python-hoedown/template @@ -1,7 +1,7 @@ # Template file for 'python-hoedown' pkgname=python-hoedown version=0.3.0 -revision=2 +revision=3 wrksrc="hoedown-$version" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 1b9ab7e23ce8f84563cdaac18cbe35d6b5b377eb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:45 +0200 Subject: [PATCH 227/874] python-hpack: rebuild for Python 3.8. --- srcpkgs/python-hpack/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-hpack/template b/srcpkgs/python-hpack/template index c69e91daa0e..ffbac313103 100644 --- a/srcpkgs/python-hpack/template +++ b/srcpkgs/python-hpack/template @@ -1,7 +1,7 @@ # Template file for 'python-hpack' pkgname=python-hpack version=3.0.0 -revision=1 +revision=2 archs=noarch wrksrc=hpack-${version} build_style=python-module From b6095882129bc28d1a3eec0f996353011126ed10 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:45 +0200 Subject: [PATCH 228/874] python3-html2text: rebuild for Python 3.8. --- srcpkgs/python3-html2text/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-html2text/template b/srcpkgs/python3-html2text/template index 006f2a127ad..c74e236a053 100644 --- a/srcpkgs/python3-html2text/template +++ b/srcpkgs/python3-html2text/template @@ -1,7 +1,7 @@ # Template file for 'python3-html2text' pkgname=python3-html2text version=2019.9.26 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python3-module From 78741dc5f018f23c93acabc2cdd16c97d5e08012 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:46 +0200 Subject: [PATCH 229/874] python-html5-parser: rebuild for Python 3.8. --- srcpkgs/python-html5-parser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-html5-parser/template b/srcpkgs/python-html5-parser/template index 130c5037e57..41bbd0ea157 100644 --- a/srcpkgs/python-html5-parser/template +++ b/srcpkgs/python-html5-parser/template @@ -1,7 +1,7 @@ # Template file for 'python-html5-parser' pkgname=python-html5-parser version=0.4.8 -revision=1 +revision=2 wrksrc="html5-parser-${version}" build_style=python-module pycompile_module="html5_parser" From f69efbb44a9aa15f6b7468ff70a20786ec1a04d4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:46 +0200 Subject: [PATCH 230/874] python-html5lib: rebuild for Python 3.8. --- srcpkgs/python-html5lib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-html5lib/template b/srcpkgs/python-html5lib/template index 81e683f7bcf..2565de64fd2 100644 --- a/srcpkgs/python-html5lib/template +++ b/srcpkgs/python-html5lib/template @@ -1,7 +1,7 @@ # Template file for 'python-html5lib' pkgname=python-html5lib version=1.0.1 -revision=1 +revision=2 archs=noarch wrksrc="html5lib-${version}" build_style=python-module From 6bd979521876c876eea2022ebe023cdbb30777c5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:46 +0200 Subject: [PATCH 231/874] python-httmock: rebuild for Python 3.8. --- srcpkgs/python-httmock/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-httmock/template b/srcpkgs/python-httmock/template index 61a60126936..e798b4fc1b3 100644 --- a/srcpkgs/python-httmock/template +++ b/srcpkgs/python-httmock/template @@ -1,7 +1,7 @@ # Template file for 'python-httmock' pkgname=python-httmock version=1.3.0 -revision=1 +revision=2 archs=noarch wrksrc="httmock-${version}" build_style=python-module From 7f5b2e5c5738ca5824c255406195ff59f30f2c80 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:46 +0200 Subject: [PATCH 232/874] python-httplib2: rebuild for Python 3.8. --- srcpkgs/python-httplib2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-httplib2/template b/srcpkgs/python-httplib2/template index edcb6abf0c1..fe76a729328 100644 --- a/srcpkgs/python-httplib2/template +++ b/srcpkgs/python-httplib2/template @@ -1,7 +1,7 @@ # Template file for 'python-httplib2' pkgname=python-httplib2 version=0.13.1 -revision=1 +revision=2 archs=noarch wrksrc="httplib2-${version}" build_style=python-module From 9bd4d3d3c99054f61ceb650933dcd9c5740d5ff0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:46 +0200 Subject: [PATCH 233/874] python3-humanize: rebuild for Python 3.8. --- srcpkgs/python3-humanize/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-humanize/template b/srcpkgs/python3-humanize/template index c82c20fb0f2..d1011fb92e9 100644 --- a/srcpkgs/python3-humanize/template +++ b/srcpkgs/python3-humanize/template @@ -1,7 +1,7 @@ # Template file for 'python3-humanize' pkgname=python3-humanize version=0.5.1 -revision=1 +revision=2 archs=noarch wrksrc="humanize-${version}" build_style=python3-module From ead6f9504cd4015bc13944d58d676ef457b0fb34 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:46 +0200 Subject: [PATCH 234/874] python-hyper-h2: rebuild for Python 3.8. --- srcpkgs/python-hyper-h2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-hyper-h2/template b/srcpkgs/python-hyper-h2/template index 5dcf7ed1c4d..9e5eee3b69b 100644 --- a/srcpkgs/python-hyper-h2/template +++ b/srcpkgs/python-hyper-h2/template @@ -1,7 +1,7 @@ # Template file for 'python-hyper-h2' pkgname=python-hyper-h2 version=3.1.0 -revision=1 +revision=2 archs=noarch wrksrc="hyper-h2-${version}" build_style=python-module From 8ac54f95c067c3f715c23a58d7f2b6d0683988cf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:46 +0200 Subject: [PATCH 235/874] python-hyperframe: rebuild for Python 3.8. --- srcpkgs/python-hyperframe/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-hyperframe/template b/srcpkgs/python-hyperframe/template index e4cea346f7e..6b544c2061c 100644 --- a/srcpkgs/python-hyperframe/template +++ b/srcpkgs/python-hyperframe/template @@ -1,7 +1,7 @@ # Template file for 'python-hyperframe' pkgname=python-hyperframe version=5.2.0 -revision=1 +revision=2 archs=noarch wrksrc=hyperframe-${version} build_style=python-module From cb929edb0d026e58d2d6c7e6f9baeee9fedf523e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:47 +0200 Subject: [PATCH 236/874] python-hyperlink: rebuild for Python 3.8. --- 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 1cc7aa0670a..945bf72ee59 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=1 +revision=2 archs=noarch wrksrc="hyperlink-${version}" build_style=python-module From da7a9015ccf93b07d390988b03b1403702cfa14a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:47 +0200 Subject: [PATCH 237/874] python-hypothesis: rebuild for Python 3.8. --- 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 f3eb931e410..de55593fc02 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=1 +revision=2 archs=noarch wrksrc="hypothesis-hypothesis-python-${version}" build_wrksrc=hypothesis-python From f091030376534d6a6f7c625b82a8405350e7cdcd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:47 +0200 Subject: [PATCH 238/874] python-icalendar: rebuild for Python 3.8. --- srcpkgs/python-icalendar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-icalendar/template b/srcpkgs/python-icalendar/template index b2129648ea6..be45f2d608d 100644 --- a/srcpkgs/python-icalendar/template +++ b/srcpkgs/python-icalendar/template @@ -1,7 +1,7 @@ # Template file for 'python-icalendar' pkgname=python-icalendar version=4.0.3 -revision=1 +revision=2 wrksrc="icalendar-${version}" archs=noarch build_style=python-module From 474626af886f96ef30849e5aca015775f7edfb8d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:47 +0200 Subject: [PATCH 239/874] icdiff: rebuild for Python 3.8. --- srcpkgs/icdiff/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template index 31cfc3e2354..396448b86f4 100644 --- a/srcpkgs/icdiff/template +++ b/srcpkgs/icdiff/template @@ -1,7 +1,7 @@ # Template file for 'icdiff' pkgname=icdiff version=1.9.5 -revision=1 +revision=2 wrksrc="${pkgname}-release-${version}" archs=noarch build_style=python-module From 21e5ba4fadd590c9e0dd7afde206429c99c46c56 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:47 +0200 Subject: [PATCH 240/874] python-idna: rebuild for Python 3.8. --- 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 4c6baefd41b..446a04da7d7 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.8 -revision=1 +revision=2 archs=noarch wrksrc="idna-${version}" build_style=python-module From a012eff0de75e8caab0be24964731b749fe6ad8a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:47 +0200 Subject: [PATCH 241/874] python3-idna-ssl: rebuild for Python 3.8. --- srcpkgs/python3-idna-ssl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-idna-ssl/template b/srcpkgs/python3-idna-ssl/template index df953f4d0d9..0608fb7278c 100644 --- a/srcpkgs/python3-idna-ssl/template +++ b/srcpkgs/python3-idna-ssl/template @@ -1,7 +1,7 @@ # Template file for 'python3-idna-ssl' pkgname=python3-idna-ssl version=1.1.0 -revision=1 +revision=2 archs=noarch wrksrc="idna-ssl-${version}" build_style=python3-module From ac112b7dfc3aadb93225736a4504f7965af29838 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:47 +0200 Subject: [PATCH 242/874] python3-ifaddr: rebuild for Python 3.8. --- srcpkgs/python3-ifaddr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ifaddr/template b/srcpkgs/python3-ifaddr/template index 37bc2bbaf73..683d76662a3 100644 --- a/srcpkgs/python3-ifaddr/template +++ b/srcpkgs/python3-ifaddr/template @@ -1,7 +1,7 @@ # Template file for 'python3-ifaddr' pkgname=python3-ifaddr version=0.1.6 -revision=1 +revision=2 archs=noarch wrksrc="ifaddr-${version}" build_style=python3-module From 32d0218ef7a7a721759e4c421d70255f49b3cfd0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:47 +0200 Subject: [PATCH 243/874] python-imagesize: rebuild for Python 3.8. --- srcpkgs/python-imagesize/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-imagesize/template b/srcpkgs/python-imagesize/template index ee231eb9f24..f64c86812b5 100644 --- a/srcpkgs/python-imagesize/template +++ b/srcpkgs/python-imagesize/template @@ -1,7 +1,7 @@ # Template file for 'python-imagesize' pkgname=python-imagesize version=1.1.0 -revision=1 +revision=2 archs=noarch wrksrc="imagesize-${version}" build_style=python-module From f0bf351c50949a7348409d8c132926c401dabf43 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:48 +0200 Subject: [PATCH 244/874] python3-importlib_metadata: rebuild for Python 3.8. --- srcpkgs/python3-importlib_metadata/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-importlib_metadata/template b/srcpkgs/python3-importlib_metadata/template index 9acbe968e10..f88e9d9b780 100644 --- a/srcpkgs/python3-importlib_metadata/template +++ b/srcpkgs/python3-importlib_metadata/template @@ -1,7 +1,7 @@ # Template file for 'python3-importlib_metadata' pkgname=python3-importlib_metadata version=0.23 -revision=1 +revision=2 archs=noarch wrksrc="importlib_metadata-${version}" build_style=python3-module From 73cc1c05e8e0ccf9063a33dd203d70df2ab135ea Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:48 +0200 Subject: [PATCH 245/874] python-incremental: rebuild for Python 3.8. --- 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 a1c07042365..70477e26866 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=2 +revision=3 archs=noarch wrksrc="incremental-${version}" build_style=python-module From 82a10b837fff5c5ce2f37ede93dad161025a109c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:48 +0200 Subject: [PATCH 246/874] python-inotify: rebuild for Python 3.8. --- srcpkgs/python-inotify/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-inotify/template b/srcpkgs/python-inotify/template index f8e26bcc415..64e48fd9330 100644 --- a/srcpkgs/python-inotify/template +++ b/srcpkgs/python-inotify/template @@ -1,7 +1,7 @@ # Template file for 'python-inotify' pkgname=python-inotify version=0.9.6 -revision=3 +revision=4 archs=noarch wrksrc="pyinotify-${version}" build_style=python-module From 70f558982c4846e9de5243694f048c7014c7089a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:48 +0200 Subject: [PATCH 247/874] python-iptools: rebuild for Python 3.8. --- srcpkgs/python-iptools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-iptools/template b/srcpkgs/python-iptools/template index 599a85ccdba..3c53013fb9d 100644 --- a/srcpkgs/python-iptools/template +++ b/srcpkgs/python-iptools/template @@ -1,7 +1,7 @@ # Template file for 'python-iptools' pkgname=python-iptools version=0.7.0 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 9962727fd608ce59af5a55c73c8b4c3d0c17fe71 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:48 +0200 Subject: [PATCH 248/874] python3-ipython: rebuild for Python 3.8. --- srcpkgs/python3-ipython/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-ipython/template b/srcpkgs/python3-ipython/template index 63242f382db..2c08bad1e41 100644 --- a/srcpkgs/python3-ipython/template +++ b/srcpkgs/python3-ipython/template @@ -1,7 +1,7 @@ # Template file for 'python3-ipython' pkgname=python3-ipython version=7.8.0 -revision=1 +revision=2 archs=noarch wrksrc="ipython-${version}" build_style=python3-module From ecafa2b5530001ac56b03e639dff4ae00027d1ce Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:48 +0200 Subject: [PATCH 249/874] python-ipython_genutils: rebuild for Python 3.8. --- srcpkgs/python-ipython_genutils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-ipython_genutils/template b/srcpkgs/python-ipython_genutils/template index 9af9604ca00..d46a3b0b716 100644 --- a/srcpkgs/python-ipython_genutils/template +++ b/srcpkgs/python-ipython_genutils/template @@ -1,7 +1,7 @@ # Template file for 'python-ipython_genutils' pkgname=python-ipython_genutils version=0.2.0 -revision=2 +revision=3 archs=noarch wrksrc="ipython_genutils-${version}" build_style=python-module From 1349d0a55b00bc5b30629934ad23ae1ed8839d98 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:48 +0200 Subject: [PATCH 250/874] python-ipython_ipykernel: rebuild for Python 3.8. --- srcpkgs/python-ipython_ipykernel/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-ipython_ipykernel/template b/srcpkgs/python-ipython_ipykernel/template index 5ddc333798a..ca17b58c006 100644 --- a/srcpkgs/python-ipython_ipykernel/template +++ b/srcpkgs/python-ipython_ipykernel/template @@ -1,7 +1,7 @@ # Template file for 'python-ipython_ipykernel' pkgname=python-ipython_ipykernel version=4.10.0 -revision=1 +revision=2 archs=noarch wrksrc="ipykernel-${version}" build_style=python-module From 1b146320a422b57ba1db41491ccff040d9ee719d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:49 +0200 Subject: [PATCH 251/874] python3-irc: rebuild for Python 3.8. --- srcpkgs/python3-irc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-irc/template b/srcpkgs/python3-irc/template index eea3a629128..714c11dc943 100644 --- a/srcpkgs/python3-irc/template +++ b/srcpkgs/python3-irc/template @@ -1,7 +1,7 @@ # Template file for 'python3-irc' pkgname=python3-irc version=17.1 -revision=1 +revision=2 archs=noarch wrksrc="irc-${version}" build_style=python3-module From e04c4f250fda964ab555eb6b636f701d995009e2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:49 +0200 Subject: [PATCH 252/874] python-isbnlib: rebuild for Python 3.8. --- srcpkgs/python-isbnlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-isbnlib/template b/srcpkgs/python-isbnlib/template index 3e2f66c6b66..1cc46a060d6 100644 --- a/srcpkgs/python-isbnlib/template +++ b/srcpkgs/python-isbnlib/template @@ -1,7 +1,7 @@ # Template file for 'python-isbnlib' pkgname=python-isbnlib version=3.9.6 -revision=1 +revision=2 archs=noarch wrksrc="isbnlib-${version}" build_style=python-module From 2debe6131c52d94acd065961f9ea9ae22176a34c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:49 +0200 Subject: [PATCH 253/874] python-iso-8601: rebuild for Python 3.8. --- 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 a483e55b0bd..a841866d439 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=1 +revision=2 archs=noarch wrksrc="iso-8601-${version}" build_style=python-module From 8b4be7b5324ac1347d55cc4f4e9eaa552465beec Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:49 +0200 Subject: [PATCH 254/874] python-isodate: rebuild for Python 3.8. --- 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 b2a7eb46591..74e4e813e64 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=1 +revision=2 archs=noarch wrksrc="isodate-${version}" build_style=python-module From a9c9e144908d37411616dd357e9fdc7575aaa8c1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:49 +0200 Subject: [PATCH 255/874] python-isort: rebuild for Python 3.8. --- srcpkgs/python-isort/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-isort/template b/srcpkgs/python-isort/template index df7fcfbf2d2..cd8e43b69ea 100644 --- a/srcpkgs/python-isort/template +++ b/srcpkgs/python-isort/template @@ -1,7 +1,7 @@ # Template file for 'python-isort' pkgname=python-isort version=4.3.21 -revision=1 +revision=2 archs=noarch wrksrc="isort-${version}" build_style=python-module From a81f38d5db390cc4ae2c6be89747bebd3f1f15dd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:49 +0200 Subject: [PATCH 256/874] python-itsdangerous: rebuild for Python 3.8. --- srcpkgs/python-itsdangerous/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-itsdangerous/template b/srcpkgs/python-itsdangerous/template index d1d9234df88..6e6fe5dcb2b 100644 --- a/srcpkgs/python-itsdangerous/template +++ b/srcpkgs/python-itsdangerous/template @@ -1,7 +1,7 @@ # Template file for 'python-itsdangerous' pkgname=python-itsdangerous version=0.24 -revision=4 +revision=5 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 2d842da30a2a65a2405487fdd5929ca2a0555251 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:49 +0200 Subject: [PATCH 257/874] python-iwlib: rebuild for Python 3.8. --- srcpkgs/python-iwlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-iwlib/template b/srcpkgs/python-iwlib/template index 2c58d4c8d29..2f4149b4e92 100644 --- a/srcpkgs/python-iwlib/template +++ b/srcpkgs/python-iwlib/template @@ -1,7 +1,7 @@ # Template file for 'python-iwlib' pkgname=python-iwlib version=1.6.2 -revision=1 +revision=2 wrksrc="${pkgname/python-//}-${version}" build_style=python-module pycompile_module="iwlib" From c09cc84b06cf4332a02b0a826494a74c81409175 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:49 +0200 Subject: [PATCH 258/874] python-jedi: rebuild for Python 3.8. --- srcpkgs/python-jedi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-jedi/template b/srcpkgs/python-jedi/template index 136e6adbea4..a994f0e2861 100644 --- a/srcpkgs/python-jedi/template +++ b/srcpkgs/python-jedi/template @@ -1,7 +1,7 @@ # Template file for 'python-jedi' pkgname=python-jedi version=0.15.1 -revision=1 +revision=2 archs=noarch _parsover=0.5.0 wrksrc="jedi-${version}" From 235b9031c126ebf53355a5ef0c337423c0df1d95 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:50 +0200 Subject: [PATCH 259/874] python3-jeepney: rebuild for Python 3.8. --- srcpkgs/python3-jeepney/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jeepney/template b/srcpkgs/python3-jeepney/template index 2ae308a6fc6..9c5c007aa17 100644 --- a/srcpkgs/python3-jeepney/template +++ b/srcpkgs/python3-jeepney/template @@ -1,7 +1,7 @@ # Template file for 'python3-jeepney' pkgname=python3-jeepney version=0.4.1 -revision=1 +revision=2 archs=noarch wrksrc="jeepney-${version}" build_style=python3-module From 4868c0871bc763937dd6b8573e91ee86064e0595 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:50 +0200 Subject: [PATCH 260/874] python3-jellyfish: rebuild for Python 3.8. --- 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 dec74539e3f..5d0a614c397 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=1 +revision=2 wrksrc="jellyfish-${version}" build_style=python3-module pycompile_module="jellyfish" From a9c225f19782a27d8e5e28a508ea0acc39991390 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:50 +0200 Subject: [PATCH 261/874] python-jmespath: rebuild for Python 3.8. --- srcpkgs/python-jmespath/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-jmespath/template b/srcpkgs/python-jmespath/template index 47508a3a0c2..220f1a33c07 100644 --- a/srcpkgs/python-jmespath/template +++ b/srcpkgs/python-jmespath/template @@ -1,7 +1,7 @@ # Template file for 'python-jmespath' pkgname=python-jmespath version=0.9.4 -revision=1 +revision=2 archs=noarch wrksrc="jmespath.py-${version}" build_style=python-module From 30e8e2e1619bdf45652db8c6ecdd0e0a4fc90d8d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:50 +0200 Subject: [PATCH 262/874] python3-josepy: rebuild for Python 3.8. --- 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 6d6e4547d38..903bd7028ed 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.2.0 -revision=1 +revision=2 archs=noarch wrksrc="josepy-${version}" build_style=python3-module From c06d36cf857257f3cf63a7e677498487d37168d3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:50 +0200 Subject: [PATCH 263/874] python-jsonpointer: rebuild for Python 3.8. --- srcpkgs/python-jsonpointer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-jsonpointer/template b/srcpkgs/python-jsonpointer/template index ed865fbfcba..fd103d123aa 100644 --- a/srcpkgs/python-jsonpointer/template +++ b/srcpkgs/python-jsonpointer/template @@ -1,7 +1,7 @@ # Template file for 'python-jsonpointer' pkgname=python-jsonpointer version=2.0 -revision=1 +revision=2 archs=noarch wrksrc="jsonpointer-${version}" build_style=python-module From be483d0bbf53a22e23a3c2db3d77dc61bff17915 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:50 +0200 Subject: [PATCH 264/874] python-jsonrpclib: rebuild for Python 3.8. --- srcpkgs/python-jsonrpclib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-jsonrpclib/template b/srcpkgs/python-jsonrpclib/template index 7253607fe57..a245168a824 100644 --- a/srcpkgs/python-jsonrpclib/template +++ b/srcpkgs/python-jsonrpclib/template @@ -1,7 +1,7 @@ # Template file for 'python-jsonrpclib' pkgname=python-jsonrpclib version=0.4.0 -revision=1 +revision=2 archs=noarch wrksrc="jsonrpclib-pelix-${version}" build_style=python-module From 15ad75adf989474229acc1fdac0c5d5887528bd5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:50 +0200 Subject: [PATCH 265/874] python-jsonschema: rebuild for Python 3.8. --- srcpkgs/python-jsonschema/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-jsonschema/template b/srcpkgs/python-jsonschema/template index 63c30ce6863..326b5609d36 100644 --- a/srcpkgs/python-jsonschema/template +++ b/srcpkgs/python-jsonschema/template @@ -2,7 +2,7 @@ pkgname=python-jsonschema reverts="3.0.2_1" version=2.6.0 -revision=3 +revision=4 archs=noarch wrksrc="jsonschema-${version}" build_style=python-module From 8bf3797435c040a1682d5e3e4c6c41f650d82b34 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:51 +0200 Subject: [PATCH 266/874] python-jupyter_client: rebuild for Python 3.8. --- srcpkgs/python-jupyter_client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-jupyter_client/template b/srcpkgs/python-jupyter_client/template index ab5cd0c5b3c..6365dd9e175 100644 --- a/srcpkgs/python-jupyter_client/template +++ b/srcpkgs/python-jupyter_client/template @@ -1,7 +1,7 @@ # Template file for 'python-jupyter_client' pkgname=python-jupyter_client version=5.2.4 -revision=1 +revision=2 archs=noarch wrksrc="jupyter_client-${version}" build_style=python-module From e732ed651c399cb8d7e96a618444e815bf86ce4b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:51 +0200 Subject: [PATCH 267/874] python3-jupyter_console: rebuild for Python 3.8. --- srcpkgs/python3-jupyter_console/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jupyter_console/template b/srcpkgs/python3-jupyter_console/template index 25b2eda4c2f..3837e5b3bbf 100644 --- a/srcpkgs/python3-jupyter_console/template +++ b/srcpkgs/python3-jupyter_console/template @@ -1,7 +1,7 @@ # Template file for 'python3-jupyter_console' pkgname=python3-jupyter_console version=6.0.0 -revision=1 +revision=2 archs=noarch wrksrc="jupyter_console-${version}" build_style=python3-module From b264bc5200c6942b1507777e0bc169838cb6a9ff Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:51 +0200 Subject: [PATCH 268/874] python-jupyter_core: rebuild for Python 3.8. --- srcpkgs/python-jupyter_core/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-jupyter_core/template b/srcpkgs/python-jupyter_core/template index fcce4e0fe0b..f1629208e86 100644 --- a/srcpkgs/python-jupyter_core/template +++ b/srcpkgs/python-jupyter_core/template @@ -1,7 +1,7 @@ # Template file for 'python-jupyter_core' pkgname=python-jupyter_core version=4.4.0 -revision=1 +revision=2 archs=noarch wrksrc="jupyter_core-${version}" build_style=python-module From 54845c515258535f8793ff37241d0daad10fcddc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:51 +0200 Subject: [PATCH 269/874] python-jupyter_ipywidgets: rebuild for Python 3.8. --- srcpkgs/python-jupyter_ipywidgets/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-jupyter_ipywidgets/template b/srcpkgs/python-jupyter_ipywidgets/template index 3d511a25152..44570cf390a 100644 --- a/srcpkgs/python-jupyter_ipywidgets/template +++ b/srcpkgs/python-jupyter_ipywidgets/template @@ -1,7 +1,7 @@ # Template file for 'python-jupyter_ipywidgets' pkgname=python-jupyter_ipywidgets version=7.4.2 -revision=1 +revision=2 archs=noarch _widgetsnbextver=3.4.0 wrksrc="ipywidgets-${version}" From da9dc8f246174d7b5fed1a61f1b4bb127c2bc9f0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:51 +0200 Subject: [PATCH 270/874] python-jupyter_nbconvert: rebuild for Python 3.8. --- srcpkgs/python-jupyter_nbconvert/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-jupyter_nbconvert/template b/srcpkgs/python-jupyter_nbconvert/template index 57ac5cce23f..e6cdad7d21c 100644 --- a/srcpkgs/python-jupyter_nbconvert/template +++ b/srcpkgs/python-jupyter_nbconvert/template @@ -1,7 +1,7 @@ # Template file for 'python-jupyter_nbconvert' pkgname=python-jupyter_nbconvert version=5.4.1 -revision=1 +revision=2 archs=noarch wrksrc="nbconvert-${version}" build_style=python-module From 8e126f65404eaa5a5b69bca1aa41b4be58abe4b5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:51 +0200 Subject: [PATCH 271/874] python-jupyter_nbformat: rebuild for Python 3.8. --- srcpkgs/python-jupyter_nbformat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-jupyter_nbformat/template b/srcpkgs/python-jupyter_nbformat/template index 11098fd3f90..e2addc8866f 100644 --- a/srcpkgs/python-jupyter_nbformat/template +++ b/srcpkgs/python-jupyter_nbformat/template @@ -1,7 +1,7 @@ # Template file for 'python-jupyter_nbformat' pkgname=python-jupyter_nbformat version=4.4.0 -revision=2 +revision=3 archs=noarch wrksrc="nbformat-${version}" build_style=python-module From 3d7a11f09a2f159b9e42c935154654a47117f3a3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:51 +0200 Subject: [PATCH 272/874] python-jupyter_notebook: rebuild for Python 3.8. --- srcpkgs/python-jupyter_notebook/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-jupyter_notebook/template b/srcpkgs/python-jupyter_notebook/template index c3f478c1fb4..4f6de0f642d 100644 --- a/srcpkgs/python-jupyter_notebook/template +++ b/srcpkgs/python-jupyter_notebook/template @@ -1,7 +1,7 @@ # Template file for 'python-jupyter_notebook' pkgname=python-jupyter_notebook version=5.7.0 -revision=1 +revision=2 archs=noarch wrksrc="notebook-${version}" build_style=python-module From eab8a5bd67b168048f40a3d2fe199e073715a1b0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:51 +0200 Subject: [PATCH 273/874] python-jupyter_qtconsole: rebuild for Python 3.8. --- srcpkgs/python-jupyter_qtconsole/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-jupyter_qtconsole/template b/srcpkgs/python-jupyter_qtconsole/template index f8f85534bbd..ea7f89a62af 100644 --- a/srcpkgs/python-jupyter_qtconsole/template +++ b/srcpkgs/python-jupyter_qtconsole/template @@ -1,7 +1,7 @@ # Template file for 'python-jupyter_qtconsole' pkgname=python-jupyter_qtconsole version=4.4.3 -revision=1 +revision=2 archs=noarch wrksrc="qtconsole-${version}" build_style=python-module From 96c7c1f6f484f9a33a17b0213142b8a97a7c69e9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:52 +0200 Subject: [PATCH 274/874] python-jupyter_widgetsnbextension: rebuild for Python 3.8. --- srcpkgs/python-jupyter_widgetsnbextension/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-jupyter_widgetsnbextension/template b/srcpkgs/python-jupyter_widgetsnbextension/template index dacd88ccb4f..05e9c0d00a3 100644 --- a/srcpkgs/python-jupyter_widgetsnbextension/template +++ b/srcpkgs/python-jupyter_widgetsnbextension/template @@ -1,7 +1,7 @@ # Template file for 'python-jupyter_widgetsnbextension' pkgname=python-jupyter_widgetsnbextension version=3.4.2 -revision=1 +revision=2 archs=noarch wrksrc="widgetsnbextension-${version}" build_style=python-module From 6175c117f039e76b8fff45d549f50360a92742b6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:52 +0200 Subject: [PATCH 275/874] python-kaptan: rebuild for Python 3.8. --- srcpkgs/python-kaptan/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-kaptan/template b/srcpkgs/python-kaptan/template index 649eeec8568..6668b240008 100644 --- a/srcpkgs/python-kaptan/template +++ b/srcpkgs/python-kaptan/template @@ -1,7 +1,7 @@ # Template file for 'python-kaptan' pkgname=python-kaptan version=0.5.12 -revision=1 +revision=2 archs=noarch wrksrc="kaptan-${version}" build_style=python-module From 6668dcf37c32ef8390c8f45e6cd206d8478b963b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:52 +0200 Subject: [PATCH 276/874] python-keepalive: rebuild for Python 3.8. --- srcpkgs/python-keepalive/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-keepalive/template b/srcpkgs/python-keepalive/template index deb95a07236..50e1d7e6e78 100644 --- a/srcpkgs/python-keepalive/template +++ b/srcpkgs/python-keepalive/template @@ -1,7 +1,7 @@ # Template file for 'python-keepalive' pkgname=python-keepalive version=0.5 -revision=3 +revision=4 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 9e9d4a781427bc1296f59529a4d83b4a1271c5e3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:52 +0200 Subject: [PATCH 277/874] python-keyring: rebuild for Python 3.8. --- srcpkgs/python-keyring/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-keyring/template b/srcpkgs/python-keyring/template index df1c21ee1be..2a87160b04d 100644 --- a/srcpkgs/python-keyring/template +++ b/srcpkgs/python-keyring/template @@ -1,7 +1,7 @@ # Template file for 'python-keyring' pkgname=python-keyring version=18.0.1 -revision=1 +revision=2 archs=noarch wrksrc="keyring-${version}" build_style=python-module From 8fea0f10f3e8aebfe92a9d090368b1cda777a405 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:52 +0200 Subject: [PATCH 278/874] python3-keyrings-alt: rebuild for Python 3.8. --- srcpkgs/python3-keyrings-alt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-keyrings-alt/template b/srcpkgs/python3-keyrings-alt/template index d5820535e54..ed09cfac4a7 100644 --- a/srcpkgs/python3-keyrings-alt/template +++ b/srcpkgs/python3-keyrings-alt/template @@ -1,7 +1,7 @@ # Template file for 'python3-keyrings-alt' pkgname=python3-keyrings-alt version=3.1.1 -revision=1 +revision=2 archs=noarch wrksrc="keyrings.alt-${version}" build_style=python3-module From 271539dc3ed1e21733c374ff971770403194a1d1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:52 +0200 Subject: [PATCH 279/874] python-keyutils: rebuild for Python 3.8. --- srcpkgs/python-keyutils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-keyutils/template b/srcpkgs/python-keyutils/template index d56ada0e30e..a72819e963a 100644 --- a/srcpkgs/python-keyutils/template +++ b/srcpkgs/python-keyutils/template @@ -1,7 +1,7 @@ # Template file for 'python-keyutils' pkgname=python-keyutils version=0.6 -revision=1 +revision=2 build_style=python-module pycompile_module="keyutils" hostmakedepends="python-setuptools python3-setuptools" From 0556a11defcdebd2c4319e286451ce3f45f87ebd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:52 +0200 Subject: [PATCH 280/874] python-kitchen: rebuild for Python 3.8. --- srcpkgs/python-kitchen/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-kitchen/template b/srcpkgs/python-kitchen/template index 2bbd68c13c9..68a46986de9 100644 --- a/srcpkgs/python-kitchen/template +++ b/srcpkgs/python-kitchen/template @@ -1,7 +1,7 @@ # Template file for 'python-kitchen' pkgname=python-kitchen version=1.2.6 -revision=1 +revision=2 archs=noarch wrksrc="kitchen-${version}" build_style=python-module From fe5070b00515733fcafbeebc62a10ba2029b40db Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:53 +0200 Subject: [PATCH 281/874] python-kiwisolver: rebuild for Python 3.8. --- srcpkgs/python-kiwisolver/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-kiwisolver/template b/srcpkgs/python-kiwisolver/template index 072bd5af038..67f0805aa51 100644 --- a/srcpkgs/python-kiwisolver/template +++ b/srcpkgs/python-kiwisolver/template @@ -1,7 +1,7 @@ # Template file for 'python-kiwisolver' pkgname=python-kiwisolver version=1.0.1 -revision=2 +revision=3 wrksrc="kiwisolver-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From d1c550f6959162ec91e7bb39c54ecdd1d5b7c0ba Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:53 +0200 Subject: [PATCH 282/874] python-lazy-object-proxy: rebuild for Python 3.8. --- srcpkgs/python-lazy-object-proxy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-lazy-object-proxy/template b/srcpkgs/python-lazy-object-proxy/template index 07efb7b4777..ab2c6dce05c 100644 --- a/srcpkgs/python-lazy-object-proxy/template +++ b/srcpkgs/python-lazy-object-proxy/template @@ -1,7 +1,7 @@ # Template file for 'python-lazy-object-proxy' pkgname=python-lazy-object-proxy version=1.3.1 -revision=3 +revision=4 wrksrc="lazy-object-proxy-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 6e5c9a0cf8e6e0714fba4433b9deb1aaf40d43ce Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:53 +0200 Subject: [PATCH 283/874] python-ldap: rebuild for Python 3.8. --- srcpkgs/python-ldap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-ldap/template b/srcpkgs/python-ldap/template index 7770baa8774..e3efc2fc6b3 100644 --- a/srcpkgs/python-ldap/template +++ b/srcpkgs/python-ldap/template @@ -1,7 +1,7 @@ # Template file for 'python-ldap' pkgname=python-ldap version=3.2.0 -revision=1 +revision=2 build_style=python-module pycompile_module="ldap ldapurl.py ldif.py slapdtest" hostmakedepends="python-setuptools python3-setuptools" From dca16bc247cccf1bc7020afca5594d857514100a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:53 +0200 Subject: [PATCH 284/874] python-ldap3: rebuild for Python 3.8. --- srcpkgs/python-ldap3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-ldap3/template b/srcpkgs/python-ldap3/template index 676251a85ff..e8e4cade72b 100644 --- a/srcpkgs/python-ldap3/template +++ b/srcpkgs/python-ldap3/template @@ -1,7 +1,7 @@ # Template file for 'python-ldap3' pkgname=python-ldap3 version=2.6 -revision=1 +revision=2 archs=noarch wrksrc="ldap3-${version}" build_style=python-module From 8f3e1b0bf64fb527d029fec15229e079f326c373 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:53 +0200 Subject: [PATCH 285/874] python3-libevdev: rebuild for Python 3.8. --- 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 0a79893726c..f0295cdee9b 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.8 -revision=1 +revision=2 _githash=1827bebcf789adee8492cbfcc7cf8d56059a42a4 wrksrc="python-libevdev-${version}-${_githash}" build_style=python3-module From a5b674c4366c36182e29f21b8071faff59006106 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:53 +0200 Subject: [PATCH 286/874] libsmbios: rebuild for Python 3.8. --- srcpkgs/libsmbios/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libsmbios/template b/srcpkgs/libsmbios/template index 31d8ffda65f..161cb79deb9 100644 --- a/srcpkgs/libsmbios/template +++ b/srcpkgs/libsmbios/template @@ -1,7 +1,7 @@ # Template file for 'libsmbios' pkgname=libsmbios version=2.4.2 -revision=2 +revision=3 build_style=gnu-configure configure_args="--sbindir=/usr/bin --disable-static" hostmakedepends="automake doxygen gettext-devel help2man libtool pkg-config" From 7762c8392d1a03ae7a320bdec0b5402b7147d0b5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:53 +0200 Subject: [PATCH 287/874] python-libtmux: rebuild for Python 3.8. --- srcpkgs/python-libtmux/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-libtmux/template b/srcpkgs/python-libtmux/template index 36fa7ca7ffd..20f43af5f7d 100644 --- a/srcpkgs/python-libtmux/template +++ b/srcpkgs/python-libtmux/template @@ -1,7 +1,7 @@ # Template file for 'python-libtmux' pkgname=python-libtmux version=0.8.1 -revision=1 +revision=2 archs=noarch wrksrc="libtmux-${version}" build_style=python-module From 16a2a1b8ba0ad9f9032d52092294e8a39041bba2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:53 +0200 Subject: [PATCH 288/874] python-llfuse: rebuild for Python 3.8. --- srcpkgs/python-llfuse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-llfuse/template b/srcpkgs/python-llfuse/template index 203c5e2fd84..b453c67e91d 100644 --- a/srcpkgs/python-llfuse/template +++ b/srcpkgs/python-llfuse/template @@ -1,7 +1,7 @@ # Template file for 'python-llfuse' pkgname=python-llfuse version=1.3.6 -revision=1 +revision=2 wrksrc="llfuse-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools pkg-config" From ae7f34ffc994fc4606c9209683fae6625f3e781e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:54 +0200 Subject: [PATCH 289/874] python-lockfile: rebuild for Python 3.8. --- 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 4c4612ed144..778cecba7e9 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=3 +revision=4 archs=noarch wrksrc="lockfile-${version}" build_style=python-module From 5fd2f78e26b399ed936b12f51886dae3a8d35cb9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:54 +0200 Subject: [PATCH 290/874] python-logfury: rebuild for Python 3.8. --- srcpkgs/python-logfury/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-logfury/template b/srcpkgs/python-logfury/template index 4b1c435e34a..1b52d2d7fdf 100644 --- a/srcpkgs/python-logfury/template +++ b/srcpkgs/python-logfury/template @@ -1,7 +1,7 @@ # Template file for 'python-logfury' pkgname=python-logfury version=0.1.2 -revision=3 +revision=4 archs=noarch wrksrc="logfury-${version}" build_style=python-module From 747dc28bedc27e7b5c8738113573012f545333a7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:54 +0200 Subject: [PATCH 291/874] python-lxml: rebuild for Python 3.8. --- 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 c3aeabfbf1b..1a6a3ac9113 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.1 -revision=1 +revision=2 wrksrc="lxml-lxml-${version}" build_style=python-module pycompile_module="lxml" From ebc274c0463316f63fe99e5df0c704e3d324c885 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:54 +0200 Subject: [PATCH 292/874] python-lz4: rebuild for Python 3.8. --- srcpkgs/python-lz4/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-lz4/template b/srcpkgs/python-lz4/template index dab8e8ed542..76a2e800e38 100644 --- a/srcpkgs/python-lz4/template +++ b/srcpkgs/python-lz4/template @@ -1,7 +1,7 @@ # Template file for 'python-lz4' pkgname=python-lz4 version=2.1.6 -revision=2 +revision=3 wrksrc="lz4-${version}" build_style=python-module pycompile_module="lz4" From 8eb3f4d6193b25ae716fa2fdfae1f929deb65a91 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:54 +0200 Subject: [PATCH 293/874] python3-macaroons: rebuild for Python 3.8. --- srcpkgs/python3-macaroons/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-macaroons/template b/srcpkgs/python3-macaroons/template index d44100c20f2..420f5aff043 100644 --- a/srcpkgs/python3-macaroons/template +++ b/srcpkgs/python3-macaroons/template @@ -1,7 +1,7 @@ # Template file for 'python3-macaroons' pkgname=python3-macaroons version=0.13.0 -revision=1 +revision=2 archs=noarch wrksrc="pymacaroons-${version}" build_style=python3-module From 437e300b76670db404728daad9f6224630daaa3b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:54 +0200 Subject: [PATCH 294/874] python3-macholib: rebuild for Python 3.8. --- srcpkgs/python3-macholib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-macholib/template b/srcpkgs/python3-macholib/template index a2738f57eb0..525b5f7106b 100644 --- a/srcpkgs/python3-macholib/template +++ b/srcpkgs/python3-macholib/template @@ -1,7 +1,7 @@ # Template file for 'python3-macholib' pkgname=python3-macholib version=1.11 -revision=1 +revision=2 archs=noarch wrksrc="macholib-${version}" build_style=python3-module From b08f229d26f5b2c915caabe213234afc1e4002e0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:54 +0200 Subject: [PATCH 295/874] python-magic: rebuild for Python 3.8. --- srcpkgs/python-magic/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-magic/template b/srcpkgs/python-magic/template index 98e3c0802ab..5a59efa4808 100644 --- a/srcpkgs/python-magic/template +++ b/srcpkgs/python-magic/template @@ -1,7 +1,7 @@ # Template file for 'python-magic' pkgname=python-magic version=0.4.15 -revision=2 +revision=3 archs=noarch build_style=python-module pycompile_module="magic.py" From c597fee1945d8f994f591622074acf3670a81484 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:55 +0200 Subject: [PATCH 296/874] python-marisa-trie: rebuild for Python 3.8. --- srcpkgs/python-marisa-trie/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-marisa-trie/template b/srcpkgs/python-marisa-trie/template index bb09c933335..5e46b686ace 100644 --- a/srcpkgs/python-marisa-trie/template +++ b/srcpkgs/python-marisa-trie/template @@ -1,7 +1,7 @@ # Template file for 'python-marisa-trie' pkgname=python-marisa-trie version=0.7.5 -revision=2 +revision=3 wrksrc="marisa-trie-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 5366314fc7ba3b340ccf5b4658edff33f5ec148a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:55 +0200 Subject: [PATCH 297/874] python-markdown2: rebuild for Python 3.8. --- srcpkgs/python-markdown2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-markdown2/template b/srcpkgs/python-markdown2/template index 2d352ba029d..e9068f64202 100644 --- a/srcpkgs/python-markdown2/template +++ b/srcpkgs/python-markdown2/template @@ -1,7 +1,7 @@ # Template file for 'python-markdown2' pkgname=python-markdown2 version=2.3.8 -revision=1 +revision=2 archs=noarch build_style=python-module pycompile_module="markdown2" From b56d284bcbb50ddece287bde845145e6481e4d39 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:55 +0200 Subject: [PATCH 298/874] python3-matplotlib: rebuild for Python 3.8. --- 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 857ba17cacf..be02817a4d3 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.1.1 -revision=1 +revision=2 wrksrc="matplotlib-${version}" build_style=python3-module pycompile_module="matplotlib mpl_toolkits pylab.py" From 8b3780e8f6f50712735239defc569952763e8894 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:55 +0200 Subject: [PATCH 299/874] python-mccabe: rebuild for Python 3.8. --- srcpkgs/python-mccabe/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-mccabe/template b/srcpkgs/python-mccabe/template index b6a01929540..1e2ed6328b8 100644 --- a/srcpkgs/python-mccabe/template +++ b/srcpkgs/python-mccabe/template @@ -1,7 +1,7 @@ # Template file for 'python-mccabe' pkgname=python-mccabe version=0.6.1 -revision=2 +revision=3 archs=noarch replaces="mccabe>=0" wrksrc="mccabe-${version}" From 954d38992e9a83e3214b79375b895ee1072db4e6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:55 +0200 Subject: [PATCH 300/874] python-mechanize: rebuild for Python 3.8. --- srcpkgs/python-mechanize/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-mechanize/template b/srcpkgs/python-mechanize/template index c5b2b5789a7..ca29bbd0d23 100644 --- a/srcpkgs/python-mechanize/template +++ b/srcpkgs/python-mechanize/template @@ -1,7 +1,7 @@ # Template file for 'python-mechanize' pkgname=python-mechanize version=0.4.3 -revision=2 +revision=3 archs=noarch wrksrc="mechanize-${version}" build_style=python-module From e8762f4af80ad5b1cb6a41af3183141ec903485f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:55 +0200 Subject: [PATCH 301/874] python3-minidb: rebuild for Python 3.8. --- srcpkgs/python3-minidb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-minidb/template b/srcpkgs/python3-minidb/template index 50490794600..140964b7a8a 100644 --- a/srcpkgs/python3-minidb/template +++ b/srcpkgs/python3-minidb/template @@ -1,7 +1,7 @@ # Template file for 'python3-minidb' pkgname=python3-minidb version=2.0.2 -revision=2 +revision=3 archs=noarch wrksrc="minidb-${version}" build_style=python3-module From 93febdb59f89cf4939f3684acd832f879fc774d8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:55 +0200 Subject: [PATCH 302/874] python-miniupnpc: rebuild for Python 3.8. --- srcpkgs/python-miniupnpc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-miniupnpc/template b/srcpkgs/python-miniupnpc/template index 500c217c78e..f7892bab073 100644 --- a/srcpkgs/python-miniupnpc/template +++ b/srcpkgs/python-miniupnpc/template @@ -1,7 +1,7 @@ # Template file for 'python-miniupnpc' pkgname=python-miniupnpc version=2.0.2 -revision=2 +revision=3 wrksrc="${pkgname#python-}-$version" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From ab280bf26207a66e5e3f418768bf3358cc2c76ff Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:55 +0200 Subject: [PATCH 303/874] python-mistune: rebuild for Python 3.8. --- srcpkgs/python-mistune/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-mistune/template b/srcpkgs/python-mistune/template index 0ee8dfde5b1..ef5c054ba75 100644 --- a/srcpkgs/python-mistune/template +++ b/srcpkgs/python-mistune/template @@ -1,7 +1,7 @@ # Template file for 'python-mistune' pkgname=python-mistune version=0.8.4 -revision=1 +revision=2 archs=noarch wrksrc="mistune-${version}" build_style=python-module From 05abf67487f6ac161862195dfb2069fade248fbf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:56 +0200 Subject: [PATCH 304/874] python3-more-itertools: rebuild for Python 3.8. --- 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 b089992f84e..a765da98495 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=7.2.0 -revision=1 +revision=2 archs=noarch wrksrc="more-itertools-${version}" build_style=python3-module From efcbd7f439e04ca5dc43be057047c93f1051b5cf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:56 +0200 Subject: [PATCH 305/874] python-mpd2: rebuild for Python 3.8. --- srcpkgs/python-mpd2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-mpd2/template b/srcpkgs/python-mpd2/template index 682d9a85f5e..0389f8c2a28 100644 --- a/srcpkgs/python-mpd2/template +++ b/srcpkgs/python-mpd2/template @@ -1,7 +1,7 @@ # Template file for 'python-mpd2' pkgname=python-mpd2 version=1.0.0 -revision=1 +revision=2 archs=noarch build_style=python-module pycompile_module="mpd" From 507a89e7a29ba5dd81f66830577542bb3a098780 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:56 +0200 Subject: [PATCH 306/874] python3-mpi4py: fix and rebuild for Python 3.8. --- srcpkgs/python3-mpi4py/template | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-mpi4py/template b/srcpkgs/python3-mpi4py/template index 94a83b688f2..8f9e76867cc 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.2 -revision=1 +revision=2 wrksrc="mpi4py-${version}" build_style=python3-module pycompile_module="mpi4py" @@ -15,6 +15,12 @@ homepage="https://bitbucket.org/mpi4py/mpi4py" distfiles="$PYPI_SITE/m/mpi4py/mpi4py-${version}.tar.gz" checksum=f8d629d1e3e3b7b89cb99d0e3bc5505e76cc42089829807950d5c56606ed48e0 +post_extract() { + # recythonize + rm src/mpi4py/include/mpi4py/mpi4py.MPI.h \ + src/mpi4py/include/mpi4py/mpi4py.MPI_api.h \ + src/mpi4py.MPI.c +} post_install() { vlicense LICENSE.rst } From d71d04b6dbfad4ce9460041fe001aab7c4cab301 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:56 +0200 Subject: [PATCH 307/874] python-mpmath: rebuild for Python 3.8. --- srcpkgs/python-mpmath/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-mpmath/template b/srcpkgs/python-mpmath/template index b0a38c01514..8fd4873dd62 100644 --- a/srcpkgs/python-mpmath/template +++ b/srcpkgs/python-mpmath/template @@ -1,7 +1,7 @@ # Template file for 'python-mpmath' pkgname=python-mpmath version=1.1.0 -revision=1 +revision=2 archs=noarch wrksrc="mpmath-${version}" build_style=python-module From f050643cc3d8a1927b2b43a4d6bc3a47fce265d7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:56 +0200 Subject: [PATCH 308/874] python3-mpv: rebuild for Python 3.8. --- srcpkgs/python3-mpv/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mpv/template b/srcpkgs/python3-mpv/template index 2780c02610b..1910a4d231d 100644 --- a/srcpkgs/python3-mpv/template +++ b/srcpkgs/python3-mpv/template @@ -1,7 +1,7 @@ # Template file for 'python3-mpv' pkgname=python3-mpv version=0.3.9 -revision=2 +revision=3 archs=noarch wrksrc="python-mpv-${version}" build_style=python3-module From 076ab982ba68fae19b6a637c3190d501b6f11afb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:56 +0200 Subject: [PATCH 309/874] python-msgpack: rebuild for Python 3.8. --- srcpkgs/python-msgpack/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-msgpack/template b/srcpkgs/python-msgpack/template index 395d854d638..59571d6a208 100644 --- a/srcpkgs/python-msgpack/template +++ b/srcpkgs/python-msgpack/template @@ -2,7 +2,7 @@ pkgname=python-msgpack reverts="0.6.0_1" version=0.5.6 -revision=3 +revision=4 wrksrc="msgpack-${version}" build_style=python-module pycompile_module="msgpack" From c0b498d4aabae1c0cc1564a796b43c28045b08f2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:56 +0200 Subject: [PATCH 310/874] python3-msoffcrypto-tool: rebuild for Python 3.8. --- 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 5996d3bf355..d1b369fc773 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.10.1 -revision=1 +revision=2 archs=noarch wrksrc="msoffcrypto-tool-${version}" build_style=python3-module From a02ae9dc7e657d6823c09d222a46aaaad0b52e6e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:57 +0200 Subject: [PATCH 311/874] python-mtranslate: rebuild for Python 3.8. --- srcpkgs/python-mtranslate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-mtranslate/template b/srcpkgs/python-mtranslate/template index d56fa18f0f0..992c7b76fe9 100644 --- a/srcpkgs/python-mtranslate/template +++ b/srcpkgs/python-mtranslate/template @@ -1,7 +1,7 @@ # Template file for 'python-mtranslate' pkgname=python-mtranslate version=1.6 -revision=1 +revision=2 archs=noarch wrksrc="mtranslate-${version}" build_style=python-module From 1db5126bddf0129431159c083c0e8c7feeda0e24 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:57 +0200 Subject: [PATCH 312/874] python3-multidict: rebuild for Python 3.8. --- 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 82888db842f..62054db71f1 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.5.2 -revision=2 +revision=3 wrksrc="multidict-${version}" build_style=python3-module pycompile_module="multidict" From db397601599182d62444486443fe7887f1bf0869 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:57 +0200 Subject: [PATCH 313/874] python3-munkres: rebuild for Python 3.8. --- srcpkgs/python3-munkres/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-munkres/template b/srcpkgs/python3-munkres/template index 15767afe3fe..d0d0a013e80 100644 --- a/srcpkgs/python3-munkres/template +++ b/srcpkgs/python3-munkres/template @@ -1,7 +1,7 @@ # Template file for 'python3-munkres' pkgname=python3-munkres version=1.1.2 -revision=1 +revision=2 archs=noarch wrksrc="munkres-release-${version}" build_style=python3-module From f6bec8102ac4a1433f716928258d680f0546e9f7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:57 +0200 Subject: [PATCH 314/874] python-musicbrainzngs: rebuild for Python 3.8. --- srcpkgs/python-musicbrainzngs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-musicbrainzngs/template b/srcpkgs/python-musicbrainzngs/template index 588c25f7cd8..3d738f0c3c0 100644 --- a/srcpkgs/python-musicbrainzngs/template +++ b/srcpkgs/python-musicbrainzngs/template @@ -1,7 +1,7 @@ # Template file for 'python-musicbrainzngs' pkgname=python-musicbrainzngs version=0.6 -revision=3 +revision=4 archs=noarch wrksrc="musicbrainzngs-${version}" build_style="python-module" From 59d602d19ea627b5ddd3ac33170326df511f1b28 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:57 +0200 Subject: [PATCH 315/874] python3-musicpd: rebuild for Python 3.8. --- srcpkgs/python3-musicpd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template index 3328b2f4bbf..8c6ba2fb451 100644 --- a/srcpkgs/python3-musicpd/template +++ b/srcpkgs/python3-musicpd/template @@ -1,7 +1,7 @@ # Template file for 'python3-musicpd' pkgname=python3-musicpd version=0.4.4 -revision=1 +revision=2 archs=noarch wrksrc="python-musicpd-${version}" build_style=python3-module From e4271deae6b4b0258165475e34a0174f837576d7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:57 +0200 Subject: [PATCH 316/874] mutagen: rebuild for Python 3.8. --- srcpkgs/mutagen/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mutagen/template b/srcpkgs/mutagen/template index cbf05ea8583..8b24cc82dc8 100644 --- a/srcpkgs/mutagen/template +++ b/srcpkgs/mutagen/template @@ -1,7 +1,7 @@ # Template file for 'mutagen' pkgname=mutagen version=1.42.0 -revision=1 +revision=2 archs=noarch build_style=python-module pycompile_module="mutagen" From c726c7e86676ccc5612045570a6821438d6541cc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:57 +0200 Subject: [PATCH 317/874] python-mygpoclient: rebuild for Python 3.8. --- srcpkgs/python-mygpoclient/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-mygpoclient/template b/srcpkgs/python-mygpoclient/template index 3f85c72cc0c..ffad63a70a1 100644 --- a/srcpkgs/python-mygpoclient/template +++ b/srcpkgs/python-mygpoclient/template @@ -1,7 +1,7 @@ # Template file for 'python-mygpoclient' pkgname=python-mygpoclient version=1.8 -revision=2 +revision=3 archs=noarch wrksrc="mygpoclient-${version}" build_style=python-module From 1d17c7a2672083ac8c194b767f1be1d8778d6f42 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:57 +0200 Subject: [PATCH 318/874] python3-mypy: rebuild for Python 3.8. --- srcpkgs/python3-mypy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mypy/template b/srcpkgs/python3-mypy/template index 37ecd732c06..564c0a4d47c 100644 --- a/srcpkgs/python3-mypy/template +++ b/srcpkgs/python3-mypy/template @@ -1,7 +1,7 @@ # Template file for 'python3-mypy' pkgname=python3-mypy version=0.730 -revision=1 +revision=2 archs=noarch wrksrc="mypy-${version}" build_style=python3-module From d44ba12caf9958f6f6d708b0e5061d3ca01990e1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:58 +0200 Subject: [PATCH 319/874] python3-mypy_extensions: rebuild for Python 3.8. --- srcpkgs/python3-mypy_extensions/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-mypy_extensions/template b/srcpkgs/python3-mypy_extensions/template index 2761924248e..25de48ea141 100644 --- a/srcpkgs/python3-mypy_extensions/template +++ b/srcpkgs/python3-mypy_extensions/template @@ -1,7 +1,7 @@ # Template file for 'python3-mypy_extensions' pkgname=python3-mypy_extensions version=0.4.2 -revision=1 +revision=2 archs=noarch wrksrc="mypy_extensions-${version}" build_style=python3-module From 8c03f1eb83b224187a7b0fb11b5c780c96875438 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:58 +0200 Subject: [PATCH 320/874] python-mysqlclient: rebuild for Python 3.8. --- srcpkgs/python-mysqlclient/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-mysqlclient/template b/srcpkgs/python-mysqlclient/template index 43fed28d4f0..079666a6dab 100644 --- a/srcpkgs/python-mysqlclient/template +++ b/srcpkgs/python-mysqlclient/template @@ -1,7 +1,7 @@ # Template file for 'python-mysqlclient' pkgname=python-mysqlclient version=1.3.14 -revision=2 +revision=3 wrksrc="mysqlclient-${version}" build_style=python-module pycompile_module="MySQLdb _mysql_exceptions.py" From 8b80cedc0b4331f2c1827c959c67be32d904a6b6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:58 +0200 Subject: [PATCH 321/874] python3-nacl: rebuild for Python 3.8. --- srcpkgs/python3-nacl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-nacl/template b/srcpkgs/python3-nacl/template index 5dd6a71ad6a..b59ea0196ac 100644 --- a/srcpkgs/python3-nacl/template +++ b/srcpkgs/python3-nacl/template @@ -1,7 +1,7 @@ # Template file for 'python3-nacl' pkgname=python3-nacl version=1.3.0 -revision=1 +revision=2 wrksrc="PyNaCl-${version}" build_style=python3-module pycompile_module="nacl" From 4b93d8f922559d3f9f9693969307cdb0dedd22c2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:58 +0200 Subject: [PATCH 322/874] python-namedlist: rebuild for Python 3.8. --- srcpkgs/python-namedlist/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-namedlist/template b/srcpkgs/python-namedlist/template index 4c6e6f1f3d5..75626b9f6d5 100644 --- a/srcpkgs/python-namedlist/template +++ b/srcpkgs/python-namedlist/template @@ -1,7 +1,7 @@ # Template file for 'python-namedlist' pkgname=python-namedlist version=1.7 -revision=5 +revision=6 archs=noarch wrksrc="namedlist-${version}" build_style=python-module From 643225c4205051b03e6b58dd88dd0fe79a960880 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:58 +0200 Subject: [PATCH 323/874] python-natsort: rebuild for Python 3.8. --- srcpkgs/python-natsort/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-natsort/template b/srcpkgs/python-natsort/template index 754ac50c419..7101e297aad 100644 --- a/srcpkgs/python-natsort/template +++ b/srcpkgs/python-natsort/template @@ -1,7 +1,7 @@ # Template file for 'python-natsort' pkgname=python-natsort version=6.0.0 -revision=1 +revision=2 archs=noarch wrksrc="natsort-${version}" build_style=python-module From 1b4401089b676f8d76d5cbdf86f7cff95a90063f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:58 +0200 Subject: [PATCH 324/874] python-nbxmpp: rebuild for Python 3.8. --- srcpkgs/python-nbxmpp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-nbxmpp/template b/srcpkgs/python-nbxmpp/template index 4952ee1e102..8c39a93bca7 100644 --- a/srcpkgs/python-nbxmpp/template +++ b/srcpkgs/python-nbxmpp/template @@ -1,7 +1,7 @@ # Template file for 'python-nbxmpp' pkgname=python-nbxmpp version=0.6.10 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 1ee192bdc19afbca9bbbc456945aaed8e882dc3d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:58 +0200 Subject: [PATCH 325/874] python-ndg_httpsclient: rebuild for Python 3.8. --- srcpkgs/python-ndg_httpsclient/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-ndg_httpsclient/template b/srcpkgs/python-ndg_httpsclient/template index 908d7137391..54b653f68a9 100644 --- a/srcpkgs/python-ndg_httpsclient/template +++ b/srcpkgs/python-ndg_httpsclient/template @@ -1,7 +1,7 @@ # Template file for 'python-ndg_httpsclient' pkgname=python-ndg_httpsclient version=0.5.1 -revision=1 +revision=2 archs=noarch wrksrc="ndg_httpsclient-${version}" build_style=python-module From 37b5c7920c617c4f55d5abe58df690c621598a93 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:59 +0200 Subject: [PATCH 326/874] python3-neovim: rebuild for Python 3.8. --- srcpkgs/python3-neovim/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-neovim/template b/srcpkgs/python3-neovim/template index 44068f17b66..2730cd1b92b 100644 --- a/srcpkgs/python3-neovim/template +++ b/srcpkgs/python3-neovim/template @@ -1,7 +1,7 @@ # Template file for 'python3-neovim' pkgname=python3-neovim version=0.3.2 -revision=3 +revision=4 archs=noarch wrksrc="pynvim-${version}" build_style="python3-module" From 8136ec791e98badf101712f4f44830a6721d4849 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:59 +0200 Subject: [PATCH 327/874] python-netaddr: rebuild for Python 3.8. --- srcpkgs/python-netaddr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-netaddr/template b/srcpkgs/python-netaddr/template index 851095a3c7c..20cc1c93134 100644 --- a/srcpkgs/python-netaddr/template +++ b/srcpkgs/python-netaddr/template @@ -1,7 +1,7 @@ # Template file for 'python-netaddr' pkgname=python-netaddr version=0.7.19 -revision=2 +revision=3 archs=noarch wrksrc="netaddr-${version}" build_style=python-module From ebe247f557b410a62febae438785f8f011964023 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:59 +0200 Subject: [PATCH 328/874] python-netifaces: rebuild for Python 3.8. --- 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 b8d6e505879..760f657aaba 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=1 +revision=2 wrksrc="netifaces-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 07d0e05094764c4ef127de2a4d489537d8ab5708 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:59 +0200 Subject: [PATCH 329/874] python3-networkx: rebuild for Python 3.8. --- 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 eae29038d94..84acd3e929c 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.3 -revision=1 +revision=2 archs=noarch wrksrc="networkx-${version}" build_style=python3-module From 8a3aeb59a75fbf1b7f0394b94c325ef8827b6b5d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:59 +0200 Subject: [PATCH 330/874] python-nose: rebuild for Python 3.8. --- 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 c9fbe9d28d3..f2cd7fe5c3f 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=3 +revision=4 archs=noarch wrksrc="nose-${version}" build_style=python-module From f86abdbaaaa9e7e8236c4d39cd7e46a733425805 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:59 +0200 Subject: [PATCH 331/874] python-nose2: rebuild for Python 3.8. --- srcpkgs/python-nose2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-nose2/template b/srcpkgs/python-nose2/template index a9ddf5969a1..058abbd4253 100644 --- a/srcpkgs/python-nose2/template +++ b/srcpkgs/python-nose2/template @@ -1,7 +1,7 @@ # Template file for 'python-nose2' pkgname=python-nose2 version=0.8.0 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname/python-//}-${version}" build_style=python-module From 18b92c10ef3291636c1e7e28d721c5e994bf6302 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:59 +0200 Subject: [PATCH 332/874] python-npyscreen: rebuild for Python 3.8. --- srcpkgs/python-npyscreen/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-npyscreen/template b/srcpkgs/python-npyscreen/template index 0457fa1aaed..2223850f22e 100644 --- a/srcpkgs/python-npyscreen/template +++ b/srcpkgs/python-npyscreen/template @@ -1,7 +1,7 @@ # Template file for 'python-npyscreen' pkgname=python-npyscreen version=4.10.5.1 -revision=1 +revision=2 wrksrc="npyscreen-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 9ea98fac2c37960db9a7b76cea2be115e8a2bed7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:09:59 +0200 Subject: [PATCH 333/874] python-ntplib: rebuild for Python 3.8. --- srcpkgs/python-ntplib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-ntplib/template b/srcpkgs/python-ntplib/template index 81bac24971e..0582fb326c1 100644 --- a/srcpkgs/python-ntplib/template +++ b/srcpkgs/python-ntplib/template @@ -1,7 +1,7 @@ # Template file for 'python-ntplib' pkgname=python-ntplib version=0.3.3 -revision=3 +revision=4 archs=noarch build_style=python-module wrksrc="ntplib-${version}" From 42e7c3606ad17794721afef48ff01de438abbfde Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:00 +0200 Subject: [PATCH 334/874] python-numexpr: rebuild for Python 3.8. --- srcpkgs/python-numexpr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-numexpr/template b/srcpkgs/python-numexpr/template index 1db40092411..baf91175a33 100644 --- a/srcpkgs/python-numexpr/template +++ b/srcpkgs/python-numexpr/template @@ -1,7 +1,7 @@ # Template file for 'python-numexpr' pkgname=python-numexpr version=2.7.0 -revision=1 +revision=2 wrksrc="numexpr-${version}" build_style=python-module pycompile_module="numexpr" From 30d9e4a8b4a096dfdf5ebfa58ffcadefb1dc1208 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:00 +0200 Subject: [PATCH 335/874] python3-numpy: rebuild for Python 3.8. --- 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 c4c1936cc0d..f5e8ce2cc32 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.17.2 -revision=1 +revision=2 wrksrc="numpy-${version}" build_style=python3-module pycompile_module="numpy" From 0172497dfdbc4c61b890a5cb33fdf7a4c4f8d99a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:00 +0200 Subject: [PATCH 336/874] python-numpy-stl: rebuild for Python 3.8. --- srcpkgs/python-numpy-stl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-numpy-stl/template b/srcpkgs/python-numpy-stl/template index 3eed838e4f6..cce1a8ead1f 100644 --- a/srcpkgs/python-numpy-stl/template +++ b/srcpkgs/python-numpy-stl/template @@ -1,7 +1,7 @@ # Template file for 'python-numpy-stl' pkgname=python-numpy-stl version=2.10.1 -revision=1 +revision=2 wrksrc="numpy-stl-v${version}" build_style=python-module pycompile_module="stl" From f24b29a48d74aeaddb7b697a5daffdddbd861096 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:00 +0200 Subject: [PATCH 337/874] python-oauth2client: rebuild for Python 3.8. --- srcpkgs/python-oauth2client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-oauth2client/template b/srcpkgs/python-oauth2client/template index fd135e4e98f..2398adba276 100644 --- a/srcpkgs/python-oauth2client/template +++ b/srcpkgs/python-oauth2client/template @@ -1,7 +1,7 @@ # Template file for 'python-oauth2client' pkgname=python-oauth2client version=4.1.3 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 4c0ff2a063a36adf86c97b9d4c835ca20b5edfc6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:00 +0200 Subject: [PATCH 338/874] python-oauthlib: rebuild for Python 3.8. --- srcpkgs/python-oauthlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-oauthlib/template b/srcpkgs/python-oauthlib/template index 5bbaa7df29b..036f1b31c92 100644 --- a/srcpkgs/python-oauthlib/template +++ b/srcpkgs/python-oauthlib/template @@ -1,7 +1,7 @@ # Template file for 'python-oauthlib' pkgname=python-oauthlib version=3.1.0 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 661bc27cfe08965221daa2747362d72e4fc27178 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:00 +0200 Subject: [PATCH 339/874] python-olefile: rebuild for Python 3.8. --- srcpkgs/python-olefile/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-olefile/template b/srcpkgs/python-olefile/template index 4346cfcf667..803d7b67cd8 100644 --- a/srcpkgs/python-olefile/template +++ b/srcpkgs/python-olefile/template @@ -1,7 +1,7 @@ # Template file for 'python-olefile' pkgname=python-olefile version=0.46 -revision=1 +revision=2 archs=noarch wrksrc="olefile-${version}" build_style=python-module From 81ad48cc99baa98fff2bb93d2c9ddbfe5bd36422 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:00 +0200 Subject: [PATCH 340/874] python3-oletools: rebuild for Python 3.8. --- srcpkgs/python3-oletools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-oletools/template b/srcpkgs/python3-oletools/template index af9a91ff273..a4fda46427b 100644 --- a/srcpkgs/python3-oletools/template +++ b/srcpkgs/python3-oletools/template @@ -1,7 +1,7 @@ # Template file for 'python3-oletools' pkgname=python3-oletools version=0.54.2b -revision=1 +revision=2 archs=noarch wrksrc="oletools-${version}" build_style=python3-module From 0ae1454dacdb40d36d6c46872241d8b7f943ac15 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:01 +0200 Subject: [PATCH 341/874] openrazer-meta: rebuild for Python 3.8. --- 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 d4bd24878b2..112cb9e900b 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.5.0 -revision=1 +revision=2 wrksrc="openrazer-${version}" build_style=gnu-makefile make_install_target="setup_dkms udev_install daemon_install xdg_install From 827b1a86d790e29df3f5448f95b7d7583439ebc7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:01 +0200 Subject: [PATCH 342/874] python-openssl: rebuild for Python 3.8. --- 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 94bccaa166f..8aabda074fa 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.0.0 -revision=1 +revision=2 archs=noarch wrksrc="pyOpenSSL-${version}" build_style=python-module From 0b35d1d0b8e9ec0f17cb71edb12538b78cf15fa9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:01 +0200 Subject: [PATCH 343/874] python3-orocos-kdl: rebuild for Python 3.8. --- 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 df3e27d5e7b..85b573b2fa4 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=1 +revision=2 wrksrc=orocos_kinematics_dynamics-${version} build_wrksrc=python_orocos_kdl build_style=cmake From 1f599cbc677804bd62252474063a3f44bab1963f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:01 +0200 Subject: [PATCH 344/874] python3-owm: rebuild for Python 3.8. --- 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 d51e01831e6..acdb960ab45 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=1 +revision=2 wrksrc="pyowm-${version}" build_style=python3-module pycompile_module="pyowm" From 04d5ca1141107a7e08a15eccec26eae0cef6ddfc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:01 +0200 Subject: [PATCH 345/874] python-packaging: rebuild for Python 3.8. --- 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 505631bb29c..06042d12b90 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=2 +revision=3 archs=noarch wrksrc="packaging-${version}" build_style=python-module From 3d4f635d1909bcc10be550a6ba92c93bab657d24 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:01 +0200 Subject: [PATCH 346/874] python-pam: rebuild for Python 3.8. --- srcpkgs/python-pam/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pam/template b/srcpkgs/python-pam/template index e696a05ae7f..28c22cfd6ea 100644 --- a/srcpkgs/python-pam/template +++ b/srcpkgs/python-pam/template @@ -1,7 +1,7 @@ # Template file for 'python-pam' pkgname=python-pam version=1.8.4 -revision=2 +revision=3 archs=noarch build_style=python-module pycompile_module="pam.py" From 7906adb846a053b93372b360401c778862703de5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:02 +0200 Subject: [PATCH 347/874] python3-pandas: rebuild for Python 3.8. --- 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 ad282b4d5d4..10f9d5a77d9 100644 --- a/srcpkgs/python3-pandas/template +++ b/srcpkgs/python3-pandas/template @@ -1,7 +1,7 @@ # Template file for 'python3-pandas' pkgname=python3-pandas version=0.25.1 -revision=1 +revision=2 wrksrc="pandas-${version}" build_style=python3-module pycompile_module="pandas" From 5f63764964faf4b0d244098f5f64ba1225e14c5b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:02 +0200 Subject: [PATCH 348/874] python-pandocfilters: rebuild for Python 3.8. --- srcpkgs/python-pandocfilters/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pandocfilters/template b/srcpkgs/python-pandocfilters/template index a7a3d442052..8650d20256f 100644 --- a/srcpkgs/python-pandocfilters/template +++ b/srcpkgs/python-pandocfilters/template @@ -1,7 +1,7 @@ # Template file for 'python-pandocfilters' pkgname=python-pandocfilters version=1.4.2 -revision=2 +revision=3 archs=noarch wrksrc="pandocfilters-${version}" build_style=python-module From cedefda1104de9c58b20c6b7e1d8a0f4d5385b24 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:02 +0200 Subject: [PATCH 349/874] python-paramiko: rebuild for Python 3.8. --- srcpkgs/python-paramiko/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-paramiko/template b/srcpkgs/python-paramiko/template index c512ceb951f..d6f75508a03 100644 --- a/srcpkgs/python-paramiko/template +++ b/srcpkgs/python-paramiko/template @@ -1,7 +1,7 @@ # Template file for 'python-paramiko' pkgname=python-paramiko version=2.4.3 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname/python-/}-${version}" build_style=python-module From 6c5cdbb0603a5742137ad2399e1f282d7135ecbb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:02 +0200 Subject: [PATCH 350/874] python-parse: rebuild for Python 3.8. --- srcpkgs/python-parse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-parse/template b/srcpkgs/python-parse/template index 298d0b65e78..ded581b4420 100644 --- a/srcpkgs/python-parse/template +++ b/srcpkgs/python-parse/template @@ -1,7 +1,7 @@ # Template file for 'python-parse' pkgname=python-parse version=1.12.0 -revision=1 +revision=2 archs=noarch wrksrc="parse-${version}" build_style=python-module From 06c32d13c6ecc8f5c59fd3d28c856cddb7e55b69 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:02 +0200 Subject: [PATCH 351/874] python3-parsedatetime: rebuild for Python 3.8. --- srcpkgs/python3-parsedatetime/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-parsedatetime/template b/srcpkgs/python3-parsedatetime/template index d3ac21d7d34..34e9ba0f416 100644 --- a/srcpkgs/python3-parsedatetime/template +++ b/srcpkgs/python3-parsedatetime/template @@ -1,7 +1,7 @@ # Template file for 'python3-parsedatetime' pkgname=python3-parsedatetime version=2.4 -revision=1 +revision=2 archs=noarch wrksrc="parsedatetime-${version}" build_style=python3-module From 149092afd6b238ec9977aa2ba8d8f244d5357e67 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:02 +0200 Subject: [PATCH 352/874] python-parsing: rebuild for Python 3.8. --- 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 0cc744eaf79..bd6cf2c2238 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.2 -revision=1 +revision=2 archs=noarch wrksrc="pyparsing-pyparsing_${version}" build_style=python-module From c302574bea31ba81d3f2e4d6c1b8b8212592985d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:02 +0200 Subject: [PATCH 353/874] python-parso: rebuild for Python 3.8. --- srcpkgs/python-parso/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-parso/template b/srcpkgs/python-parso/template index 20e5fe306c0..1959b42622a 100644 --- a/srcpkgs/python-parso/template +++ b/srcpkgs/python-parso/template @@ -1,7 +1,7 @@ # Template file for 'python-parso' pkgname=python-parso version=0.5.1 -revision=1 +revision=2 archs=noarch wrksrc="parso-${version}" build_style=python-module From 6b9c95f942435b16d67021b0ce8f182c24bb943f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:02 +0200 Subject: [PATCH 354/874] python-passlib: rebuild for Python 3.8. --- srcpkgs/python-passlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-passlib/template b/srcpkgs/python-passlib/template index 3af12ce7b1b..f46a3e92642 100644 --- a/srcpkgs/python-passlib/template +++ b/srcpkgs/python-passlib/template @@ -1,7 +1,7 @@ # Template file for 'python-passlib' pkgname=python-passlib version=1.7.1 -revision=2 +revision=3 archs=noarch wrksrc="passlib-${version}" build_style=python-module From 49600da0619f7152e3ea828c366d9a4680ebac40 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:03 +0200 Subject: [PATCH 355/874] python-pathlib2: rebuild for Python 3.8. --- 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 bb7bec778f5..fa600b78fbe 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=2 +revision=3 archs=noarch wrksrc="pathlib2-${version}" build_style=python-module From a0a108aec87134d5b6d2e03e731f48739e1226c0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:03 +0200 Subject: [PATCH 356/874] python-pathspec: rebuild for Python 3.8. --- srcpkgs/python-pathspec/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pathspec/template b/srcpkgs/python-pathspec/template index 7c5fe04097a..2fa8fa1a811 100644 --- a/srcpkgs/python-pathspec/template +++ b/srcpkgs/python-pathspec/template @@ -1,7 +1,7 @@ # Template file for 'python-pathspec' pkgname=python-pathspec version=0.5.9 -revision=1 +revision=2 archs=noarch wrksrc="pathspec-${version}" build_style=python-module From c66de315dc6f359ddb581056e8ef350e92acb135 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:03 +0200 Subject: [PATCH 357/874] python-pathtools: rebuild for Python 3.8. --- srcpkgs/python-pathtools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pathtools/template b/srcpkgs/python-pathtools/template index 218e6ed2f57..47dc6ef6a71 100644 --- a/srcpkgs/python-pathtools/template +++ b/srcpkgs/python-pathtools/template @@ -1,7 +1,7 @@ # Template file for 'python-pathtools' pkgname=python-pathtools version=0.1.2 -revision=1 +revision=2 archs=noarch wrksrc="pathtools-${version}" build_style=python-module From d3d8ba877ce3e383a472c68a51b4eb6138da7d25 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:03 +0200 Subject: [PATCH 358/874] python-pbkdf2: rebuild for Python 3.8. --- srcpkgs/python-pbkdf2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pbkdf2/template b/srcpkgs/python-pbkdf2/template index edc50f824c2..956d0b4cad9 100644 --- a/srcpkgs/python-pbkdf2/template +++ b/srcpkgs/python-pbkdf2/template @@ -1,7 +1,7 @@ # Template file for 'python-pbkdf2' pkgname=python-pbkdf2 version=1.3 -revision=3 +revision=4 archs=noarch wrksrc="pbkdf2-${version}" build_style=python-module From 92b150f4aee95d71074c2bc7e253e089372033b6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:03 +0200 Subject: [PATCH 359/874] python-pbr: rebuild for Python 3.8. --- 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 7ab0b39539f..9c7216056fe 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=1 +revision=2 archs=noarch wrksrc="pbr-${version}" build_style=python-module From a5f7f198ba9557855d1662cf7b3d806286d735b5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:03 +0200 Subject: [PATCH 360/874] python3-pcodedmp: rebuild for Python 3.8. --- srcpkgs/python3-pcodedmp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pcodedmp/template b/srcpkgs/python3-pcodedmp/template index efe8cc83ee7..eb52c809fae 100644 --- a/srcpkgs/python3-pcodedmp/template +++ b/srcpkgs/python3-pcodedmp/template @@ -1,7 +1,7 @@ # Template file for 'python3-pcodedmp' pkgname=python3-pcodedmp version=1.2.6 -revision=1 +revision=2 archs=noarch wrksrc="pcodedmp-${version}" build_style=python3-module From c6f7d3cab5a62a3302eedc82e3ce1b5af007e967 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:03 +0200 Subject: [PATCH 361/874] python-pdfrw: rebuild for Python 3.8. --- srcpkgs/python-pdfrw/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pdfrw/template b/srcpkgs/python-pdfrw/template index ddb43b928fc..ef7db98e491 100644 --- a/srcpkgs/python-pdfrw/template +++ b/srcpkgs/python-pdfrw/template @@ -1,7 +1,7 @@ # Template file for 'python-pdfrw' pkgname=python-pdfrw version=0.4 -revision=2 +revision=3 archs=noarch replaces="python-pdfrw-example<${version}_${revision}" wrksrc="${pkgname/python-//}-${version}" From 8f02a9d6b13212de51e3921f641914d153244a1d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:04 +0200 Subject: [PATCH 362/874] python-peewee: rebuild for Python 3.8. --- srcpkgs/python-peewee/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-peewee/template b/srcpkgs/python-peewee/template index 9b07ed413b9..de0068a330e 100644 --- a/srcpkgs/python-peewee/template +++ b/srcpkgs/python-peewee/template @@ -1,7 +1,7 @@ # Template file for 'python-peewee' pkgname=python-peewee version=3.11.2 -revision=1 +revision=2 wrksrc="peewee-${version}" build_style=python-module pycompile_module="playhouse peewee.py pwiz.py" From 8c541b3666a838b55909e5f7ca46b7318c1e315e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:04 +0200 Subject: [PATCH 363/874] python3-pefile: rebuild for Python 3.8. --- srcpkgs/python3-pefile/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pefile/template b/srcpkgs/python3-pefile/template index 305d64e0758..8791f06640b 100644 --- a/srcpkgs/python3-pefile/template +++ b/srcpkgs/python3-pefile/template @@ -1,7 +1,7 @@ # Template file for 'python3-pefile' pkgname=python3-pefile version=2019.4.18 -revision=1 +revision=2 archs=noarch wrksrc="pefile-${version}" build_style=python3-module From edc8e4f2bb803865815c3d0bd64a2e50bfdf5da8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:04 +0200 Subject: [PATCH 364/874] python3-pem: rebuild for Python 3.8. --- srcpkgs/python3-pem/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pem/template b/srcpkgs/python3-pem/template index 3517c80b66a..15417666597 100644 --- a/srcpkgs/python3-pem/template +++ b/srcpkgs/python3-pem/template @@ -1,7 +1,7 @@ # Template file for 'python3-pem' pkgname=python3-pem version=19.2.0 -revision=1 +revision=2 archs=noarch wrksrc="pem-${version}" build_style=python3-module From 164760eb3d8d28400ea4be2967d7678696839866 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:04 +0200 Subject: [PATCH 365/874] python-pex: rebuild for Python 3.8. --- srcpkgs/python-pex/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pex/template b/srcpkgs/python-pex/template index 4beafcf7b4b..e36ccda8180 100644 --- a/srcpkgs/python-pex/template +++ b/srcpkgs/python-pex/template @@ -1,7 +1,7 @@ # Template file for 'python-pex' pkgname=python-pex version=1.6.11 -revision=1 +revision=2 archs=noarch wrksrc="pex-${version}" build_style=python-module From b4043ec822756e0711d025e31db342f81853fc0b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:04 +0200 Subject: [PATCH 366/874] python-pexpect: rebuild for Python 3.8. --- srcpkgs/python-pexpect/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pexpect/template b/srcpkgs/python-pexpect/template index 8d03a1945f3..03102c3d294 100644 --- a/srcpkgs/python-pexpect/template +++ b/srcpkgs/python-pexpect/template @@ -1,7 +1,7 @@ # Template file for 'python-pexpect' pkgname=python-pexpect version=4.7.0 -revision=1 +revision=2 archs=noarch wrksrc="pexpect-${version}" build_style=python-module From 50f6291ca752dc88af34a7df4987b99f11369c84 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:04 +0200 Subject: [PATCH 367/874] python-pgmigrate: rebuild for Python 3.8. --- srcpkgs/python-pgmigrate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pgmigrate/template b/srcpkgs/python-pgmigrate/template index b441ba2a89f..767b6cf8921 100644 --- a/srcpkgs/python-pgmigrate/template +++ b/srcpkgs/python-pgmigrate/template @@ -1,7 +1,7 @@ # Template file for 'python-pgmigrate' pkgname=python-pgmigrate version=1.0.4 -revision=1 +revision=2 archs=noarch wrksrc="pgmigrate-${version}" build_style=python-module From 19bc6f8c731b45f52c358d34830221558e54f36f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:04 +0200 Subject: [PATCH 368/874] python-pgpdump: rebuild for Python 3.8. --- 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 58be9116feb..a28b6e209e7 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=5 +revision=6 archs=noarch build_style=python-module pycompile_module="pgpdump" From d3bc17a7484bd198f2f0e5d449b183920ca6ef9a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:05 +0200 Subject: [PATCH 369/874] python3-pgspecial: rebuild for Python 3.8. --- srcpkgs/python3-pgspecial/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template index dc52d12c214..c4f67a707f1 100644 --- a/srcpkgs/python3-pgspecial/template +++ b/srcpkgs/python3-pgspecial/template @@ -1,7 +1,7 @@ # Template file for 'python3-pgspecial' pkgname=python3-pgspecial version=1.11.7 -revision=1 +revision=2 archs=noarch wrksrc="pgspecial-${version}" build_style=python3-module From 630e0f8ca443d21d7a84c4cb44ab119db356b6fa Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:05 +0200 Subject: [PATCH 370/874] python3-pgzero: rebuild for Python 3.8. --- srcpkgs/python3-pgzero/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pgzero/template b/srcpkgs/python3-pgzero/template index 9653505acda..8b8f477112d 100644 --- a/srcpkgs/python3-pgzero/template +++ b/srcpkgs/python3-pgzero/template @@ -1,7 +1,7 @@ # Template file for 'python3-pgzero' pkgname=python3-pgzero version=1.2 -revision=1 +revision=2 archs=noarch wrksrc="pgzero-${version}" build_style=python3-module From b39841f2f8458d2865aac460282b318538b727c4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:05 +0200 Subject: [PATCH 371/874] python3-phonenumbers: rebuild for Python 3.8. --- srcpkgs/python3-phonenumbers/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-phonenumbers/template b/srcpkgs/python3-phonenumbers/template index ebf33f226e4..7b4e889fd8d 100644 --- a/srcpkgs/python3-phonenumbers/template +++ b/srcpkgs/python3-phonenumbers/template @@ -1,7 +1,7 @@ # Template file for 'python3-phonenumbers' pkgname=python3-phonenumbers version=8.10.20 -revision=1 +revision=2 archs=noarch wrksrc="phonenumbers-${version}" build_style=python3-module From c4dbacfe25a16b0526190c66a838b7e407125426 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:05 +0200 Subject: [PATCH 372/874] python-picamera: rebuild for Python 3.8. --- srcpkgs/python-picamera/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-picamera/template b/srcpkgs/python-picamera/template index 92bc2a57a6d..e3c9a17bfdc 100644 --- a/srcpkgs/python-picamera/template +++ b/srcpkgs/python-picamera/template @@ -1,7 +1,7 @@ # Template file for 'python-picamera' pkgname=python-picamera version=1.13 -revision=1 +revision=2 archs=noarch wrksrc="picamera-${version}" build_style=python-module From 29473c016c6cd2d720c417714e89e9eaba3b321e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:05 +0200 Subject: [PATCH 373/874] python-pickleshare: rebuild for Python 3.8. --- srcpkgs/python-pickleshare/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pickleshare/template b/srcpkgs/python-pickleshare/template index 2485c95230a..c1d86826c15 100644 --- a/srcpkgs/python-pickleshare/template +++ b/srcpkgs/python-pickleshare/template @@ -1,7 +1,7 @@ # Template file for 'python-pickleshare' pkgname=python-pickleshare version=0.7.5 -revision=1 +revision=2 archs=noarch wrksrc="pickleshare-${version}" build_style=python-module From 7c358da397b1273369bbeb98240a250157d4fe9c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:05 +0200 Subject: [PATCH 374/874] python3-pillow-simd: rebuild for Python 3.8. --- 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 7bab9fb20c3..4c756b07c79 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=5.3.0.post1 -revision=1 +revision=2 archs="x86_64*" wrksrc="pillow-simd-${version}" build_style=python3-module From 06b38c4e7a2c4a5ec22c8a9c530dbe56d846260f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:05 +0200 Subject: [PATCH 375/874] python-pip: rebuild for Python 3.8. --- srcpkgs/python-pip/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pip/template b/srcpkgs/python-pip/template index 75f11561816..9d4607095c7 100644 --- a/srcpkgs/python-pip/template +++ b/srcpkgs/python-pip/template @@ -1,7 +1,7 @@ # Template file for 'python-pip' pkgname=python-pip version=19.2.3 -revision=1 +revision=2 archs=noarch wrksrc="pip-${version}" build_style=python-module From 16067b9358434ea80b4b86a4dcd5a60f6b9e575b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:06 +0200 Subject: [PATCH 376/874] python-pipenv: rebuild for Python 3.8. --- srcpkgs/python-pipenv/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pipenv/template b/srcpkgs/python-pipenv/template index e7ce3922875..210a0813673 100644 --- a/srcpkgs/python-pipenv/template +++ b/srcpkgs/python-pipenv/template @@ -1,7 +1,7 @@ # Template file for 'python-pipenv' pkgname=python-pipenv version=2018.11.26 -revision=3 +revision=4 archs=noarch wrksrc="pipenv-${version}" build_style=python-module From cb995aed1307a20f4ffe7746dbe54e4099ce9670 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:06 +0200 Subject: [PATCH 377/874] python-pkgconfig: rebuild for Python 3.8. --- srcpkgs/python-pkgconfig/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pkgconfig/template b/srcpkgs/python-pkgconfig/template index 13e1dcd3bf7..e9e5480907d 100644 --- a/srcpkgs/python-pkgconfig/template +++ b/srcpkgs/python-pkgconfig/template @@ -1,7 +1,7 @@ # Template file for 'python-pkgconfig' pkgname=python-pkgconfig version=1.5.1 -revision=1 +revision=2 archs=noarch wrksrc="pkgconfig-${version}" build_style=python-module From f284340f35211b5c0879b7a5338c325e6cfe62da Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:06 +0200 Subject: [PATCH 378/874] python-plotly: rebuild for Python 3.8. --- srcpkgs/python-plotly/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-plotly/template b/srcpkgs/python-plotly/template index fbbb3a3a520..1593b108f7a 100644 --- a/srcpkgs/python-plotly/template +++ b/srcpkgs/python-plotly/template @@ -1,7 +1,7 @@ # Template file for 'python-plotly' pkgname=python-plotly version=2.2.0 -revision=1 +revision=2 archs=noarch #wrksrc="${pkgname#*-}-${version}" wrksrc="plotly.py-${version}" From ee0d515dc265db17d6c90029fc5ffad4fbfb17ff Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:06 +0200 Subject: [PATCH 379/874] python3-pluggy: rebuild for Python 3.8. --- 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 37ebc2dae40..6f97cb25f21 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.0 -revision=1 +revision=2 archs=noarch wrksrc="pluggy-${version}" build_style=python3-module From 60f109b4924812d3cbb6107b8d070a2fdb642962 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:06 +0200 Subject: [PATCH 380/874] python-ply: rebuild for Python 3.8. --- 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 034fbcfa531..04a3defa6aa 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=1 +revision=2 archs=noarch wrksrc="ply-${version}" build_style=python-module From 95b0bc668a60a91dbbd68944bdc712d271e93723 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:06 +0200 Subject: [PATCH 381/874] python3-pmw: rebuild for Python 3.8. --- srcpkgs/python3-pmw/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pmw/template b/srcpkgs/python3-pmw/template index 646e7129443..289b5ef1d0d 100644 --- a/srcpkgs/python3-pmw/template +++ b/srcpkgs/python3-pmw/template @@ -1,7 +1,7 @@ # Template for python-pmw pkgname=python3-pmw version=2.0.1 -revision=1 +revision=2 archs=noarch short_desc="Python 3 Tkinter widget toolkit" homepage="http://pmw.sourceforge.net/" From 760b2aa66f385f882c6da4545bc93c906a387d73 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:07 +0200 Subject: [PATCH 382/874] python-podcastparser: rebuild for Python 3.8. --- srcpkgs/python-podcastparser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-podcastparser/template b/srcpkgs/python-podcastparser/template index e4847d3ed65..61702f0d28b 100644 --- a/srcpkgs/python-podcastparser/template +++ b/srcpkgs/python-podcastparser/template @@ -1,7 +1,7 @@ # Template file for 'python-podcastparser' pkgname=python-podcastparser version=0.6.4 -revision=2 +revision=3 archs=noarch wrksrc="podcastparser-${version}" build_style=python-module From e0ad0641945e1dea937fb2ca555a61603e4560b8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:07 +0200 Subject: [PATCH 383/874] python-polib: rebuild for Python 3.8. --- srcpkgs/python-polib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-polib/template b/srcpkgs/python-polib/template index b0ade05d90d..8b8d4b66c68 100644 --- a/srcpkgs/python-polib/template +++ b/srcpkgs/python-polib/template @@ -1,7 +1,7 @@ # Template file for 'python-polib' pkgname=python-polib version=1.1.0 -revision=1 +revision=2 archs=noarch wrksrc="polib-${version}" build_style=python-module From 0030be5c9ea47539a72b9d5b5131abeac8412e47 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:07 +0200 Subject: [PATCH 384/874] python-portend: rebuild for Python 3.8. --- srcpkgs/python-portend/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-portend/template b/srcpkgs/python-portend/template index 216ae413d09..0538f68083f 100644 --- a/srcpkgs/python-portend/template +++ b/srcpkgs/python-portend/template @@ -1,7 +1,7 @@ # Template file for 'python-portend' pkgname=python-portend version=2.4 -revision=1 +revision=2 archs=noarch wrksrc="portend-${version}" build_style=python-module @@ -14,7 +14,7 @@ license="MIT" homepage="https://github.com/jaraco/portend" changelog="https://github.com/jaraco/portend/blob/master/CHANGES.rst" distfiles="https://github.com/jaraco/portend/archive/${version}.tar.gz" -checksum=61aa1a8fd76d64bd6093e4151a2bfeda177d5083bf2e2bcc92a053bd2104fde3 +checksum=c0740375a19168e117d291e7ed307e985d2c0e2dc732ca97444bc58a28076dfa pre_build() { sed -i setup.py \ From 86c2211e1837e156275077b9efe1e25572514867 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:07 +0200 Subject: [PATCH 385/874] python-prctl: rebuild for Python 3.8. --- srcpkgs/python-prctl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-prctl/template b/srcpkgs/python-prctl/template index 2b420d655cf..e8bf54b98fd 100644 --- a/srcpkgs/python-prctl/template +++ b/srcpkgs/python-prctl/template @@ -1,7 +1,7 @@ # Template file for 'python-prctl' pkgname=python-prctl version=1.7 -revision=3 +revision=4 build_style=python-module pycompile_module="prctl.py" hostmakedepends="python-setuptools python3-setuptools libcap-devel" From e7c53afc196d066076f9117158bd6a0b7b28bf52 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:07 +0200 Subject: [PATCH 386/874] python3-precis-i18n: rebuild for Python 3.8. --- srcpkgs/python3-precis-i18n/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-precis-i18n/template b/srcpkgs/python3-precis-i18n/template index 19612bc818b..be7bb0b0b56 100644 --- a/srcpkgs/python3-precis-i18n/template +++ b/srcpkgs/python3-precis-i18n/template @@ -1,7 +1,7 @@ # Template file for 'python3-precis-i18n' pkgname=python3-precis-i18n version=1.0.1 -revision=1 +revision=2 archs=noarch wrksrc="precis_i18n-${version}" build_style=python3-module From fc6a6a6ae9e2454bc6e5aa117ab2f5f747f1c3d2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:07 +0200 Subject: [PATCH 387/874] python-pretend: rebuild for Python 3.8. --- 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 9a647271b57..6d8063fc43a 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=1 +revision=2 archs=noarch wrksrc="pretend-${version}" build_style=python-module From 990266b8ce207f64d2a8e2f2f2c11473236e4a2d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:07 +0200 Subject: [PATCH 388/874] python-progress: rebuild for Python 3.8. --- srcpkgs/python-progress/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-progress/template b/srcpkgs/python-progress/template index 7d3924e3618..0d6bd1db69d 100644 --- a/srcpkgs/python-progress/template +++ b/srcpkgs/python-progress/template @@ -1,7 +1,7 @@ # Template file for 'python-progress' pkgname=python-progress version=1.5 -revision=1 +revision=2 archs=noarch wrksrc="progress-${version}" build_style=python-module From 1259abece823637c18eaca058493cebdf15842ed Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:07 +0200 Subject: [PATCH 389/874] python-prometheus_client: rebuild for Python 3.8. --- srcpkgs/python-prometheus_client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-prometheus_client/template b/srcpkgs/python-prometheus_client/template index 46df561f7d4..7b71fbeffc2 100644 --- a/srcpkgs/python-prometheus_client/template +++ b/srcpkgs/python-prometheus_client/template @@ -1,7 +1,7 @@ # Template file for 'python-prometheus_client' pkgname=python-prometheus_client version=0.7.1 -revision=1 +revision=2 archs=noarch wrksrc="prometheus_client-${version}" build_style=python-module From 67527aa7cf723b45f2c49017717337d56884bf4c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:08 +0200 Subject: [PATCH 390/874] python-prompt_toolkit1: rebuild for Python 3.8. --- srcpkgs/python-prompt_toolkit1/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-prompt_toolkit1/template b/srcpkgs/python-prompt_toolkit1/template index d117d620ba5..7afe6179f33 100644 --- a/srcpkgs/python-prompt_toolkit1/template +++ b/srcpkgs/python-prompt_toolkit1/template @@ -2,7 +2,7 @@ pkgname=python-prompt_toolkit1 reverts="2.0.9_1" version=1.0.15 -revision=3 +revision=4 archs=noarch wrksrc="prompt_toolkit-${version}" build_style=python-module From ad672131c8ab27e3e4dfa04ab7264c23d46f206e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:08 +0200 Subject: [PATCH 391/874] python-prompt_toolkit2: rebuild for Python 3.8. --- srcpkgs/python-prompt_toolkit2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-prompt_toolkit2/template b/srcpkgs/python-prompt_toolkit2/template index 0fa71fa06dc..d7f2fd11e14 100644 --- a/srcpkgs/python-prompt_toolkit2/template +++ b/srcpkgs/python-prompt_toolkit2/template @@ -1,7 +1,7 @@ # Template file for 'python-prompt_toolkit2' pkgname=python-prompt_toolkit2 version=2.0.9 -revision=3 +revision=4 archs=noarch wrksrc="prompt_toolkit-${version}" build_style=python-module From 2d3dfe28989a26dbea6bd90097a7a4046839373e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:08 +0200 Subject: [PATCH 392/874] python-proselint: rebuild for Python 3.8. --- srcpkgs/python-proselint/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-proselint/template b/srcpkgs/python-proselint/template index c017c497386..b1da90de474 100644 --- a/srcpkgs/python-proselint/template +++ b/srcpkgs/python-proselint/template @@ -1,7 +1,7 @@ # Template file for 'python-proselint' pkgname=python-proselint version=0.10.2 -revision=1 +revision=2 archs=noarch wrksrc="proselint-${version}" build_style=python-module From 3dceefa27e529cfd28f51c8b96cec007bd4464e9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:08 +0200 Subject: [PATCH 393/874] python-protobuf: rebuild for Python 3.8. --- srcpkgs/python-protobuf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-protobuf/template b/srcpkgs/python-protobuf/template index 4b736f1e7af..7dbed97fb76 100644 --- a/srcpkgs/python-protobuf/template +++ b/srcpkgs/python-protobuf/template @@ -1,7 +1,7 @@ # Template file for 'python-protobuf' pkgname=python-protobuf version=3.7.1 -revision=1 +revision=2 archs=noarch wrksrc="protobuf-${version}" build_style=python-module From abc13cfff04878580efaf4333ca9548112b11049 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:08 +0200 Subject: [PATCH 394/874] python-psutil: rebuild for Python 3.8. --- 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 96cbb3c399f..11353ed2179 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.6.3 -revision=1 +revision=2 wrksrc="psutil-${version}" build_style=python-module pycompile_module="psutil" From 970bcf29dafb825894593f644c2fb7b4f1b86aff Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:08 +0200 Subject: [PATCH 395/874] python-psycopg2: rebuild for Python 3.8. --- srcpkgs/python-psycopg2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-psycopg2/template b/srcpkgs/python-psycopg2/template index f41de2880e6..14b28b8aed1 100644 --- a/srcpkgs/python-psycopg2/template +++ b/srcpkgs/python-psycopg2/template @@ -1,7 +1,7 @@ # Template file for 'python-psycopg2' pkgname=python-psycopg2 version=2.8.3 -revision=1 +revision=2 wrksrc="psycopg2-${version}" build_style=python-module pycompile_module="psycopg2" From f987fad321d899f07d159588838ad3f3bfd1eb12 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:08 +0200 Subject: [PATCH 396/874] python-ptyprocess: rebuild for Python 3.8. --- srcpkgs/python-ptyprocess/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-ptyprocess/template b/srcpkgs/python-ptyprocess/template index 04c4cf89391..fd2e51fa3ac 100644 --- a/srcpkgs/python-ptyprocess/template +++ b/srcpkgs/python-ptyprocess/template @@ -1,7 +1,7 @@ # Template file for 'python-ptyprocess' pkgname=python-ptyprocess version=0.6.0 -revision=1 +revision=2 archs=noarch wrksrc="ptyprocess-${version}" build_style=python-module From 6854ff4b103875e8ed393d695b71afd7a2589626 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:09 +0200 Subject: [PATCH 397/874] python3-pulsectl: rebuild for Python 3.8. --- srcpkgs/python3-pulsectl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template index 429dd1abe45..045afdb411b 100644 --- a/srcpkgs/python3-pulsectl/template +++ b/srcpkgs/python3-pulsectl/template @@ -1,7 +1,7 @@ # Template file for 'python3-pulsectl' pkgname=python3-pulsectl version=19.9.5 -revision=1 +revision=2 archs=noarch wrksrc="pulsectl-${version}" build_style=python3-module From e8331ef1c889bc2b1756c6ed55a1cc93186445af Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:09 +0200 Subject: [PATCH 398/874] python-py: rebuild for Python 3.8. --- srcpkgs/python-py/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-py/template b/srcpkgs/python-py/template index 99644bc228a..07a1ae2a21b 100644 --- a/srcpkgs/python-py/template +++ b/srcpkgs/python-py/template @@ -1,7 +1,7 @@ # Template file for 'python-py' pkgname=python-py version=1.8.0 -revision=1 +revision=2 archs=noarch wrksrc="py-${version}" build_style=python-module From 1f71c5025d9cb40d86e4245b6a90731b3f25c6fe Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:09 +0200 Subject: [PATCH 399/874] python-pyPEG2: rebuild for Python 3.8. --- srcpkgs/python-pyPEG2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pyPEG2/template b/srcpkgs/python-pyPEG2/template index 113948af730..6ba175687f1 100644 --- a/srcpkgs/python-pyPEG2/template +++ b/srcpkgs/python-pyPEG2/template @@ -1,7 +1,7 @@ # Template file for 'python-pyPEG2' pkgname=python-pyPEG2 version=2.15.2 -revision=4 +revision=5 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 3f82483327ba7958b0a6f8b67e63abf009c360ee Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:09 +0200 Subject: [PATCH 400/874] python-pyacoustid: rebuild for Python 3.8. --- srcpkgs/python-pyacoustid/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pyacoustid/template b/srcpkgs/python-pyacoustid/template index 068d3d52649..d5b2d967f4e 100644 --- a/srcpkgs/python-pyacoustid/template +++ b/srcpkgs/python-pyacoustid/template @@ -1,7 +1,7 @@ # Template file for 'python-pyacoustid' pkgname=python-pyacoustid version=1.1.5 -revision=2 +revision=3 archs=noarch wrksrc="pyacoustid-${version}" build_style=python-module From da477a37411d7cf0d00da2dea60d734072705be7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:09 +0200 Subject: [PATCH 401/874] python-pyaes: rebuild for Python 3.8. --- srcpkgs/python-pyaes/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pyaes/template b/srcpkgs/python-pyaes/template index a8c812a9e01..d31766d0481 100644 --- a/srcpkgs/python-pyaes/template +++ b/srcpkgs/python-pyaes/template @@ -1,7 +1,7 @@ # Template file for 'python-pyaes' pkgname=python-pyaes version=1.6.1 -revision=1 +revision=2 archs=noarch wrksrc="pyaes-${version}" build_style=python-module From 9e2b6fe7e7b67777d70eb25705c27d4ed6462a3d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:09 +0200 Subject: [PATCH 402/874] python-pyasn1: rebuild for Python 3.8. --- 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 510dfa09816..fcddad43633 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.6 -revision=1 +revision=2 archs=noarch wrksrc="pyasn1-${version}" build_style=python-module From 712c6a81632d8741a302138a46ffd3b1c8fb079f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:09 +0200 Subject: [PATCH 403/874] python-pyasn1-modules: rebuild for Python 3.8. --- 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 bc19e4940ed..b142819a272 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.6 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 989e8e1bc0a51f2fa1a88ec8f99eae20dd3e21ad Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:09 +0200 Subject: [PATCH 404/874] python3-pycares: rebuild for Python 3.8. --- 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 c52702904b4..ed82808bada 100644 --- a/srcpkgs/python3-pycares/template +++ b/srcpkgs/python3-pycares/template @@ -1,7 +1,7 @@ # Template file for 'python3-pycares' pkgname=python3-pycares version=2.3.0 -revision=2 +revision=3 wrksrc="pycares-${version}" build_style=python3-module pycompile_module="pycares" From 0885c6a30ff0765b465e0e4c84803b48b9090dc5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:10 +0200 Subject: [PATCH 405/874] python-pycodestyle: rebuild for Python 3.8. --- 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 ca20d8e0c97..08bc8c8bec7 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.5.0 -revision=1 +revision=2 archs=noarch wrksrc="pycodestyle-${version}" build_style=python-module From 61d0268320bb8306c2b2823a663588c885a01df6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:10 +0200 Subject: [PATCH 406/874] python-pycountry: rebuild for Python 3.8. --- srcpkgs/python-pycountry/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pycountry/template b/srcpkgs/python-pycountry/template index 88a0025f258..205db6240b7 100644 --- a/srcpkgs/python-pycountry/template +++ b/srcpkgs/python-pycountry/template @@ -1,7 +1,7 @@ # Template file for 'python-pycountry' pkgname=python-pycountry version=18.12.8 -revision=1 +revision=2 archs=noarch wrksrc="pycountry-${version}" build_style=python-module From e3a689e939cf482e09d50cf25b8f244cbec3dc12 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:10 +0200 Subject: [PATCH 407/874] python-pycparser: rebuild for Python 3.8. --- 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 a521b3494ab..d2e83aa79b2 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=1 +revision=2 archs=noarch wrksrc="pycparser-${version}" build_style=python-module From a86a5e2a75c91a868bf9b10f7ad9d86ca4df85d5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:10 +0200 Subject: [PATCH 408/874] python-pycryptodome: rebuild for Python 3.8. --- 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 f01b5731c45..a4368d61b39 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.0 -revision=1 +revision=2 wrksrc="pycryptodome-${version}" build_style=python-module pycompile_module="Crypto" From 0cd2d63524942e2cfe5220436720dab24ef75308 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:10 +0200 Subject: [PATCH 409/874] python-pyelftools: rebuild for Python 3.8. --- srcpkgs/python-pyelftools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pyelftools/template b/srcpkgs/python-pyelftools/template index a6e9e9b644e..193650442fc 100644 --- a/srcpkgs/python-pyelftools/template +++ b/srcpkgs/python-pyelftools/template @@ -1,7 +1,7 @@ # Template file for 'python-pyelftools' pkgname=python-pyelftools version=0.25 -revision=1 +revision=2 archs=noarch wrksrc="pyelftools-${version}" build_style=python-module From 61ae993767f544e608a601e6727e58b8c73400fa Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:10 +0200 Subject: [PATCH 410/874] python3-pyfiglet: rebuild for Python 3.8. --- srcpkgs/python3-pyfiglet/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyfiglet/template b/srcpkgs/python3-pyfiglet/template index d00b4fda62a..a4a67b12d42 100644 --- a/srcpkgs/python3-pyfiglet/template +++ b/srcpkgs/python3-pyfiglet/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyfiglet' pkgname=python3-pyfiglet version=0.8.0 -revision=1 +revision=2 archs=noarch wrksrc="pyfiglet-${version}" build_style="python3-module" From 7f5bd3a27f56badc9d95d3b2b7a684604262af1f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:10 +0200 Subject: [PATCH 411/874] python-pyflakes: rebuild for Python 3.8. --- srcpkgs/python-pyflakes/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pyflakes/template b/srcpkgs/python-pyflakes/template index 86d477c47f2..19229ebb3a4 100644 --- a/srcpkgs/python-pyflakes/template +++ b/srcpkgs/python-pyflakes/template @@ -1,7 +1,7 @@ # Template file for 'python-pyflakes' pkgname=python-pyflakes version=2.1.1 -revision=1 +revision=2 archs=noarch wrksrc="pyflakes-${version}" build_style=python-module From a811c56d34b1f53ac8aeca03f5247410137fe8d4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:11 +0200 Subject: [PATCH 412/874] python-pygame: rebuild for Python 3.8. --- srcpkgs/python-pygame/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pygame/template b/srcpkgs/python-pygame/template index a510333df6e..a900d62dbe3 100644 --- a/srcpkgs/python-pygame/template +++ b/srcpkgs/python-pygame/template @@ -1,7 +1,7 @@ # Template file for 'python-pygame' pkgname=python-pygame version=1.9.4 -revision=2 +revision=3 wrksrc="pygame-${version}" build_style=python-module pycompile_module="pygame" From e62822b2e5fa56868e80f10a019c7a0d66abbcbd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:11 +0200 Subject: [PATCH 413/874] python-pyglet: rebuild for Python 3.8. --- 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 f8315bdf616..ee6ed16064c 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.4 -revision=1 +revision=2 archs=noarch wrksrc="pyglet-${version}" build_style=python-module From 1f0bf2cea3a10c9982132fbe81c5ebd884defa35 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:11 +0200 Subject: [PATCH 414/874] python3-pykeepass: rebuild for Python 3.8. --- srcpkgs/python3-pykeepass/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pykeepass/template b/srcpkgs/python3-pykeepass/template index c0e0fd4db41..135da6fea65 100644 --- a/srcpkgs/python3-pykeepass/template +++ b/srcpkgs/python3-pykeepass/template @@ -1,7 +1,7 @@ # Template file for 'python3-pykeepass' pkgname=python3-pykeepass version=3.0.3 -revision=2 +revision=3 archs=noarch wrksrc="pykeepass-${version}" build_style=python3-module From f2d7f9a6199d6780975ad9efb639642e96acc8c6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:11 +0200 Subject: [PATCH 415/874] python3-pykwalify: rebuild for Python 3.8. --- srcpkgs/python3-pykwalify/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pykwalify/template b/srcpkgs/python3-pykwalify/template index 27bc0c37355..b3727aba651 100644 --- a/srcpkgs/python3-pykwalify/template +++ b/srcpkgs/python3-pykwalify/template @@ -1,7 +1,7 @@ # Template file for 'python3-pykwalify' pkgname=python3-pykwalify version=1.7.0 -revision=1 +revision=2 archs=noarch wrksrc="pykwalify-${version}" build_style=python3-module From cb348b8cc013bee10cb1adcdd5b9dac8e8f37a83 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:11 +0200 Subject: [PATCH 416/874] python3-pylast: rebuild for Python 3.8. --- 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 187b51943a8..60184348d80 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.1.0 -revision=1 +revision=2 archs=noarch wrksrc="pylast-${version}" build_style=python3-module From 6629ec0088134c22cfb115f29fd4a90a9b38e7a7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:11 +0200 Subject: [PATCH 417/874] python3-pylibgen: rebuild for Python 3.8. --- srcpkgs/python3-pylibgen/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pylibgen/template b/srcpkgs/python3-pylibgen/template index 641bf649c17..540ccb32790 100644 --- a/srcpkgs/python3-pylibgen/template +++ b/srcpkgs/python3-pylibgen/template @@ -1,7 +1,7 @@ # Template file for 'python3-pylibgen' pkgname=python3-pylibgen version=2.0.1 -revision=1 +revision=2 archs=noarch wrksrc="pylibgen-${version}" build_style=python3-module From 953751fa6deeafefea78df4f5ec27ee5c5c9902d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:11 +0200 Subject: [PATCH 418/874] python3-pylint: rebuild for Python 3.8. --- srcpkgs/python3-pylint/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pylint/template b/srcpkgs/python3-pylint/template index 6c8800069f0..315dbffb3fc 100644 --- a/srcpkgs/python3-pylint/template +++ b/srcpkgs/python3-pylint/template @@ -1,7 +1,7 @@ # Template file for 'python3-pylint' pkgname=python3-pylint version=2.3.1 -revision=2 +revision=3 archs=noarch wrksrc="pylint-${version}" build_style=python3-module From 96bc4e17e1f144c3528e0ec3b455d501c2c3efdd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:11 +0200 Subject: [PATCH 419/874] python-pynacl: rebuild for Python 3.8. --- srcpkgs/python-pynacl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pynacl/template b/srcpkgs/python-pynacl/template index 6ead91820b1..7a7fe246821 100644 --- a/srcpkgs/python-pynacl/template +++ b/srcpkgs/python-pynacl/template @@ -1,7 +1,7 @@ # Template file for 'python-pynacl' pkgname=python-pynacl version=1.3.0 -revision=1 +revision=2 wrksrc="PyNaCl-${version}" build_style=python-module pycompile_module="nacl" From ec1da9dfd353e059b23780a676ef1561f56f9b2e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:12 +0200 Subject: [PATCH 420/874] python-pyotp: rebuild for Python 3.8. --- srcpkgs/python-pyotp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pyotp/template b/srcpkgs/python-pyotp/template index 54714ee2ebb..b70bd73d4aa 100644 --- a/srcpkgs/python-pyotp/template +++ b/srcpkgs/python-pyotp/template @@ -1,7 +1,7 @@ # Template file for 'python-pyotp' pkgname=python-pyotp version=2.3.0 -revision=1 +revision=2 archs=noarch wrksrc="pyotp-${version}" build_style=python-module From 3c83515599af94f7483a3e165f03547f9daa2835 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:12 +0200 Subject: [PATCH 421/874] python-pyperclip: rebuild for Python 3.8. --- srcpkgs/python-pyperclip/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pyperclip/template b/srcpkgs/python-pyperclip/template index 512dc8d3dfb..b173f1479a5 100644 --- a/srcpkgs/python-pyperclip/template +++ b/srcpkgs/python-pyperclip/template @@ -1,7 +1,7 @@ # Template file for 'python-pyperclip' pkgname=python-pyperclip version=1.7.0 -revision=1 +revision=2 archs=noarch wrksrc=pyperclip-${version} build_style=python-module From 6d17f7510d6ce4ec430e8bf72567fecdbd521681 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:12 +0200 Subject: [PATCH 422/874] python-pyqtgraph: rebuild for Python 3.8. --- srcpkgs/python-pyqtgraph/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pyqtgraph/template b/srcpkgs/python-pyqtgraph/template index f90e2b15319..1bea9c2ffdf 100644 --- a/srcpkgs/python-pyqtgraph/template +++ b/srcpkgs/python-pyqtgraph/template @@ -1,7 +1,7 @@ # Template file for 'python-pyqtgraph' pkgname=python-pyqtgraph version=0.10.0 -revision=3 +revision=4 archs=noarch wrksrc="${pkgname#*-}-${pkgname#*-}-${version}" build_style=python-module From fff21c3dd38242e2992b276e00f6970f96a34293 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:12 +0200 Subject: [PATCH 423/874] python-pyrfc3339: rebuild for Python 3.8. --- srcpkgs/python-pyrfc3339/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pyrfc3339/template b/srcpkgs/python-pyrfc3339/template index 618e46d1c4b..cd81c4d0624 100644 --- a/srcpkgs/python-pyrfc3339/template +++ b/srcpkgs/python-pyrfc3339/template @@ -1,7 +1,7 @@ # Template file for 'python-pyrfc3339' pkgname=python-pyrfc3339 version=1.1 -revision=1 +revision=2 archs=noarch build_style=python-module pycompile_module="pyrfc3339" From bdfc6ef4d47bd373ff649510c96f640b48da738a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:12 +0200 Subject: [PATCH 424/874] python-pyscss: rebuild for Python 3.8. --- srcpkgs/python-pyscss/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pyscss/template b/srcpkgs/python-pyscss/template index 1f7d8b7d8cd..1a8e9c44d7d 100644 --- a/srcpkgs/python-pyscss/template +++ b/srcpkgs/python-pyscss/template @@ -1,7 +1,7 @@ # Template file for 'python-pyscss' pkgname=python-pyscss version=1.3.5 -revision=6 +revision=7 wrksrc="pyScss-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools pcre-devel" From 6bdfad32f6894df0a7f3eb185662fa32228408ff Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:12 +0200 Subject: [PATCH 425/874] python3-pysdl2: rebuild for Python 3.8. --- srcpkgs/python3-pysdl2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pysdl2/template b/srcpkgs/python3-pysdl2/template index d59ea7d7fa2..3efdca5b667 100644 --- a/srcpkgs/python3-pysdl2/template +++ b/srcpkgs/python3-pysdl2/template @@ -1,7 +1,7 @@ # Template file for 'python3-pysdl2' pkgname=python3-pysdl2 version=0.9.6 -revision=1 +revision=2 archs=noarch wrksrc="py-sdl2-rel_${version//./_}" build_style=python3-module From 67dab081767478a600fbc44d5333dc2746a683ea Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:12 +0200 Subject: [PATCH 426/874] python-pyserial: rebuild for Python 3.8. --- 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 8808e76d206..354be493b16 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=2 +revision=3 archs=noarch wrksrc="pyserial-${version}" build_style=python-module From a6914f6aa35af001fd954260658bed6e1e5df2bc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:13 +0200 Subject: [PATCH 427/874] python3-pyside2: rebuild for Python 3.8. --- srcpkgs/python3-pyside2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyside2/template b/srcpkgs/python3-pyside2/template index a5d60b17568..1da3400f239 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.11.2 -revision=1 +revision=2 _pkgname="pyside-setup-everywhere-src-${version}" wrksrc="$_pkgname" configure_args="-DUSE_PYTHON_VERSION=3 -DCMAKE_INSTALL_PREFIX=/usr From deee942f64ef5e0e70f6a45a7f9e3a2593d53add Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:13 +0200 Subject: [PATCH 428/874] python3-pysigset: rebuild for Python 3.8. --- srcpkgs/python3-pysigset/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pysigset/template b/srcpkgs/python3-pysigset/template index 8de87145a09..50d9162ea70 100644 --- a/srcpkgs/python3-pysigset/template +++ b/srcpkgs/python3-pysigset/template @@ -1,7 +1,7 @@ # Template file for 'python3-pysigset' pkgname=python3-pysigset version=0.3.2 -revision=1 +revision=2 archs=noarch wrksrc="pysigset-${version}" build_style=python3-module From 913752d5b84f0054c829fc060939c366bf5b28cb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:13 +0200 Subject: [PATCH 429/874] python-pysocks: rebuild for Python 3.8. --- srcpkgs/python-pysocks/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pysocks/template b/srcpkgs/python-pysocks/template index 68a27819e3d..d9b216aeab8 100644 --- a/srcpkgs/python-pysocks/template +++ b/srcpkgs/python-pysocks/template @@ -1,7 +1,7 @@ # Template file for 'python-pysocks' pkgname=python-pysocks version=1.6.8 -revision=1 +revision=2 archs=noarch wrksrc="PySocks-${version}" build_style=python-module From e256b35c573b66ccaaffbf92ee92ecad250db3c1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:13 +0200 Subject: [PATCH 430/874] python3-pysol_cards: rebuild for Python 3.8. --- 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 e03d92fe077..a37429754a2 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.8.6 -revision=1 +revision=2 wrksrc="pysol_cards-${version}" build_style=python3-module pycompile_module="pysol_cards" From d29dab0ddee296649a1f4ace5c33678cc349d6ea Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:13 +0200 Subject: [PATCH 431/874] python-pysrt: rebuild for Python 3.8. --- srcpkgs/python-pysrt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pysrt/template b/srcpkgs/python-pysrt/template index 061435a52c7..7e154825bef 100644 --- a/srcpkgs/python-pysrt/template +++ b/srcpkgs/python-pysrt/template @@ -1,7 +1,7 @@ # Template file for 'python-pysrt' pkgname=python-pysrt version=1.1.1 -revision=1 +revision=2 archs=noarch wrksrc="pysrt-${version}" build_style=python-module From 4ba7eb802460f8e4e15f1389bebd64237c6f1aec Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:13 +0200 Subject: [PATCH 432/874] python-pystache: rebuild for Python 3.8. --- 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 13f8b04aa88..c1a5bcd57d9 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=2 +revision=3 archs=noarch wrksrc="pystache-${version}" build_style=python-module From a6a1d8010f3909cc551f70485efc660b22168f46 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:13 +0200 Subject: [PATCH 433/874] python-pyte: rebuild for Python 3.8. --- srcpkgs/python-pyte/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pyte/template b/srcpkgs/python-pyte/template index 43b708adc66..76efbec91d1 100644 --- a/srcpkgs/python-pyte/template +++ b/srcpkgs/python-pyte/template @@ -1,7 +1,7 @@ # Template file for 'python-pyte' pkgname=python-pyte version=0.8.0 -revision=1 +revision=2 archs=noarch wrksrc="pyte-${version}" build_style=python-module From 03679e357b0bdbd90ddbb6deba5693594ef9d592 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:14 +0200 Subject: [PATCH 434/874] python-pytest: rebuild for Python 3.8. --- srcpkgs/python-pytest/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pytest/template b/srcpkgs/python-pytest/template index 6481f21e677..d5c246599c6 100644 --- a/srcpkgs/python-pytest/template +++ b/srcpkgs/python-pytest/template @@ -1,7 +1,7 @@ # Template file for 'python-pytest' pkgname=python-pytest version=3.7.1 -revision=3 +revision=4 archs=noarch wrksrc="${pkgname/python-//}-${version}" build_style=python-module From d8ff8818fa4f90c63cf468feb2bba5d8b9dca026 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:14 +0200 Subject: [PATCH 435/874] python3-pytest-asyncio: rebuild for Python 3.8. --- srcpkgs/python3-pytest-asyncio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pytest-asyncio/template b/srcpkgs/python3-pytest-asyncio/template index bd104f99e2c..0c90d33a9e5 100644 --- a/srcpkgs/python3-pytest-asyncio/template +++ b/srcpkgs/python3-pytest-asyncio/template @@ -1,7 +1,7 @@ # Template file for 'python3-pytest-asyncio' pkgname=python3-pytest-asyncio version=0.10.0 -revision=1 +revision=2 archs=noarch wrksrc="pytest-asyncio-${version}" build_style=python3-module From 8bdff4905b1d2e832656b8dde532b566e516752c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:14 +0200 Subject: [PATCH 436/874] python-pytest-fixture-config: rebuild for Python 3.8. --- srcpkgs/python-pytest-fixture-config/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pytest-fixture-config/template b/srcpkgs/python-pytest-fixture-config/template index cd3e38a592a..14255af8a35 100644 --- a/srcpkgs/python-pytest-fixture-config/template +++ b/srcpkgs/python-pytest-fixture-config/template @@ -1,7 +1,7 @@ # Template file for 'python-pytest-fixture-config' pkgname=python-pytest-fixture-config version=1.3.0 -revision=2 +revision=3 archs=noarch wrksrc="${pkgname/python-//}-${version}" build_style=python-module From 89c93c6cebe4d9e57d61a6e1c0d1782514496073 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:14 +0200 Subject: [PATCH 437/874] python-pytest-mock: rebuild for Python 3.8. --- srcpkgs/python-pytest-mock/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pytest-mock/template b/srcpkgs/python-pytest-mock/template index f3dc85810b6..240e8773aaa 100644 --- a/srcpkgs/python-pytest-mock/template +++ b/srcpkgs/python-pytest-mock/template @@ -1,7 +1,7 @@ # Template file for 'python-pytest-mock' pkgname=python-pytest-mock version=1.10.4 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname/python-//}-${version}" build_style=python-module From e10ffc843814c368a7fd76e24e6afa8512ce198c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:14 +0200 Subject: [PATCH 438/874] python-pytz: rebuild for Python 3.8. --- 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 d6becf829a7..40f582962c8 100644 --- a/srcpkgs/python-pytz/template +++ b/srcpkgs/python-pytz/template @@ -1,7 +1,7 @@ # Template file for 'python-pytz' pkgname=python-pytz version=2019.3 -revision=1 +revision=2 archs=noarch wrksrc="pytz-${version}" build_style=python-module From 562767d788b8e163bcde2dbd45de9eca2899bd90 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:14 +0200 Subject: [PATCH 439/874] python-pyudev: rebuild for Python 3.8. --- srcpkgs/python-pyudev/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pyudev/template b/srcpkgs/python-pyudev/template index d059b7882a2..2ec53088636 100644 --- a/srcpkgs/python-pyudev/template +++ b/srcpkgs/python-pyudev/template @@ -1,7 +1,7 @@ # Template file for 'python-pyudev' pkgname=python-pyudev version=0.21.0 -revision=2 +revision=3 archs=noarch wrksrc="pyudev-${version}" build_style=python-module From bb91a3d4616a0e9dbf1a34b271d62527a455f4ff Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:14 +0200 Subject: [PATCH 440/874] python3-pyx: rebuild for Python 3.8. --- srcpkgs/python3-pyx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-pyx/template b/srcpkgs/python3-pyx/template index 87608c43428..89963bed89f 100644 --- a/srcpkgs/python3-pyx/template +++ b/srcpkgs/python3-pyx/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyx' pkgname=python3-pyx version=0.14.1 -revision=1 +revision=2 archs=noarch wrksrc="PyX-${version}" build_style=python3-module From caa3ad83cde6d2b66687ae0ac2bb87dfd8eb100f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:14 +0200 Subject: [PATCH 441/874] python-pyzbar: rebuild for Python 3.8. --- srcpkgs/python-pyzbar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pyzbar/template b/srcpkgs/python-pyzbar/template index 06ae37a5708..35b568eb4e6 100644 --- a/srcpkgs/python-pyzbar/template +++ b/srcpkgs/python-pyzbar/template @@ -1,7 +1,7 @@ # Template file for 'python-pyzbar' pkgname=python-pyzbar version=0.1.8 -revision=1 +revision=2 archs=noarch wrksrc="pyzbar-${version}" build_style=python-module From 83e0ba8fd12c3f07b4f3c2f8109ff0cd9a69353b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:15 +0200 Subject: [PATCH 442/874] python-pyzmq: rebuild for Python 3.8. --- srcpkgs/python-pyzmq/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pyzmq/template b/srcpkgs/python-pyzmq/template index 859aab5983d..27dbe29e516 100644 --- a/srcpkgs/python-pyzmq/template +++ b/srcpkgs/python-pyzmq/template @@ -1,7 +1,7 @@ # Template file for 'python-pyzmq' pkgname=python-pyzmq version=18.0.1 -revision=1 +revision=2 wrksrc="pyzmq-${version}" build_style=python-module make_build_args="--zmq=${XBPS_CROSS_BASE}/usr" From 2d71150f372801e322d8ee5f31b2bc67795fc3a9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:15 +0200 Subject: [PATCH 443/874] python-qrcode: rebuild for Python 3.8. --- srcpkgs/python-qrcode/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-qrcode/template b/srcpkgs/python-qrcode/template index 9deb485855f..bf35c82757e 100644 --- a/srcpkgs/python-qrcode/template +++ b/srcpkgs/python-qrcode/template @@ -1,7 +1,7 @@ # Template file for 'python-qrcode' pkgname=python-qrcode version=6.1 -revision=1 +revision=2 archs=noarch wrksrc="qrcode-${version}" build_style=python-module From 55eeefa7bb378b38024ce5c57d228c5d2c24875f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:15 +0200 Subject: [PATCH 444/874] python-random2: rebuild for Python 3.8. --- srcpkgs/python-random2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-random2/template b/srcpkgs/python-random2/template index 92f36fee139..2603cae3584 100644 --- a/srcpkgs/python-random2/template +++ b/srcpkgs/python-random2/template @@ -1,7 +1,7 @@ # Template file for 'python-random2' pkgname=python-random2 version=1.0.1 -revision=3 +revision=4 archs=noarch wrksrc="random2-${version}" build_style=python-module From 4aa520f994404a836b859a95bf53280ec662d779 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:15 +0200 Subject: [PATCH 445/874] python-rarfile: rebuild for Python 3.8. --- srcpkgs/python-rarfile/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-rarfile/template b/srcpkgs/python-rarfile/template index e0c597c1fb1..e3b6f3e2887 100644 --- a/srcpkgs/python-rarfile/template +++ b/srcpkgs/python-rarfile/template @@ -1,7 +1,7 @@ # Template file for 'python-rarfile' pkgname=python-rarfile version=3.1 -revision=1 +revision=2 archs=noarch wrksrc="rarfile-${version}" build_style=python-module From 77edc413dd0a2b7d7423d47946137d1db7452b91 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:15 +0200 Subject: [PATCH 446/874] python-raven: rebuild for Python 3.8. --- srcpkgs/python-raven/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-raven/template b/srcpkgs/python-raven/template index eec4e5f49b6..87382c21602 100644 --- a/srcpkgs/python-raven/template +++ b/srcpkgs/python-raven/template @@ -1,7 +1,7 @@ # Template file for 'python-raven' pkgname=python-raven version=6.10.0 -revision=1 +revision=2 archs=noarch wrksrc="raven-${version}" build_style=python-module From 0fd244bc29d49109b475295b68c11c496626bd43 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:15 +0200 Subject: [PATCH 447/874] python-rdflib: rebuild for Python 3.8. --- 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 0512abb0e5a..f676dedfb2f 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=2 +revision=3 archs=noarch wrksrc="rdflib-${version}" build_style=python-module From 52682c54b0a7808306dcb6c0c9af5436d056d6a3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:15 +0200 Subject: [PATCH 448/874] python-readability-lxml: rebuild for Python 3.8. --- srcpkgs/python-readability-lxml/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-readability-lxml/template b/srcpkgs/python-readability-lxml/template index ddf0602b730..19dadaa336f 100644 --- a/srcpkgs/python-readability-lxml/template +++ b/srcpkgs/python-readability-lxml/template @@ -1,7 +1,7 @@ # Template file for 'python-readability-lxml' pkgname=python-readability-lxml version=0.7.1 -revision=1 +revision=2 archs=noarch wrksrc="readability-lxml-${version}" build_style=python-module From 5b239aeb5613465b0d414e14b8b37a83f65232fc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:16 +0200 Subject: [PATCH 449/874] python3-readlike: rebuild for Python 3.8. --- srcpkgs/python3-readlike/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-readlike/template b/srcpkgs/python3-readlike/template index cbba969b076..43159962442 100644 --- a/srcpkgs/python3-readlike/template +++ b/srcpkgs/python3-readlike/template @@ -1,7 +1,7 @@ # Template file for 'python3-readlike' pkgname=python3-readlike version=0.1.3 -revision=1 +revision=2 archs=noarch wrksrc=readlike-${version} build_style=python3-module From 10ff7da432e0f1563ed8c4feb921648f20e75246 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:16 +0200 Subject: [PATCH 450/874] python-rebulk: rebuild for Python 3.8. --- srcpkgs/python-rebulk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-rebulk/template b/srcpkgs/python-rebulk/template index 1cf6cf623c8..8f9c2621304 100644 --- a/srcpkgs/python-rebulk/template +++ b/srcpkgs/python-rebulk/template @@ -1,7 +1,7 @@ # Template file for 'python-rebulk' pkgname=python-rebulk version=2.0.0 -revision=1 +revision=2 archs=noarch wrksrc="rebulk-${version}" build_style=python-module From b720f89f9fb6ecb79aa43ff92f151239049cb9c3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:16 +0200 Subject: [PATCH 451/874] python-redis: rebuild for Python 3.8. --- srcpkgs/python-redis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-redis/template b/srcpkgs/python-redis/template index f57c0d841b3..b7e773fde54 100644 --- a/srcpkgs/python-redis/template +++ b/srcpkgs/python-redis/template @@ -1,7 +1,7 @@ # Template file for 'python-redis' pkgname=python-redis version=2.10.6 -revision=2 +revision=3 archs=noarch wrksrc="redis-${version}" build_style=python-module From 90d47f03a3f7a55f623c0b5019b0b58b6169aae5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:16 +0200 Subject: [PATCH 452/874] python-regex: rebuild for Python 3.8. --- srcpkgs/python-regex/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-regex/template b/srcpkgs/python-regex/template index 33e99b0127b..7a624db9477 100644 --- a/srcpkgs/python-regex/template +++ b/srcpkgs/python-regex/template @@ -1,7 +1,7 @@ # Template file for 'python-regex' pkgname=python-regex version=2019.08.19 -revision=1 +revision=2 wrksrc="regex-${version}" build_style=python-module pycompile_module="_regex_core.py regex.py test_regex.py" From e132fc559392a2f2a5268100218ef2061759c476 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:16 +0200 Subject: [PATCH 453/874] python-rencode: rebuild for Python 3.8. --- srcpkgs/python-rencode/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-rencode/template b/srcpkgs/python-rencode/template index 7176038a60a..021e1d414b8 100644 --- a/srcpkgs/python-rencode/template +++ b/srcpkgs/python-rencode/template @@ -1,7 +1,7 @@ # Template file for 'python-rencode' pkgname=python-rencode version=1.0.6 -revision=2 +revision=3 wrksrc="rencode-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools python-Cython python3-Cython" From 635743944483bd5fdbf4a909ef4874532f1035b9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:16 +0200 Subject: [PATCH 454/874] python-reportlab: rebuild for Python 3.8. --- 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 7f153d65a2a..3915767b6d3 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.23 -revision=1 +revision=2 wrksrc="reportlab-${version}" build_style=python-module pycompile_module="reportlab" From 4a6d7b1e5e0d64a6834cc210da11806cbe217453 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:16 +0200 Subject: [PATCH 455/874] python-requests: rebuild for Python 3.8. --- 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 fc806b611e9..73d2d5945ef 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.22.0 -revision=1 +revision=2 archs=noarch wrksrc="requests-${version}" build_style=python-module From 61f6560b710773eab8296ef28bd943f5dc0d290d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:16 +0200 Subject: [PATCH 456/874] python-requests-mock: rebuild for Python 3.8. --- srcpkgs/python-requests-mock/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-requests-mock/template b/srcpkgs/python-requests-mock/template index 5b89b5ed3b8..2d1410fcd1b 100644 --- a/srcpkgs/python-requests-mock/template +++ b/srcpkgs/python-requests-mock/template @@ -1,7 +1,7 @@ # Template file for 'python-requests-mock' pkgname=python-requests-mock version=1.5.2 -revision=2 +revision=3 archs=noarch wrksrc="requests-mock-${version}" build_style=python-module From f4f04d85ce7abb39fbbf306bc3c1dcfc467cdf14 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:17 +0200 Subject: [PATCH 457/874] python-requests-oauthlib: rebuild for Python 3.8. --- srcpkgs/python-requests-oauthlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-requests-oauthlib/template b/srcpkgs/python-requests-oauthlib/template index b011ea17a36..8cd838090a7 100644 --- a/srcpkgs/python-requests-oauthlib/template +++ b/srcpkgs/python-requests-oauthlib/template @@ -1,7 +1,7 @@ # Template file for 'python-requests-oauthlib' pkgname=python-requests-oauthlib version=1.2.0 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 5853f21b57bde4c4e66293b132fba4fc03804518 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:17 +0200 Subject: [PATCH 458/874] python-requests-toolbelt: rebuild for Python 3.8. --- srcpkgs/python-requests-toolbelt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-requests-toolbelt/template b/srcpkgs/python-requests-toolbelt/template index 3ba66a0a007..13a81586221 100644 --- a/srcpkgs/python-requests-toolbelt/template +++ b/srcpkgs/python-requests-toolbelt/template @@ -1,7 +1,7 @@ # Template file for 'python-requests-toolbelt' pkgname=python-requests-toolbelt version=0.9.1 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 14171483829854051f0c8030562c1052094d78c9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:17 +0200 Subject: [PATCH 459/874] python3-requests-unixsocket: rebuild for Python 3.8. --- srcpkgs/python3-requests-unixsocket/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-requests-unixsocket/template b/srcpkgs/python3-requests-unixsocket/template index ec9e1074566..fd389ec2d13 100644 --- a/srcpkgs/python3-requests-unixsocket/template +++ b/srcpkgs/python3-requests-unixsocket/template @@ -1,7 +1,7 @@ # Template file for 'python3-requests-unixsocket' pkgname=python3-requests-unixsocket version=0.2.0 -revision=1 +revision=2 archs=noarch wrksrc="requests-unixsocket-${version}" build_style=python3-module From 9b589212b423bd7e2dfbb7ab7ef63c65b9dd07cc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:17 +0200 Subject: [PATCH 460/874] python-rfc6555: rebuild for Python 3.8. --- 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 c3babc25b93..2522872cc32 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=1 +revision=2 archs=noarch wrksrc="rfc6555-${version}" build_style=python-module From a399a96d8293a9387f5648001a03178d2550059b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:17 +0200 Subject: [PATCH 461/874] python-ripe-atlas-cousteau: rebuild for Python 3.8. --- srcpkgs/python-ripe-atlas-cousteau/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-ripe-atlas-cousteau/template b/srcpkgs/python-ripe-atlas-cousteau/template index ac16300fe3d..72f32a9da0d 100644 --- a/srcpkgs/python-ripe-atlas-cousteau/template +++ b/srcpkgs/python-ripe-atlas-cousteau/template @@ -1,7 +1,7 @@ # Template file for 'python-ripe-atlas-cousteau' pkgname=python-ripe-atlas-cousteau version=1.4.2 -revision=1 +revision=2 build_style=python-module archs=noarch pycompile_module="ripe/atlas/cousteau" From 4c2ddc085f45f52b438013ad3d494f8f59859504 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:17 +0200 Subject: [PATCH 462/874] python-ripe-atlas-sagan: rebuild for Python 3.8. --- srcpkgs/python-ripe-atlas-sagan/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-ripe-atlas-sagan/template b/srcpkgs/python-ripe-atlas-sagan/template index 60a9b883b93..22abb48af46 100644 --- a/srcpkgs/python-ripe-atlas-sagan/template +++ b/srcpkgs/python-ripe-atlas-sagan/template @@ -1,7 +1,7 @@ # Template file for 'python-ripe-atlas-sagan' pkgname=python-ripe-atlas-sagan version=1.3.0 -revision=1 +revision=2 archs=noarch wrksrc="ripe.atlas.sagan-${version}" build_style=python-module From 10e7db3d51d8370e317d667edc372d0fcfd5bad9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:17 +0200 Subject: [PATCH 463/874] python-rsa: rebuild for Python 3.8. --- srcpkgs/python-rsa/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-rsa/template b/srcpkgs/python-rsa/template index a4ae59846ff..11e9bf2c60d 100644 --- a/srcpkgs/python-rsa/template +++ b/srcpkgs/python-rsa/template @@ -1,7 +1,7 @@ # Template file for 'python-rsa' pkgname=python-rsa version=4.0 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From a3bbda3918c5b4bb668860ba5bbd81f83f1a4925 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:18 +0200 Subject: [PATCH 464/874] python3-rsistent: rebuild for Python 3.8. --- 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 13019f472cd..7897e107b2b 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.4 -revision=1 +revision=2 wrksrc="pyrsistent-${version}" build_style=python3-module pycompile_module="pyrsistent" From 7d4c9082b7051c6ce978ca21f34f138189c7f2d7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:18 +0200 Subject: [PATCH 465/874] python3-rss2email: rebuild for Python 3.8. --- srcpkgs/python3-rss2email/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-rss2email/template b/srcpkgs/python3-rss2email/template index d07984d33d8..34e7d4e65a6 100644 --- a/srcpkgs/python3-rss2email/template +++ b/srcpkgs/python3-rss2email/template @@ -1,7 +1,7 @@ # Template file for 'python3-rss2email' pkgname=python3-rss2email version=3.10 -revision=1 +revision=2 archs=noarch wrksrc="rss2email-${version}" build_style=python3-module From a0a5e6df8a02d98f37c3c22c043adb325c8a8a62 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:18 +0200 Subject: [PATCH 466/874] python-ruamel.yaml: rebuild for Python 3.8. --- srcpkgs/python-ruamel.yaml/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-ruamel.yaml/template b/srcpkgs/python-ruamel.yaml/template index d86ddfc67c9..789f8a7acd2 100644 --- a/srcpkgs/python-ruamel.yaml/template +++ b/srcpkgs/python-ruamel.yaml/template @@ -1,7 +1,7 @@ # Template file for 'python-ruamel.yaml' pkgname=python-ruamel.yaml version=0.15.92 -revision=1 +revision=2 wrksrc="ruamel.yaml-${version}" build_style=python-module pycompile_module="ruamel/yaml" From 6b579f083949bbd67a78d66ae983de1f36f03a82 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:18 +0200 Subject: [PATCH 467/874] python3-s-tui: rebuild for Python 3.8. --- srcpkgs/python3-s-tui/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-s-tui/template b/srcpkgs/python3-s-tui/template index 4c7db6ff3c9..85a945b1b09 100644 --- a/srcpkgs/python3-s-tui/template +++ b/srcpkgs/python3-s-tui/template @@ -1,7 +1,7 @@ # Template file for 'python3-s-tui' pkgname=python3-s-tui version=0.8.3 -revision=1 +revision=2 archs=noarch wrksrc="s-tui-${version}" build_style=python3-module From 5cc92799a690ba40dd26192e3f0182e07089683a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:18 +0200 Subject: [PATCH 468/874] python-s3transfer: rebuild for Python 3.8. --- srcpkgs/python-s3transfer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-s3transfer/template b/srcpkgs/python-s3transfer/template index e306c3c3b1a..dd92eeff657 100644 --- a/srcpkgs/python-s3transfer/template +++ b/srcpkgs/python-s3transfer/template @@ -1,7 +1,7 @@ # Template file for 'python-s3transfer' pkgname=python-s3transfer version=0.2.1 -revision=1 +revision=2 archs=noarch wrksrc="s3transfer-${version}" build_style=python-module From 2ec5386706a289e510b5b03e33cf74e0a23596a6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:18 +0200 Subject: [PATCH 469/874] python3-saml2: rebuild for Python 3.8. --- srcpkgs/python3-saml2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-saml2/template b/srcpkgs/python3-saml2/template index e94602a82ea..c0dabb5e9d0 100644 --- a/srcpkgs/python3-saml2/template +++ b/srcpkgs/python3-saml2/template @@ -1,7 +1,7 @@ # Template file for 'python3-saml2' pkgname=python3-saml2 version=4.8.0 -revision=1 +revision=2 archs=noarch wrksrc="pysaml2-${version}" build_style=python3-module From e856d28eb580f0af5442d11d24ffacdd7fade12b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:18 +0200 Subject: [PATCH 470/874] python-scandir: rebuild for Python 3.8. --- 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 774fac91b8f..b02fe6d0281 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=2 +revision=3 wrksrc="scandir-${version}" build_style=python-module pycompile_module="scandir.py" From 3b5e1eeb2ce0519b51592cebffc1bd89dce0f96c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:19 +0200 Subject: [PATCH 471/874] python3-scard: rebuild for Python 3.8. --- srcpkgs/python3-scard/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-scard/template b/srcpkgs/python3-scard/template index 793f144a74b..279419ac3e3 100644 --- a/srcpkgs/python3-scard/template +++ b/srcpkgs/python3-scard/template @@ -2,7 +2,7 @@ pkgname=python3-scard _pkgname=pyscard version=1.9.8 -revision=1 +revision=2 wrksrc="${_pkgname}-${version}" build_style=python3-module pycompile_module=smartcard From f62ba61eaebce26c267e2d453d8e0ea6e005a285 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:19 +0200 Subject: [PATCH 472/874] python3-scikit-learn: rebuild for Python 3.8. --- 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 73799b9f420..8ac82167832 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.20.4 -revision=1 +revision=2 wrksrc="scikit-learn-${version}" build_style=python3-module pycompile_module="sklearn" From ccf4f6aa1bd0ba8aaf9499dcacb1320a77221004 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:19 +0200 Subject: [PATCH 473/874] python3-scipy: rebuild for Python 3.8. --- 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 291ac3734f1..2cef9ac33e1 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.3.1 -revision=1 +revision=2 wrksrc="scipy-${version}" build_style=python3-module pycompile_module="scipy" From 04cbe0c6403a4ecd9cda36e10bba5d06e472823d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:19 +0200 Subject: [PATCH 474/874] python-scour: rebuild for Python 3.8. --- srcpkgs/python-scour/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-scour/template b/srcpkgs/python-scour/template index b78cf37f057..0db5b157ce1 100644 --- a/srcpkgs/python-scour/template +++ b/srcpkgs/python-scour/template @@ -1,7 +1,7 @@ # Template file for 'python-scour' pkgname=python-scour version=0.37 -revision=1 +revision=2 archs=noarch wrksrc="scour-${version}" build_style=python-module From 0fd08871993ece59d562feb8472d05249ae1d76a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:19 +0200 Subject: [PATCH 475/874] python3-scruffy: rebuild for Python 3.8. --- srcpkgs/python3-scruffy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-scruffy/template b/srcpkgs/python3-scruffy/template index e797b110f42..62a21a74eca 100644 --- a/srcpkgs/python3-scruffy/template +++ b/srcpkgs/python3-scruffy/template @@ -1,7 +1,7 @@ # Template file for 'python3-scruffy' pkgname=python3-scruffy version=0.3.8.1 -revision=1 +revision=2 archs=noarch wrksrc="scruffy-${version}" build_style=python3-module From 65cb259cf8f67f78fe484e4423fe0006aae17045 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:19 +0200 Subject: [PATCH 476/874] python-send2trash: rebuild for Python 3.8. --- srcpkgs/python-send2trash/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-send2trash/template b/srcpkgs/python-send2trash/template index 49c3a2b3d77..94f56545695 100644 --- a/srcpkgs/python-send2trash/template +++ b/srcpkgs/python-send2trash/template @@ -1,7 +1,7 @@ # Template file for 'python-send2trash' pkgname=python-send2trash version=1.5.0 -revision=1 +revision=2 archs=noarch wrksrc="send2trash-${version}" build_style=python-module From 04a4413d706d49df8a415b9714091b0e4bb0fdfa Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:19 +0200 Subject: [PATCH 477/874] python-serpent: rebuild for Python 3.8. --- srcpkgs/python-serpent/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-serpent/template b/srcpkgs/python-serpent/template index b60d390c1ab..a40f0d44515 100644 --- a/srcpkgs/python-serpent/template +++ b/srcpkgs/python-serpent/template @@ -1,7 +1,7 @@ # Template file for 'python-serpent' pkgname=python-serpent version=1.28 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 38131f811a874463c71c55408ef6e629166a5b8a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:19 +0200 Subject: [PATCH 478/874] python-service_identity: rebuild for Python 3.8. --- 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 eae084c858f..e21a1520a75 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=1 +revision=2 archs=noarch wrksrc="service_identity-${version}" build_style=python-module From 9a538d41d8b848da9da43cd5d6f80428b7208be8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:20 +0200 Subject: [PATCH 479/874] setconf: rebuild for Python 3.8. --- srcpkgs/setconf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template index a3d22376a5b..1911c558c77 100644 --- a/srcpkgs/setconf/template +++ b/srcpkgs/setconf/template @@ -1,7 +1,7 @@ # Template file for 'setconf' pkgname=setconf version=0.7.6 -revision=1 +revision=2 archs=noarch build_style=python-module pycompile_module="setconf.py" From aacff3894cc42a49ab1becc06f64f23197302443 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:20 +0200 Subject: [PATCH 480/874] python-setproctitle: rebuild for Python 3.8. --- srcpkgs/python-setproctitle/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-setproctitle/template b/srcpkgs/python-setproctitle/template index d0d41ae888d..c47e3a9db53 100644 --- a/srcpkgs/python-setproctitle/template +++ b/srcpkgs/python-setproctitle/template @@ -1,7 +1,7 @@ # Template file for 'python-setproctitle' pkgname=python-setproctitle version=1.1.10 -revision=5 +revision=6 wrksrc="setproctitle-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From 6e2b8c2ac8d355cdb0f221b80ab39e2ef92beb3e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:20 +0200 Subject: [PATCH 481/874] python-setuptools: rebuild for Python 3.8. --- srcpkgs/python-setuptools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-setuptools/template b/srcpkgs/python-setuptools/template index 382a9b45bcd..a172f8e8e09 100644 --- a/srcpkgs/python-setuptools/template +++ b/srcpkgs/python-setuptools/template @@ -1,7 +1,7 @@ # Template file for 'python-setuptools' pkgname=python-setuptools version=41.2.0 -revision=2 +revision=3 archs=noarch wrksrc="setuptools-${version}" build_style=python-module From 5feb793ba33633318f41644f84b5ffd5428e2d4f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:20 +0200 Subject: [PATCH 482/874] python-sh: rebuild for Python 3.8. --- srcpkgs/python-sh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-sh/template b/srcpkgs/python-sh/template index 1826986b25c..76985dc1f01 100644 --- a/srcpkgs/python-sh/template +++ b/srcpkgs/python-sh/template @@ -1,7 +1,7 @@ # Template file for 'python-sh' pkgname=python-sh version=1.12.14 -revision=2 +revision=3 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From f0cfe151eea6fcf86d1196385a1ac0057a65ab48 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:20 +0200 Subject: [PATCH 483/874] python-shapely: rebuild for Python 3.8. --- srcpkgs/python-shapely/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-shapely/template b/srcpkgs/python-shapely/template index 25cc875a02c..114726838f9 100644 --- a/srcpkgs/python-shapely/template +++ b/srcpkgs/python-shapely/template @@ -1,7 +1,7 @@ # Template file for 'python-shapely' pkgname=python-shapely version=1.7a1 -revision=2 +revision=3 wrksrc="Shapely-${version}" build_style=python-module pycompile_module="shapely" From 0908618383925caf43243de8097dbf6491149f8d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:20 +0200 Subject: [PATCH 484/874] shiboken: rebuild for Python 3.8. --- srcpkgs/shiboken/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/shiboken/template b/srcpkgs/shiboken/template index d552ce8432d..1f9c8043b46 100644 --- a/srcpkgs/shiboken/template +++ b/srcpkgs/shiboken/template @@ -1,7 +1,7 @@ # Template file for 'shiboken' pkgname=shiboken version=1.2.2 -revision=4 +revision=5 wrksrc="shiboken-${version}" hostmakedepends="cmake" makedepends="python-devel python3-devel qt-devel libxml2-devel libxslt-devel" From 14af86f199e28c6eae170b10c1c662bd0184b73d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:20 +0200 Subject: [PATCH 485/874] shiboken2: rebuild for Python 3.8. --- srcpkgs/shiboken2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/shiboken2/template b/srcpkgs/shiboken2/template index 394d9ba4f94..a08edf3f2a0 100644 --- a/srcpkgs/shiboken2/template +++ b/srcpkgs/shiboken2/template @@ -1,7 +1,7 @@ # Template file for 'shiboken2' pkgname=shiboken2 version=5.11.2 -revision=2 +revision=3 _pkgname="pyside-setup-everywhere-src-${version}" wrksrc="$_pkgname" configure_args="-DUSE_PYTHON_VERSION=3 -DCMAKE_INSTALL_PREFIX=/usr From 9ea535c3baf70c69a2bbe07d057742af1877d648 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:21 +0200 Subject: [PATCH 486/874] python3-shodan: rebuild for Python 3.8. --- srcpkgs/python3-shodan/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-shodan/template b/srcpkgs/python3-shodan/template index 858a0b921f8..033b5a269ff 100644 --- a/srcpkgs/python3-shodan/template +++ b/srcpkgs/python3-shodan/template @@ -1,7 +1,7 @@ # Template file for 'python3-shodan' pkgname=python3-shodan version=1.19.0 -revision=1 +revision=2 archs=noarch wrksrc="shodan-python-${version}" build_style=python3-module From 76805ea236fc7f4ecd5948a492413602efff91e0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:21 +0200 Subject: [PATCH 487/874] python3-signedjson: rebuild for Python 3.8. --- srcpkgs/python3-signedjson/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-signedjson/template b/srcpkgs/python3-signedjson/template index 6f6fb339fd2..d8f9b06b22f 100644 --- a/srcpkgs/python3-signedjson/template +++ b/srcpkgs/python3-signedjson/template @@ -1,7 +1,7 @@ # Template file for 'python3-signedjson' pkgname=python3-signedjson version=1.0.0 -revision=1 +revision=2 archs=noarch wrksrc="python-signedjson-${version}" build_style=python3-module From 12e9d209470a13cdd9063e5544ffd00c5952138e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:21 +0200 Subject: [PATCH 488/874] python-simplebayes: rebuild for Python 3.8. --- srcpkgs/python-simplebayes/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-simplebayes/template b/srcpkgs/python-simplebayes/template index e76b94ad549..6c95222fa7e 100644 --- a/srcpkgs/python-simplebayes/template +++ b/srcpkgs/python-simplebayes/template @@ -1,7 +1,7 @@ # Template file for 'python-simplebayes' pkgname=python-simplebayes version=1.5.8 -revision=1 +revision=2 archs=noarch wrksrc="simplebayes-${version}" build_style=python-module From d1ad830144a3e370bbac6e82affb1d06805dfdbf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:21 +0200 Subject: [PATCH 489/874] python-simplegeneric: rebuild for Python 3.8. --- srcpkgs/python-simplegeneric/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-simplegeneric/template b/srcpkgs/python-simplegeneric/template index 3dc4e1dda94..f352387fa1f 100644 --- a/srcpkgs/python-simplegeneric/template +++ b/srcpkgs/python-simplegeneric/template @@ -1,7 +1,7 @@ # Template file for 'python-simplegeneric' pkgname=python-simplegeneric version=0.8.1 -revision=3 +revision=4 archs=noarch wrksrc="simplegeneric-${version}" build_style=python-module From f6d990c1a1436b305f8b5af6f58c1f6430d96dc8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:21 +0200 Subject: [PATCH 490/874] python-simplejson: rebuild for Python 3.8. --- srcpkgs/python-simplejson/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-simplejson/template b/srcpkgs/python-simplejson/template index b453ae952ba..1b8523d0d46 100644 --- a/srcpkgs/python-simplejson/template +++ b/srcpkgs/python-simplejson/template @@ -1,7 +1,7 @@ # Template file for 'python-simplejson' pkgname=python-simplejson version=3.16.1 -revision=2 +revision=3 wrksrc="simplejson-${version}" build_style=python-module pycompile_module="simplejson" From b6f0878a2894ffdd731251a64a26cb1ddf40038a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:21 +0200 Subject: [PATCH 491/874] sip: rebuild for Python 3.8. --- srcpkgs/sip/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template index 9d09b823bb6..0e8a81000b1 100644 --- a/srcpkgs/sip/template +++ b/srcpkgs/sip/template @@ -1,7 +1,7 @@ # Template file for 'sip' pkgname=sip version=4.19.18 -revision=1 +revision=2 wrksrc="sip-${version}" hostmakedepends="python-devel python3-devel" makedepends="${hostmakedepends}" From 5f24e47fb2b044495bbf0ee108d18220ad3b3bd4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:21 +0200 Subject: [PATCH 492/874] python-six: rebuild for Python 3.8. --- 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 c6d91f5ece9..a25323caa2a 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.12.0 -revision=1 +revision=2 archs=noarch wrksrc="six-${version}" build_style=python-module From 09784cf129c5a66b731964fcda119a53dd9dbb7b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:22 +0200 Subject: [PATCH 493/874] python3-slixmpp: rebuild for Python 3.8. --- 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 db367c3d0ab..cbbde6f394b 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.4.2 -revision=1 +revision=2 wrksrc="slixmpp-${version}" build_style=python3-module pycompile_module="slixmpp" From 5e4eb88ccd16957dc33f6923ae3a72151385e9ac Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:22 +0200 Subject: [PATCH 494/874] python3-slugify: rebuild for Python 3.8. --- srcpkgs/python3-slugify/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template index 44d37f2aed7..012bb98f063 100644 --- a/srcpkgs/python3-slugify/template +++ b/srcpkgs/python3-slugify/template @@ -3,7 +3,7 @@ pkgname=python3-slugify # Please don't update. Only required by Transifx-client, # doesn't work with newer versions version=1.2.6 -revision=1 +revision=2 archs=noarch wrksrc="python-slugify-${version}" build_style=python3-module From 3673d2d0b57421bb69e3ed7407630c26169fab96 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:22 +0200 Subject: [PATCH 495/874] python-smbc: rebuild for Python 3.8. --- srcpkgs/python-smbc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-smbc/template b/srcpkgs/python-smbc/template index abc745f8982..6a280139a25 100644 --- a/srcpkgs/python-smbc/template +++ b/srcpkgs/python-smbc/template @@ -1,7 +1,7 @@ # Template file for 'python-smbc' pkgname=python-smbc version=1.0.16 -revision=1 +revision=2 wrksrc="pysmbc-${version}" build_style=python-module pycompile_module="smbc" From 2e7eca88dff9a562419fb01bfafbdaf55a6c2bd1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:22 +0200 Subject: [PATCH 496/874] python-smmap: rebuild for Python 3.8. --- srcpkgs/python-smmap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-smmap/template b/srcpkgs/python-smmap/template index 4aa0c37ff40..8c8ea952285 100644 --- a/srcpkgs/python-smmap/template +++ b/srcpkgs/python-smmap/template @@ -1,7 +1,7 @@ # Template file for 'python-smmap' pkgname=python-smmap version=2.0.5 -revision=1 +revision=2 archs=noarch wrksrc="smmap-${version}" build_style=python-module From fd787d6092a892885c1a37ff836d919c3268746b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:22 +0200 Subject: [PATCH 497/874] python-snakeoil: rebuild for Python 3.8. --- srcpkgs/python-snakeoil/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-snakeoil/template b/srcpkgs/python-snakeoil/template index 9c98461c555..79e964d9254 100644 --- a/srcpkgs/python-snakeoil/template +++ b/srcpkgs/python-snakeoil/template @@ -1,7 +1,7 @@ # Template file for 'python-snakeoil' pkgname=python-snakeoil version=0.7.5 -revision=2 +revision=3 wrksrc="snakeoil-${version}" build_style=python-module pycompile_module="snakeoil" From c023c48bda41f4e9b16718923037b0abc4c9cc57 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:22 +0200 Subject: [PATCH 498/874] python-snappy: rebuild for Python 3.8. --- srcpkgs/python-snappy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-snappy/template b/srcpkgs/python-snappy/template index ac386f64fae..b1870cbe681 100644 --- a/srcpkgs/python-snappy/template +++ b/srcpkgs/python-snappy/template @@ -1,7 +1,7 @@ # Template file for 'python-snappy' pkgname=python-snappy version=0.5.4 -revision=1 +revision=2 build_style=python-module pycompile_module="snappy" hostmakedepends="python-setuptools python3-setuptools" From cf3b5c203b490e3aa45e74d0cef8b0d0c4d9cbd4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:22 +0200 Subject: [PATCH 499/874] python-snowballstemmer: rebuild for Python 3.8. --- srcpkgs/python-snowballstemmer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-snowballstemmer/template b/srcpkgs/python-snowballstemmer/template index 6c21632cffa..221478860e5 100644 --- a/srcpkgs/python-snowballstemmer/template +++ b/srcpkgs/python-snowballstemmer/template @@ -1,7 +1,7 @@ # Template file for 'python-snowballstemmer' pkgname=python-snowballstemmer version=1.2.1 -revision=3 +revision=4 archs=noarch wrksrc="snowballstemmer-${version}" build_style=python-module From ebbd083848ced4227417bedacb81db1e46b3b0d4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:23 +0200 Subject: [PATCH 500/874] python-socketIO-client: rebuild for Python 3.8. --- srcpkgs/python-socketIO-client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-socketIO-client/template b/srcpkgs/python-socketIO-client/template index 32fdac4117d..9495d7cf40b 100644 --- a/srcpkgs/python-socketIO-client/template +++ b/srcpkgs/python-socketIO-client/template @@ -1,7 +1,7 @@ # Template file for 'python-socketIO-client' pkgname=python-socketIO-client version=0.7.2 -revision=2 +revision=3 archs=noarch build_style=python-module pycompile_module="socketIO_client" From bf4912c1b4d342f253c99ee2ff30408cc72ef150 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:23 +0200 Subject: [PATCH 501/874] python3-sortedcontainers: rebuild for Python 3.8. --- srcpkgs/python3-sortedcontainers/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-sortedcontainers/template b/srcpkgs/python3-sortedcontainers/template index 2b531ded9b6..41d87d4ebd0 100644 --- a/srcpkgs/python3-sortedcontainers/template +++ b/srcpkgs/python3-sortedcontainers/template @@ -1,7 +1,7 @@ # Template file for 'python3-sortedcontainers' pkgname=python3-sortedcontainers version=2.1.0 -revision=1 +revision=2 archs=noarch wrksrc="sortedcontainers-${version}" build_style=python3-module From d111b9221a51cf160ffadb598d8ab186bac3562f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:23 +0200 Subject: [PATCH 502/874] python-soupsieve: rebuild for Python 3.8. --- srcpkgs/python-soupsieve/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-soupsieve/template b/srcpkgs/python-soupsieve/template index 586553ca759..63b65c5910f 100644 --- a/srcpkgs/python-soupsieve/template +++ b/srcpkgs/python-soupsieve/template @@ -1,7 +1,7 @@ # Template file for 'python-soupsieve' pkgname=python-soupsieve version=1.9.4 -revision=1 +revision=2 archs=noarch wrksrc="soupsieve-${version}" build_style=python-module From 505955408532e39107891c66bb40c986d8a5da3c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:23 +0200 Subject: [PATCH 503/874] python3-spake2: rebuild for Python 3.8. --- srcpkgs/python3-spake2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-spake2/template b/srcpkgs/python3-spake2/template index ff83afed1d6..dc0cdced747 100644 --- a/srcpkgs/python3-spake2/template +++ b/srcpkgs/python3-spake2/template @@ -1,7 +1,7 @@ # Template file for 'python3-spake2' pkgname=python3-spake2 version=0.8 -revision=1 +revision=2 archs=noarch wrksrc="python-spake2-${version}" build_style=python3-module From ed28cd6c33b5a607891182e27d4edc4b33e42c75 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:23 +0200 Subject: [PATCH 504/874] python-sphinx_rtd_theme: rebuild for Python 3.8. --- srcpkgs/python-sphinx_rtd_theme/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-sphinx_rtd_theme/template b/srcpkgs/python-sphinx_rtd_theme/template index 90def1c9d1d..ebd4f13da8f 100644 --- a/srcpkgs/python-sphinx_rtd_theme/template +++ b/srcpkgs/python-sphinx_rtd_theme/template @@ -1,7 +1,7 @@ # Template file for 'python-sphinx_rtd_theme' pkgname=python-sphinx_rtd_theme version=0.4.3 -revision=1 +revision=2 archs=noarch wrksrc="sphinx_rtd_theme-${version}" build_style=python-module From dc5c184f3eb8653ed7620ead5c8c28a67daed07d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:23 +0200 Subject: [PATCH 505/874] python-sphinxcontrib: rebuild for Python 3.8. --- srcpkgs/python-sphinxcontrib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-sphinxcontrib/template b/srcpkgs/python-sphinxcontrib/template index ce3befc56d7..c6789cc77f5 100644 --- a/srcpkgs/python-sphinxcontrib/template +++ b/srcpkgs/python-sphinxcontrib/template @@ -1,7 +1,7 @@ # Template file for 'python-sphinxcontrib' pkgname=python-sphinxcontrib version=1.0 -revision=2 +revision=3 archs=noarch create_wrksrc=yes pycompile_module="sphinxcontrib" From 044129ada15eeb9695b554976702e8af049dcfd3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:23 +0200 Subject: [PATCH 506/874] python-sphinxcontrib-websupport: rebuild for Python 3.8. --- srcpkgs/python-sphinxcontrib-websupport/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-sphinxcontrib-websupport/template b/srcpkgs/python-sphinxcontrib-websupport/template index 2236e50b25b..5387dec6519 100644 --- a/srcpkgs/python-sphinxcontrib-websupport/template +++ b/srcpkgs/python-sphinxcontrib-websupport/template @@ -1,7 +1,7 @@ # Template file for 'python-sphinxcontrib-websupport' pkgname=python-sphinxcontrib-websupport version=1.1.2 -revision=1 +revision=2 archs=noarch wrksrc="sphinxcontrib-websupport-${version}" build_style=python-module From d4fb3b78447ca7349e0a94033b436c3e0caa5dc9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:23 +0200 Subject: [PATCH 507/874] python-sqlalchemy-migrate: rebuild for Python 3.8. --- 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 cfdf6166695..bb002660c0f 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=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 863a48d9543b2461c699350ad32bb2ae925e30c6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:24 +0200 Subject: [PATCH 508/874] python-sqlparse: rebuild for Python 3.8. --- 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 29a477db392..0f8c6f8ea2e 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=1 +revision=2 archs=noarch wrksrc="sqlparse-${version}" build_style=python-module From b477355bf26b723b8ab7cab61902be1e4aaee7bf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:24 +0200 Subject: [PATCH 509/874] python-stem: rebuild for Python 3.8. --- srcpkgs/python-stem/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-stem/template b/srcpkgs/python-stem/template index e04ae0a848c..e16e79d84bb 100644 --- a/srcpkgs/python-stem/template +++ b/srcpkgs/python-stem/template @@ -1,7 +1,7 @@ # Template file for 'python-stem' pkgname=python-stem version=1.7.1 -revision=1 +revision=2 archs=noarch wrksrc="stem-${version/b/}" build_style=python-module From 82d435bdfc12ea7b4a3dabd17da5113470bffe26 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:24 +0200 Subject: [PATCH 510/874] python-stevedore: rebuild for Python 3.8. --- srcpkgs/python-stevedore/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-stevedore/template b/srcpkgs/python-stevedore/template index 281538211af..4f781304d3f 100644 --- a/srcpkgs/python-stevedore/template +++ b/srcpkgs/python-stevedore/template @@ -1,7 +1,7 @@ # Template file for 'python-stevedore' pkgname=python-stevedore version=1.30.1 -revision=1 +revision=2 archs=noarch wrksrc="stevedore-${version}" build_style=python-module From 2afe8f7a4ce71437484d9258f44ead34ae2f6647 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:24 +0200 Subject: [PATCH 511/874] python-stormssh: rebuild for Python 3.8. --- srcpkgs/python-stormssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-stormssh/template b/srcpkgs/python-stormssh/template index 250e838e582..11f63f67bba 100644 --- a/srcpkgs/python-stormssh/template +++ b/srcpkgs/python-stormssh/template @@ -1,7 +1,7 @@ # Template file for 'python-stormssh' pkgname=python-stormssh version=0.7.0 -revision=1 +revision=2 archs=noarch wrksrc=storm-${version} build_style=python-module From 754addaa6845cd505b5d744fa4e54a66dba9c4ad Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:24 +0200 Subject: [PATCH 512/874] python-subliminal: rebuild for Python 3.8. --- srcpkgs/python-subliminal/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-subliminal/template b/srcpkgs/python-subliminal/template index 035ca844880..216c11bb4c0 100644 --- a/srcpkgs/python-subliminal/template +++ b/srcpkgs/python-subliminal/template @@ -1,7 +1,7 @@ # Template file for 'python-subliminal' pkgname=python-subliminal version=2.0.5 -revision=1 +revision=2 archs=noarch wrksrc="subliminal-${version}" build_style=python-module From da488d7b04fb3b00046be4293c33ae0809dad8e6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:24 +0200 Subject: [PATCH 513/874] python-sympy: rebuild for Python 3.8. --- srcpkgs/python-sympy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-sympy/template b/srcpkgs/python-sympy/template index 21d8cf69840..d41c8a392b0 100644 --- a/srcpkgs/python-sympy/template +++ b/srcpkgs/python-sympy/template @@ -1,7 +1,7 @@ # Template file for 'python-sympy' pkgname=python-sympy version=1.4 -revision=1 +revision=2 archs=noarch wrksrc="sympy-${version}" build_style=python-module From 78857098e3058d7f0df7ece8be24b84196d16921 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:24 +0200 Subject: [PATCH 514/874] python-tables: rebuild for Python 3.8. --- srcpkgs/python-tables/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-tables/template b/srcpkgs/python-tables/template index 644ae3d1a35..5f61fe8fb88 100644 --- a/srcpkgs/python-tables/template +++ b/srcpkgs/python-tables/template @@ -1,7 +1,7 @@ # Template file for 'python-tables' pkgname=python-tables version=3.5.2 -revision=1 +revision=2 wrksrc="${pkgname#*-}-${version}" build_style=python-module pycompile_module="tables" From 45955cd565bccabbc642dce6684af05ad7651ba5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:25 +0200 Subject: [PATCH 515/874] python3-tabulate: rebuild for Python 3.8. --- srcpkgs/python3-tabulate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tabulate/template b/srcpkgs/python3-tabulate/template index 19b61edd88c..6f142077300 100644 --- a/srcpkgs/python3-tabulate/template +++ b/srcpkgs/python3-tabulate/template @@ -1,7 +1,7 @@ # Template file for 'python3-tabulate' pkgname=python3-tabulate version=0.8.4 -revision=1 +revision=2 archs=noarch wrksrc="tabulate-${version}" build_style=python3-module From 285f369cadcf0d14f66db8045bb3fb979e69937f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:25 +0200 Subject: [PATCH 516/874] python-tempita: rebuild for Python 3.8. --- 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 9e7123fbd9d..c1c75ee1cac 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=3 +revision=4 archs=noarch wrksrc="Tempita-${version}" build_style=python-module From efa04f85df83993e48813e00587c05cd6c722387 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:25 +0200 Subject: [PATCH 517/874] python-tempora: rebuild for Python 3.8. --- srcpkgs/python-tempora/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-tempora/template b/srcpkgs/python-tempora/template index fa1cbd4fbd1..866d163f367 100644 --- a/srcpkgs/python-tempora/template +++ b/srcpkgs/python-tempora/template @@ -1,7 +1,7 @@ # Template file for 'python-tempora' pkgname=python-tempora version=1.14.1 -revision=1 +revision=2 archs=noarch wrksrc="tempora-${version}" build_style=python-module From 783b09196fc04d62a7e7a220ffffc941acedfeeb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:25 +0200 Subject: [PATCH 518/874] python-termcolor: rebuild for Python 3.8. --- srcpkgs/python-termcolor/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-termcolor/template b/srcpkgs/python-termcolor/template index 877e5e59d9b..73c18fc79eb 100644 --- a/srcpkgs/python-termcolor/template +++ b/srcpkgs/python-termcolor/template @@ -1,7 +1,7 @@ # Template file for 'python-termcolor' pkgname=python-termcolor version=1.1.0 -revision=5 +revision=6 archs=noarch wrksrc="termcolor-${version}" build_style=python-module From 469ef1b462bbb9fb2d5d97b38e357b662f5009d6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:25 +0200 Subject: [PATCH 519/874] python-terminado: rebuild for Python 3.8. --- srcpkgs/python-terminado/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-terminado/template b/srcpkgs/python-terminado/template index cdfe6163991..d649364d88d 100644 --- a/srcpkgs/python-terminado/template +++ b/srcpkgs/python-terminado/template @@ -1,7 +1,7 @@ # Template file for 'python-terminado' pkgname=python-terminado version=0.8.2 -revision=1 +revision=2 archs=noarch wrksrc="terminado-${version}" build_style=python-module From ced3b80cce126ab9d23dd2a4bc9505e23b5a4888 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:25 +0200 Subject: [PATCH 520/874] python3-terminaltables: rebuild for Python 3.8. --- srcpkgs/python3-terminaltables/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-terminaltables/template b/srcpkgs/python3-terminaltables/template index 60ada7ffcb6..4f781eab76d 100644 --- a/srcpkgs/python3-terminaltables/template +++ b/srcpkgs/python3-terminaltables/template @@ -1,7 +1,7 @@ # Template file for 'python3-terminaltables' pkgname=python3-terminaltables version=3.1.0 -revision=1 +revision=2 archs=noarch wrksrc="terminaltables-${version}" build_style=python3-module From 7a90fec1dbe0347ede0762e747d8edf378bd497c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:25 +0200 Subject: [PATCH 521/874] python-testpath: rebuild for Python 3.8. --- srcpkgs/python-testpath/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-testpath/template b/srcpkgs/python-testpath/template index bac7270fd40..abfc59900c0 100644 --- a/srcpkgs/python-testpath/template +++ b/srcpkgs/python-testpath/template @@ -1,7 +1,7 @@ # Template file for 'python-testpath' pkgname=python-testpath version=0.4.2 -revision=1 +revision=2 archs=noarch wrksrc="testpath-${version}" build_style=python-module From f8761f2f7116f9b2691807d35d9836a34fbbbf32 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:26 +0200 Subject: [PATCH 522/874] python3-text-unidecode: rebuild for Python 3.8. --- srcpkgs/python3-text-unidecode/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-text-unidecode/template b/srcpkgs/python3-text-unidecode/template index 77163d9e0b6..b3b5aa95575 100644 --- a/srcpkgs/python3-text-unidecode/template +++ b/srcpkgs/python3-text-unidecode/template @@ -1,7 +1,7 @@ # Template file for 'python3-text-unidecode' pkgname=python3-text-unidecode version=1.2 -revision=1 +revision=2 archs=noarch wrksrc="text-unidecode-${version}" build_style=python3-module From 2d2f99664b0644e22e4876b9d54048008a392289 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:26 +0200 Subject: [PATCH 523/874] python-texttable: rebuild for Python 3.8. --- srcpkgs/python-texttable/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-texttable/template b/srcpkgs/python-texttable/template index a9c5ec66db1..24bac87af6a 100644 --- a/srcpkgs/python-texttable/template +++ b/srcpkgs/python-texttable/template @@ -1,7 +1,7 @@ # Template file for 'python-texttable' pkgname=python-texttable version=1.6.1 -revision=1 +revision=2 archs=noarch wrksrc="texttable-${version}" build_style=python-module From c671c144e8fe81895f6995347d19725f72165b25 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:26 +0200 Subject: [PATCH 524/874] python3-tinycss: rebuild for Python 3.8. --- srcpkgs/python3-tinycss/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template index 91fda6f808d..3b4717c234e 100644 --- a/srcpkgs/python3-tinycss/template +++ b/srcpkgs/python3-tinycss/template @@ -1,7 +1,7 @@ # Template file for 'python3-tinycss' pkgname=python3-tinycss version=0.4 -revision=1 +revision=2 archs=noarch wrksrc=tinycss-${version} build_style=python3-module From 9aa3e8105128dc5e3b86a83bd0ae76e7d9c9cf86 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:26 +0200 Subject: [PATCH 525/874] python-tmuxp: rebuild for Python 3.8. --- srcpkgs/python-tmuxp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-tmuxp/template b/srcpkgs/python-tmuxp/template index 00c86730cbe..45b4a9772b2 100644 --- a/srcpkgs/python-tmuxp/template +++ b/srcpkgs/python-tmuxp/template @@ -1,7 +1,7 @@ # Template file for 'python-tmuxp' pkgname=python-tmuxp version=1.5.3 -revision=1 +revision=2 archs=noarch wrksrc="tmuxp-${version}" build_style=python-module From 995158f34c29d704b44eae2b32df801023781096 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:26 +0200 Subject: [PATCH 526/874] python-toml: rebuild for Python 3.8. --- srcpkgs/python-toml/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-toml/template b/srcpkgs/python-toml/template index 0eee1b0b2c3..2fd6eaa0cea 100644 --- a/srcpkgs/python-toml/template +++ b/srcpkgs/python-toml/template @@ -1,7 +1,7 @@ # Template file for 'python-toml' pkgname=python-toml version=0.10.0 -revision=1 +revision=2 archs=noarch wrksrc="toml-${version}" build_style=python-module From 6270afd962719dd0e9b876b40ab7bf9be9936cf5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:26 +0200 Subject: [PATCH 527/874] python-tornado: rebuild for Python 3.8. --- srcpkgs/python-tornado/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-tornado/template b/srcpkgs/python-tornado/template index 7e5700177f5..bd558d251f5 100644 --- a/srcpkgs/python-tornado/template +++ b/srcpkgs/python-tornado/template @@ -1,7 +1,7 @@ # Template file for 'python-tornado' pkgname=python-tornado version=5.1.1 -revision=1 +revision=2 wrksrc="tornado-${version}" build_style=python-module pycompile_module="tornado" From cd9e416288ae101465f91c75453326fdead7d148 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:26 +0200 Subject: [PATCH 528/874] python-tqdm: rebuild for Python 3.8. --- srcpkgs/python-tqdm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-tqdm/template b/srcpkgs/python-tqdm/template index 69369bfd6b9..ef1f07127ad 100644 --- a/srcpkgs/python-tqdm/template +++ b/srcpkgs/python-tqdm/template @@ -1,7 +1,7 @@ # Template file for 'python-tqdm' pkgname=python-tqdm version=4.36.1 -revision=1 +revision=2 archs=noarch wrksrc="tqdm-${version}" build_style=python-module From 4ef8d34c3ab05cf43591d92220fc001007644a6d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:26 +0200 Subject: [PATCH 529/874] python-traitlets: rebuild for Python 3.8. --- srcpkgs/python-traitlets/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-traitlets/template b/srcpkgs/python-traitlets/template index d2d1b85edb6..797dd0268da 100644 --- a/srcpkgs/python-traitlets/template +++ b/srcpkgs/python-traitlets/template @@ -1,7 +1,7 @@ # Template file for 'python-traitlets' pkgname=python-traitlets version=4.3.3 -revision=1 +revision=2 archs=noarch wrksrc="traitlets-${version}" build_style=python-module From f41edcb16535bb92b415439644ee01a61da14478 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:27 +0200 Subject: [PATCH 530/874] python3-transifex-client: rebuild for Python 3.8. --- srcpkgs/python3-transifex-client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-transifex-client/template b/srcpkgs/python3-transifex-client/template index 77ca15313e0..5ea767b5a7d 100644 --- a/srcpkgs/python3-transifex-client/template +++ b/srcpkgs/python3-transifex-client/template @@ -1,7 +1,7 @@ # Template file for 'python3-transifex-client' pkgname=python3-transifex-client version=0.13.6 -revision=1 +revision=2 archs=noarch wrksrc="transifex-client-${version}" build_style=python3-module From d2c27a7fe61e206ccbf655146feec32e4b13cfc2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:27 +0200 Subject: [PATCH 531/874] python3-treq: rebuild for Python 3.8. --- srcpkgs/python3-treq/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-treq/template b/srcpkgs/python3-treq/template index 8f210d13489..e46e1e7e7a5 100644 --- a/srcpkgs/python3-treq/template +++ b/srcpkgs/python3-treq/template @@ -1,7 +1,7 @@ # Template file for 'python3-treq' pkgname=python3-treq version=18.6.0 -revision=1 +revision=2 archs=noarch wrksrc="treq-${version}" build_style=python3-module From 26b5427ba0e26d8712ebe081a774396e3ea39d76 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:27 +0200 Subject: [PATCH 532/874] python-ttystatus: rebuild for Python 3.8. --- srcpkgs/python-ttystatus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-ttystatus/template b/srcpkgs/python-ttystatus/template index 9fbefad3461..43e87ddcdf0 100644 --- a/srcpkgs/python-ttystatus/template +++ b/srcpkgs/python-ttystatus/template @@ -1,7 +1,7 @@ # Template file for 'python-ttystatus' pkgname=python-ttystatus version=0.38 -revision=1 +revision=2 archs=noarch build_style=python-module pycompile_module="ttystatus" From dbf349fac2110dc33ad6d676748e46240dec1fbb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:27 +0200 Subject: [PATCH 533/874] python-twitter: rebuild for Python 3.8. --- srcpkgs/python-twitter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-twitter/template b/srcpkgs/python-twitter/template index c299b28dedf..e5e7194078a 100644 --- a/srcpkgs/python-twitter/template +++ b/srcpkgs/python-twitter/template @@ -1,7 +1,7 @@ # Template file for 'python-twitter' pkgname=python-twitter version=3.5 -revision=1 +revision=2 archs=noarch build_style=python-module pycompile_module="twitter" From 58eab12e88f689c694ef474e09d2266b77b5bcc3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:27 +0200 Subject: [PATCH 534/874] python3-txacme: rebuild for Python 3.8. --- srcpkgs/python3-txacme/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template index e6becf593e7..c678addda4d 100644 --- a/srcpkgs/python3-txacme/template +++ b/srcpkgs/python3-txacme/template @@ -1,7 +1,7 @@ # Template file for 'python3-txacme' pkgname=python3-txacme version=0.9.2 -revision=1 +revision=2 archs=noarch wrksrc="txacme-${version}" build_style=python3-module From a1a3464258c255e0b73cbdb47e0337d3b8af473e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:27 +0200 Subject: [PATCH 535/874] python3-txaio: rebuild for Python 3.8. --- srcpkgs/python3-txaio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-txaio/template b/srcpkgs/python3-txaio/template index fa13338cd30..8163f5c90fd 100644 --- a/srcpkgs/python3-txaio/template +++ b/srcpkgs/python3-txaio/template @@ -1,7 +1,7 @@ # Template file for 'python3-txaio' pkgname=python3-txaio version=18.8.1 -revision=1 +revision=2 archs=noarch wrksrc="txaio-${version}" build_style=python3-module From 66d08c9f4945499ccd01b127d7ec1f8cfd468dd3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:28 +0200 Subject: [PATCH 536/874] python3-txtorcon: rebuild for Python 3.8. --- srcpkgs/python3-txtorcon/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template index 3018a65e457..a10ab59c582 100644 --- a/srcpkgs/python3-txtorcon/template +++ b/srcpkgs/python3-txtorcon/template @@ -1,7 +1,7 @@ # Template file for 'python3-txtorcon' pkgname=python3-txtorcon version=19.1.0 -revision=1 +revision=2 archs=noarch wrksrc="txtorcon-${version}" build_style=python3-module From f3bf9db3f8b699c67eebc7fa0278fca9de892d75 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:28 +0200 Subject: [PATCH 537/874] python3-typed-ast: update to 1.4.0. --- srcpkgs/python3-typed-ast/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-typed-ast/template b/srcpkgs/python3-typed-ast/template index ec5b5b9df11..b38f0fe065c 100644 --- a/srcpkgs/python3-typed-ast/template +++ b/srcpkgs/python3-typed-ast/template @@ -1,8 +1,8 @@ # Template file for 'python3-typed-ast' pkgname=python3-typed-ast -version=1.3.4 +version=1.4.0 revision=1 -wrksrc="typed-ast-${version}" +wrksrc="typed_ast-${version}" build_style=python3-module pycompile_module="typed_ast" hostmakedepends="python3-devel python3-setuptools" @@ -11,6 +11,6 @@ short_desc="Ast module with type comment support" maintainer="whoami " license="Apache-2.0" homepage="https://github.com/python/typed_ast" -distfiles="${PYPI_SITE}/t/typed-ast/typed-ast-${version}.tar.gz" -checksum=68c362848d9fb71d3c3e5f43c09974a0ae319144634e7a47db62f0f2a54a7fa7 +distfiles="${PYPI_SITE}/t/typed-ast/typed_ast-${version}.tar.gz" +checksum=66480f95b8167c9c5c5c87f32cf437d585937970f3fc24386f313a4c97b44e34 nocross="https://travis-ci.org/void-linux/void-packages/jobs/509366923#L1009" From d977434aa35e2c6bc03c5db7514f5409eb21a2a8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:28 +0200 Subject: [PATCH 538/874] python3-typing_extensions: rebuild for Python 3.8. --- srcpkgs/python3-typing_extensions/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-typing_extensions/template b/srcpkgs/python3-typing_extensions/template index ab96df4eb2d..605af46216d 100644 --- a/srcpkgs/python3-typing_extensions/template +++ b/srcpkgs/python3-typing_extensions/template @@ -1,7 +1,7 @@ # Template file for 'python3-typing_extensions' pkgname=python3-typing_extensions version=3.6.6 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#python3-}-${version}" build_style=python3-module From d1368b489e196a385edf9b15df4da773505f8a5e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:28 +0200 Subject: [PATCH 539/874] python-tzlocal: rebuild for Python 3.8. --- srcpkgs/python-tzlocal/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-tzlocal/template b/srcpkgs/python-tzlocal/template index 396eada3982..684d2a21b40 100644 --- a/srcpkgs/python-tzlocal/template +++ b/srcpkgs/python-tzlocal/template @@ -1,7 +1,7 @@ # Template file for 'python-tzlocal' pkgname=python-tzlocal version=1.5.1 -revision=1 +revision=2 archs=noarch wrksrc="tzlocal-${version}" build_style=python-module From 0ec72579de99edead05daf85e7cac5e0e2ab641b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:28 +0200 Subject: [PATCH 540/874] python-unittest-mixins: rebuild for Python 3.8. --- srcpkgs/python-unittest-mixins/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-unittest-mixins/template b/srcpkgs/python-unittest-mixins/template index 6f7c7204112..2ff5c497523 100644 --- a/srcpkgs/python-unittest-mixins/template +++ b/srcpkgs/python-unittest-mixins/template @@ -1,7 +1,7 @@ # Template file for 'python-unittest-mixins' pkgname=python-unittest-mixins version=1.6 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname/python-//}-${version}" build_style=python-module From a5e3289470d7f0e25e09237aa9463d28817818c9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:28 +0200 Subject: [PATCH 541/874] python3-unpaddedbase64: rebuild for Python 3.8. --- srcpkgs/python3-unpaddedbase64/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-unpaddedbase64/template b/srcpkgs/python3-unpaddedbase64/template index 37df2c1d642..06a47db3b64 100644 --- a/srcpkgs/python3-unpaddedbase64/template +++ b/srcpkgs/python3-unpaddedbase64/template @@ -1,7 +1,7 @@ # Template file for 'python3-unpaddedbase64' pkgname=python3-unpaddedbase64 version=1.1.0 -revision=1 +revision=2 archs=noarch wrksrc="python-unpaddedbase64-${version}" build_style=python3-module From 13043751d10b741546f419a7e9089a5b252fd5c3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:28 +0200 Subject: [PATCH 542/874] python-urbandict: rebuild for Python 3.8. --- srcpkgs/python-urbandict/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-urbandict/template b/srcpkgs/python-urbandict/template index ff09e963fa7..ed359c744be 100644 --- a/srcpkgs/python-urbandict/template +++ b/srcpkgs/python-urbandict/template @@ -1,7 +1,7 @@ # Template file for 'python-urbandict' pkgname=python-urbandict version=0.5 -revision=1 +revision=2 archs=noarch wrksrc="urbandict-${version}" build_style=python-module From a15bf0893e7a65a070751099b3ddca9172b49912 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:29 +0200 Subject: [PATCH 543/874] python-uritemplate: rebuild for Python 3.8. --- srcpkgs/python-uritemplate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-uritemplate/template b/srcpkgs/python-uritemplate/template index 7a530fee03b..cdcda419efe 100644 --- a/srcpkgs/python-uritemplate/template +++ b/srcpkgs/python-uritemplate/template @@ -1,7 +1,7 @@ # Template file for 'python-uritemplate' pkgname=python-uritemplate version=3.0.0 -revision=2 +revision=3 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 43c97a015ea83b2b0934ea864a84b324ec83f31a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:29 +0200 Subject: [PATCH 544/874] python3-urlgrabber: rebuild for Python 3.8. --- srcpkgs/python3-urlgrabber/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-urlgrabber/template b/srcpkgs/python3-urlgrabber/template index 087087d5ed1..eef67c8e13c 100644 --- a/srcpkgs/python3-urlgrabber/template +++ b/srcpkgs/python3-urlgrabber/template @@ -1,7 +1,7 @@ # Template file for 'python3-urlgrabber' pkgname=python3-urlgrabber version=4.0.0 -revision=1 +revision=2 archs=noarch wrksrc="urlgrabber-${version}" build_style=python3-module From 016dbcff2bb0c1709814f4da4fe214d551e3d4cf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:29 +0200 Subject: [PATCH 545/874] python-urllib3: rebuild for Python 3.8. --- 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 8056518c9c1..1ff21f7555d 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.3 -revision=1 +revision=2 archs=noarch wrksrc="urllib3-${version}" build_style=python-module From 9629da352be38a0f14bcb680c7fc05dd1d1167f7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:29 +0200 Subject: [PATCH 546/874] python-urwid: rebuild for Python 3.8. --- 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 ae6722b1135..7adf8b76b96 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.0.1 -revision=2 +revision=3 wrksrc="urwid-${version}" build_style="python-module" hostmakedepends="python-setuptools python3-setuptools" From 4be978b1173afce93e7ff39f6e577059f4c7dd4f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:29 +0200 Subject: [PATCH 547/874] python-urwidtrees: rebuild for Python 3.8. --- srcpkgs/python-urwidtrees/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-urwidtrees/template b/srcpkgs/python-urwidtrees/template index be0e906addf..62d214489e2 100644 --- a/srcpkgs/python-urwidtrees/template +++ b/srcpkgs/python-urwidtrees/template @@ -1,7 +1,7 @@ # Template file for 'python-urwidtrees' pkgname=python-urwidtrees version=1.0.2 -revision=2 +revision=3 archs=noarch wrksrc="urwidtrees-${version}" build_style=python-module From c9f3ad0ed793593060952aa365e888244dfd07e8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:29 +0200 Subject: [PATCH 548/874] python3-usb: rebuild for Python 3.8. --- 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 a081ee5ba76..d26c24df669 100644 --- a/srcpkgs/python3-usb/template +++ b/srcpkgs/python3-usb/template @@ -2,7 +2,7 @@ pkgname=python3-usb _pkgname=pyusb version=1.0.2 -revision=1 +revision=2 archs=noarch wrksrc="${_pkgname}-${version}" build_style=python3-module From 454ef49754696a81de599e7fa6cf9cab31ccbc31 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:29 +0200 Subject: [PATCH 549/874] python-utils: rebuild for Python 3.8. --- srcpkgs/python-utils/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-utils/template b/srcpkgs/python-utils/template index e881e70c0f0..6745df121a6 100644 --- a/srcpkgs/python-utils/template +++ b/srcpkgs/python-utils/template @@ -1,7 +1,7 @@ # Template file for 'python-utils' pkgname=python-utils version=2.3.0 -revision=2 +revision=3 archs=noarch build_style=python-module wrksrc="python-utils-${version}" From eef5c75b93453defdcb8def5b34c20f20cda0fc6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:29 +0200 Subject: [PATCH 550/874] python3-validators: rebuild for Python 3.8. --- srcpkgs/python3-validators/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-validators/template b/srcpkgs/python3-validators/template index 29b9fc74c30..6d9da94c4bb 100644 --- a/srcpkgs/python3-validators/template +++ b/srcpkgs/python3-validators/template @@ -1,7 +1,7 @@ # Template file for 'python3-validators' pkgname=python3-validators version=0.14.0 -revision=1 +revision=2 archs=noarch wrksrc="validators-${version}" build_style=python3-module From 53ce0ff21de84f26405d0314002bb11e85903128 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:30 +0200 Subject: [PATCH 551/874] python3-vdf: rebuild for Python 3.8. --- 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 44c635ecdd6..88bd521beaa 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=1 +revision=2 wrksrc=vdf-${version} build_style=python3-module hostmakedepends="python3-setuptools" From f720d6ed8267fa4b27a7ce83dd3a265a18cd13b2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:30 +0200 Subject: [PATCH 552/874] python-vint: rebuild for Python 3.8. --- srcpkgs/python-vint/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-vint/template b/srcpkgs/python-vint/template index 4ca693f7eb2..62c663bf18e 100644 --- a/srcpkgs/python-vint/template +++ b/srcpkgs/python-vint/template @@ -1,7 +1,7 @@ # Template file for 'python-vint' pkgname=python-vint version=0.3.19 -revision=2 +revision=3 archs=noarch wrksrc="vim-vint-${version}" build_style=python-module From 573eadbcb861065b712050cf6e7fd200c33a73b4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:30 +0200 Subject: [PATCH 553/874] python-virtualenv: rebuild for Python 3.8. --- srcpkgs/python-virtualenv/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-virtualenv/template b/srcpkgs/python-virtualenv/template index 1f9166e79a2..cdeda28c53e 100644 --- a/srcpkgs/python-virtualenv/template +++ b/srcpkgs/python-virtualenv/template @@ -1,7 +1,7 @@ # Template file for 'python-virtualenv' pkgname=python-virtualenv version=16.7.5 -revision=1 +revision=2 archs=noarch wrksrc="virtualenv-${version}" build_style=python-module From 25eda2949787b488dfc7cfc6512d02a4971d4f96 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:30 +0200 Subject: [PATCH 554/874] python-virtualenv-clone: rebuild for Python 3.8. --- srcpkgs/python-virtualenv-clone/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-virtualenv-clone/template b/srcpkgs/python-virtualenv-clone/template index 3c9f601bc6e..273b9ddf6d3 100644 --- a/srcpkgs/python-virtualenv-clone/template +++ b/srcpkgs/python-virtualenv-clone/template @@ -1,7 +1,7 @@ # Template file for 'python-virtualenv-clone' pkgname=python-virtualenv-clone version=0.4.0 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 5a922ea064a496fb01ff970e45a43ef51561b373 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:30 +0200 Subject: [PATCH 555/874] python3-virustotal-api: rebuild for Python 3.8. --- srcpkgs/python3-virustotal-api/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-virustotal-api/template b/srcpkgs/python3-virustotal-api/template index 2bc6592c91f..fc362c03b39 100644 --- a/srcpkgs/python3-virustotal-api/template +++ b/srcpkgs/python3-virustotal-api/template @@ -1,7 +1,7 @@ # Template file for 'python3-virustotal-api' pkgname=python3-virustotal-api version=1.1.11 -revision=1 +revision=2 archs=noarch wrksrc="virustotal-api-${version}" build_style=python3-module From 65deaff01a3a9a5d82641fe121fdb2964b75346f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:30 +0200 Subject: [PATCH 556/874] python-vispy: rebuild for Python 3.8. --- srcpkgs/python-vispy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-vispy/template b/srcpkgs/python-vispy/template index b757e5a271f..624ade6f12b 100644 --- a/srcpkgs/python-vispy/template +++ b/srcpkgs/python-vispy/template @@ -1,7 +1,7 @@ # Template file for 'python-vispy' pkgname=python-vispy version=0.6.1 -revision=1 +revision=2 wrksrc="vispy-${version}" build_style=python-module pycompile_module="vispy" From 5e47d846dedfdbef61bd10a33928ce13b600c648 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:30 +0200 Subject: [PATCH 557/874] python-vobject: rebuild for Python 3.8. --- srcpkgs/python-vobject/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-vobject/template b/srcpkgs/python-vobject/template index 54f575aa1a1..2c1c215527c 100644 --- a/srcpkgs/python-vobject/template +++ b/srcpkgs/python-vobject/template @@ -1,7 +1,7 @@ # Template file for 'python-vobject' pkgname=python-vobject version=0.9.6.1 -revision=1 +revision=2 archs=noarch wrksrc="vobject-${version}" build_style=python-module From 8125ffd3d4822ca6bf81508ed8b859e079cd9437 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:31 +0200 Subject: [PATCH 558/874] python-voluptuous: rebuild for Python 3.8. --- srcpkgs/python-voluptuous/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-voluptuous/template b/srcpkgs/python-voluptuous/template index fd44ae2e324..1dd5de27491 100644 --- a/srcpkgs/python-voluptuous/template +++ b/srcpkgs/python-voluptuous/template @@ -1,7 +1,7 @@ # Template file for 'python-voluptuous' pkgname=python-voluptuous version=0.11.5 -revision=2 +revision=3 archs=noarch wrksrc="voluptuous-${version}" build_style=python-module From 608126ee8043f8d45a8e56608f99e0df6cc2ee9e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:31 +0200 Subject: [PATCH 559/874] python-watchdog: rebuild for Python 3.8. --- srcpkgs/python-watchdog/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-watchdog/template b/srcpkgs/python-watchdog/template index f6027c3b5ca..2eea6397f00 100644 --- a/srcpkgs/python-watchdog/template +++ b/srcpkgs/python-watchdog/template @@ -1,7 +1,7 @@ # Template file for 'python-watchdog' pkgname=python-watchdog version=0.9.0 -revision=1 +revision=2 archs=noarch wrksrc="watchdog-${version}" build_style=python-module From a54fc09b58f905a0ed5cd5892db67b7c4ea6ae9a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:31 +0200 Subject: [PATCH 560/874] python-watchman: rebuild for Python 3.8. --- srcpkgs/python-watchman/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-watchman/template b/srcpkgs/python-watchman/template index 4c41c275ca2..97400668d64 100644 --- a/srcpkgs/python-watchman/template +++ b/srcpkgs/python-watchman/template @@ -1,7 +1,7 @@ # Template file for 'python-watchman' pkgname=python-watchman version=1.4.1 -revision=2 +revision=3 wrksrc="pywatchman-${version}" build_style=python-module pycompile_module="pywatchman" From 4dd6084e6c30a25fb4ff3c44bf2c751eaab07715 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:31 +0200 Subject: [PATCH 561/874] python-wcwidth: rebuild for Python 3.8. --- 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 34bc22cbcb6..8ec6d17450c 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.1.7 -revision=2 +revision=3 archs=noarch wrksrc="wcwidth-${version}" build_style=python-module From cafaf5868e58cb26c2cdd29d0d1b52f9cf1e31ec Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:31 +0200 Subject: [PATCH 562/874] python-webassets: rebuild for Python 3.8. --- srcpkgs/python-webassets/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-webassets/template b/srcpkgs/python-webassets/template index 3ad5475bd17..789be9684f7 100644 --- a/srcpkgs/python-webassets/template +++ b/srcpkgs/python-webassets/template @@ -1,7 +1,7 @@ # Template file for 'python-webassets' pkgname=python-webassets version=0.12.1 -revision=2 +revision=3 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 88d8fa4eb1ca72857d5a1cab8a4f7495a9af1595 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:31 +0200 Subject: [PATCH 563/874] python-webencodings: rebuild for Python 3.8. --- srcpkgs/python-webencodings/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-webencodings/template b/srcpkgs/python-webencodings/template index 5a05af10835..f047a9e3c52 100644 --- a/srcpkgs/python-webencodings/template +++ b/srcpkgs/python-webencodings/template @@ -1,7 +1,7 @@ # Template file for 'python-webencodings' pkgname=python-webencodings version=0.5.1 -revision=2 +revision=3 archs=noarch wrksrc="webencodings-${version}" build_style=python-module From 81c9d07c0e756cc87a6cd2c444c0b2f0987463da Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:31 +0200 Subject: [PATCH 564/874] python-websocket-client: rebuild for Python 3.8. --- srcpkgs/python-websocket-client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-websocket-client/template b/srcpkgs/python-websocket-client/template index 8aa276655cb..3df8ab42b36 100644 --- a/srcpkgs/python-websocket-client/template +++ b/srcpkgs/python-websocket-client/template @@ -1,7 +1,7 @@ # Template file for 'python-websocket-client' pkgname=python-websocket-client version=0.56.0 -revision=1 +revision=2 archs=noarch wrksrc="websocket_client-${version}" build_style=python-module From 97fc927913b3f2682b7ddf73982008e9fdc1e42d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:32 +0200 Subject: [PATCH 565/874] python-wheel: rebuild for Python 3.8. --- srcpkgs/python-wheel/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-wheel/template b/srcpkgs/python-wheel/template index 11c50bd65e6..11aeaf42316 100644 --- a/srcpkgs/python-wheel/template +++ b/srcpkgs/python-wheel/template @@ -1,7 +1,7 @@ # Template file for 'python-wheel' pkgname=python-wheel version=0.32.3 -revision=1 +revision=2 archs=noarch wrksrc="wheel-${version}" build_style=python-module From 861d20f2f112cd829f2f06f746680e2c034a812f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:32 +0200 Subject: [PATCH 566/874] python-wikipedia: rebuild for Python 3.8. --- srcpkgs/python-wikipedia/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-wikipedia/template b/srcpkgs/python-wikipedia/template index e6ebf65f7c2..f8a69755b74 100644 --- a/srcpkgs/python-wikipedia/template +++ b/srcpkgs/python-wikipedia/template @@ -1,7 +1,7 @@ # Template file for 'python-wikipedia' pkgname=python-wikipedia version=1.4.0 -revision=2 +revision=3 archs=noarch wrksrc="wikipedia-${version}" build_style=python-module From c58e9b08de69bd19aa3bcf91ec42d1b626a2a6bc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:32 +0200 Subject: [PATCH 567/874] python-wrapt: rebuild for Python 3.8. --- srcpkgs/python-wrapt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-wrapt/template b/srcpkgs/python-wrapt/template index a3a237aa08d..c2d2850bf5a 100644 --- a/srcpkgs/python-wrapt/template +++ b/srcpkgs/python-wrapt/template @@ -1,7 +1,7 @@ # Template file for 'python-wrapt' pkgname=python-wrapt version=1.10.11 -revision=3 +revision=4 wrksrc="wrapt-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" From f65cbaf6b92acb78d54d3b498924285bce64fb66 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:32 +0200 Subject: [PATCH 568/874] python-wsproto: rebuild for Python 3.8. --- srcpkgs/python-wsproto/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-wsproto/template b/srcpkgs/python-wsproto/template index 88b08f796d4..a93a799be0a 100644 --- a/srcpkgs/python-wsproto/template +++ b/srcpkgs/python-wsproto/template @@ -1,7 +1,7 @@ # Template file for 'python-wsproto' pkgname=python-wsproto version=0.13.0 -revision=1 +revision=2 archs=noarch wrksrc="wsproto-${version}" build_style=python-module From 1b60fb796f8ac377a2e31dc0503df215c27fc59e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:32 +0200 Subject: [PATCH 569/874] python-xapp: rebuild for Python 3.8. --- srcpkgs/python-xapp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-xapp/template b/srcpkgs/python-xapp/template index 9b6938113f2..798041eb946 100644 --- a/srcpkgs/python-xapp/template +++ b/srcpkgs/python-xapp/template @@ -1,7 +1,7 @@ # Template file for 'python-xapp' pkgname=python-xapp version=1.6.0 -revision=1 +revision=2 archs=noarch build_style=python-module pycompile_module="xapp" From 415bec8de0abe2772c407df9db650bd06ba122ff Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:32 +0200 Subject: [PATCH 570/874] python-xdg: rebuild for Python 3.8. --- 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 afa6c180043..4e819c8bec7 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=1 +revision=2 archs=noarch wrksrc="pyxdg-${version}" build_style=python-module From 4518feeb499caa6631ef29ead0439c5bcc67a9ff Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:32 +0200 Subject: [PATCH 571/874] python-xlib: rebuild for Python 3.8. --- 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 1f97c4117d4..e67d1d82e73 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.25 -revision=1 +revision=2 archs=noarch build_style=python-module pycompile_module="Xlib" From 1cef928049b5216468e701acce714fc14d79694f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:32 +0200 Subject: [PATCH 572/874] python-xmldiff: rebuild for Python 3.8. --- srcpkgs/python-xmldiff/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-xmldiff/template b/srcpkgs/python-xmldiff/template index a0a8004ea7b..4f3cc2d27b7 100644 --- a/srcpkgs/python-xmldiff/template +++ b/srcpkgs/python-xmldiff/template @@ -1,7 +1,7 @@ # Template file for 'python-xmldiff' pkgname=python-xmldiff version=2.3 -revision=1 +revision=2 archs=noarch wrksrc="xmldiff-${version}" build_style=python-module From cefcbea2ec7904b0c1ad16ec32963bf430b27c4a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:33 +0200 Subject: [PATCH 573/874] python-xmltodict: rebuild for Python 3.8. --- srcpkgs/python-xmltodict/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-xmltodict/template b/srcpkgs/python-xmltodict/template index a48e6d46aa6..b3d7ef042e8 100644 --- a/srcpkgs/python-xmltodict/template +++ b/srcpkgs/python-xmltodict/template @@ -1,7 +1,7 @@ # Template file for 'python-xmltodict' pkgname=python-xmltodict version=0.12.0 -revision=1 +revision=2 archs=noarch wrksrc="xmltodict-${version}" build_style=python-module From 889d5fe9fe9f1830bec336ac52bd8bd32f47f0a2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:33 +0200 Subject: [PATCH 574/874] python-yaml: rebuild for Python 3.8. --- srcpkgs/python-yaml/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-yaml/template b/srcpkgs/python-yaml/template index 8a7caf1d99e..e3bad0ae59b 100644 --- a/srcpkgs/python-yaml/template +++ b/srcpkgs/python-yaml/template @@ -1,7 +1,7 @@ # Template file for 'python-yaml' pkgname=python-yaml version=5.1.2 -revision=1 +revision=2 wrksrc="PyYAML-${version}" build_style=python-module pycompile_module="yaml" From 1b3e89ca272ae28a62064bf83eaff84332307682 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:33 +0200 Subject: [PATCH 575/874] python-yamllint: rebuild for Python 3.8. --- srcpkgs/python-yamllint/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-yamllint/template b/srcpkgs/python-yamllint/template index 1a05e1043bb..d0b51ba637a 100644 --- a/srcpkgs/python-yamllint/template +++ b/srcpkgs/python-yamllint/template @@ -1,7 +1,7 @@ # Template file for 'python-yamllint' pkgname=python-yamllint version=1.15.0 -revision=1 +revision=2 archs=noarch wrksrc="yamllint-${version}" build_style=python-module From b233bcb50542e39ba02899ef3d1b833e385204e5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:33 +0200 Subject: [PATCH 576/874] python3-yarl: rebuild for Python 3.8. --- 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 222f176cfcf..ecb79a3cc9c 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=2 +revision=3 wrksrc="yarl-${version}" build_style=python3-module pycompile_module="yarl" From 484c2559f18644c63342db467c703e2e998e89b7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:33 +0200 Subject: [PATCH 577/874] python-zc.lockfile: rebuild for Python 3.8. --- srcpkgs/python-zc.lockfile/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-zc.lockfile/template b/srcpkgs/python-zc.lockfile/template index cb0bee99506..b77071af04f 100644 --- a/srcpkgs/python-zc.lockfile/template +++ b/srcpkgs/python-zc.lockfile/template @@ -1,7 +1,7 @@ # Template file for 'python-zc.lockfile' pkgname=python-zc.lockfile version=1.4 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 364e398c8dd7e3dd141ceb1c22626ecf2a5b9b32 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:33 +0200 Subject: [PATCH 578/874] python3-zeroconf: rebuild for Python 3.8. --- 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 497a8bc6b69..dda37bd3dc4 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.23.0 -revision=1 +revision=2 archs=noarch wrksrc="python-zeroconf-${version}" build_style=python3-module From 22b5d6236d8f0ff0050135b2e77eca608519b1ef Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:34 +0200 Subject: [PATCH 579/874] python3-zipp: rebuild for Python 3.8. --- srcpkgs/python3-zipp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zipp/template b/srcpkgs/python3-zipp/template index 8445c10825c..ba682915beb 100644 --- a/srcpkgs/python3-zipp/template +++ b/srcpkgs/python3-zipp/template @@ -1,7 +1,7 @@ # Template file for 'python3-zipp' pkgname=python3-zipp version=0.6.0 -revision=1 +revision=2 archs=noarch wrksrc="zipp-${version}" build_style=python3-module From c5c37d6e890a553e458333e610ab56b1a5c9b516 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:34 +0200 Subject: [PATCH 580/874] python-zipstream: rebuild for Python 3.8. --- srcpkgs/python-zipstream/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-zipstream/template b/srcpkgs/python-zipstream/template index 89079e21b22..2c7390127ac 100644 --- a/srcpkgs/python-zipstream/template +++ b/srcpkgs/python-zipstream/template @@ -1,7 +1,7 @@ # Template file for 'python-zipstream' pkgname=python-zipstream version=1.1.4 -revision=3 +revision=4 archs=noarch wrksrc="python-zipstream-${version}" build_style=python-module From bc31e25a00839c9d3cc5ac70edf0485ee4b21d4c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:34 +0200 Subject: [PATCH 581/874] python3-zope.cachedescriptors: rebuild for Python 3.8. --- srcpkgs/python3-zope.cachedescriptors/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-zope.cachedescriptors/template b/srcpkgs/python3-zope.cachedescriptors/template index bdd5ef41e21..1f1fae5b27b 100644 --- a/srcpkgs/python3-zope.cachedescriptors/template +++ b/srcpkgs/python3-zope.cachedescriptors/template @@ -1,7 +1,7 @@ # Template file for 'python3-zope.cachedescriptors' pkgname=python3-zope.cachedescriptors version=4.3.1 -revision=1 +revision=2 archs=noarch wrksrc="zope.cachedescriptors-${version}" build_style=python3-module From 40a63988f3c2db41391f0a7ab6cde24a9b79ed05 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:34 +0200 Subject: [PATCH 582/874] python-zope.component: rebuild for Python 3.8. --- srcpkgs/python-zope.component/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-zope.component/template b/srcpkgs/python-zope.component/template index 7cea5b9d71d..66ef109a4aa 100644 --- a/srcpkgs/python-zope.component/template +++ b/srcpkgs/python-zope.component/template @@ -1,7 +1,7 @@ # Template file for 'python-zope.component' pkgname=python-zope.component version=4.5 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 799496c35db93c88e6d00e4b41eeca8b4af5b188 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:34 +0200 Subject: [PATCH 583/874] python-zope.event: rebuild for Python 3.8. --- srcpkgs/python-zope.event/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-zope.event/template b/srcpkgs/python-zope.event/template index 3c7fb8dfd6e..6518cb4529b 100644 --- a/srcpkgs/python-zope.event/template +++ b/srcpkgs/python-zope.event/template @@ -1,7 +1,7 @@ # Template file for 'python-zope.event' pkgname=python-zope.event version=4.4 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname#*-}-${version}" build_style=python-module From 9d77b16ecad39877131af8a9c01ea925b33737b8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:34 +0200 Subject: [PATCH 584/874] python-zope.interface: rebuild for Python 3.8. --- 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 d3c57be85f7..1dbcbecd377 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=4.6.0 -revision=2 +revision=3 wrksrc="${pkgname#*-}-${version}" build_style=python-module pycompile_module="zope" From e5cb80612a71c54facf607c52c7a385badeba668 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:06 +0200 Subject: [PATCH 585/874] python3-pivy: fix and rebuild for Python 3.8. --- srcpkgs/python3-pivy/patches/73cd928f.patch | 36 +++++++++++++++++++++ srcpkgs/python3-pivy/template | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/python3-pivy/patches/73cd928f.patch diff --git a/srcpkgs/python3-pivy/patches/73cd928f.patch b/srcpkgs/python3-pivy/patches/73cd928f.patch new file mode 100644 index 00000000000..edff803822a --- /dev/null +++ b/srcpkgs/python3-pivy/patches/73cd928f.patch @@ -0,0 +1,36 @@ +From 73cd928fe1a9c2abbe6f28844a7fc695ad11d7cf Mon Sep 17 00:00:00 2001 +From: Peter Lama +Date: Fri, 24 Aug 2018 17:25:47 -0700 +Subject: [PATCH] Fix issue #39: PyUnicode_AsUTF8 returns const char* + +Even with python 2, it doesn't seem like char* is needed + +--- Inventor/nodes/SoMarkerSet.i ++++ Inventor/nodes/SoMarkerSet.i +@@ -5,7 +5,7 @@ + short WIDTH, HEIGHT; + size.getValue(WIDTH, HEIGHT); + short BYTEWIDTH = (WIDTH + 7) / 2; +- char* coin_marker; ++ const char* coin_marker; + #ifdef PY_2 + if (PyString_Check(string)) + { +@@ -49,4 +49,4 @@ + delete[] bitmapbytes; + bitmapbytes = NULL; + } +-} +\ No newline at end of file ++} +--- Inventor/sensors/SoSensor.i ++++ Inventor/sensors/SoSensor.i +@@ -4,7 +4,7 @@ SoSensorPythonCB(void * data, SoSensor * sensor) + { + PyGILState_STATE gil = PyGILState_Ensure(); + swig_type_info * swig_type = 0; +- char * sensor_cast_name = NULL; ++ const char * sensor_cast_name = NULL; + PyObject * func, * arglist; + PyObject * result, * pysensor; + diff --git a/srcpkgs/python3-pivy/template b/srcpkgs/python3-pivy/template index 4a733e805e3..9caa13837e2 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=1 +revision=2 wrksrc="Coin3D-${pkgname#python3-}-a84100beff22" build_style=python3-module pycompile_module="pivy" From 7d8cfe1721327d4b8695c6abc56d012b27989c84 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 16 Oct 2019 16:10:27 +0200 Subject: [PATCH 586/874] python-tweepy: update to 3.8.0. --- srcpkgs/python-tweepy/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-tweepy/template b/srcpkgs/python-tweepy/template index ef61039dac5..4605bbf83ea 100644 --- a/srcpkgs/python-tweepy/template +++ b/srcpkgs/python-tweepy/template @@ -1,6 +1,6 @@ # Template file for 'python-tweepy' pkgname=python-tweepy -version=3.7.0 +version=3.8.0 revision=1 archs=noarch wrksrc="tweepy-${version}" @@ -14,8 +14,8 @@ license="MIT" homepage="https://github.com/tweepy/tweepy" distfiles="${PYPI_SITE}/t/tweepy/tweepy-${version}.tar.gz https://raw.githubusercontent.com/tweepy/tweepy/master/LICENSE>LICENSE.txt" -checksum="fe85a79f58a01dd335968523b91c5fce760e7fe78bf25a6e71c72204fe499d0b - deeeae0dcc22dbf108a801b8dc4e484bcc1bfb541b1a4f4615ab3e61def44fb5" +checksum="8abd828ba51a85a2b5bb7373715d6d3bb32d18ac624e3a4db02e4ef8ab48316b + bf9bc5b9dcb8421bb3c342bb7fd29194688e1262b50766bd71b21a07461e74b7" post_install() { vlicense ../LICENSE.txt From 5f654f2f6a7eca9a50adb53af9037466723dd82c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:25 +0200 Subject: [PATCH 587/874] Electron-Cash: rebuild for Python 3.8. --- 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 2db05c94832..08670c5f08d 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.0.10 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="electroncash electroncash_gui electroncash_plugins" From 931f125f8699e33cb16c8ed43a5e910d0056db6b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:25 +0200 Subject: [PATCH 588/874] OpenLP: rebuild for Python 3.8. --- srcpkgs/OpenLP/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/OpenLP/template b/srcpkgs/OpenLP/template index fb417f8d05e..ccae6d0282e 100644 --- a/srcpkgs/OpenLP/template +++ b/srcpkgs/OpenLP/template @@ -1,7 +1,7 @@ # Template file for 'OpenLP' pkgname=OpenLP version=2.4.6 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="openlp" From 21b02367e81c8635c88830fd008c0ba44ffcccff Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:25 +0200 Subject: [PATCH 589/874] PhotoCollage: rebuild for Python 3.8. --- srcpkgs/PhotoCollage/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/PhotoCollage/template b/srcpkgs/PhotoCollage/template index 2c55ca87ce0..9997d1e7d98 100644 --- a/srcpkgs/PhotoCollage/template +++ b/srcpkgs/PhotoCollage/template @@ -1,7 +1,7 @@ # Template file for 'PhotoCollage' pkgname=PhotoCollage version=1.4.4 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="photocollage" From 49dffe4070ca7dff3c38379b8df9d9b0d04395ec Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:25 +0200 Subject: [PATCH 590/874] ReText: rebuild for Python 3.8. --- srcpkgs/ReText/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ReText/template b/srcpkgs/ReText/template index cc092ee6a36..a6551fbdf7c 100644 --- a/srcpkgs/ReText/template +++ b/srcpkgs/ReText/template @@ -1,7 +1,7 @@ # Template file for 'ReText' pkgname=ReText version=7.0.4 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="ReText" From 225e30aaea5daebb0d4fc36c6d73424ad6fb1ec5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:25 +0200 Subject: [PATCH 591/874] SoapySDR: rebuild for Python 3.8. --- srcpkgs/SoapySDR/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/SoapySDR/template b/srcpkgs/SoapySDR/template index 1bb66ce0689..bcfe45dc78a 100644 --- a/srcpkgs/SoapySDR/template +++ b/srcpkgs/SoapySDR/template @@ -1,7 +1,7 @@ # Template file for 'SoapySDR' pkgname=SoapySDR version=0.7.1 -revision=1 +revision=2 wrksrc="${pkgname}-soapy-sdr-${version}" build_style=cmake pycompile_module="SoapySDR.py" From 2e64750e75e61296567ebb0053c46081cbab8e13 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:26 +0200 Subject: [PATCH 592/874] Solaar: rebuild for Python 3.8. --- srcpkgs/Solaar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template index 2e8f4112e0e..86cab83d497 100644 --- a/srcpkgs/Solaar/template +++ b/srcpkgs/Solaar/template @@ -1,7 +1,7 @@ # Template file for 'Solaar' pkgname=Solaar version=1.0.1 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="hidapi logitech_receiver solaar" From 21eb59c332d0765268a9b3a5442e4e265144a4ba Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:26 +0200 Subject: [PATCH 593/874] Trimage: rebuild for Python 3.8. --- srcpkgs/Trimage/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/Trimage/template b/srcpkgs/Trimage/template index 14fc1d1bd1c..c9f4b047ccd 100644 --- a/srcpkgs/Trimage/template +++ b/srcpkgs/Trimage/template @@ -1,7 +1,7 @@ # Template file for 'Trimage' pkgname=Trimage version=1.0.6 -revision=1 +revision=2 wrksrc="Trimage-${version}" build_style=python3-module hostmakedepends="python3" From 51428dec66979d2e47361fb2af5e7ad35acbe530 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:26 +0200 Subject: [PATCH 594/874] TwitchNotifier: rebuild for Python 3.8. --- srcpkgs/TwitchNotifier/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/TwitchNotifier/template b/srcpkgs/TwitchNotifier/template index 01153bcc710..3bbba11db49 100644 --- a/srcpkgs/TwitchNotifier/template +++ b/srcpkgs/TwitchNotifier/template @@ -1,7 +1,7 @@ # Template file for 'TwitchNotifier' pkgname=TwitchNotifier version=0.5 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-devel" makedepends="python3-devel" From 18ad02f16088cf17e66f60da882ead88b4872617 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:26 +0200 Subject: [PATCH 595/874] Uranium: rebuild for Python 3.8. --- srcpkgs/Uranium/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template index 193d5e211df..7a9509c2079 100644 --- a/srcpkgs/Uranium/template +++ b/srcpkgs/Uranium/template @@ -1,7 +1,7 @@ # Template file for 'Uranium' pkgname=Uranium version=4.3.0 -revision=1 +revision=2 archs=noarch build_style=cmake pycompile_module="UM" From 1bfabd6cc63a8b03b99500dc59e362061f7549e1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:26 +0200 Subject: [PATCH 596/874] afew: rebuild for Python 3.8. --- srcpkgs/afew/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/afew/template b/srcpkgs/afew/template index a9156bbc902..f4b10098e66 100644 --- a/srcpkgs/afew/template +++ b/srcpkgs/afew/template @@ -1,7 +1,7 @@ # Template file for 'afew' pkgname=afew version=1.3.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="afew" From f0695c0a0e527ead9d61cbbd52e872f5a6e7f422 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:26 +0200 Subject: [PATCH 597/874] alot: rebuild for Python 3.8. --- srcpkgs/alot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/alot/template b/srcpkgs/alot/template index 4ff75637282..c8e29e36297 100644 --- a/srcpkgs/alot/template +++ b/srcpkgs/alot/template @@ -1,7 +1,7 @@ # Template file for 'alot' pkgname=alot version=0.8.1 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="alot" From ec032cb507b4dca0034eab7e0281dedd3b7dc418 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:26 +0200 Subject: [PATCH 598/874] ansible: rebuild for Python 3.8. --- srcpkgs/ansible/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template index 413e6f8803e..773f890e114 100644 --- a/srcpkgs/ansible/template +++ b/srcpkgs/ansible/template @@ -1,7 +1,7 @@ # Template file for 'ansible' pkgname=ansible version=2.8.3 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="ansible" From a97554cec966a402d73b894865fe2d37f1833cec Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:26 +0200 Subject: [PATCH 599/874] apparmor: rebuild for Python 3.8. --- srcpkgs/apparmor/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/apparmor/template b/srcpkgs/apparmor/template index c0ef28bae03..e4f8e3fb3ae 100644 --- a/srcpkgs/apparmor/template +++ b/srcpkgs/apparmor/template @@ -1,7 +1,7 @@ # Template file for 'apparmor' pkgname=apparmor version=2.13.3 -revision=1 +revision=2 wrksrc="${pkgname}-v${version}" build_wrksrc=libraries/libapparmor build_style=gnu-configure From 57116ea3c564f2a1852b8583df85c35aefe177a2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:27 +0200 Subject: [PATCH 600/874] arandr: rebuild for Python 3.8. --- srcpkgs/arandr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/arandr/template b/srcpkgs/arandr/template index 71c8cbcd6ed..610dbc28bca 100644 --- a/srcpkgs/arandr/template +++ b/srcpkgs/arandr/template @@ -1,7 +1,7 @@ # Template file for 'arandr' pkgname=arandr version=0.1.10 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="screenlayout" From 4dbfc32dae63dc77f95207dc5aa5a79d26d2c9f0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:27 +0200 Subject: [PATCH 601/874] asciinema: rebuild for Python 3.8. --- srcpkgs/asciinema/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template index 961b2756301..38b8871753c 100644 --- a/srcpkgs/asciinema/template +++ b/srcpkgs/asciinema/template @@ -1,7 +1,7 @@ # Template file for 'asciinema' pkgname=asciinema version=2.0.2 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="asciinema" From 956b672f4c6db0ea67d9ad05a8308ec5ea193930 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:27 +0200 Subject: [PATCH 602/874] attic: rebuild for Python 3.8. --- srcpkgs/attic/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template index 533ef7377bc..ed454302ce4 100644 --- a/srcpkgs/attic/template +++ b/srcpkgs/attic/template @@ -1,7 +1,7 @@ # Template file for 'attic' pkgname=attic version=0.16 -revision=14 +revision=15 wrksrc="Attic-$version" build_style=python3-module hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx" From 3a21ab47b75c96c91b8447979356e5d4d4027fd1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:27 +0200 Subject: [PATCH 603/874] autorandr: rebuild for Python 3.8. --- srcpkgs/autorandr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/autorandr/template b/srcpkgs/autorandr/template index bf38b833632..7f9796be18f 100644 --- a/srcpkgs/autorandr/template +++ b/srcpkgs/autorandr/template @@ -1,7 +1,7 @@ # Template file for 'autorandr' pkgname=autorandr version=1.8.1 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="autorandr.py" From ca443f3bf2b2ea4c91fa81f47ea823293476950b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:27 +0200 Subject: [PATCH 604/874] avideo: rebuild for Python 3.8. --- srcpkgs/avideo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/avideo/template b/srcpkgs/avideo/template index e4d004aafff..6430d391286 100644 --- a/srcpkgs/avideo/template +++ b/srcpkgs/avideo/template @@ -1,7 +1,7 @@ # Template file for 'avideo' pkgname=avideo version=2017.9.27 -revision=3 +revision=4 archs=noarch wrksrc="avideo" build_style=python3-module From b1abf9d1270b34913e7bd6dbfcd004dba8a8c5ec Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:27 +0200 Subject: [PATCH 605/874] aws-cli: rebuild for Python 3.8. --- srcpkgs/aws-cli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template index 4e5e200e3f9..4328e203c3c 100644 --- a/srcpkgs/aws-cli/template +++ b/srcpkgs/aws-cli/template @@ -1,7 +1,7 @@ # Template file for 'aws-cli' pkgname=aws-cli version=1.16.253 -revision=1 +revision=2 archs=noarch wrksrc="aws-cli-${version}" build_style=python3-module From af6fd86e4f623114e23d8cd19217a8ba196231c5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:27 +0200 Subject: [PATCH 606/874] bandit: rebuild for Python 3.8. --- srcpkgs/bandit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bandit/template b/srcpkgs/bandit/template index e6c1aa52d7c..d29873ecf61 100644 --- a/srcpkgs/bandit/template +++ b/srcpkgs/bandit/template @@ -1,7 +1,7 @@ # Template file for 'bandit' pkgname=bandit version=1.6.2 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="bandit" From acb296380ef65f2682ec382f88706be8dc3bf79f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:28 +0200 Subject: [PATCH 607/874] beancount: rebuild for Python 3.8. --- srcpkgs/beancount/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/beancount/template b/srcpkgs/beancount/template index b1e2a121668..0ba68fc8f4e 100644 --- a/srcpkgs/beancount/template +++ b/srcpkgs/beancount/template @@ -1,7 +1,7 @@ # Template file for 'beancount' pkgname=beancount version=2.2.3 -revision=1 +revision=2 build_style=python3-module pycompile_module="beancount" hostmakedepends="python3-setuptools" From 4d085c5998e4472b4e7b4fceabecba11440daceb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:28 +0200 Subject: [PATCH 608/874] beets: rebuild for Python 3.8. --- srcpkgs/beets/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template index 7dab56ceef8..975e6ec9f86 100644 --- a/srcpkgs/beets/template +++ b/srcpkgs/beets/template @@ -1,7 +1,7 @@ # Template file for 'beets' pkgname=beets version=1.4.9 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="beets beetsplug" From 1640cb62a84da8a46aff2a9c6ee5f75c0ab73224 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:28 +0200 Subject: [PATCH 609/874] black: rebuild for Python 3.8. --- srcpkgs/black/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/black/template b/srcpkgs/black/template index f6d433038b9..38498a1db07 100644 --- a/srcpkgs/black/template +++ b/srcpkgs/black/template @@ -1,7 +1,7 @@ # Template file for 'black' pkgname=black version=19.3b0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="black.py blib2to3" From 5939f3d169c384cfe92957888f7b53678a69e770 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:28 +0200 Subject: [PATCH 610/874] blueman: rebuild for Python 3.8. --- srcpkgs/blueman/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/blueman/template b/srcpkgs/blueman/template index 83f9b899583..3616aee7da3 100644 --- a/srcpkgs/blueman/template +++ b/srcpkgs/blueman/template @@ -1,7 +1,7 @@ # Template file for 'blueman' pkgname=blueman version=2.1.1 -revision=2 +revision=3 build_style=gnu-configure pycompile_module="blueman" configure_args="--disable-static" From 325ad86e9fdcfc900e695cdcb3b40bc448b85d06 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:28 +0200 Subject: [PATCH 611/874] borg: rebuild for Python 3.8. --- srcpkgs/borg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/borg/template b/srcpkgs/borg/template index 520b1b2f65a..b69c7d3418e 100644 --- a/srcpkgs/borg/template +++ b/srcpkgs/borg/template @@ -1,7 +1,7 @@ # Template file for 'borg' pkgname=borg version=1.1.10 -revision=2 +revision=3 wrksrc="borgbackup-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-devel libressl-devel" From 73a17277e22d3252a93a66237bf81a04393fc244 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:28 +0200 Subject: [PATCH 612/874] borgmatic: rebuild for Python 3.8. --- srcpkgs/borgmatic/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/borgmatic/template b/srcpkgs/borgmatic/template index 8ef7c0568a6..bdc6446243c 100644 --- a/srcpkgs/borgmatic/template +++ b/srcpkgs/borgmatic/template @@ -1,7 +1,7 @@ # Template file for 'borgmatic' pkgname=borgmatic version=1.3.24 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="borgmatic" From 482c5d69113ad10842dfe91f0ac4a0631660ac77 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:28 +0200 Subject: [PATCH 613/874] btrfs-backup: rebuild for Python 3.8. --- srcpkgs/btrfs-backup/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/btrfs-backup/template b/srcpkgs/btrfs-backup/template index 07d08a1b62b..55a3800a857 100644 --- a/srcpkgs/btrfs-backup/template +++ b/srcpkgs/btrfs-backup/template @@ -1,7 +1,7 @@ # Template file for 'btrfs-backup' pkgname=btrfs-backup version=0.3.1 -revision=1 +revision=2 wrksrc="${pkgname/-/_}-${version}" archs=noarch build_style=python3-module From 4fce3c4f00a44852e3f9fcab80a10d4acfc04ad6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:29 +0200 Subject: [PATCH 614/874] bum: rebuild for Python 3.8. --- srcpkgs/bum/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/bum/template b/srcpkgs/bum/template index 58d0bb2b7f7..20f200e74d6 100644 --- a/srcpkgs/bum/template +++ b/srcpkgs/bum/template @@ -1,7 +1,7 @@ # Template file for 'bum' pkgname=bum version=0.1.3 -revision=3 +revision=4 archs=noarch build_style=python3-module pycompile_module="bum" From a384e5462965e984f1abca2ca12b7f62b1a415d5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:29 +0200 Subject: [PATCH 615/874] caffeine-ng: rebuild for Python 3.8. --- srcpkgs/caffeine-ng/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/caffeine-ng/template b/srcpkgs/caffeine-ng/template index 36287fbef5b..455b2f225c4 100644 --- a/srcpkgs/caffeine-ng/template +++ b/srcpkgs/caffeine-ng/template @@ -1,7 +1,7 @@ # Template file for 'caffeine-ng' pkgname=caffeine-ng version=3.4.2 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="caffeine" From b857565a7a7fddfbffbcf40b9e784593d099a0a1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:29 +0200 Subject: [PATCH 616/874] cairo-dock-plugins: rebuild for Python 3.8. --- 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 9e6149c617f..0c23a7f6928 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=11 +revision=12 build_style=cmake hostmakedepends="pkg-config" # XXX libetpan, libdbusmenu, etc From c0c15488d9189a782c2ab6436de598620d4d2435 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:29 +0200 Subject: [PATCH 617/874] canto-curses: rebuild for Python 3.8. --- 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 0905972b480..4270d61c2e0 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=4 +revision=5 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel ncurses-devel readline-devel" From a821add22450c016c7b851ee1a0309da5b5d83af Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:29 +0200 Subject: [PATCH 618/874] canto-next: rebuild for Python 3.8. --- srcpkgs/canto-next/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template index fff7e82e238..fa28bde891b 100644 --- a/srcpkgs/canto-next/template +++ b/srcpkgs/canto-next/template @@ -1,7 +1,7 @@ # Template file for 'canto-next' pkgname=canto-next version=0.9.7 -revision=2 +revision=3 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" From fa2afe1224ee7d1e031e769bf84bd596e5ac6de2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:29 +0200 Subject: [PATCH 619/874] capstone: rebuild for Python 3.8. --- srcpkgs/capstone/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template index e13c7666ed1..fded7c7157e 100644 --- a/srcpkgs/capstone/template +++ b/srcpkgs/capstone/template @@ -1,7 +1,7 @@ # Template file for 'capstone' pkgname=capstone version=4.0.1 -revision=1 +revision=2 build_style=gnu-makefile make_use_env=1 hostmakedepends="python-setuptools python3-setuptools" From 923fca0cf844d03c602bbae81add86e8be495762 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:29 +0200 Subject: [PATCH 620/874] catfish: rebuild for Python 3.8. --- srcpkgs/catfish/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template index 1b28ffcafff..b53de6b8ea6 100644 --- a/srcpkgs/catfish/template +++ b/srcpkgs/catfish/template @@ -1,7 +1,7 @@ # Template file for 'catfish' pkgname=catfish version=1.4.10 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="catfish catfish_lib" From fb71b3b941c7341384c307ef6e1654b8d0b54a3c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:29 +0200 Subject: [PATCH 621/874] ccsm: rebuild for Python 3.8. --- srcpkgs/ccsm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ccsm/template b/srcpkgs/ccsm/template index 0421e587b23..3067003017f 100644 --- a/srcpkgs/ccsm/template +++ b/srcpkgs/ccsm/template @@ -1,7 +1,7 @@ # Template file for 'ccsm' pkgname=ccsm version=0.8.16 -revision=4 +revision=5 archs=noarch build_style=python3-module hostmakedepends="automake intltool libtool pkg-config python3" From f4212d55b3ec84e188189bc74a572c728a37c66a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:30 +0200 Subject: [PATCH 622/874] cheat: rebuild for Python 3.8. --- srcpkgs/cheat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cheat/template b/srcpkgs/cheat/template index b60b4ba53b2..f1e419c3c5a 100644 --- a/srcpkgs/cheat/template +++ b/srcpkgs/cheat/template @@ -1,7 +1,7 @@ # Template file for 'cheat' pkgname=cheat version=2.5.1 -revision=1 +revision=2 build_style=python3-module pycompile_module="cheat" conf_files="/etc/cheat" From eb72b0be44091e56a3e5b73cdf6d11ff80ecb8ca Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:30 +0200 Subject: [PATCH 623/874] clearine: rebuild for Python 3.8. --- srcpkgs/clearine/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/clearine/template b/srcpkgs/clearine/template index 419bb3c4550..539d494b79b 100644 --- a/srcpkgs/clearine/template +++ b/srcpkgs/clearine/template @@ -1,7 +1,7 @@ # Template file for 'clearine' pkgname=clearine version=0.7 -revision=1 +revision=2 build_style=python3-module pycompile_module="Clearine" hostmakedepends="python3-setuptools" From ca7e63827b68cba4586e81da6e622e70addc8b7a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:30 +0200 Subject: [PATCH 624/874] coccigrep: rebuild for Python 3.8. --- srcpkgs/coccigrep/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/coccigrep/template b/srcpkgs/coccigrep/template index 736f16a458e..a02c2f78bb2 100644 --- a/srcpkgs/coccigrep/template +++ b/srcpkgs/coccigrep/template @@ -1,7 +1,7 @@ # Template file for 'coccigrep' pkgname=coccigrep version=1.17 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="coccigrep" From 8b0269365914ae7e030b07b30f4a76f2f1726270 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:30 +0200 Subject: [PATCH 625/874] compizconfig-python: rebuild for Python 3.8. --- 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 b9d9ce2892b..77d53c97f46 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.16 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="automake intltool libtool pkg-config glib-devel gettext-devel python3-Cython" From c7955381746f2b68e5bb140afe81526fd62a2d16 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:30 +0200 Subject: [PATCH 626/874] coursera-dl: rebuild for Python 3.8. --- srcpkgs/coursera-dl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/coursera-dl/template b/srcpkgs/coursera-dl/template index 0dfdd73083f..2b09e53d836 100644 --- a/srcpkgs/coursera-dl/template +++ b/srcpkgs/coursera-dl/template @@ -1,7 +1,7 @@ # Template file for 'coursera-dl' pkgname=coursera-dl version=0.11.4 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="coursera" From 1bf8d7143694f636186cfbdcf357f9b86f5a635b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:30 +0200 Subject: [PATCH 627/874] cozy: rebuild for Python 3.8. --- srcpkgs/cozy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cozy/template b/srcpkgs/cozy/template index a35aff61f37..2515388da18 100644 --- a/srcpkgs/cozy/template +++ b/srcpkgs/cozy/template @@ -1,7 +1,7 @@ # Template file for 'cozy' pkgname=cozy version=0.6.8 -revision=1 +revision=2 archs=noarch build_style=meson pycompile_module="cozy" From 7b58e6f69ae54c84b50dfe4d6041cf861a698c60 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:30 +0200 Subject: [PATCH 628/874] cpuset: rebuild for Python 3.8. --- srcpkgs/cpuset/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cpuset/template b/srcpkgs/cpuset/template index cf3910d2304..12b54631617 100644 --- a/srcpkgs/cpuset/template +++ b/srcpkgs/cpuset/template @@ -1,7 +1,7 @@ # Template file for 'cpuset' pkgname=cpuset version=1.6 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="cpuset" From a542aca478f0e84bbc23d3fd91a236635712a9f3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:30 +0200 Subject: [PATCH 629/874] ctop: rebuild for Python 3.8. --- srcpkgs/ctop/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template index b8ea58515b2..5231b4a4cb3 100644 --- a/srcpkgs/ctop/template +++ b/srcpkgs/ctop/template @@ -1,7 +1,7 @@ # Template file for 'ctop' pkgname=ctop version=1.0.0 -revision=3 +revision=4 archs=noarch build_style=python3-module pycompile_module="cgroup_top.py" From b3065c411c5e0b3e48432c6901e1e7fb20eb00d3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:31 +0200 Subject: [PATCH 630/874] cura: rebuild for Python 3.8. --- srcpkgs/cura/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template index 31318e5aecf..ab5cd315f21 100644 --- a/srcpkgs/cura/template +++ b/srcpkgs/cura/template @@ -1,7 +1,7 @@ # Template file for 'cura' pkgname=cura version=4.3.0 -revision=1 +revision=2 archs=noarch wrksrc="Cura-${version}" build_style=cmake From 9f4eb67830feb2103a78edc7651e1f73cc606074 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:31 +0200 Subject: [PATCH 631/874] curseradio: rebuild for Python 3.8. --- srcpkgs/curseradio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/curseradio/template b/srcpkgs/curseradio/template index 4fe2306364a..f5afe3bba34 100644 --- a/srcpkgs/curseradio/template +++ b/srcpkgs/curseradio/template @@ -1,7 +1,7 @@ # Template file for 'curseradio' pkgname=curseradio version=0.0.20171017 -revision=3 +revision=4 archs=noarch _commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d wrksrc="curseradio-${_commit}" From fa4e6156adf5c317bb85ee1d8271c9e6ce57b3e9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:31 +0200 Subject: [PATCH 632/874] d-feet: rebuild for Python 3.8. --- srcpkgs/d-feet/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/d-feet/template b/srcpkgs/d-feet/template index 6930eddf582..7f7d593f30a 100644 --- a/srcpkgs/d-feet/template +++ b/srcpkgs/d-feet/template @@ -1,7 +1,7 @@ # Template file for 'd-feet' pkgname=d-feet version=0.3.15 -revision=1 +revision=2 build_style=meson maintainer="Enno Boland " hostmakedepends="pkg-config intltool itstool python3-pycodestyle" From d6145053ac873c90f6383dee8ec4d696463928f2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:31 +0200 Subject: [PATCH 633/874] deluge: rebuild for Python 3.8. --- srcpkgs/deluge/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/deluge/template b/srcpkgs/deluge/template index 6dc7f26184d..8148c68033c 100644 --- a/srcpkgs/deluge/template +++ b/srcpkgs/deluge/template @@ -1,7 +1,7 @@ # Template file for 'deluge' pkgname=deluge version=2.0.3 -revision=3 +revision=4 archs=noarch build_style=python3-module pycompile_module="deluge" From 0b2691a90e5de63e49a3c3f3adfa709d618b0a05 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:31 +0200 Subject: [PATCH 634/874] devedeng: rebuild for Python 3.8. --- srcpkgs/devedeng/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/devedeng/template b/srcpkgs/devedeng/template index d971b2e207b..2d0516cedd3 100644 --- a/srcpkgs/devedeng/template +++ b/srcpkgs/devedeng/template @@ -1,7 +1,7 @@ # Template file for 'devedeng' pkgname=devedeng version=4.16.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="devedeng" From 8b7c3bcfced7b21089b0a64ac1c375eb973af343 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:31 +0200 Subject: [PATCH 635/874] distcc: rebuild for Python 3.8. --- srcpkgs/distcc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/distcc/template b/srcpkgs/distcc/template index ded4255becd..4d6a450533f 100644 --- a/srcpkgs/distcc/template +++ b/srcpkgs/distcc/template @@ -1,7 +1,7 @@ # Template file for 'distcc' pkgname=distcc version=3.3.3 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-Werror --with-gtk" conf_files=" From 98151a807bebdc6d5e41e0b6a1bd0d65659fbb7e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:31 +0200 Subject: [PATCH 636/874] docker-compose: rebuild for Python 3.8. --- 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 c3383fdf1ad..f4a34005c83 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.24.1 -revision=2 +revision=3 archs=noarch wrksrc="compose-${version}" build_style=python3-module From 9dc2f62edc54b5e314c24fe7bb303496223adb45 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:31 +0200 Subject: [PATCH 637/874] edx-dl: rebuild for Python 3.8. --- srcpkgs/edx-dl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/edx-dl/template b/srcpkgs/edx-dl/template index 209884640c6..a51c917d606 100644 --- a/srcpkgs/edx-dl/template +++ b/srcpkgs/edx-dl/template @@ -1,7 +1,7 @@ # Template file for 'edx-dl' pkgname=edx-dl version=0.1.10 -revision=2 +revision=3 archs=noarch build_style=python3-module pycompile_module="edx_dl" From 6a769ff00b2fc959627e96d44172f8a656548751 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:31 +0200 Subject: [PATCH 638/874] electrum: rebuild for Python 3.8. --- srcpkgs/electrum/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/electrum/template b/srcpkgs/electrum/template index 3861becdda9..7525e08e9e2 100644 --- a/srcpkgs/electrum/template +++ b/srcpkgs/electrum/template @@ -1,7 +1,7 @@ # Template file for 'electrum' pkgname=electrum version=3.3.6 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="electrum electrum_gui electrum_plugins" From be52dccd4b30af3377095664bf239767a0f7be39 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:32 +0200 Subject: [PATCH 639/874] electrum-ltc: rebuild for Python 3.8. --- srcpkgs/electrum-ltc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template index ad6f745e152..cf7265fbec8 100644 --- a/srcpkgs/electrum-ltc/template +++ b/srcpkgs/electrum-ltc/template @@ -1,7 +1,7 @@ # Template file for 'electrum-ltc' pkgname=electrum-ltc version=3.3.6.1 -revision=1 +revision=2 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools python3-PyQt5-devel-tools" From 45951afeb4bab3066e0459cf1441d9c3570c85dc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:32 +0200 Subject: [PATCH 640/874] eolie: rebuild for Python 3.8. --- srcpkgs/eolie/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/eolie/template b/srcpkgs/eolie/template index b3da3dcd829..94514510c98 100644 --- a/srcpkgs/eolie/template +++ b/srcpkgs/eolie/template @@ -1,7 +1,7 @@ # Template file for 'eolie' pkgname=eolie version=0.9.62 -revision=1 +revision=2 _eolie_hash=bb4aad19272cc636bd17f2f6602127fe build_style=meson pycompile_module="eolie" From ad02dba2226dbfc6b1fb5e715af8b58821cd8c07 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:32 +0200 Subject: [PATCH 641/874] eyeD3: rebuild for Python 3.8. --- srcpkgs/eyeD3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template index 7be047810bd..211553f0adb 100644 --- a/srcpkgs/eyeD3/template +++ b/srcpkgs/eyeD3/template @@ -1,7 +1,7 @@ # Template file for 'eyeD3' pkgname=eyeD3 version=0.8.10 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="eyed3" From 5333d561e8831b7103f00f5e4564ce20bc26e9b7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:32 +0200 Subject: [PATCH 642/874] fail2ban: rebuild for Python 3.8. --- srcpkgs/fail2ban/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fail2ban/template b/srcpkgs/fail2ban/template index 829e93385dc..361bcd12edd 100644 --- a/srcpkgs/fail2ban/template +++ b/srcpkgs/fail2ban/template @@ -1,7 +1,7 @@ # Template file for 'fail2ban' pkgname=fail2ban version=0.10.4 -revision=1 +revision=2 archs=noarch build_style=python3-module hostmakedepends="pkg-config python3" From 6ed6f50c8422b21b0f8244e983014120a3467562 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:32 +0200 Subject: [PATCH 643/874] fava: rebuild for Python 3.8. --- srcpkgs/fava/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template index 24e66cac45b..890858b095b 100644 --- a/srcpkgs/fava/template +++ b/srcpkgs/fava/template @@ -1,7 +1,7 @@ # Template file for 'fava' pkgname=fava version=1.11 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="fava" From cfe04c8e627d5d3626d852a05f3a87ecf053557f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:32 +0200 Subject: [PATCH 644/874] fierce: rebuild for Python 3.8. --- srcpkgs/fierce/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fierce/template b/srcpkgs/fierce/template index 86dedb39ad2..86692c6457b 100644 --- a/srcpkgs/fierce/template +++ b/srcpkgs/fierce/template @@ -1,7 +1,7 @@ # Template file for 'fierce' pkgname=fierce version=1.3.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="fierce" From c67a6380bd6f21a660d10cde09cb2930536faee5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:32 +0200 Subject: [PATCH 645/874] fifengine: rebuild for Python 3.8. --- srcpkgs/fifengine/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/fifengine/template b/srcpkgs/fifengine/template index 1d4bcbb9297..871c94ad7e0 100644 --- a/srcpkgs/fifengine/template +++ b/srcpkgs/fifengine/template @@ -1,7 +1,7 @@ # Template file for 'fifengine' pkgname=fifengine version=0.4.2 -revision=1 +revision=2 build_style=cmake pycompile_module="fife" hostmakedepends="swig python3" From 407bb3354f4705ac3e7d9c40479ff7272cbf5478 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:32 +0200 Subject: [PATCH 646/874] flake8: rebuild for Python 3.8. --- srcpkgs/flake8/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/flake8/template b/srcpkgs/flake8/template index d8f2b095644..4d7ebeba176 100644 --- a/srcpkgs/flake8/template +++ b/srcpkgs/flake8/template @@ -1,7 +1,7 @@ # Template file for 'flake8' pkgname=flake8 version=3.7.8 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="flake8" From 770a2460b2b1f167fe87687c22ab0ff3d925964d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:33 +0200 Subject: [PATCH 647/874] fontforge: fix and rebuild for Python 3.8. --- srcpkgs/fontforge/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/fontforge/template b/srcpkgs/fontforge/template index 7fb02d7e371..2893bc52cfb 100644 --- a/srcpkgs/fontforge/template +++ b/srcpkgs/fontforge/template @@ -1,7 +1,7 @@ # Template file for 'fontforge' pkgname=fontforge version=20190801 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="automake ca-certificates git libltdl-devel libtool m4 pkg-config python3" @@ -20,6 +20,7 @@ checksum="e4501de5bd8e7f6c68fe7d3abd4667bf44a07b981d342ffa00e8f42e155ce633 1bf9c7eb8835e6ed94e62cb49f1141bc046c562849e52e6c3c7f1d7cfc95c7b3" pre_configure() { + sed -i '/PKG_CHECK_MODULES/s/PYTHON_VERSION}/&-embed/g' m4/fontforge_arg_enable.m4 ./bootstrap } From b878e1d66ee439999393e2aa55941b07f8e6c745 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:33 +0200 Subject: [PATCH 648/874] gajim: rebuild for Python 3.8. --- srcpkgs/gajim/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gajim/template b/srcpkgs/gajim/template index 8c49c0cf6ef..e81015b3906 100644 --- a/srcpkgs/gajim/template +++ b/srcpkgs/gajim/template @@ -1,7 +1,7 @@ # Template file for 'gajim' pkgname=gajim version=1.1.3 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="gajim" From e0ad178e264be367206a16d9b96524e6d37e4b22 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:33 +0200 Subject: [PATCH 649/874] gajim-omemo: rebuild for Python 3.8. --- 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 803f94713be..64d47228496 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.29 -revision=1 +revision=2 wrksrc="omemo" hostmakedepends="unzip" depends="python3 python3-setuptools python3-cryptography python3-axolotl python3-qrcode" From 4988da06fe14563631406801f6b22795355576a4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:33 +0200 Subject: [PATCH 650/874] gallery-dl: rebuild for Python 3.8. --- srcpkgs/gallery-dl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gallery-dl/template b/srcpkgs/gallery-dl/template index a1e8c633fe3..62b338a32e3 100644 --- a/srcpkgs/gallery-dl/template +++ b/srcpkgs/gallery-dl/template @@ -1,7 +1,7 @@ # Template file for 'gallery-dl' pkgname=gallery-dl version=1.10.5 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="gallery_dl" From 7d5c0c0d7a1dcc5f3c504ed769a3730c7d688ed3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:33 +0200 Subject: [PATCH 651/874] gandi-cli: rebuild for Python 3.8. --- srcpkgs/gandi-cli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gandi-cli/template b/srcpkgs/gandi-cli/template index c5e805a09fd..4193bfe4638 100644 --- a/srcpkgs/gandi-cli/template +++ b/srcpkgs/gandi-cli/template @@ -1,7 +1,7 @@ # Template file for 'gandi-cli' pkgname=gandi-cli version=1.4 -revision=1 +revision=2 archs=noarch wrksrc="gandi.cli-${version}" build_style=python3-module From 7ae81741d5a1d24c19e0950a8631b2afb2f66301 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:33 +0200 Subject: [PATCH 652/874] gcovr: rebuild for Python 3.8. --- srcpkgs/gcovr/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gcovr/template b/srcpkgs/gcovr/template index 2b9ff94bf2a..0d4addfc8a7 100644 --- a/srcpkgs/gcovr/template +++ b/srcpkgs/gcovr/template @@ -1,7 +1,7 @@ # Template file for 'gcovr' pkgname=gcovr version=4.1 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="gcovr" From ff745f27bbeb2148c202a6cfde42c27c27ffb081 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:33 +0200 Subject: [PATCH 653/874] gedit: rebuild for Python 3.8. --- srcpkgs/gedit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gedit/template b/srcpkgs/gedit/template index 904d3b7c3c4..6666c331c52 100644 --- a/srcpkgs/gedit/template +++ b/srcpkgs/gedit/template @@ -1,7 +1,7 @@ # Template file for 'gedit' pkgname=gedit version=3.32.2 -revision=1 +revision=2 build_helper="gir" build_style=meson pycompile_module="gi/overrides" From 6d37a1560ee94e42e383c5bc4cba87d59366a1bb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:34 +0200 Subject: [PATCH 654/874] geis: rebuild for Python 3.8. --- srcpkgs/geis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/geis/template b/srcpkgs/geis/template index fe31a3d2aeb..20afe76b0d8 100644 --- a/srcpkgs/geis/template +++ b/srcpkgs/geis/template @@ -1,7 +1,7 @@ # Template file for 'geis' pkgname=geis version=2.2.17 -revision=4 +revision=5 hostmakedepends="pkg-config python3-devel" makedepends="dbus-devel grail-devel frame-devel libXi-devel python3-devel xorg-server-devel" build_style="gnu-configure" From 83ad8dc7e8dc71c64a9004e04aba36ca30c051fd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:34 +0200 Subject: [PATCH 655/874] git-cola: rebuild for Python 3.8. --- srcpkgs/git-cola/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template index 7eaba90f3be..fd0bbf971d3 100644 --- a/srcpkgs/git-cola/template +++ b/srcpkgs/git-cola/template @@ -1,7 +1,7 @@ # Template file for 'git-cola' pkgname=git-cola version=3.5 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_dirs="usr/share/git-cola/lib" From 69e4bac4c10842ce70ce2a1db26f883af407e79c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:34 +0200 Subject: [PATCH 656/874] git-review: rebuild for Python 3.8. --- srcpkgs/git-review/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/git-review/template b/srcpkgs/git-review/template index d999dc87b16..c180cc60780 100644 --- a/srcpkgs/git-review/template +++ b/srcpkgs/git-review/template @@ -1,7 +1,7 @@ # Template file for 'git-review' pkgname=git-review version=1.28.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="git_review" From 7c0a260d7120bd5e0e4e27c6b30b83e9dfe60359 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:34 +0200 Subject: [PATCH 657/874] git-revise: rebuild for Python 3.8. --- srcpkgs/git-revise/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/git-revise/template b/srcpkgs/git-revise/template index 4179a52bddc..a1bf51dc447 100644 --- a/srcpkgs/git-revise/template +++ b/srcpkgs/git-revise/template @@ -1,7 +1,7 @@ # Template file for 'git-revise' pkgname=git-revise version=0.5.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="gitrevise" From 49a8265f4cd71c84814307928cbbd2eb33c4bbad Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:34 +0200 Subject: [PATCH 658/874] gitg: rebuild for Python 3.8. --- srcpkgs/gitg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gitg/template b/srcpkgs/gitg/template index e0da8e9490d..a3381fdb3a7 100644 --- a/srcpkgs/gitg/template +++ b/srcpkgs/gitg/template @@ -1,7 +1,7 @@ # Template file for 'gitg' pkgname=gitg version=3.32.1 -revision=1 +revision=2 build_style=meson hostmakedepends="intltool pkg-config gobject-introspection vala glib-devel" makedepends="gtksourceview-devel libgit2-glib-devel libgee08-devel gtkspell3-devel From 5b5919636d70cb1259ebd7740e9b55936a7c29f7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:34 +0200 Subject: [PATCH 659/874] glances: rebuild for Python 3.8. --- srcpkgs/glances/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/glances/template b/srcpkgs/glances/template index 6d4766493c3..753d9e20c92 100644 --- a/srcpkgs/glances/template +++ b/srcpkgs/glances/template @@ -1,7 +1,7 @@ # Template file for 'glances' pkgname=glances version=3.1.2 -revision=1 +revision=2 archs=noarch wrksrc="Glances-${version}" build_style=python3-module From 8b16492c679f3eb6c6ae2d4573f9adeb356715be Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:34 +0200 Subject: [PATCH 660/874] glusterfs: rebuild for Python 3.8. --- srcpkgs/glusterfs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template index a1304e266fe..90093864286 100644 --- a/srcpkgs/glusterfs/template +++ b/srcpkgs/glusterfs/template @@ -1,7 +1,7 @@ # Template file for 'glusterfs' pkgname=glusterfs version=6.5 -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 22925c23326876f7422d67e1f21f0e629b9c7ac6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:34 +0200 Subject: [PATCH 661/874] gnome-authenticator: rebuild for Python 3.8. --- 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 52d161897c7..ab7c505c0fe 100644 --- a/srcpkgs/gnome-authenticator/template +++ b/srcpkgs/gnome-authenticator/template @@ -1,7 +1,7 @@ # Template file for 'gnome-authenticator' pkgname=gnome-authenticator version=0.2.4 -revision=2 +revision=3 _libgd_hash=7ae254bfc5f641c60566614e08245176f7bc5aa8 wrksrc="Authenticator-${version}" build_style=meson From 4130139a7454a2050f48c6feac4f9312c50219d7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:35 +0200 Subject: [PATCH 662/874] gnome-music: rebuild for Python 3.8. --- 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 bceb7c369c8..e2fbbcbdeca 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.32.2 -revision=1 +revision=2 build_helper="gir" build_style=meson pycompile_module="gnomemusic" From 94b0589cc1f42f2505ac86d6596ab748ab75e02f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:35 +0200 Subject: [PATCH 663/874] gnome-passbook: rebuild for Python 3.8. --- 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 54035dc920b..89047338503 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=1 +revision=2 _release_hash=0a227cfdf706f4bfcc0b782026f1aeb2 wrksrc="passbook-${version}" build_style=meson From 76dae990f2ec69291f7826391c7a375014867fb9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:35 +0200 Subject: [PATCH 664/874] gnome-passwordsafe: rebuild for Python 3.8. --- srcpkgs/gnome-passwordsafe/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnome-passwordsafe/template b/srcpkgs/gnome-passwordsafe/template index f310ce03a08..8f1f19174d2 100644 --- a/srcpkgs/gnome-passwordsafe/template +++ b/srcpkgs/gnome-passwordsafe/template @@ -1,7 +1,7 @@ # Template file for 'gnome-passwordsafe' pkgname=gnome-passwordsafe version=3.32.0 -revision=2 +revision=3 archs=noarch wrksrc="PasswordSafe-${version}" build_style=meson From ebb227d14a2271cc033506f2dd54957eecc5b719 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:35 +0200 Subject: [PATCH 665/874] gns3-gui: rebuild for Python 3.8. --- srcpkgs/gns3-gui/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template index 38751dea59b..f4318dc6afc 100644 --- a/srcpkgs/gns3-gui/template +++ b/srcpkgs/gns3-gui/template @@ -1,7 +1,7 @@ # Template file for 'gns3-gui' pkgname=gns3-gui version=2.1.21 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="gns3" From b44e9cf882e059036ed7e3834cafdf689c956e32 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:35 +0200 Subject: [PATCH 666/874] gns3-net-converter: rebuild for Python 3.8. --- srcpkgs/gns3-net-converter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gns3-net-converter/template b/srcpkgs/gns3-net-converter/template index b9b7403e8a6..70b6c90e8c8 100644 --- a/srcpkgs/gns3-net-converter/template +++ b/srcpkgs/gns3-net-converter/template @@ -1,7 +1,7 @@ # Template file for 'gns3-net-converter' pkgname=gns3-net-converter version=1.3.0 -revision=3 +revision=4 archs=noarch build_style=python3-module pycompile_module="gns3converter" From eaf37536ad96d1421cc95823589d2cd21779089d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:35 +0200 Subject: [PATCH 667/874] gns3-server: rebuild for Python 3.8. --- 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 6bd9c067b20..739c584cb7c 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.1.21 -revision=1 +revision=2 build_style=python3-module pycompile_module="gns3server" hostmakedepends="python3-setuptools" From 3a2540b9e2143af7b07dcaee0ed3930b9016dc1e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:36 +0200 Subject: [PATCH 668/874] gnucash: rebuild for Python 3.8. --- srcpkgs/gnucash/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnucash/template b/srcpkgs/gnucash/template index 68bb811fc42..d8ff0a8ec86 100644 --- a/srcpkgs/gnucash/template +++ b/srcpkgs/gnucash/template @@ -1,7 +1,7 @@ # Template file for 'gnucash' pkgname=gnucash version=3.7 -revision=1 +revision=2 build_style=cmake configure_args="-DWITH_SQL=0 -DWITH_PYTHON=1" hostmakedepends="pkg-config guile python3 libxslt perl" From c1420969fc916318d29dfdc3836adf0580095969 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:36 +0200 Subject: [PATCH 669/874] gom: rebuild for Python 3.8. --- srcpkgs/gom/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gom/template b/srcpkgs/gom/template index 6ec2a5e338f..0b45e19def4 100644 --- a/srcpkgs/gom/template +++ b/srcpkgs/gom/template @@ -1,7 +1,7 @@ # Template file for 'gom' pkgname=gom version=0.3.3 -revision=3 +revision=4 build_style=meson build_helper="gir" configure_args="-Denable-introspection=$(vopt_if gir true false) From e55d5d66739df70ca67793cbca3b12aa5f01e751 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:36 +0200 Subject: [PATCH 670/874] gpodder: rebuild for Python 3.8. --- srcpkgs/gpodder/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gpodder/template b/srcpkgs/gpodder/template index 7c7414e19cd..5cc63ab4205 100644 --- a/srcpkgs/gpodder/template +++ b/srcpkgs/gpodder/template @@ -1,7 +1,7 @@ # Template file for 'gpodder' pkgname=gpodder version=3.10.11 -revision=1 +revision=2 archs=noarch wrksrc="gpodder-${version}" make_check_target=unittest From d91d30f5f2b0b5e6323da1f35eaf923fed0a111f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:36 +0200 Subject: [PATCH 671/874] gramps: rebuild for Python 3.8. --- srcpkgs/gramps/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gramps/template b/srcpkgs/gramps/template index 9d1d1a4616a..5d40aeefb49 100644 --- a/srcpkgs/gramps/template +++ b/srcpkgs/gramps/template @@ -1,7 +1,7 @@ # Template file for 'gramps' pkgname=gramps version=5.1.1 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="gramps" From bb3e960f11dda36c822c8bd1e8575b2a69ce9a66 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:36 +0200 Subject: [PATCH 672/874] greg: rebuild for Python 3.8. --- srcpkgs/greg/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/greg/template b/srcpkgs/greg/template index 9c15ba82f4b..d898d5fdf61 100644 --- a/srcpkgs/greg/template +++ b/srcpkgs/greg/template @@ -1,7 +1,7 @@ # Template file for 'greg' pkgname=greg version=0.4.7 -revision=4 +revision=5 archs=noarch build_style=python3-module pycompile_module="greg" From be202bce8c20fb165e811e32683e96aae42b1452 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:36 +0200 Subject: [PATCH 673/874] gst1-python3: rebuild for Python 3.8. --- 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 6f02f19aca3..bf946f6a8bf 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.1 -revision=1 +revision=2 wrksrc="gst-python-${version}" build_style=meson pycompile_module="gi/overrides" From b9ef9fe5fb2d7b03831106592cfae54a25c41a0f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:36 +0200 Subject: [PATCH 674/874] guake: rebuild for Python 3.8. --- srcpkgs/guake/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/guake/template b/srcpkgs/guake/template index 86eaba649a7..d92fdf89355 100644 --- a/srcpkgs/guake/template +++ b/srcpkgs/guake/template @@ -1,7 +1,7 @@ # Template file for 'guake' pkgname=guake version=3.6.3 -revision=2 +revision=3 archs=noarch build_style=python3-module wrksrc="Guake-${version}" From a53d49cbf26761960b1d159a12df007b627e7650 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:36 +0200 Subject: [PATCH 675/874] gufw: rebuild for Python 3.8. --- srcpkgs/gufw/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gufw/template b/srcpkgs/gufw/template index d2b8a4b025d..a4e7d861d71 100644 --- a/srcpkgs/gufw/template +++ b/srcpkgs/gufw/template @@ -1,7 +1,7 @@ # Template file for 'gufw' pkgname=gufw version=19.10.0 -revision=1 +revision=2 archs=noarch wrksrc="gui-ufw-${version}" build_style=python3-module From 165d3546e52431e5cb6d8f7534344eb7da2982a0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:36 +0200 Subject: [PATCH 676/874] hamlib: rebuild for Python 3.8. --- srcpkgs/hamlib/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hamlib/template b/srcpkgs/hamlib/template index c28a069cd6f..d52436c0893 100644 --- a/srcpkgs/hamlib/template +++ b/srcpkgs/hamlib/template @@ -1,7 +1,7 @@ # Template file for 'hamlib' pkgname=hamlib version=3.3 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-static --with-perl-binding --with-python-binding --with-tcl-binding --with-xml-support" From fe67c3b8e01dac359eba93dada80286f4b7bd546 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:37 +0200 Subject: [PATCH 677/874] hangups: rebuild for Python 3.8. --- srcpkgs/hangups/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hangups/template b/srcpkgs/hangups/template index 0a2f2db16b4..0837a2c47c3 100644 --- a/srcpkgs/hangups/template +++ b/srcpkgs/hangups/template @@ -1,7 +1,7 @@ # Template file for 'hangups' pkgname=hangups version=0.4.9 -revision=1 +revision=2 build_style=python3-module pycompile_module="hangups" hostmakedepends="python3-setuptools" From 54c05618d6ea2a636e7649b6dfb4df7e9097df99 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:37 +0200 Subject: [PATCH 678/874] hplip: rebuild for Python 3.8. --- srcpkgs/hplip/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template index 07a707569f6..3ef76e4591b 100644 --- a/srcpkgs/hplip/template +++ b/srcpkgs/hplip/template @@ -1,7 +1,7 @@ # Template file for 'hplip' pkgname=hplip version=3.19.8 -revision=1 +revision=2 build_style=gnu-configure pycompile_dirs="usr/share/hplip" configure_args=" From b9133921feebbc073c9d3cecdc138c34dd553caa Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:37 +0200 Subject: [PATCH 679/874] httpie: rebuild for Python 3.8. --- srcpkgs/httpie/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template index 387af8ebf05..61fc1499d35 100644 --- a/srcpkgs/httpie/template +++ b/srcpkgs/httpie/template @@ -1,7 +1,7 @@ # Template file for 'httpie' pkgname=httpie version=1.0.3 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="httpie" From 6c6626a47930ae266d4f95bc011f99e15b7237a2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:37 +0200 Subject: [PATCH 680/874] ibus: rebuild for Python 3.8. --- srcpkgs/ibus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ibus/template b/srcpkgs/ibus/template index 4875c7535d6..d3c35d786a4 100644 --- a/srcpkgs/ibus/template +++ b/srcpkgs/ibus/template @@ -1,7 +1,7 @@ # Template file for 'ibus' pkgname=ibus version=1.5.20 -revision=5 +revision=6 build_style=gnu-configure build_helper="gir" configure_args="--enable-ui --enable-gtk3 --disable-tests From ad8f78bd52e9d9925d746e1bbca9a926040dc866 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:37 +0200 Subject: [PATCH 681/874] iotop: rebuild for Python 3.8. --- srcpkgs/iotop/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/iotop/template b/srcpkgs/iotop/template index 146a9e97791..522bf32a7c2 100644 --- a/srcpkgs/iotop/template +++ b/srcpkgs/iotop/template @@ -1,7 +1,7 @@ # Template file for 'iotop' pkgname=iotop version=0.6 -revision=5 +revision=6 archs=noarch build_style=python3-module hostmakedepends="python3" From bf6b1d411e5f8d2459161a4599d66d7148220c48 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:37 +0200 Subject: [PATCH 682/874] jrnl: rebuild for Python 3.8. --- srcpkgs/jrnl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template index 3d08f129885..b184ef09508 100644 --- a/srcpkgs/jrnl/template +++ b/srcpkgs/jrnl/template @@ -1,7 +1,7 @@ # Template file for 'jrnl' pkgname=jrnl version=1.9.8 -revision=3 +revision=4 archs=noarch build_style=python3-module pycompile_module="jrnl" From 3262fda476f3282359c09dd2902deac5997a3394 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:37 +0200 Subject: [PATCH 683/874] khal: rebuild for Python 3.8. --- srcpkgs/khal/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/khal/template b/srcpkgs/khal/template index 39d08a66ba8..a73516695bf 100644 --- a/srcpkgs/khal/template +++ b/srcpkgs/khal/template @@ -1,7 +1,7 @@ # Template file for 'khal' pkgname=khal version=0.10.1 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="khal" From be7f25caca1d74c5f9f58c4cc40c3f3f889971d3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:38 +0200 Subject: [PATCH 684/874] khard: rebuild for Python 3.8. --- srcpkgs/khard/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template index 6c6f3024be1..3ec9f398d99 100644 --- a/srcpkgs/khard/template +++ b/srcpkgs/khard/template @@ -1,7 +1,7 @@ # Template file for 'khard' pkgname=khard version=0.14.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="khard" From 0509f15447526a6132348baf9eb600d22a0c20f7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:38 +0200 Subject: [PATCH 685/874] lfm: rebuild for Python 3.8. --- srcpkgs/lfm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lfm/template b/srcpkgs/lfm/template index 0a0a3b4f563..1e0e7cf29fa 100644 --- a/srcpkgs/lfm/template +++ b/srcpkgs/lfm/template @@ -1,7 +1,7 @@ # Template file for 'lfm' pkgname=lfm version=3.1 -revision=1 +revision=2 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" From 9ac423037b0a4806134116f0b6501d27f2bb3047 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:38 +0200 Subject: [PATCH 686/874] libArcus: rebuild for Python 3.8. --- srcpkgs/libArcus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template index 8e6c97ada21..d2ffda576d4 100644 --- a/srcpkgs/libArcus/template +++ b/srcpkgs/libArcus/template @@ -1,7 +1,7 @@ # Template file for 'libArcus' pkgname=libArcus version=4.3.0 -revision=1 +revision=2 build_style=cmake configure_args="-DBUILD_EXAMPLES=OFF" hostmakedepends="protobuf python3-sip-devel" From 8a5c0bc1b4d750fbb633dcfb68645bdb8e23ac37 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:38 +0200 Subject: [PATCH 687/874] libSavitar: rebuild for Python 3.8. --- srcpkgs/libSavitar/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template index a9d3020158f..213f02f4d65 100644 --- a/srcpkgs/libSavitar/template +++ b/srcpkgs/libSavitar/template @@ -1,7 +1,7 @@ # Template file for 'libSavitar' pkgname=libSavitar version=4.3.0 -revision=1 +revision=2 build_style=cmake hostmakedepends="python3" makedepends="python3-sip-devel python3-devel pugixml-devel" From 888da49c1bb8061c80359b4015485b151f0d74d3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:38 +0200 Subject: [PATCH 688/874] libaccounts-glib: rebuild for Python 3.8. --- 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 717be24f209..239f9307261 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=2 +revision=3 wrksrc="${pkgname}-VERSION_${version}-8948717702424ce15f4e23e5db2c8ce0799ec120" build_style=meson hostmakedepends="gtk-doc pkg-config glib-devel gobject-introspection vala" From bd98c3c06982e10c3f9df1df66d5b04f1a5ef434 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:38 +0200 Subject: [PATCH 689/874] libblockdev: rebuild for Python 3.8. --- srcpkgs/libblockdev/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libblockdev/template b/srcpkgs/libblockdev/template index 1df156e3c5b..ff20fc70618 100644 --- a/srcpkgs/libblockdev/template +++ b/srcpkgs/libblockdev/template @@ -1,7 +1,7 @@ # Template file for 'libblockdev' pkgname=libblockdev version=2.21 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="pkg-config python3" makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel From 41b298fd633e7e588071f06e8d421ed9b2c21a8c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:38 +0200 Subject: [PATCH 690/874] libbytesize: rebuild for Python 3.8. --- srcpkgs/libbytesize/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libbytesize/template b/srcpkgs/libbytesize/template index ee1862d889d..e07cdf29a82 100644 --- a/srcpkgs/libbytesize/template +++ b/srcpkgs/libbytesize/template @@ -1,7 +1,7 @@ # Template file for 'libbytesize' pkgname=libbytesize version=1.4 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="python3" makedepends="mpfr-devel pcre-devel" From bdb495aaf63cb8b79a83eda9623e54e67de33d75 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:38 +0200 Subject: [PATCH 691/874] libcap-ng: rebuild for Python 3.8. --- 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 f462636c4c1..c6ec4f0a216 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.7.10 -revision=1 +revision=2 build_style=gnu-configure configure_args="--without-python --without-python3" short_desc="Alternate POSIX capabilities library" From 64a29440ad0bb81db7db97e461b4b68478993d17 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:38 +0200 Subject: [PATCH 692/874] libffado: rebuild for Python 3.8. --- srcpkgs/libffado/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libffado/template b/srcpkgs/libffado/template index a9b6a5ec6a8..d566806bd82 100644 --- a/srcpkgs/libffado/template +++ b/srcpkgs/libffado/template @@ -1,7 +1,7 @@ # Template file for 'libffado' pkgname=libffado version=2.4.1 -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 3ac32b19e51680d2330b26da6cb8d640904fcb75 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:39 +0200 Subject: [PATCH 693/874] libgit2-glib: rebuild for Python 3.8. --- 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 05389a18258..ce68cb35d66 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.28.0.1 -revision=1 +revision=2 build_style=meson build_helper="gir" configure_args="-Dintrospection=$(vopt_if gir true false) From 6950f9e7571c268c087d93d7e94d169a8fb8291b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:39 +0200 Subject: [PATCH 694/874] libixion: rebuild for Python 3.8. --- srcpkgs/libixion/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libixion/template b/srcpkgs/libixion/template index 5d2c58ee7c0..dbc05d8b9c1 100644 --- a/srcpkgs/libixion/template +++ b/srcpkgs/libixion/template @@ -2,7 +2,7 @@ pkgname=libixion reverts="0.15.0_1" version=0.14.1 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="pkg-config python3" makedepends="boost-devel mdds python3-devel" From 45a847c34a550d9cc64985d24ef9b306aade5790 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:39 +0200 Subject: [PATCH 695/874] liblouis: rebuild for Python 3.8. --- srcpkgs/liblouis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template index 77194ad8820..13c29b62b21 100644 --- a/srcpkgs/liblouis/template +++ b/srcpkgs/liblouis/template @@ -1,7 +1,7 @@ # Template file for 'liblouis' pkgname=liblouis version=3.9.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--enable-ucs4" pycompile_module="louis" From f79d54ca6d5162f4f17a9cae76f0bd941deaf438 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:39 +0200 Subject: [PATCH 696/874] opencv: rebuild for Python 3.8. --- srcpkgs/opencv/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/opencv/template b/srcpkgs/opencv/template index fcc38299f23..474b77be181 100644 --- a/srcpkgs/opencv/template +++ b/srcpkgs/opencv/template @@ -1,7 +1,7 @@ # Template file for 'opencv' pkgname=opencv version=3.4.5 -revision=2 +revision=3 build_style=cmake configure_args="-DENABLE_PRECOMPILED_HEADERS=OFF -DWITH_OPENMP=ON -DWITH_OPENCL=ON -DENABLE_CXX11=ON -DOPENCV_SKIP_PYTHON_LOADER=ON From f3399fca6f67a8990fa1adc144bd949c0a5c66c7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:39 +0200 Subject: [PATCH 697/874] libopenshot: rebuild for Python 3.8. --- srcpkgs/libopenshot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libopenshot/template b/srcpkgs/libopenshot/template index e1ac18faf93..dab1f2ae1e3 100644 --- a/srcpkgs/libopenshot/template +++ b/srcpkgs/libopenshot/template @@ -1,7 +1,7 @@ # Template file for 'libopenshot' pkgname=libopenshot version=0.2.3 -revision=1 +revision=2 archs="i686 x86_64 ppc64le" build_style=cmake pycompile_module="openshot.py" From c7902fc599bfc61c600307df6f75acfadf8e612e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:39 +0200 Subject: [PATCH 698/874] liborcus: rebuild for Python 3.8. --- srcpkgs/liborcus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/liborcus/template b/srcpkgs/liborcus/template index 3523d7830d8..e7704c43974 100644 --- a/srcpkgs/liborcus/template +++ b/srcpkgs/liborcus/template @@ -2,7 +2,7 @@ pkgname=liborcus reverts="0.15.0_1" version=0.14.1 -revision=2 +revision=3 build_style=gnu-configure hostmakedepends="automake libtool pkg-config python3" makedepends="boost-devel mdds libixion-devel python3-devel zlib-devel" From aec13b74f5953d86ed1dab8574a9bb836924a3da Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:39 +0200 Subject: [PATCH 699/874] libpwquality: rebuild for Python 3.8. --- srcpkgs/libpwquality/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libpwquality/template b/srcpkgs/libpwquality/template index e5a656236d7..6c2209155a3 100644 --- a/srcpkgs/libpwquality/template +++ b/srcpkgs/libpwquality/template @@ -1,7 +1,7 @@ # Template file for 'libpwquality' pkgname=libpwquality version=1.4.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static --enable-pam --with-securedir=/usr/lib/security" hostmakedepends="libtool automake gettext-devel" From a5604d1184badc5a3b5afb2426bc910d703ee0f7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:40 +0200 Subject: [PATCH 700/874] libsearpc: rebuild for Python 3.8. --- srcpkgs/libsearpc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template index 61f68e5e7de..a7e0b9ce05c 100644 --- a/srcpkgs/libsearpc/template +++ b/srcpkgs/libsearpc/template @@ -1,7 +1,7 @@ # Template file for 'libsearpc' pkgname=libsearpc version=3.1.0 -revision=2 +revision=3 build_style=gnu-configure pycompile_module="pysearpc" configure_args="PYTHON=python3 --disable-static --disable-compile-demo" From 5aaa024e287c3460065dbe861abc25499a281e07 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:40 +0200 Subject: [PATCH 701/874] libtorrent-rasterbar: fix and rebuild for Python 3.8. --- srcpkgs/libtorrent-rasterbar/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template index 118108c6184..51b7175fb81 100644 --- a/srcpkgs/libtorrent-rasterbar/template +++ b/srcpkgs/libtorrent-rasterbar/template @@ -1,9 +1,9 @@ # Template file for 'libtorrent-rasterbar' pkgname=libtorrent-rasterbar version=1.1.13 -revision=3 +revision=4 build_style=gnu-configure -configure_args="--enable-examples --enable-python-binding --with-boost=${XBPS_CROSS_BASE}/usr --with-boost-python=boost_python36" +configure_args="--enable-examples --enable-python-binding --with-boost=${XBPS_CROSS_BASE}/usr --with-boost-python=libboost_python${py3_ver/./}" hostmakedepends="automake pkg-config intltool libtool python3-devel" makedepends="libressl-devel boost-devel geoip-devel python3-devel" short_desc="C++ bittorrent library by Rasterbar Software" @@ -14,9 +14,9 @@ distfiles="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${v checksum=30040719858e3c06634764e0c1778738eb42ecd0b45e814afa746329a948ead7 pre_configure() { - export PYTHON_CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/python3.6m" - export PYTHON_CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/python3.6m" - export PYTHON_EXTRA_LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib -lpython3.6m" + export PYTHON_CPPFLAGS="-I${XBPS_CROSS_BASE}${py3_inc}" + export PYTHON_CXXFLAGS="-I${XBPS_CROSS_BASE}${py3_inc}" + export PYTHON_EXTRA_LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib -lpython${py3_ver}${py3_abiver}" autoreconf -fi } From 75ce8cab25904eeb4975663fb77b4f29c10c1dbe Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:40 +0200 Subject: [PATCH 702/874] libvirt-python: rebuild for Python 3.8. --- srcpkgs/libvirt-python/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libvirt-python/template b/srcpkgs/libvirt-python/template index a2f0e038166..56253c9d3b0 100644 --- a/srcpkgs/libvirt-python/template +++ b/srcpkgs/libvirt-python/template @@ -1,7 +1,7 @@ # Template file for 'libvirt-python' pkgname=libvirt-python version=5.8.0 -revision=1 +revision=2 build_style=python-module pycompile_module="libvirt.py libvirt_lxc.py libvirt_qemu.py" hostmakedepends="pkg-config python-devel python3-devel libvirt-devel" From 5e9842585a68fb832637cdd1b5adcd50bc48841b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:40 +0200 Subject: [PATCH 703/874] libvoikko: rebuild for Python 3.8. --- srcpkgs/libvoikko/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libvoikko/template b/srcpkgs/libvoikko/template index 8d21b0f9c71..ba8eef837ee 100644 --- a/srcpkgs/libvoikko/template +++ b/srcpkgs/libvoikko/template @@ -1,7 +1,7 @@ # Template file for 'libvoikko' pkgname=libvoikko version=4.2 -revision=2 +revision=3 build_style=gnu-configure configure_args="--enable-hfst=false --with-dictionary-path=/usr/share/voikko" pycompile_module="libvoikko.py" From 8141b26019c7a2414b15fcf8b8672eb24047f49d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:40 +0200 Subject: [PATCH 704/874] libxml2-python: rebuild for Python 3.8. --- 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 a80208823c2..5514ed43437 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.9 -revision=3 +revision=4 wrksrc="${pkgname%-python}-${version}" build_wrksrc=python build_style=python-module From 70f5881f1b341100ddc517ba0f4b54e161303165 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:40 +0200 Subject: [PATCH 705/874] lightdm-gtk-greeter-settings: rebuild for Python 3.8. --- 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 715f41bbef4..76a25b91e4c 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=1 +revision=2 build_style=python3-module pycompile_module="lightdm_gtk_greeter_settings" hostmakedepends="python3-distutils-extra intltool" From 04c380043914f79a0c6cd3199748bb0fb2e37967 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:40 +0200 Subject: [PATCH 706/874] llvm9: rebuild for Python 3.8. --- srcpkgs/llvm9/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/llvm9/template b/srcpkgs/llvm9/template index 3c1a1a3451b..890a93855d8 100644 --- a/srcpkgs/llvm9/template +++ b/srcpkgs/llvm9/template @@ -1,7 +1,7 @@ # Template file for 'llvm9' pkgname=llvm9 version=9.0.0 -revision=2 +revision=3 wrksrc="llvm-${version}.src" build_style=cmake configure_args=" From 4778e7a0c73ffa2fae833fee20ac790fef99fff9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:40 +0200 Subject: [PATCH 707/874] lollypop: rebuild for Python 3.8. --- srcpkgs/lollypop/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lollypop/template b/srcpkgs/lollypop/template index 56ace773bf3..3bd13c0d387 100644 --- a/srcpkgs/lollypop/template +++ b/srcpkgs/lollypop/template @@ -1,7 +1,7 @@ # Template file for 'lollypop' pkgname=lollypop version=1.1.4.16 -revision=1 +revision=2 # Gitlab upload tag hash _uhash=6b4e4e7a2c17f0770c1e2b3354ae5a3a archs=noarch From 6041a22c11224f7e771c92e9f61adf7eaf37450a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:41 +0200 Subject: [PATCH 708/874] lutris: rebuild for Python 3.8. --- srcpkgs/lutris/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/lutris/template b/srcpkgs/lutris/template index 8f54d693a12..75be521cc7c 100644 --- a/srcpkgs/lutris/template +++ b/srcpkgs/lutris/template @@ -1,7 +1,7 @@ # Template file for 'lutris' pkgname=lutris version=0.5.3 -revision=1 +revision=2 archs=noarch build_style=python3-module build_helper="gir" From 768559bee2d66197ffebf07de70d31e1098fe2a8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:41 +0200 Subject: [PATCH 709/874] magic-wormhole: rebuild for Python 3.8. --- srcpkgs/magic-wormhole/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/magic-wormhole/template b/srcpkgs/magic-wormhole/template index c07753ce6ad..d93a1bbe1fc 100644 --- a/srcpkgs/magic-wormhole/template +++ b/srcpkgs/magic-wormhole/template @@ -1,7 +1,7 @@ # Template file for 'magic-wormhole' pkgname=magic-wormhole version=0.11.2 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="wormhole" From 2a5b126fdf712642756c4d70a6a679f4479b504c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:41 +0200 Subject: [PATCH 710/874] mate-tweak: rebuild for Python 3.8. --- 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 85b829e85e8..76b79524269 100644 --- a/srcpkgs/mate-tweak/template +++ b/srcpkgs/mate-tweak/template @@ -1,7 +1,7 @@ # Template file for 'mate-tweak' pkgname=mate-tweak version=19.10.4 -revision=1 +revision=2 archs=noarch build_style=python3-module hostmakedepends="intltool python3-distutils-extra python3-pbr python3-setuptools" From 2717d85b6903ce0f45484d5f051e477d27e68ff3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:41 +0200 Subject: [PATCH 711/874] med: rebuild for Python 3.8. --- srcpkgs/med/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/med/template b/srcpkgs/med/template index 34dd6d006d6..acd79293246 100644 --- a/srcpkgs/med/template +++ b/srcpkgs/med/template @@ -1,7 +1,7 @@ # Template file for 'med' pkgname=med version=4.0.0 -revision=2 +revision=3 build_style=gnu-configure configure_args="--with-swig=yes --includedir=/usr/include/med" pycompile_module=med From e6073b9b26be31845b922008dc6d5083ec2516e1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:41 +0200 Subject: [PATCH 712/874] meld: rebuild for Python 3.8. --- srcpkgs/meld/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/meld/template b/srcpkgs/meld/template index 9ed6114299e..7cbac065ce6 100644 --- a/srcpkgs/meld/template +++ b/srcpkgs/meld/template @@ -1,7 +1,7 @@ # Template file for 'meld' pkgname=meld version=3.20.1 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="meld" From 30bbbb75eda44c4dfeac15c27223fe671d4703ad Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:41 +0200 Subject: [PATCH 713/874] menulibre: rebuild for Python 3.8. --- srcpkgs/menulibre/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/menulibre/template b/srcpkgs/menulibre/template index 64311115bec..f16c5f64337 100644 --- a/srcpkgs/menulibre/template +++ b/srcpkgs/menulibre/template @@ -1,7 +1,7 @@ # Template file for 'menulibre' pkgname=menulibre version=2.2.1 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="menulibre menulibre_lib" From 7f5fb6f6a41e18474dce397f36f38f5cce8f9eca Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:41 +0200 Subject: [PATCH 714/874] meson-cmake-wrapper: rebuild for Python 3.8. --- srcpkgs/meson-cmake-wrapper/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/meson-cmake-wrapper/template b/srcpkgs/meson-cmake-wrapper/template index ca14e533431..57eea159ca8 100644 --- a/srcpkgs/meson-cmake-wrapper/template +++ b/srcpkgs/meson-cmake-wrapper/template @@ -1,7 +1,7 @@ # Template file for 'meson-cmake-wrapper' pkgname=meson-cmake-wrapper version=0.3.4 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="mcw" From 2c4c7008df31cd5ec9699fe3aba2f53facd423e9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:42 +0200 Subject: [PATCH 715/874] mimeo: rebuild for Python 3.8. --- srcpkgs/mimeo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mimeo/template b/srcpkgs/mimeo/template index bef8dcde863..991c61d9df8 100644 --- a/srcpkgs/mimeo/template +++ b/srcpkgs/mimeo/template @@ -1,7 +1,7 @@ # Template file for 'mimeo' pkgname=mimeo version=2019.3 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="Mimeo.py" From 533400db8d1d7673cb8a5b187cf4510495a5d6fd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:42 +0200 Subject: [PATCH 716/874] mozo: rebuild for Python 3.8. --- srcpkgs/mozo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mozo/template b/srcpkgs/mozo/template index 041f2454c3d..7bc18f017c7 100644 --- a/srcpkgs/mozo/template +++ b/srcpkgs/mozo/template @@ -1,7 +1,7 @@ # Template file for 'mozo' pkgname=mozo version=1.22.2 -revision=1 +revision=2 archs=noarch build_style=gnu-configure pycompile_module="Mozo" From 79476ba290c89d038ce38a9ed875bed6b5bf69e9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:42 +0200 Subject: [PATCH 717/874] mpd-sima: rebuild for Python 3.8. --- srcpkgs/mpd-sima/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mpd-sima/template b/srcpkgs/mpd-sima/template index fb72f0d2632..831fec709b7 100644 --- a/srcpkgs/mpd-sima/template +++ b/srcpkgs/mpd-sima/template @@ -1,7 +1,7 @@ # Template file for 'mpd-sima' pkgname=mpd-sima version=0.15.1 -revision=1 +revision=2 archs=noarch wrksrc="MPD_sima-${version}" build_style=python3-module From 9d547673ab95e2aeb2d2405f6fff480cbd9afa5b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:42 +0200 Subject: [PATCH 718/874] mps-youtube: rebuild for Python 3.8. --- srcpkgs/mps-youtube/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mps-youtube/template b/srcpkgs/mps-youtube/template index 7b104aa706f..2141b3e627d 100644 --- a/srcpkgs/mps-youtube/template +++ b/srcpkgs/mps-youtube/template @@ -1,7 +1,7 @@ # Template file for 'mps-youtube' pkgname=mps-youtube version=0.2.8 -revision=2 +revision=3 archs=noarch build_style=python3-module pycompile_module="mps_youtube" From 8e1db2d48466dc2bdc06e1330eeefaa727da6356 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:42 +0200 Subject: [PATCH 719/874] mugshot: rebuild for Python 3.8. --- srcpkgs/mugshot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mugshot/template b/srcpkgs/mugshot/template index cf27b30acac..1e695654a86 100644 --- a/srcpkgs/mugshot/template +++ b/srcpkgs/mugshot/template @@ -1,7 +1,7 @@ # Template file for 'mugshot' pkgname=mugshot version=0.4.1 -revision=1 +revision=2 archs=noarch build_style=python3-module hostmakedepends="intltool python3-distutils-extra" From dd0ad3b8c52088d1809fd214b32ed7b0acdd2f66 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:42 +0200 Subject: [PATCH 720/874] multibootusb: rebuild for Python 3.8. --- srcpkgs/multibootusb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/multibootusb/template b/srcpkgs/multibootusb/template index 049b641c5fd..70cb07a85ac 100644 --- a/srcpkgs/multibootusb/template +++ b/srcpkgs/multibootusb/template @@ -1,7 +1,7 @@ # Template file for 'multibootusb' pkgname=multibootusb version=9.2.0 -revision=2 +revision=3 archs=noarch build_style=python3-module pycompile_module="scripts" From 85356b30501f219e78afd8cb95f1a6cb09193ac6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:42 +0200 Subject: [PATCH 721/874] mymcplus: rebuild for Python 3.8. --- srcpkgs/mymcplus/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mymcplus/template b/srcpkgs/mymcplus/template index 369ac8048ed..f30c62b09f4 100644 --- a/srcpkgs/mymcplus/template +++ b/srcpkgs/mymcplus/template @@ -1,7 +1,7 @@ # Template file for 'mymcplus' pkgname=mymcplus version=3.0.2 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="mymcplus" From f10ceae15759ab2c42d786a23926a759967abb41 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:42 +0200 Subject: [PATCH 722/874] nagstamon: fix and rebuild for Python 3.8. --- srcpkgs/nagstamon/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/nagstamon/template b/srcpkgs/nagstamon/template index 3a63bb5f1d9..0eb5bc75d27 100644 --- a/srcpkgs/nagstamon/template +++ b/srcpkgs/nagstamon/template @@ -1,7 +1,7 @@ # Template file for 'nagstamon' pkgname=nagstamon version=3.2.1 -revision=1 +revision=2 archs=noarch wrksrc=Nagstamon build_style=python3-module @@ -16,6 +16,10 @@ homepage="https://nagstamon.ifw-dresden.de" distfiles="https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-${version}.tar.gz" checksum=a834460e78dc01f62171a83c4a11d890702264ed662863dff39edaf14ae98880 +post_extract() { + # Gone in python 3.8, but these where the python 3.6 values. ;) + vsed -i -e 's/platform.dist()/("","","")/g' setup.py +} post_install() { chmod 644 ${DESTDIR}/usr/share/pixmaps/nagstamon.svg mv -v ${DESTDIR}/usr/bin/nagstamon.py ${DESTDIR}/usr/bin/nagstamon From 52acf83950d25bcf72b3fc81796436543c409ce8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:43 +0200 Subject: [PATCH 723/874] neovim-remote: rebuild for Python 3.8. --- srcpkgs/neovim-remote/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/neovim-remote/template b/srcpkgs/neovim-remote/template index d8473bf0521..7391f9df2ee 100644 --- a/srcpkgs/neovim-remote/template +++ b/srcpkgs/neovim-remote/template @@ -1,7 +1,7 @@ # Template file for 'neovim-remote' pkgname=neovim-remote version=2.2.2 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="nvr" From ae77cba0468f1ab1fe3e89bf758d2d153c6b8725 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:43 +0200 Subject: [PATCH 724/874] newt: rebuild for Python 3.8. --- srcpkgs/newt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/newt/template b/srcpkgs/newt/template index 3971bbfdbf7..25ccc946f51 100644 --- a/srcpkgs/newt/template +++ b/srcpkgs/newt/template @@ -1,7 +1,7 @@ # Template file for 'newt' pkgname=newt version=0.52.21 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="python-devel python3-devel" makedepends="slang-devel popt-devel python3-devel python-devel" From 5d77f30f98b4d84c2807418deb840acda4016790 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:43 +0200 Subject: [PATCH 725/874] notmuch: rebuild for Python 3.8. --- srcpkgs/notmuch/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/notmuch/template b/srcpkgs/notmuch/template index ced670a59d4..a3085fd4c27 100644 --- a/srcpkgs/notmuch/template +++ b/srcpkgs/notmuch/template @@ -1,7 +1,7 @@ # Template file for 'notmuch' pkgname=notmuch version=0.29.1 -revision=1 +revision=2 hostmakedepends="perl pkg-config python-devel python3-Sphinx python3-devel" makedepends="bash-completion gmime3-devel talloc-devel xapian-core-devel" short_desc="Thread-based email index, search, and tagging" From 2a004663318b9be9e0b13e69c2f89b9682ece8e3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:43 +0200 Subject: [PATCH 726/874] nyx: rebuild for Python 3.8. --- srcpkgs/nyx/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nyx/template b/srcpkgs/nyx/template index 201ab5856ff..4b265771793 100644 --- a/srcpkgs/nyx/template +++ b/srcpkgs/nyx/template @@ -1,7 +1,7 @@ # Template file for 'nyx' pkgname=nyx version=2.1.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="nyx" From 9ff1df8e1d687a5a38d373d51d32e4e428dbe286 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:43 +0200 Subject: [PATCH 727/874] olm-python: rebuild for Python 3.8. --- srcpkgs/olm-python/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/olm-python/template b/srcpkgs/olm-python/template index 57ac1cfa01b..0141611ea3f 100644 --- a/srcpkgs/olm-python/template +++ b/srcpkgs/olm-python/template @@ -1,7 +1,7 @@ # Template file for 'olm-python' pkgname=olm-python version=3.1.4 -revision=1 +revision=2 wrksrc="olm-${version}" build_wrksrc=python build_style=python-module From b5b9070e7d35511535cee5a401bcdb4ea6359959 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:43 +0200 Subject: [PATCH 728/874] onboard: rebuild for Python 3.8. --- srcpkgs/onboard/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/onboard/template b/srcpkgs/onboard/template index 844744038d8..467ed8f0ea5 100644 --- a/srcpkgs/onboard/template +++ b/srcpkgs/onboard/template @@ -1,7 +1,7 @@ # Template file for 'onboard' pkgname=onboard version=1.4.1 -revision=4 +revision=5 build_style=python3-module pycompile_module="Onboard" patch_args="-Np1" From c23e1317c4a493f2967ade1da8cf6eb9806b2066 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:43 +0200 Subject: [PATCH 729/874] openrazer-meta: rebuild for Python 3.8. --- 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 112cb9e900b..60dc8212a73 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.5.0 -revision=2 +revision=3 wrksrc="openrazer-${version}" build_style=gnu-makefile make_install_target="setup_dkms udev_install daemon_install xdg_install From 0c8dabe0616d85f801dfefea1b22748ee6055bdd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:44 +0200 Subject: [PATCH 730/874] openshot: rebuild for Python 3.8. --- srcpkgs/openshot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template index 605ea7305c2..d71b4d09fae 100644 --- a/srcpkgs/openshot/template +++ b/srcpkgs/openshot/template @@ -1,7 +1,7 @@ # Template file for 'openshot' pkgname=openshot version=2.4.4 -revision=1 +revision=2 archs="i686 x86_64 ppc64le" wrksrc="${pkgname}-qt-${version}" build_style=python3-module From e14cf6e0c5c985078aade34a1f21446e153dbeed Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:44 +0200 Subject: [PATCH 731/874] orca: rebuild for Python 3.8. --- srcpkgs/orca/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/orca/template b/srcpkgs/orca/template index ac1c0e1dc0e..57d1495c10a 100644 --- a/srcpkgs/orca/template +++ b/srcpkgs/orca/template @@ -1,7 +1,7 @@ # Template file for 'orca' pkgname=orca version=3.34.0 -revision=1 +revision=2 archs=noarch build_style=gnu-configure pycompile_module="orca" From ef83881d95547fbaa4f216958aa7f49b0b2c98b3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:44 +0200 Subject: [PATCH 732/874] papis: rebuild for Python 3.8. --- srcpkgs/papis/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/papis/template b/srcpkgs/papis/template index 95044b2a6a4..d99f358fc0d 100644 --- a/srcpkgs/papis/template +++ b/srcpkgs/papis/template @@ -1,7 +1,7 @@ # Template file for 'papis' pkgname=papis version=0.8 -revision=2 +revision=3 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-requests python3-yaml python3-chardet python3-BeautifulSoup4 From f4cf98a67a63c679f47a66c6b67ab7309b5769f7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:44 +0200 Subject: [PATCH 733/874] paraview: rebuild for Python 3.8. --- srcpkgs/paraview/template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/srcpkgs/paraview/template b/srcpkgs/paraview/template index 3b721b1833a..d928a5ea095 100644 --- a/srcpkgs/paraview/template +++ b/srcpkgs/paraview/template @@ -1,7 +1,7 @@ # Template file for 'paraview' pkgname=paraview version=5.6.1 -revision=1 +revision=2 wrksrc=ParaView-v${version} build_style=cmake configure_args="-DPARAVIEW_ENABLE_FFMPEG=ON @@ -58,6 +58,11 @@ checksum=50ef01f54db6358b402e50d1460ef47c04d675bf26f250c6937737169f1e6612 CFLAGS="-D_GNU_SOURCE" CXXFLAGS="-D_GNU_SOURCE" +post_extract() { + # Python 3.8 API change: https://docs.python.org/3/c-api/typeobj.html + sed -i '/\/\/ tp_print/s/nullptr/0/' \ + VTK/Wrapping/Tools/*.c VTK/Wrapping/PythonCore/*.cxx +} post_install() { vlicense Copyright.txt } From 726b01acdb0c9e145291f4e36011c0aaa709684d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:44 +0200 Subject: [PATCH 734/874] pass-git-helper: rebuild for Python 3.8. --- 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 dfeed3ba4f0..6d7f25bd8a7 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=1 +revision=2 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" From 78ecdb2c1a4374ceaca2d5093af3a91996be3350 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:44 +0200 Subject: [PATCH 735/874] peframe: rebuild for Python 3.8. --- srcpkgs/peframe/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/peframe/template b/srcpkgs/peframe/template index b9d64f7a5a6..5ecede6cf56 100644 --- a/srcpkgs/peframe/template +++ b/srcpkgs/peframe/template @@ -1,7 +1,7 @@ # Template file for 'peframe' pkgname=peframe version=6.0.3 -revision=1 +revision=2 archs=noarch build_style="python3-module" pycompile_module="peframe" From 78841509335c273af19896de5b79ea31c3168e1f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:44 +0200 Subject: [PATCH 736/874] peru: rebuild for Python 3.8. --- srcpkgs/peru/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/peru/template b/srcpkgs/peru/template index 682440f0b50..10d4689338d 100644 --- a/srcpkgs/peru/template +++ b/srcpkgs/peru/template @@ -1,7 +1,7 @@ # Template file for 'peru' pkgname=peru version=1.2.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="peru" From 9513806ce9175a7e7f042c9a8aa445525747c64b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:44 +0200 Subject: [PATCH 737/874] pgcli: rebuild for Python 3.8. --- srcpkgs/pgcli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template index b967287e9cb..b187a0a4440 100644 --- a/srcpkgs/pgcli/template +++ b/srcpkgs/pgcli/template @@ -1,7 +1,7 @@ # Template file for 'pgcli' pkgname=pgcli version=2.1.1 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="pgcli" From 9b06f6f2643e97359ce83918b636d83617530e9f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:45 +0200 Subject: [PATCH 738/874] picard: rebuild for Python 3.8. --- srcpkgs/picard/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/picard/template b/srcpkgs/picard/template index 1bae142434a..08404a88475 100644 --- a/srcpkgs/picard/template +++ b/srcpkgs/picard/template @@ -1,7 +1,7 @@ # Template file for 'picard' pkgname=picard version=2.2.2 -revision=1 +revision=2 archs=noarch wrksrc="${pkgname}-release-${version}" build_style=python3-module From f046b5d0d02d0350b9b4b0d012941d73a64d7674 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:45 +0200 Subject: [PATCH 739/874] piper: rebuild for Python 3.8. --- srcpkgs/piper/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template index af8cc854991..91a31131f84 100644 --- a/srcpkgs/piper/template +++ b/srcpkgs/piper/template @@ -1,7 +1,7 @@ # Template file for 'piper' pkgname=piper version=0.2.904 -revision=1 +revision=2 archs=noarch build_style=meson hostmakedepends="libratbag pkg-config glib-devel" From 35264de163d55cc30160d954c08f635a5fa12285 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:45 +0200 Subject: [PATCH 740/874] playitslowly: rebuild for Python 3.8. --- srcpkgs/playitslowly/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/playitslowly/template b/srcpkgs/playitslowly/template index d26cea3510a..6d3483ae251 100644 --- a/srcpkgs/playitslowly/template +++ b/srcpkgs/playitslowly/template @@ -1,7 +1,7 @@ # Template file for 'playitslowly' pkgname=playitslowly version=1.5.1 -revision=1 +revision=2 archs=noarch build_style=python3-module hostmakedepends="python3" From e81422f6d1d5c7623368d70897172c813b3de9b6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:45 +0200 Subject: [PATCH 741/874] pmbootstrap: rebuild for Python 3.8. --- srcpkgs/pmbootstrap/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pmbootstrap/template b/srcpkgs/pmbootstrap/template index 1bfa8183a84..15e606439c2 100644 --- a/srcpkgs/pmbootstrap/template +++ b/srcpkgs/pmbootstrap/template @@ -1,7 +1,7 @@ # Template file for 'pmbootstrap' pkgname=pmbootstrap version=1.9.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="pmb" From 527e6a4630f16baca7fc343a5a1d9a05342d82ef Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:45 +0200 Subject: [PATCH 742/874] pockyt: fix and rebuild for Python 3.8. --- srcpkgs/pockyt/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/pockyt/template b/srcpkgs/pockyt/template index 760573904b1..ff12361d443 100644 --- a/srcpkgs/pockyt/template +++ b/srcpkgs/pockyt/template @@ -1,7 +1,7 @@ # Template file for 'pockyt' pkgname=pockyt version=1.2 -revision=1 +revision=2 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" @@ -13,3 +13,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/arvindch/pockyt" distfiles="${homepage}/archive/${version}.tar.gz" checksum=cd9561e126a6a01c73762639eb7e38b8c509ed1412f72fcc4729b12565b9962c + +post_extract() { + sed -i 's/(3, 7)/&, (3, 8)/' setup.py +} From b17ef4dbbbef2220a50989dc81f76cba0decd84a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:45 +0200 Subject: [PATCH 743/874] poezio: rebuild for Python 3.8. --- srcpkgs/poezio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template index 56f8138bb5e..4b318419dab 100644 --- a/srcpkgs/poezio/template +++ b/srcpkgs/poezio/template @@ -1,7 +1,7 @@ # Template file for 'poezio' pkgname=poezio version=0.12.1 -revision=1 +revision=2 build_style=python3-module pycompile_module="poezio poezio_plugins poezio_themes" hostmakedepends="python3-setuptools pkg-config" From 3b5be45e96733313ad2473bc51a7d8eee1702577 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:45 +0200 Subject: [PATCH 744/874] protontricks: rebuild for Python 3.8. --- srcpkgs/protontricks/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/protontricks/template b/srcpkgs/protontricks/template index a32f51c4845..dc003b63690 100644 --- a/srcpkgs/protontricks/template +++ b/srcpkgs/protontricks/template @@ -1,7 +1,7 @@ # Template file for 'protontricks' pkgname=protontricks version=1.2.5 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-setuptools" From 6b17e630c97868c3510f8e786c4c0a4d3b250ecf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:46 +0200 Subject: [PATCH 745/874] pulseaudio-equalizer-ladspa: rebuild for Python 3.8. --- 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 62d7eef2a65..10198de2c08 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=1 +revision=2 wrksrc="equalizer-${version}" build_style=meson pycompile_module="pulseeq" From 70dbb53c2ba650d2fc146e7837f700dec9df6062 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:46 +0200 Subject: [PATCH 746/874] pulseeffects: rebuild for Python 3.8. --- srcpkgs/pulseeffects/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pulseeffects/template b/srcpkgs/pulseeffects/template index 7fc44f938d9..dc9044cad32 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=3 +revision=4 build_style=meson pycompile_module="PulseEffects PulseEffectsTest" hostmakedepends="pkg-config" From b1dc43e0f84322bbc809630267fe0e51c5e1b41e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:46 +0200 Subject: [PATCH 747/874] py3status: rebuild for Python 3.8. --- srcpkgs/py3status/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/py3status/template b/srcpkgs/py3status/template index b7a263270e4..01709cfd14d 100644 --- a/srcpkgs/py3status/template +++ b/srcpkgs/py3status/template @@ -1,7 +1,7 @@ # Template file for 'py3status' pkgname=py3status version=3.21 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="py3status" From 0644b2ee33752b76bc1875c86123ab77a073fc53 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:46 +0200 Subject: [PATCH 748/874] pychess: rebuild for Python 3.8. --- srcpkgs/pychess/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pychess/template b/srcpkgs/pychess/template index 2c6ecef7bf9..d0594aa77f4 100644 --- a/srcpkgs/pychess/template +++ b/srcpkgs/pychess/template @@ -1,7 +1,7 @@ # Template file for 'pychess' pkgname=pychess version=0.12.4 -revision=2 +revision=3 build_style=python3-module pycompile_module="pychess" archs=noarch From 5cf19da1be32229c7b04dffba15cd724042a2e9f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:46 +0200 Subject: [PATCH 749/874] pycp: rebuild for Python 3.8. --- srcpkgs/pycp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template index 770eb50d3f4..c9066259862 100644 --- a/srcpkgs/pycp/template +++ b/srcpkgs/pycp/template @@ -1,7 +1,7 @@ # Template file for 'pycp' pkgname=pycp version=8.0.8 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="pycp" From d88382e9fb382116d88e9ccd60e69a7320462f5c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:46 +0200 Subject: [PATCH 750/874] pymol: rebuild for Python 3.8. --- srcpkgs/pymol/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pymol/template b/srcpkgs/pymol/template index 428ba7a6deb..e1031f325c0 100644 --- a/srcpkgs/pymol/template +++ b/srcpkgs/pymol/template @@ -1,7 +1,7 @@ # Template file for 'pymol' pkgname=pymol version=2.3.0 -revision=1 +revision=2 wrksrc=${pkgname}-open-source-${version} build_style="python3-module" makedepends="msgpack-devel python3-numpy freetype-devel libfreeglut-devel glew-devel From 1245dfb2ab23badf279042adca4caff2deba10a9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:46 +0200 Subject: [PATCH 751/874] pyradio: rebuild for Python 3.8. --- srcpkgs/pyradio/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template index 10d7d8c6fbb..d2d5feddbdd 100644 --- a/srcpkgs/pyradio/template +++ b/srcpkgs/pyradio/template @@ -1,7 +1,7 @@ # Template file for 'pyradio' pkgname=pyradio version=0.8.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="pyradio" From f677cdf12f3d405d1bcb43aab8dd1fc258ee91d8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:46 +0200 Subject: [PATCH 752/874] pyside2-tools: rebuild for Python 3.8. --- srcpkgs/pyside2-tools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pyside2-tools/template b/srcpkgs/pyside2-tools/template index 4ba0044452d..0a153de8c15 100644 --- a/srcpkgs/pyside2-tools/template +++ b/srcpkgs/pyside2-tools/template @@ -1,7 +1,7 @@ # Template file for 'pyside2-tools' pkgname=pyside2-tools version=5.11.2 -revision=1 +revision=2 _pkgname="pyside-setup-everywhere-src-${version}" wrksrc="$_pkgname" configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release From 727e69b5ed47b99d25354a6a6d6f42b907a7b696 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:47 +0200 Subject: [PATCH 753/874] pysolfc: rebuild for Python 3.8. --- srcpkgs/pysolfc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pysolfc/template b/srcpkgs/pysolfc/template index 62eb90009af..1631e9619d3 100644 --- a/srcpkgs/pysolfc/template +++ b/srcpkgs/pysolfc/template @@ -1,7 +1,7 @@ # Template file for 'pysolfc' pkgname=pysolfc version=2.6.4 -revision=2 +revision=3 archs="noarch" wrksrc="PySolFC-${pkgname}-${version}" build_style=python3-module From 837440a9d7d89a3bcfe00ffd798f18212ea374e8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:47 +0200 Subject: [PATCH 754/874] pywal: rebuild for Python 3.8. --- srcpkgs/pywal/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pywal/template b/srcpkgs/pywal/template index 214a36698f2..98c4e1581e4 100644 --- a/srcpkgs/pywal/template +++ b/srcpkgs/pywal/template @@ -1,7 +1,7 @@ # Template file for 'pywal' pkgname=pywal version=3.3.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="pywal" From 168ac3cd6bd43efb1d6d4192cd9b426cffb66930 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:47 +0200 Subject: [PATCH 755/874] qomui: rebuild for Python 3.8. --- srcpkgs/qomui/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qomui/template b/srcpkgs/qomui/template index 4e68864252d..8063350ba06 100644 --- a/srcpkgs/qomui/template +++ b/srcpkgs/qomui/template @@ -1,7 +1,7 @@ # Template file for 'qomui' pkgname=qomui version=0.8.2 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="qomui" From 26a0119ac8b90d7cd7d6f2c49b3d1c927325b552 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:47 +0200 Subject: [PATCH 756/874] quodlibet: rebuild for Python 3.8. --- srcpkgs/quodlibet/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/quodlibet/template b/srcpkgs/quodlibet/template index 53f6e926315..4b0c4ba0de5 100644 --- a/srcpkgs/quodlibet/template +++ b/srcpkgs/quodlibet/template @@ -1,7 +1,7 @@ # Template file for 'quodlibet' pkgname=quodlibet version=4.2.1 -revision=2 +revision=3 archs=noarch build_style=python3-module pycompile_module="quodlibet" From c8788e4bb387cdc48040e3af5663a0a23e068ed2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:47 +0200 Subject: [PATCH 757/874] qutebrowser: rebuild for Python 3.8. --- srcpkgs/qutebrowser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template index 11b74e4445d..07257c2d84b 100644 --- a/srcpkgs/qutebrowser/template +++ b/srcpkgs/qutebrowser/template @@ -1,7 +1,7 @@ # Template file for 'qutebrowser' pkgname=qutebrowser version=1.8.1 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="qutebrowser" From 2a2f8aeebe7cb2c4d3783dcdf5725f4c8e717d03 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:47 +0200 Subject: [PATCH 758/874] r128gain: rebuild for Python 3.8. --- srcpkgs/r128gain/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/r128gain/template b/srcpkgs/r128gain/template index cdea955828e..1cb30c786f8 100644 --- a/srcpkgs/r128gain/template +++ b/srcpkgs/r128gain/template @@ -1,7 +1,7 @@ # Template file for 'r128gain' pkgname=r128gain version=0.9.3 -revision=1 +revision=2 build_style=python3-module pycompile_module="r128gain" hostmakedepends="python3-setuptools" From b923fdcd9bc9204affa69740d34e582e6712ed4c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:47 +0200 Subject: [PATCH 759/874] radicale2: rebuild for Python 3.8. --- srcpkgs/radicale2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/radicale2/template b/srcpkgs/radicale2/template index 0d8a27d89f3..310bc8cb3cf 100644 --- a/srcpkgs/radicale2/template +++ b/srcpkgs/radicale2/template @@ -1,7 +1,7 @@ # Template file for 'radicale2' pkgname=radicale2 version=2.1.11 -revision=1 +revision=2 archs=noarch wrksrc="Radicale-${version}" build_style=python3-module From befc14e8b9ff96c37104bf2441216707df5bcc8a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:47 +0200 Subject: [PATCH 760/874] ranger: rebuild for Python 3.8. --- srcpkgs/ranger/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template index a387eac4ed7..a49716971a5 100644 --- a/srcpkgs/ranger/template +++ b/srcpkgs/ranger/template @@ -1,7 +1,7 @@ # Template file for 'ranger' pkgname=ranger version=1.9.2 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="ranger" From d490364b5c373b46163f36731a39754e04556e98 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:48 +0200 Subject: [PATCH 761/874] rednotebook: rebuild for Python 3.8. --- srcpkgs/rednotebook/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rednotebook/template b/srcpkgs/rednotebook/template index ac870a7a992..af7dea12fd5 100644 --- a/srcpkgs/rednotebook/template +++ b/srcpkgs/rednotebook/template @@ -1,7 +1,7 @@ # Template file for 'rednotebook' pkgname=rednotebook version=2.11.1 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="rednotebook" From 44a5a4b73859a74fb915e7613fce5caeabd8acf1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:48 +0200 Subject: [PATCH 762/874] redshift: rebuild for Python 3.8. --- srcpkgs/redshift/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/redshift/template b/srcpkgs/redshift/template index bb31e7cec05..c58b8daeb76 100644 --- a/srcpkgs/redshift/template +++ b/srcpkgs/redshift/template @@ -1,7 +1,7 @@ # Template file for 'redshift' pkgname=redshift version=1.12 -revision=1 +revision=2 build_style=gnu-configure build_options="geoclue2" configure_args="--enable-gui --disable-geoclue $(vopt_enable geoclue2)" From c0649b58de59e8a68aff332807f3240430e3ee7c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:48 +0200 Subject: [PATCH 763/874] ripe-atlas-tools: rebuild for Python 3.8. --- srcpkgs/ripe-atlas-tools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ripe-atlas-tools/template b/srcpkgs/ripe-atlas-tools/template index c8eef786962..c5e21c4b8dc 100644 --- a/srcpkgs/ripe-atlas-tools/template +++ b/srcpkgs/ripe-atlas-tools/template @@ -1,7 +1,7 @@ # Template file for 'ripe-atlas-tools' pkgname=ripe-atlas-tools version=2.3.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="ripe/atlas/tools" From 8af034434b8588027b9c7e0f1b0abc587ad462bc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:48 +0200 Subject: [PATCH 764/874] rmlint: rebuild for Python 3.8. --- srcpkgs/rmlint/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template index dc8d904d0c2..894a9a1dd01 100644 --- a/srcpkgs/rmlint/template +++ b/srcpkgs/rmlint/template @@ -1,7 +1,7 @@ # Template file for 'rmlint' pkgname=rmlint version=2.9.0 -revision=1 +revision=2 build_style=scons hostmakedepends="pkg-config python3-Sphinx glib-devel" makedepends="libblkid-devel elfutils-devel json-glib-devel" From 04462f15c08bdd92062a53e420054fdfd65da92b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:48 +0200 Subject: [PATCH 765/874] rtv: rebuild for Python 3.8. --- srcpkgs/rtv/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rtv/template b/srcpkgs/rtv/template index 1a089e3e88d..1fc137b2e5b 100644 --- a/srcpkgs/rtv/template +++ b/srcpkgs/rtv/template @@ -1,7 +1,7 @@ # Template file for 'rtv' pkgname=rtv version=1.27.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="rtv" From deb18b1928007c6e0a1042dab8adfe94a801bc28 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:48 +0200 Subject: [PATCH 766/874] rubber: rebuild for Python 3.8. --- srcpkgs/rubber/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rubber/template b/srcpkgs/rubber/template index cf668638cef..c7fe4cbbd06 100644 --- a/srcpkgs/rubber/template +++ b/srcpkgs/rubber/template @@ -1,7 +1,7 @@ # Template file for 'rubber' pkgname=rubber version=1.5.1 -revision=1 +revision=2 archs=noarch build_style=python3-module hostmakedepends="python3" From d19b0a94a22decc29f95aa94f2398a30133f2211 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:49 +0200 Subject: [PATCH 767/874] safeeyes: rebuild for Python 3.8. --- srcpkgs/safeeyes/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/safeeyes/template b/srcpkgs/safeeyes/template index bc35f302011..e7019662316 100644 --- a/srcpkgs/safeeyes/template +++ b/srcpkgs/safeeyes/template @@ -1,7 +1,7 @@ # Template file for 'safeeyes' pkgname=safeeyes version=2.0.9 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="safeeyes" From c2dacb3fb6e6380df395bffb3460d67524ddf348 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:49 +0200 Subject: [PATCH 768/874] scapy: rebuild for Python 3.8. --- srcpkgs/scapy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/scapy/template b/srcpkgs/scapy/template index 65242f332a8..36972bfd461 100644 --- a/srcpkgs/scapy/template +++ b/srcpkgs/scapy/template @@ -1,7 +1,7 @@ # Template file for 'scapy' pkgname=scapy version=2.4.3 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="scapy" From 6b1ebeaf3648f62790dbf2c394c4060d12cb23d0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:49 +0200 Subject: [PATCH 769/874] screenplain: rebuild for Python 3.8. --- srcpkgs/screenplain/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/screenplain/template b/srcpkgs/screenplain/template index 8410ab45e40..8eb759ae6a6 100644 --- a/srcpkgs/screenplain/template +++ b/srcpkgs/screenplain/template @@ -1,7 +1,7 @@ # Template file for 'screenplain' pkgname=screenplain version=0.8.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="screenplain" From 483229f73350818a1571180552a37954f26fe29d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:49 +0200 Subject: [PATCH 770/874] scudcloud: rebuild for Python 3.8. --- srcpkgs/scudcloud/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/scudcloud/template b/srcpkgs/scudcloud/template index 1b9f5f27d8a..1ab2618066e 100644 --- a/srcpkgs/scudcloud/template +++ b/srcpkgs/scudcloud/template @@ -1,7 +1,7 @@ # Template file for 'scudcloud' pkgname=scudcloud version=1.65 -revision=1 +revision=2 build_style=python3-module pycompile_module="scudcloud" hostmakedepends="python3-setuptools" From 123ca799b85c1e8c6cb93162214eead9f92e0baa Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:49 +0200 Subject: [PATCH 771/874] seafile-libclient: rebuild for Python 3.8. --- srcpkgs/seafile-libclient/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template index 47c49d5ceb2..5eda59c1041 100644 --- a/srcpkgs/seafile-libclient/template +++ b/srcpkgs/seafile-libclient/template @@ -1,7 +1,7 @@ # Template file for 'seafile-libclient' pkgname=seafile-libclient version=7.0.2 -revision=1 +revision=2 _distname="${pkgname/-libclient/}" wrksrc="${_distname}-${version}" build_style=gnu-configure From dadf6fedad6d6851a5b944f873d4d86cd36ed505 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:49 +0200 Subject: [PATCH 772/874] sonata: rebuild for Python 3.8. --- srcpkgs/sonata/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sonata/template b/srcpkgs/sonata/template index 3e07610d1e5..fc2d86e6c1a 100644 --- a/srcpkgs/sonata/template +++ b/srcpkgs/sonata/template @@ -1,7 +1,7 @@ # Template file for 'sonata' pkgname=sonata version=1.7b1 -revision=2 +revision=3 archs=noarch build_style=python3-module pycompile_module="sonata" From 430726310d4a2c6f4487784216744a0ba8d42a97 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:49 +0200 Subject: [PATCH 773/874] speech-dispatcher: rebuild for Python 3.8. --- 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 0c27951586a..39cebf1f320 100644 --- a/srcpkgs/speech-dispatcher/template +++ b/srcpkgs/speech-dispatcher/template @@ -1,7 +1,7 @@ # Template build file for 'speech-dispatcher'. pkgname=speech-dispatcher version=0.8.8 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-static" short_desc="High-level device independent layer for speech synthesis interface" From 4bea1bb7754629dcc5164d4be09697dacdc27f52 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:49 +0200 Subject: [PATCH 774/874] speedtest-cli: rebuild for Python 3.8. --- srcpkgs/speedtest-cli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/speedtest-cli/template b/srcpkgs/speedtest-cli/template index 6746ea3a35e..c65d9fd631d 100644 --- a/srcpkgs/speedtest-cli/template +++ b/srcpkgs/speedtest-cli/template @@ -1,7 +1,7 @@ # Template file for 'speedtest-cli' pkgname=speedtest-cli version=2.1.2 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="speedtest.py" From b24b9d876eb69c9d222b4115f375b535b41d8e34 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:50 +0200 Subject: [PATCH 775/874] sshuttle: rebuild for Python 3.8. --- srcpkgs/sshuttle/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sshuttle/template b/srcpkgs/sshuttle/template index e74d90171f2..04bae9a15c3 100644 --- a/srcpkgs/sshuttle/template +++ b/srcpkgs/sshuttle/template @@ -1,7 +1,7 @@ # Template file for 'sshuttle' pkgname=sshuttle version=0.78.5 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="sshuttle" From a94cf196bb0163b8ceac1e90b0c8aacf242262a3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:50 +0200 Subject: [PATCH 776/874] sssd: rebuild for Python 3.8. --- srcpkgs/sssd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sssd/template b/srcpkgs/sssd/template index 2ea28d21bee..13d0da0ba99 100644 --- a/srcpkgs/sssd/template +++ b/srcpkgs/sssd/template @@ -1,7 +1,7 @@ # Template file for 'sssd' pkgname=sssd version=2.0.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--without-selinux --without-semanage --disable-cifs-idmap-plugin --without-samba --with-os=fedora From 70d497d5a57f21eb299193883523ee44fa71ea5a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:50 +0200 Subject: [PATCH 777/874] stcgal: rebuild for Python 3.8. --- srcpkgs/stcgal/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template index 3410ccf8678..d75e88837cc 100644 --- a/srcpkgs/stcgal/template +++ b/srcpkgs/stcgal/template @@ -1,7 +1,7 @@ # Template file for 'stcgal' pkgname=stcgal version=1.6 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="stcgal" From cdf4a89e4e281111a817c4c7113ad77d40c5c6be Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:50 +0200 Subject: [PATCH 778/874] stig: rebuild for Python 3.8. --- srcpkgs/stig/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/stig/template b/srcpkgs/stig/template index 0777c5f0cc2..abe5f3b563c 100644 --- a/srcpkgs/stig/template +++ b/srcpkgs/stig/template @@ -1,7 +1,7 @@ # Template file for 'stig' pkgname=stig version=0.10.1a -revision=1 +revision=2 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" From 930f6e549836c3d39fd851a831e39a14e72633bb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:50 +0200 Subject: [PATCH 779/874] streamlink: rebuild for Python 3.8. --- srcpkgs/streamlink/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/streamlink/template b/srcpkgs/streamlink/template index abcdc12c4ac..59caa85dc8a 100644 --- a/srcpkgs/streamlink/template +++ b/srcpkgs/streamlink/template @@ -1,7 +1,7 @@ # Template file for 'streamlink' pkgname=streamlink version=1.2.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="streamlink streamlink_cli" From ba9febf35412930fc49b70b49d56a17aa23ec4db Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:50 +0200 Subject: [PATCH 780/874] subuser: rebuild for Python 3.8. --- srcpkgs/subuser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/subuser/template b/srcpkgs/subuser/template index 50444246b29..0bc3e71db36 100644 --- a/srcpkgs/subuser/template +++ b/srcpkgs/subuser/template @@ -1,7 +1,7 @@ # Template file for 'subuser' pkgname=subuser version=0.6.2 -revision=2 +revision=3 archs="x86_64*" build_style=python3-module hostmakedepends="python3-setuptools" From e15b7d83da234e08cd82b0718dee84173dfe4966 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:50 +0200 Subject: [PATCH 781/874] synapse: rebuild for Python 3.8. --- srcpkgs/synapse/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/synapse/template b/srcpkgs/synapse/template index daae80e5792..0c0fd6841fb 100644 --- a/srcpkgs/synapse/template +++ b/srcpkgs/synapse/template @@ -1,7 +1,7 @@ # Template file for 'synapse' pkgname=synapse version=1.3.1 -revision=1 +revision=2 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" From b4a3fa9e78a0b408df1d5ebbe41cd3ac56907dc4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:50 +0200 Subject: [PATCH 782/874] tekaim: rebuild for Python 3.8. --- srcpkgs/tekaim/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tekaim/template b/srcpkgs/tekaim/template index e3cc5335ecc..bd60dcc57a6 100644 --- a/srcpkgs/tekaim/template +++ b/srcpkgs/tekaim/template @@ -1,7 +1,7 @@ # Template file for 'tekaim' pkgname=tekaim version=1.6.0 -revision=1 +revision=2 archs=noarch build_style=python3-module hostmakedepends="python3" From 7224199b765cb4f2b66887ffe6244532da34b988 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:51 +0200 Subject: [PATCH 783/874] telepresence: rebuild for Python 3.8. --- srcpkgs/telepresence/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/telepresence/template b/srcpkgs/telepresence/template index 17300f3b548..fa7f916f66f 100644 --- a/srcpkgs/telepresence/template +++ b/srcpkgs/telepresence/template @@ -1,7 +1,7 @@ # Template file for 'telepresence' pkgname=telepresence version=0.102 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="telepresence" From f585c9fe61cb8e3a7275817bb40e60bd92406046 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:51 +0200 Subject: [PATCH 784/874] termdown: rebuild for Python 3.8. --- srcpkgs/termdown/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/termdown/template b/srcpkgs/termdown/template index 90a4a894d42..299de920389 100644 --- a/srcpkgs/termdown/template +++ b/srcpkgs/termdown/template @@ -1,7 +1,7 @@ # Template file for 'termdown' pkgname=termdown version=1.16.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="termdown.py" From 52c4dcee8ca0ed8b268907b88b218d7b8e6f9593 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:51 +0200 Subject: [PATCH 785/874] terminal_markdown_viewer: rebuild for Python 3.8. --- srcpkgs/terminal_markdown_viewer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/terminal_markdown_viewer/template b/srcpkgs/terminal_markdown_viewer/template index e5d0f38aae2..ba3fcfdc8d6 100644 --- a/srcpkgs/terminal_markdown_viewer/template +++ b/srcpkgs/terminal_markdown_viewer/template @@ -1,7 +1,7 @@ # Template file for 'terminal_markdown_viewer' pkgname=terminal_markdown_viewer version=1.6.3 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="mdv" From c4298b68d0f7694e8a23e689420f2a3d1f085606 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:51 +0200 Subject: [PATCH 786/874] thefuck: rebuild for Python 3.8. --- srcpkgs/thefuck/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template index 714cd7982c7..a0de1c7b6a3 100644 --- a/srcpkgs/thefuck/template +++ b/srcpkgs/thefuck/template @@ -1,7 +1,7 @@ # Template file for 'thefuck' pkgname=thefuck version=3.29 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="thefuck" From b18d19065aa9bd9b335b3ee939bb0bd64efade58 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:51 +0200 Subject: [PATCH 787/874] thinkpad-scripts: rebuild for Python 3.8. --- srcpkgs/thinkpad-scripts/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/thinkpad-scripts/template b/srcpkgs/thinkpad-scripts/template index 8d26cf23e77..855d42492fb 100644 --- a/srcpkgs/thinkpad-scripts/template +++ b/srcpkgs/thinkpad-scripts/template @@ -1,7 +1,7 @@ # Template file for 'thinkpad-scripts' pkgname=thinkpad-scripts version=4.12.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="tps" From 1770ed9b1c9c751304b91a6f6e53da7de1648214 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:51 +0200 Subject: [PATCH 788/874] thrift: rebuild for Python 3.8. --- srcpkgs/thrift/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/thrift/template b/srcpkgs/thrift/template index 73b0f59d4f6..e379ac35a09 100644 --- a/srcpkgs/thrift/template +++ b/srcpkgs/thrift/template @@ -1,7 +1,7 @@ # Template file for 'thrift' pkgname=thrift version=0.12.0 -revision=2 +revision=3 build_style=gnu-configure makedepends="boost-devel libressl-devel" short_desc="Apache Thrift compiler" From 524283aef8b8fdd32035330913bfd16958f21979 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:51 +0200 Subject: [PATCH 789/874] todoman: rebuild for Python 3.8. --- srcpkgs/todoman/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/todoman/template b/srcpkgs/todoman/template index 2e0489ff49e..676412b8d0b 100644 --- a/srcpkgs/todoman/template +++ b/srcpkgs/todoman/template @@ -1,7 +1,7 @@ # Template file for 'todoman' pkgname=todoman version=3.5.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="todoman" From 7180afa5a1715531304f6a36a9eac431039f64f6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:51 +0200 Subject: [PATCH 790/874] toot: rebuild for Python 3.8. --- srcpkgs/toot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/toot/template b/srcpkgs/toot/template index b6dcdc9ede6..7f9fac6ca01 100644 --- a/srcpkgs/toot/template +++ b/srcpkgs/toot/template @@ -1,7 +1,7 @@ # Template file for 'toot' pkgname=toot version=0.24.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="toot" From d56207a1678134019b4f169934f0c50a78cf7588 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:52 +0200 Subject: [PATCH 791/874] torbrowser-launcher: fix and rebuild for Python 3.8. --- srcpkgs/torbrowser-launcher/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/torbrowser-launcher/template b/srcpkgs/torbrowser-launcher/template index a4aa707495c..4986b6b3240 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=1 +revision=2 archs="i686 x86_64" # limited by Tor Browser itself build_style=python3-module pycompile_module="torbrowser_launcher" @@ -15,6 +15,10 @@ changelog="https://raw.githubusercontent.com/micahflee/torbrowser-launcher/maste distfiles="https://github.com/micahflee/torbrowser-launcher/archive/v${version}.tar.gz" checksum=25ad4b0c70579628bf18f4cdcd18ac303fe4f7f1c590cc48df2a87651c92991c +post_extract() { + # Python 3.8 removed platform.dist() + sed -i 's/distro =.*/distro = "Void"/' setup.py +} post_install() { vlicense LICENSE rm ${DESTDIR}/usr/share/locale/torbrowser-launcher.mo # installed twice From c66dda5131119abe071425664238ca389de34d8f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:52 +0200 Subject: [PATCH 792/874] tox: rebuild for Python 3.8. --- srcpkgs/tox/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tox/template b/srcpkgs/tox/template index 8c6b63a3cb1..908cb86bb38 100644 --- a/srcpkgs/tox/template +++ b/srcpkgs/tox/template @@ -1,7 +1,7 @@ # Template file for 'tox' pkgname=tox version=3.14.0 -revision=1 +revision=2 build_style=python3-module pycompile_module="tox" hostmakedepends="python3-setuptools" From c37ef482e10fb14da3d6cb396c8904257dc2c7c0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:52 +0200 Subject: [PATCH 793/874] trackma: rebuild for Python 3.8. --- srcpkgs/trackma/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template index 96833382346..4c29bb8a35d 100644 --- a/srcpkgs/trackma/template +++ b/srcpkgs/trackma/template @@ -1,7 +1,7 @@ # Template file for 'trackma' pkgname=trackma version=0.8.1 -revision=1 +revision=2 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" From 0a1f54dd6467927b77f9371a41381a01608228e8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:52 +0200 Subject: [PATCH 794/874] trash-cli: rebuild for Python 3.8. --- 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 2a08548c7c8..4ab724d8cb1 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=1 +revision=2 build_style=python3-module hostmakedepends="python3" depends="python3" From 58a2a91ed22dcbe5fab5c49b6cb5b04cacb0bec6 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:52 +0200 Subject: [PATCH 795/874] tryton: rebuild for Python 3.8. --- srcpkgs/tryton/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template index 196033361f6..61e0f733dc9 100644 --- a/srcpkgs/tryton/template +++ b/srcpkgs/tryton/template @@ -1,7 +1,7 @@ # Template file for 'tryton' pkgname=tryton version=5.0.8 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="tryton" From 0334c761ba939e24db0b4c619858a9e37a119b2d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:52 +0200 Subject: [PATCH 796/874] tuimoji: rebuild for Python 3.8. --- srcpkgs/tuimoji/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tuimoji/template b/srcpkgs/tuimoji/template index 71e0bf540c0..73f5cff281f 100644 --- a/srcpkgs/tuimoji/template +++ b/srcpkgs/tuimoji/template @@ -1,7 +1,7 @@ # Template file for 'tuimoji' pkgname=tuimoji version=1.0.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="tuimoji" From 7c8600b2683e37b9ae3b8d28fdf26fda4c4f5c41 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:52 +0200 Subject: [PATCH 797/874] tuir: rebuild for Python 3.8. --- srcpkgs/tuir/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template index dfc0b15c535..a98f4484544 100644 --- a/srcpkgs/tuir/template +++ b/srcpkgs/tuir/template @@ -1,7 +1,7 @@ # Template file for 'tuir' pkgname=tuir version=1.28.3 -revision=1 +revision=2 archs=noarch wrksrc="$pkgname-v$version" build_style=python3-module From fa94d7c83f3c15bf441526ff78dcfaa2e1a0e4fe Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:53 +0200 Subject: [PATCH 798/874] tzupdate: rebuild for Python 3.8. --- srcpkgs/tzupdate/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tzupdate/template b/srcpkgs/tzupdate/template index 9531f0f7540..de2217476bd 100644 --- a/srcpkgs/tzupdate/template +++ b/srcpkgs/tzupdate/template @@ -1,7 +1,7 @@ # Template file for 'tzupdate' pkgname=tzupdate version=1.5.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="tzupdate.py" From 8246b4d5c37f08891fb4b91655ad97e368d4b404 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:53 +0200 Subject: [PATCH 799/874] udiskie: rebuild for Python 3.8. --- srcpkgs/udiskie/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/udiskie/template b/srcpkgs/udiskie/template index 536f4d5609d..06d58236046 100644 --- a/srcpkgs/udiskie/template +++ b/srcpkgs/udiskie/template @@ -1,7 +1,7 @@ # Template file for 'udiskie' pkgname=udiskie version=1.7.7 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="udiskie" From c58f7d10a7748b8cf418991f3d804ce8631a137e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:53 +0200 Subject: [PATCH 800/874] ueberzug: rebuild for Python 3.8. --- srcpkgs/ueberzug/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ueberzug/template b/srcpkgs/ueberzug/template index e0c474ff63e..dfa1ab29d96 100644 --- a/srcpkgs/ueberzug/template +++ b/srcpkgs/ueberzug/template @@ -1,7 +1,7 @@ # Template file for 'ueberzug' pkgname=ueberzug version=18.1.3 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" makedepends="python3-devel libX11-devel libXext-devel" From e6ca68fa761e2b3df26f06a7b44e30331de08220 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:53 +0200 Subject: [PATCH 801/874] ufw: rebuild for Python 3.8. --- srcpkgs/ufw/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ufw/template b/srcpkgs/ufw/template index ac7dfa45cdd..0bf2a3a0b76 100644 --- a/srcpkgs/ufw/template +++ b/srcpkgs/ufw/template @@ -1,7 +1,7 @@ # Template file for 'ufw' pkgname=ufw version=0.36 -revision=2 +revision=3 archs=noarch build_style=python3-module pycompile_module="ufw" From 14dcd23aa719947cc774b71ef0820127a4865ef0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:53 +0200 Subject: [PATCH 802/874] unicorn: rebuild for Python 3.8. --- srcpkgs/unicorn/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/unicorn/template b/srcpkgs/unicorn/template index 317e261ae88..971d44752ca 100644 --- a/srcpkgs/unicorn/template +++ b/srcpkgs/unicorn/template @@ -1,7 +1,7 @@ # Template file for 'unicorn' pkgname=unicorn version=1.0.1 -revision=2 +revision=3 archs="x86_64* i686*" hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools" short_desc="Lightweight multi-platform, multi-architecture CPU emulator framework" From 1ae8d35f7645adeab1e7f8afafd996c92f0c08b2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:53 +0200 Subject: [PATCH 803/874] unknown-horizons: rebuild for Python 3.8. --- srcpkgs/unknown-horizons/patches/py38.patch | 14 ++++++++++++++ srcpkgs/unknown-horizons/template | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/unknown-horizons/patches/py38.patch diff --git a/srcpkgs/unknown-horizons/patches/py38.patch b/srcpkgs/unknown-horizons/patches/py38.patch new file mode 100644 index 00000000000..59194750cd1 --- /dev/null +++ b/srcpkgs/unknown-horizons/patches/py38.patch @@ -0,0 +1,14 @@ +--- setup.py.orig ++++ setup.py +@@ -39,10 +39,7 @@ + # Ensure we are in the correct directory + os.chdir(os.path.realpath(os.path.dirname(__file__))) + +-if platform.dist()[0].lower() in ('debian', 'ubuntu'): +- executable_path = 'games' +-else: +- executable_path = 'bin' ++executable_path = 'bin' + + + # this trick is for setting RELEASE_VERSION if the code is cloned from git repository diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template index b5fc593b744..6e81970800d 100644 --- a/srcpkgs/unknown-horizons/template +++ b/srcpkgs/unknown-horizons/template @@ -1,7 +1,7 @@ # Template file for 'unknown-horizons' pkgname=unknown-horizons version=2019.1 -revision=2 +revision=3 archs=noarch build_style=python3-module hostmakedepends="python3 intltool git python3-Pillow" From 615d1baa489feab3864039bee37dad2e1ba9977d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:53 +0200 Subject: [PATCH 804/874] urh: rebuild for Python 3.8. --- srcpkgs/urh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template index 2cec83082fd..31f28bb366b 100644 --- a/srcpkgs/urh/template +++ b/srcpkgs/urh/template @@ -1,7 +1,7 @@ # Template file for 'urh' pkgname=urh version=2.7.5 -revision=1 +revision=2 build_style=python3-module pycompile_module="urh" hostmakedepends="python3-setuptools python3-Cython" From da0ab011d8839f3a6ddc2367fc8e1c879825ec29 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:53 +0200 Subject: [PATCH 805/874] urlscan: rebuild for Python 3.8. --- srcpkgs/urlscan/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/urlscan/template b/srcpkgs/urlscan/template index f6f0d1db07b..2bb1688dad7 100644 --- a/srcpkgs/urlscan/template +++ b/srcpkgs/urlscan/template @@ -1,7 +1,7 @@ # Template file for 'urlscan' pkgname=urlscan version=0.9.4 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="urlscan" From d23be20fa55a06ffcdf1acd3d7018f833d4337c2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:54 +0200 Subject: [PATCH 806/874] urlwatch: rebuild for Python 3.8. --- srcpkgs/urlwatch/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/urlwatch/template b/srcpkgs/urlwatch/template index e8a5e403c92..1166fe101a7 100644 --- a/srcpkgs/urlwatch/template +++ b/srcpkgs/urlwatch/template @@ -1,7 +1,7 @@ # Template file for 'urlwatch' pkgname=urlwatch version=2.17 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="urlwatch" From 758ae9723decfd1886b28f363eb103c16dbaa04b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:54 +0200 Subject: [PATCH 807/874] vapoursynth: fix and rebuild for Python 3.8. --- srcpkgs/vapoursynth/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/vapoursynth/template b/srcpkgs/vapoursynth/template index dd85e8b39dc..1c417a624c3 100644 --- a/srcpkgs/vapoursynth/template +++ b/srcpkgs/vapoursynth/template @@ -1,7 +1,7 @@ # Template file for 'vapoursynth' pkgname=vapoursynth version=R47.2 -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 @@ -21,6 +21,7 @@ case $XBPS_TARGET_MACHINE in esac pre_configure() { + sed -i '/PKG_CHECK_MODULES/s/PYTHON_VERSION/&-embed/g' configure.ac ./autogen.sh case $XBPS_TARGET_MACHINE in arm*musl) From 2765c9f1b1e0d4395e629f6ff66e1003221cbb27 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:54 +0200 Subject: [PATCH 808/874] variety: rebuild for Python 3.8. --- srcpkgs/variety/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/variety/template b/srcpkgs/variety/template index b4ea756c0c9..4d327a830f8 100644 --- a/srcpkgs/variety/template +++ b/srcpkgs/variety/template @@ -1,7 +1,7 @@ # Template file for 'variety' pkgname=variety version=0.7.2 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="jumble variety variety_lib" From 090c4bfcfc2db73eba64fcab8dec459707ad2676 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:54 +0200 Subject: [PATCH 809/874] vdirsyncer: rebuild for Python 3.8. --- srcpkgs/vdirsyncer/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template index 24080413456..708204afda2 100644 --- a/srcpkgs/vdirsyncer/template +++ b/srcpkgs/vdirsyncer/template @@ -1,7 +1,7 @@ # Template file for 'vdirsyncer' pkgname=vdirsyncer version=0.16.7 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="vdirsyncer" From fb3a977a1a5a3fd2be779201a4dd819512a4351a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:54 +0200 Subject: [PATCH 810/874] vidcutter: rebuild for Python 3.8. --- srcpkgs/vidcutter/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vidcutter/template b/srcpkgs/vidcutter/template index 4f30b888805..6ca85d4e766 100644 --- a/srcpkgs/vidcutter/template +++ b/srcpkgs/vidcutter/template @@ -1,7 +1,7 @@ # Template file for 'vidcutter' pkgname=vidcutter version=6.0.0 -revision=2 +revision=3 archs=noarch build_style=python3-module pycompile_module="vidcutter" From 0addee01c86811593babb5238c415197cb01b03e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:54 +0200 Subject: [PATCH 811/874] vimiv: rebuild for Python 3.8. --- srcpkgs/vimiv/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vimiv/template b/srcpkgs/vimiv/template index 20fcbe7a03f..a560d4c9d81 100644 --- a/srcpkgs/vimiv/template +++ b/srcpkgs/vimiv/template @@ -1,7 +1,7 @@ # Template file for 'vimiv' pkgname="vimiv" version=0.9.1 -revision=2 +revision=3 build_style=gnu-makefile pycompile_module=vimiv hostmakedepends="python3-setuptools python3-devel" From 0e236f27837583bf861e3984a19f4cf7827cbac1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:54 +0200 Subject: [PATCH 812/874] virtme: rebuild for Python 3.8. --- srcpkgs/virtme/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/virtme/template b/srcpkgs/virtme/template index 3905cb24b1d..30035a734f3 100644 --- a/srcpkgs/virtme/template +++ b/srcpkgs/virtme/template @@ -1,7 +1,7 @@ # Template file for 'virtme' pkgname=virtme version=0.0.3.20180725 -revision=1 +revision=2 archs=noarch _commit=60100bea82183b5d32ed9fca6534cd0fc60d5eb2 wrksrc="${_commit}" From 977bedee2b9cf218b33b79b6a30d782088e693be Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:54 +0200 Subject: [PATCH 813/874] virtualenvwrapper: rebuild for Python 3.8. --- srcpkgs/virtualenvwrapper/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/virtualenvwrapper/template b/srcpkgs/virtualenvwrapper/template index 6007cc5d2ed..1f0c2efee86 100644 --- a/srcpkgs/virtualenvwrapper/template +++ b/srcpkgs/virtualenvwrapper/template @@ -1,7 +1,7 @@ # Template file for 'virtualenvwrapper' pkgname=virtualenvwrapper version=4.8.4 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="virtualenvwrapper" From 13d514ee50452908bb52a5f4c379b8543e8aae2e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:55 +0200 Subject: [PATCH 814/874] visidata: rebuild for Python 3.8. --- srcpkgs/visidata/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/visidata/template b/srcpkgs/visidata/template index 715896e5f7c..c5c3ae7c82e 100644 --- a/srcpkgs/visidata/template +++ b/srcpkgs/visidata/template @@ -1,7 +1,7 @@ # Template file for 'visidata' pkgname=visidata version=1.5.2 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="visidata" From 9ed4ec9bfee68875daad74ea3f07f0378d1b0009 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:55 +0200 Subject: [PATCH 815/874] volctl: rebuild for Python 3.8. --- srcpkgs/volctl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/volctl/template b/srcpkgs/volctl/template index 2b01750b9eb..585aabd2495 100644 --- a/srcpkgs/volctl/template +++ b/srcpkgs/volctl/template @@ -1,7 +1,7 @@ # Template file for 'volctl' pkgname=volctl version=0.6.2 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="volctl" From 0db272695e88b29ee9216db4cc2572e0020b4df0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:55 +0200 Subject: [PATCH 816/874] voltron: rebuild for Python 3.8. --- srcpkgs/voltron/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/voltron/template b/srcpkgs/voltron/template index c258bb9bab9..38f47a824e3 100644 --- a/srcpkgs/voltron/template +++ b/srcpkgs/voltron/template @@ -1,7 +1,7 @@ # Template file for 'voltron' pkgname=voltron version=0.1.7 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="voltron" From 12dedac32ff8a0f576ad19fc3147b4b386831c3c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:55 +0200 Subject: [PATCH 817/874] volume_key: rebuild for Python 3.8. --- 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 11d7b16bed8..14431cb70e9 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=1 +revision=2 build_style=gnu-configure make_build_args="PYTHON3_CFLAGS=-I${XBPS_CROSS_BASE}/${py3_inc} PYTHON_CFLAGS=-I${XBPS_CROSS_BASE}/${py2_inc}" From 3ce63c210ee385583504492fdf75f2ae859f05a4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:55 +0200 Subject: [PATCH 818/874] weather: rebuild for Python 3.8. --- srcpkgs/weather/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/weather/template b/srcpkgs/weather/template index ffa8a828b36..3ac33bfac15 100644 --- a/srcpkgs/weather/template +++ b/srcpkgs/weather/template @@ -1,7 +1,7 @@ # Template file for 'weather' pkgname=weather version=2.3 -revision=2 +revision=3 archs=noarch hostmakedepends="python3" depends="python3" From 6b24b9871b5a34bb13b50f506793021986de04d9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:55 +0200 Subject: [PATCH 819/874] wfuzz: rebuild for Python 3.8. --- srcpkgs/wfuzz/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template index b03c1f28add..4a88ab67407 100644 --- a/srcpkgs/wfuzz/template +++ b/srcpkgs/wfuzz/template @@ -1,7 +1,7 @@ # Template file for 'wfuzz' pkgname=wfuzz version=2.4 -revision=2 +revision=3 archs=noarch build_style=python3-module pycompile_module="wfuzz" From ffffd630d47635e9948e7264798154dcf5cf4862 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:55 +0200 Subject: [PATCH 820/874] wpgtk: rebuild for Python 3.8. --- srcpkgs/wpgtk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wpgtk/template b/srcpkgs/wpgtk/template index 7e9d52b4f81..a722da58f22 100644 --- a/srcpkgs/wpgtk/template +++ b/srcpkgs/wpgtk/template @@ -1,7 +1,7 @@ # Template file for 'wpgtk' pkgname=wpgtk version=6.0.9 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="wpgtk" From ad6d5b938b34863f749429277206983bd33a9592 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:55 +0200 Subject: [PATCH 821/874] wpull: rebuild for Python 3.8. --- srcpkgs/wpull/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wpull/template b/srcpkgs/wpull/template index 5e9b9dcc641..621e1c85428 100644 --- a/srcpkgs/wpull/template +++ b/srcpkgs/wpull/template @@ -1,7 +1,7 @@ # Template file for 'wpull' pkgname=wpull version=2.0.3 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="wpull" From c0ba430699f94546d60abaeba6f248ef6d36ef84 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:56 +0200 Subject: [PATCH 822/874] wxPython4: rebuild for Python 3.8. --- srcpkgs/wxPython4/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template index 2aa7117d5e0..b65e0b2ffe1 100644 --- a/srcpkgs/wxPython4/template +++ b/srcpkgs/wxPython4/template @@ -1,7 +1,7 @@ # Template file for 'wxPython4' pkgname=wxPython4 version=4.0.6 -revision=2 +revision=3 wrksrc="wxPython-${version}" build_style=python3-module pycompile_module="wx" From eae81cc7d657c1f863b8ae9a32aa075cc25328f4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:56 +0200 Subject: [PATCH 823/874] xcb-proto: rebuild for Python 3.8. --- srcpkgs/xcb-proto/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xcb-proto/template b/srcpkgs/xcb-proto/template index 1b26ecd73f3..020524bda87 100644 --- a/srcpkgs/xcb-proto/template +++ b/srcpkgs/xcb-proto/template @@ -1,7 +1,7 @@ # Template file for 'xcb-proto' pkgname=xcb-proto version=1.13 -revision=2 +revision=3 archs=noarch build_style=gnu-configure pycompile_module="xcbgen" From c879f24aa56efd90bcd1b2031c3a7e194ee93abb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:56 +0200 Subject: [PATCH 824/874] xdot: rebuild for Python 3.8. --- srcpkgs/xdot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xdot/template b/srcpkgs/xdot/template index 23f7b1f17e0..f7507ffb8c5 100644 --- a/srcpkgs/xdot/template +++ b/srcpkgs/xdot/template @@ -1,7 +1,7 @@ # Template file for 'xdot' pkgname=xdot version=1.1 -revision=1 +revision=2 archs=noarch wrksrc="xdot.py-${version}" build_style=python3-module From ba48e65ee5332c30c40c9015ffd4f97f902bdcc1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:56 +0200 Subject: [PATCH 825/874] xkcdpass: rebuild for Python 3.8. --- srcpkgs/xkcdpass/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xkcdpass/template b/srcpkgs/xkcdpass/template index 46b4a9635f9..37fb6872079 100644 --- a/srcpkgs/xkcdpass/template +++ b/srcpkgs/xkcdpass/template @@ -1,7 +1,7 @@ # Template file for 'xkcdpass' pkgname=xkcdpass version=1.17.3 -revision=1 +revision=2 archs=noarch wrksrc="XKCD-password-generator-xkcdpass-${version}" build_style=python3-module From f604c57acf10fb9091080955e88a704447aab0cb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:56 +0200 Subject: [PATCH 826/874] xonsh: rebuild for Python 3.8. --- srcpkgs/xonsh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template index 768ebf36022..2dca267d0d1 100644 --- a/srcpkgs/xonsh/template +++ b/srcpkgs/xonsh/template @@ -1,7 +1,7 @@ # Template file for 'xonsh' pkgname=xonsh version=0.9.12 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="xonsh xontrib" From 8cdb99abdc99eefcc53ff3ab7418d4d830558c63 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:56 +0200 Subject: [PATCH 827/874] yq: rebuild for Python 3.8. --- srcpkgs/yq/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template index 7c3af7f43c2..dda886c6c40 100644 --- a/srcpkgs/yq/template +++ b/srcpkgs/yq/template @@ -1,7 +1,7 @@ # Template file for 'yq' pkgname=yq version=2.7.2 -revision=1 +revision=2 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" From 6e757a227ac3953cc8567422ce6b473e6df30cc9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:57 +0200 Subject: [PATCH 828/874] ytcc: rebuild for Python 3.8. --- srcpkgs/ytcc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template index feafa404b75..df4195758c7 100644 --- a/srcpkgs/ytcc/template +++ b/srcpkgs/ytcc/template @@ -1,7 +1,7 @@ # Template file for 'ytcc' pkgname=ytcc version=1.8.1 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="ytcc" From 1742b15ff06a60216eae8f7a016b441d18572e03 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:57 +0200 Subject: [PATCH 829/874] yturl: rebuild for Python 3.8. --- srcpkgs/yturl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/yturl/template b/srcpkgs/yturl/template index 6fa3e9872ee..ee14b77b5a0 100644 --- a/srcpkgs/yturl/template +++ b/srcpkgs/yturl/template @@ -1,7 +1,7 @@ # Template file for 'yturl' pkgname=yturl version=2.0.2 -revision=3 +revision=4 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" From b6302f7cf81ad28b08db1f9b8e986b9a6c3d59c3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:57 +0200 Subject: [PATCH 830/874] yubikey-manager: rebuild for Python 3.8. --- 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 af0330e8e15..fcc7b7cb737 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.0 -revision=1 +revision=2 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" From 87bab1c9de0d25f72a5520b2adcd72c53599a433 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:57 +0200 Subject: [PATCH 831/874] z3: rebuild for Python 3.8. --- srcpkgs/z3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template index d632a285019..e054915df91 100644 --- a/srcpkgs/z3/template +++ b/srcpkgs/z3/template @@ -1,7 +1,7 @@ # Template file for 'z3' pkgname=z3 version=4.8.6 -revision=2 +revision=3 wrksrc="${pkgname}-${pkgname}-${version}" build_style=configure configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)" From 08edebe2ef2c613536937e6ee2d3fc6e9f067b72 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 17 Oct 2019 11:04:57 +0200 Subject: [PATCH 832/874] zim: rebuild for Python 3.8. --- srcpkgs/zim/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/zim/template b/srcpkgs/zim/template index 45b9df5357c..dff4ad22081 100644 --- a/srcpkgs/zim/template +++ b/srcpkgs/zim/template @@ -1,7 +1,7 @@ # Template file for 'zim' pkgname=zim version=0.71.1 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="zim" From b4ef921e58656c77eb688ee4e2af7b20b3c8bfd2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:20:15 +0200 Subject: [PATCH 833/874] python3-pafy: rebuild for Python 3.8. --- 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 ce26f770c69..b59c9a0adff 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.4 -revision=2 +revision=3 archs=noarch wrksrc="pafy-${version}" build_style=python3-module From bf4e7780fb8dcc15680cd79ddef83f8183bb3375 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:20:15 +0200 Subject: [PATCH 834/874] python3-perf: rebuild for Python 3.8. --- srcpkgs/python3-perf/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-perf/template b/srcpkgs/python3-perf/template index a03251f97e8..3d57ddb1c1a 100644 --- a/srcpkgs/python3-perf/template +++ b/srcpkgs/python3-perf/template @@ -1,7 +1,7 @@ # Template file for 'python3-perf' pkgname=python3-perf version=1.6.1 -revision=1 +revision=2 archs=noarch wrksrc="pyperf-${version}" build_style=python3-module From 80bbe375d025a8f2df0fa0878b5089c83f181e95 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:20:15 +0200 Subject: [PATCH 835/874] python3-yara: rebuild for Python 3.8. --- 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 4a6c56dd083..3bdff14a0da 100644 --- a/srcpkgs/python3-yara/template +++ b/srcpkgs/python3-yara/template @@ -1,7 +1,7 @@ # Template file for 'python3-yara' pkgname=python3-yara version=3.11.0 -revision=1 +revision=2 wrksrc="yara-python-${version}" build_style=python3-module hostmakedepends="python3-setuptools" From dfbf656d20e2c60d70d38432d72796e45a07530a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:24:31 +0200 Subject: [PATCH 836/874] azote: rebuild for Python 3.8. --- srcpkgs/azote/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template index 0a23c209551..2748cb98733 100644 --- a/srcpkgs/azote/template +++ b/srcpkgs/azote/template @@ -1,7 +1,7 @@ # Template file for 'azote' pkgname=azote version=1.5.1 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="azote" From 6f9b552c053623ad5214d1b8401f41cb4e56734c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:24:32 +0200 Subject: [PATCH 837/874] binwalk: rebuild for Python 3.8. --- srcpkgs/binwalk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template index 461ea4b547a..fccd523d584 100644 --- a/srcpkgs/binwalk/template +++ b/srcpkgs/binwalk/template @@ -1,7 +1,7 @@ # Template file for 'binwalk' pkgname=binwalk version=2.2.0 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="binwalk" From cdf9d0c94b7363a5bab761faa1a5119852db14c1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:24:32 +0200 Subject: [PATCH 838/874] gnome-builder: rebuild for Python 3.8. --- 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 9ae9ff9d94c..85aeeee9a15 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.34.1 -revision=1 +revision=2 build_style=meson configure_args="-Dwith_webkit=true -Dwith_sysprof=true -Dhelp=true" hostmakedepends="appdata-tools desktop-file-utils flex gobject-introspection From c0bccc27652b15e34572ed02503df5ae7b1dbebb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:24:32 +0200 Subject: [PATCH 839/874] gnome-tweaks: rebuild for Python 3.8. --- srcpkgs/gnome-tweaks/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gnome-tweaks/template b/srcpkgs/gnome-tweaks/template index ac1f8bdb873..d0879253ac5 100644 --- a/srcpkgs/gnome-tweaks/template +++ b/srcpkgs/gnome-tweaks/template @@ -1,7 +1,7 @@ # Template file for 'gnome-tweaks' pkgname=gnome-tweaks version=3.34.0 -revision=2 +revision=3 archs=noarch build_style=meson pycompile_module="gtweak" From c86e2d08bfa3e52c769e2b8c76e993af14c698bf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:24:32 +0200 Subject: [PATCH 840/874] meson: rebuild for Python 3.8. --- srcpkgs/meson/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/meson/template b/srcpkgs/meson/template index 315a0f27a92..76791451681 100644 --- a/srcpkgs/meson/template +++ b/srcpkgs/meson/template @@ -2,7 +2,7 @@ pkgname=meson reverts="0.52.0_1 0.52.0_2" version=0.51.2 -revision=2 +revision=3 archs=noarch build_style=python3-module pycompile_module="mesonbuild" From 1259e701609ac87f299b515b612f6b5589a6a5e5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:24:32 +0200 Subject: [PATCH 841/874] onionshare: rebuild for Python 3.8. --- srcpkgs/onionshare/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/onionshare/template b/srcpkgs/onionshare/template index c585ae6101e..c37c5962736 100644 --- a/srcpkgs/onionshare/template +++ b/srcpkgs/onionshare/template @@ -1,7 +1,7 @@ # Template file for 'onionshare' pkgname=onionshare version=2.2 -revision=1 +revision=2 archs=noarch build_style=python3-module pycompile_module="onionshare" From e24fbb347a50db8d9adc3c2e21abfa2926516285 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:24:32 +0200 Subject: [PATCH 842/874] portage: rebuild for Python 3.8. --- srcpkgs/portage/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/portage/template b/srcpkgs/portage/template index b0f34731035..9610428bbf4 100644 --- a/srcpkgs/portage/template +++ b/srcpkgs/portage/template @@ -1,7 +1,7 @@ # Template file for 'portage' pkgname=portage version=2.3.77 -revision=1 +revision=2 wrksrc="${pkgname}-${pkgname}-${version}" build_style=python3-module pycompile_module="portage _emerge" From 3d8944805a3fcbe269c633fd504f8156014b9743 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:24:32 +0200 Subject: [PATCH 843/874] rpm: fix and rebuild for Python 3.8. --- srcpkgs/rpm/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rpm/template b/srcpkgs/rpm/template index 98e35930c4c..695195323fd 100644 --- a/srcpkgs/rpm/template +++ b/srcpkgs/rpm/template @@ -1,7 +1,7 @@ # Template file for 'rpm' pkgname=rpm version=4.15.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-lua --with-cap --with-acl --with-external-db --enable-python PYTHON=python3" @@ -18,7 +18,7 @@ distfiles="http://ftp.rpm.org/releases/rpm-4.15.x/rpm-${version}.tar.bz2" checksum=1e06723b13591e57c99ebe2006fb8daddc4cf72efb366a64a34673ba5f61c201 conflicts="rpmextract>=0" # Both provide rpm2cpio -CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/python3.6" +CFLAGS="-I${XBPS_CROSS_BASE}${py3_inc}" CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/nss" CFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/nspr" From 72f86e0f7af627c04b12bdf23f9811e4ae8da247 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:24:32 +0200 Subject: [PATCH 844/874] youtube-dl: rebuild for Python 3.8. --- 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 d6596b80bd3..f1ae3aa1a74 100644 --- a/srcpkgs/youtube-dl/template +++ b/srcpkgs/youtube-dl/template @@ -1,7 +1,7 @@ # Template file for 'youtube-dl' pkgname=youtube-dl version=2019.10.16 -revision=1 +revision=2 archs=noarch wrksrc=youtube-dl build_style=python3-module From fb04151cb309fc8ff7a84dfe9204c113fb159d19 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:32:34 +0200 Subject: [PATCH 845/874] blender: rebuild for Python 3.8. --- srcpkgs/blender/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template index 758d1235185..47cb8f8ad13 100644 --- a/srcpkgs/blender/template +++ b/srcpkgs/blender/template @@ -1,7 +1,7 @@ # Template file for 'blender' pkgname=blender version=2.79b -revision=9 +revision=10 build_style="cmake" makedepends=" libgomp-devel libpng-devel tiff-devel python3-devel glu-devel From 7a05e07582c4f2dad1e5ce7b472de4dd50f5ffc2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:32:34 +0200 Subject: [PATCH 846/874] freecad: fix and rebuild for Python 3.8. --- srcpkgs/freecad/patches/090-py38.patch | 22 ++++++++++++++++++++++ srcpkgs/freecad/template | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/freecad/patches/090-py38.patch diff --git a/srcpkgs/freecad/patches/090-py38.patch b/srcpkgs/freecad/patches/090-py38.patch new file mode 100644 index 00000000000..92566df9df3 --- /dev/null +++ b/srcpkgs/freecad/patches/090-py38.patch @@ -0,0 +1,22 @@ +From 174011749d836f3b6c6ae2630f53b2f4c1f9d3fc Mon Sep 17 00:00:00 2001 +From: Richard +Date: Thu, 17 Oct 2019 11:20:10 -0500 +Subject: [PATCH] Update swigpyrun.in for Python 3.8 + +In Python 3.8 some functions related to thread state were intentionally made private. + +This fix (specific to FreeCAD) was suggested here: + +https://bugs.python.org/issue35886 + +--- src/Base/swigpyrun.inl ++++ src/Base/swigpyrun.inl +@@ -72,7 +72,7 @@ void cleanupSWIG_T(const char* TypeName) + + PyObject *module, *dict; + PyInterpreterState *interp = PyThreadState_GET()->interp; +- PyObject *modules = interp->modules; ++ PyObject *modules = PyImport_GetModuleDict(); + module = PyDict_GetItemString(modules, "__builtin__"); + if (module != NULL && PyModule_Check(module)) { + dict = PyModule_GetDict(module); diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template index 9e9375c4444..26bf34702a2 100644 --- a/srcpkgs/freecad/template +++ b/srcpkgs/freecad/template @@ -1,7 +1,7 @@ # Template file for 'freecad' pkgname=freecad version=0.18.3 -revision=2 +revision=3 wrksrc="FreeCAD-${version}" build_style=cmake From 718d5c572ffaa708c4160791eb058eabf0caf143 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:32:34 +0200 Subject: [PATCH 847/874] gdb: rebuild for Python 3.8. --- srcpkgs/gdb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index 9f84e4869e9..39aab79d08a 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -1,7 +1,7 @@ # Template file for 'gdb' pkgname=gdb version=8.3.1 -revision=1 +revision=2 build_style=gnu-configure pycompile_dirs="/usr/share/gdb" configure_args="--disable-werror --disable-nls --with-system-readline From e89ecd13e39e0d4ffa50beaae64ee63aa2febcdc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:32:34 +0200 Subject: [PATCH 848/874] hexchat: rebuild for Python 3.8. --- srcpkgs/hexchat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hexchat/template b/srcpkgs/hexchat/template index fbeaf28ae8a..9f7d7957b76 100644 --- a/srcpkgs/hexchat/template +++ b/srcpkgs/hexchat/template @@ -1,7 +1,7 @@ # Template file for 'hexchat' pkgname=hexchat version=2.14.2 -revision=6 +revision=7 build_style=meson configure_args="-Dwith-dbus=true -Dwith-ssl=true -Dwith-text=false -Dwith-perl=/usr/bin/perl -Dwith-python=python3 From 295d2fcdb8e6c8981469ea3f0881d7acc0d7a5a0 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:32:34 +0200 Subject: [PATCH 849/874] hyperion: rebuild for Python 3.8. --- srcpkgs/hyperion/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hyperion/template b/srcpkgs/hyperion/template index 0befdbe7064..7ce415e929e 100644 --- a/srcpkgs/hyperion/template +++ b/srcpkgs/hyperion/template @@ -1,7 +1,7 @@ # Template file for 'hyperion' pkgname=hyperion version=1.03.2 -revision=2 +revision=3 build_style=cmake configure_args="-DUSE_SYSTEM_PROTO_LIBS=ON -DENABLE_QT5=ON -DPROTOBUF_PROTOC_EXECUTABLE=/usr/bin/protoc -DENABLE_AMLOGIC=ON From c6846e2a15765deae100b5a9a32307270668a58c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:32:35 +0200 Subject: [PATCH 850/874] kdevelop-python: rebuild for Python 3.8. --- 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 0265916a3d0..a306eb8f442 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.4.2 -revision=1 +revision=2 wrksrc="kdev-python-${version}" build_style=cmake pycompile_dirs="usr/share/kdevpythonsupport" From a61462c12e1549e93d89a2be3d1fbc1c899f8fc7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:32:35 +0200 Subject: [PATCH 851/874] kitty: rebuild for Python 3.8. --- srcpkgs/kitty/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index d79bcc4acce..54cd08c23ec 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -1,7 +1,7 @@ # Template file for 'kitty' pkgname=kitty version=0.14.6 -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 eb1971689e3b6e8804a1e503f9487d80a97a132a Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:32:35 +0200 Subject: [PATCH 852/874] krita: rebuild for Python 3.8, fix sha256sum. Tarball was yanked for trivial fix. --- srcpkgs/krita/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/krita/template b/srcpkgs/krita/template index 7a59fc9ac58..67f128c61ce 100644 --- a/srcpkgs/krita/template +++ b/srcpkgs/krita/template @@ -1,7 +1,7 @@ # Template file for 'krita' pkgname=krita version=4.2.7.1 -revision=1 +revision=2 build_style=cmake configure_args="-Wno-dev -DBUILD_TESTING=OFF" hostmakedepends="extra-cmake-modules pkg-config python3" @@ -18,6 +18,6 @@ license="GPL-3.0-only" homepage="https://krita.org/" KDE_SITE="http://ftp5.gwdg.de/pub/linux/kde/stable/" distfiles="${KDE_SITE}/krita/${version}/krita-${version}.tar.gz" -checksum=28218030edca9dfa1c7e255401ca6fc8fe0e5329f7611cfc196e35746d312086 +checksum=3ed29fd9d8e067def55e703fc55312815c21041d274727e228bdbe0478c09c3d nocross=yes replaces="calligra-krita>=0" From 221123967fa111191496b9e08e2c9c76756c13b5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:26:38 +0200 Subject: [PATCH 853/874] libpeas: rebuild for Python 3.8. --- srcpkgs/libpeas/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template index a69238bf823..d4dcf8b5941 100644 --- a/srcpkgs/libpeas/template +++ b/srcpkgs/libpeas/template @@ -1,7 +1,7 @@ # Template file for 'libpeas' pkgname=libpeas version=1.22.0 -revision=5 +revision=6 build_style=gnu-configure build_helper="gir" hostmakedepends="pkg-config intltool glib-devel python3 lua51" From 365648c1fccc0285703eeddac9324f2f4a91218f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:32:35 +0200 Subject: [PATCH 854/874] libreoffice: rebuild for Python 3.8. --- srcpkgs/libreoffice/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index 6e8685ac0fd..98f04a40304 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -1,7 +1,7 @@ # Template file for 'libreoffice' pkgname=libreoffice version=6.2.5.2 -revision=2 +revision=3 build_style=meta make_build_args="build-nocheck" nocross=yes From 1c313604728a7106e5854243e06f9cb65c997436 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:32:35 +0200 Subject: [PATCH 855/874] shiboken: rebuild for Python 3.8. --- srcpkgs/shiboken/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/shiboken/template b/srcpkgs/shiboken/template index 1f9c8043b46..34174be7535 100644 --- a/srcpkgs/shiboken/template +++ b/srcpkgs/shiboken/template @@ -1,7 +1,7 @@ # Template file for 'shiboken' pkgname=shiboken version=1.2.2 -revision=5 +revision=6 wrksrc="shiboken-${version}" hostmakedepends="cmake" makedepends="python-devel python3-devel qt-devel libxml2-devel libxslt-devel" From aef507d5b726f510663f6e9c2bfd9f7eb3eeab4e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:32:35 +0200 Subject: [PATCH 856/874] libsigrokdecode: rebuild for Python 3.8. --- srcpkgs/libsigrokdecode/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libsigrokdecode/template b/srcpkgs/libsigrokdecode/template index 59e15dd61b9..cc9d9a10367 100644 --- a/srcpkgs/libsigrokdecode/template +++ b/srcpkgs/libsigrokdecode/template @@ -1,7 +1,7 @@ # Template file for 'libsigrokdecode' pkgname=libsigrokdecode version=0.5.2 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config python3" makedepends="glib-devel python3-devel" From ca583906dfd0c97c9a4c36d862bf85a55ad07f90 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:32:36 +0200 Subject: [PATCH 857/874] luxrays: rebuild for Python 3.8. --- srcpkgs/luxrays/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/luxrays/template b/srcpkgs/luxrays/template index c783e9fe3e5..58037fbfc05 100644 --- a/srcpkgs/luxrays/template +++ b/srcpkgs/luxrays/template @@ -1,7 +1,7 @@ # Template file for 'luxrays' pkgname=luxrays version=3.1 -revision=13 +revision=14 build_style=cmake configure_args="-DLUXRAYS_DISABLE_OPENCL=OFF -DCMAKE_SKIP_RPATH=ON" hostmakedepends="flex bison boost-devel" From ef66922c11033d027b7badec1e15a0a0fb3aacbf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:32:36 +0200 Subject: [PATCH 858/874] navit: rebuild for Python 3.8. --- srcpkgs/navit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/navit/template b/srcpkgs/navit/template index 461689a3c73..24cd151c64b 100644 --- a/srcpkgs/navit/template +++ b/srcpkgs/navit/template @@ -1,7 +1,7 @@ # Template file for 'navit' pkgname=navit version=0.5.3 -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 f8cae9038ecc7f293e820f51664bfd59aac52b73 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:32:36 +0200 Subject: [PATCH 859/874] obs: rebuild for Python 3.8. --- srcpkgs/obs/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/obs/template b/srcpkgs/obs/template index 3ed426b1583..45bf81803e4 100644 --- a/srcpkgs/obs/template +++ b/srcpkgs/obs/template @@ -1,7 +1,7 @@ # Template file for 'obs' pkgname=obs version=24.0.1 -revision=1 +revision=2 _commit_hash_obs_browser="693498b518cf893876f454ef581e13106e8370ec" _commit_hash_obs_vst="fde438f7a8afdf41a7ab386a0aa1a61175fc8427" _commit_hash_ftl_sdk="98289f7c2ed754c647d451899b3356850c0c1fa3" From dbfccd5a0bab2df75f326e85613243fa4867cd8d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:32:36 +0200 Subject: [PATCH 860/874] renderdoc: fix and rebuild for Python 3.8. --- srcpkgs/renderdoc/files/swig-py38.patch | 28 +++++++++++++ srcpkgs/renderdoc/patches/cmake-py38.patch | 48 ++++++++++++++++++++++ srcpkgs/renderdoc/template | 8 ++-- 3 files changed, 81 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/renderdoc/files/swig-py38.patch create mode 100644 srcpkgs/renderdoc/patches/cmake-py38.patch diff --git a/srcpkgs/renderdoc/files/swig-py38.patch b/srcpkgs/renderdoc/files/swig-py38.patch new file mode 100644 index 00000000000..0595599c658 --- /dev/null +++ b/srcpkgs/renderdoc/files/swig-py38.patch @@ -0,0 +1,28 @@ +From dbe955dd0300d55a32fd73a4eef730b3e30ed5c4 Mon Sep 17 00:00:00 2001 +From: Christian Kellner +Date: Thu, 11 Jul 2019 20:32:03 +0200 +Subject: [PATCH] swig: avoid use of _PyObject_GC_UNTRACK + +It is deprecated[1]. Use PyObject_GC_UnTrack instead. + +[1] https://docs.python.org/3/c-api/gcsupport.html#c._PyObject_GC_UNTRACK +--- + Lib/python/builtin.swg | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Lib/python/builtin.swg b/Lib/python/builtin.swg +index 9597653b7..6af45a9d1 100644 +--- a/Lib/python/builtin.swg ++++ b/Lib/python/builtin.swg +@@ -120,7 +120,7 @@ SwigPyBuiltin_FunpackSetterClosure (PyObject *obj, PyObject *val, void *closure) + + SWIGINTERN void + SwigPyStaticVar_dealloc(PyDescrObject *descr) { +- _PyObject_GC_UNTRACK(descr); ++ PyObject_GC_UnTrack(descr); + Py_XDECREF(PyDescr_TYPE(descr)); + Py_XDECREF(PyDescr_NAME(descr)); + PyObject_GC_Del(descr); +-- +2.21.0 + diff --git a/srcpkgs/renderdoc/patches/cmake-py38.patch b/srcpkgs/renderdoc/patches/cmake-py38.patch new file mode 100644 index 00000000000..fc1adb9ddbc --- /dev/null +++ b/srcpkgs/renderdoc/patches/cmake-py38.patch @@ -0,0 +1,48 @@ +From 56769d3e2cc12670b73a1ddd9dfaab959340c2e2 Mon Sep 17 00:00:00 2001 +From: Christian Kellner +Date: Thu, 11 Jul 2019 21:27:02 +0200 +Subject: [PATCH] CMake: py3.8 support, ability to patch swig + +Add 3.8 to list of python versions and ability to patch the custom +swig, also needed for 3.8 +--- + CMakeLists.txt | 2 +- + qrenderdoc/CMakeLists.txt | 2 ++ + 2 files changed, 3 insertions(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 13818e5b8..00feda2ad 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -308,7 +308,7 @@ add_subdirectory(renderdoc) + # are handled in common + if(ENABLE_QRENDERDOC OR ENABLE_PYRENDERDOC) + # Make sure Python 3 is found +- set(Python_ADDITIONAL_VERSIONS 3.4 3.5 3.6 3.7) ++ set(Python_ADDITIONAL_VERSIONS 3.4 3.5 3.6 3.7 3.8) + find_package(PythonInterp 3 REQUIRED) + find_package(PythonLibs 3 REQUIRED) + # we also need python3-config for swig +diff --git a/qrenderdoc/CMakeLists.txt b/qrenderdoc/CMakeLists.txt +index 9fd65b2d3..1ef284349 100644 +--- a/qrenderdoc/CMakeLists.txt ++++ b/qrenderdoc/CMakeLists.txt +@@ -7,6 +7,7 @@ endif() + + set(QMAKE_QT5_COMMAND ${QT_QMAKE_EXECUTABLE} CACHE STRING "Command to run to invoke Qt5's qmake. Normally this is qmake, possibly with qtchooser, but might be qmake-qt5") + set(RENDERDOC_SWIG_PACKAGE https://github.com/baldurk/swig/archive/renderdoc-modified-6.zip CACHE STRING "The location where RenderDoc's swig fork source can be found. By default points to the URL on github but can be pointed to a local file.") ++set(RENDERDOC_SWIG_PATCH "" CACHE STRING "The location for the patch to apply to swig.") + + set(QMAKE_CONFIG "debug") + set(QMAKE_LDFLAGS "") +@@ -99,6 +100,7 @@ ExternalProject_Add(custom_swig + # using an URL to a zip directly so we don't clone the history etc + URL ${RENDERDOC_SWIG_PACKAGE} + BUILD_IN_SOURCE 1 ++ PATCH_COMMAND patch -p1 -i ${RENDERDOC_SWIG_PATCH} > /dev/null + CONFIGURE_COMMAND ./autogen.sh > /dev/null 2>&1 + COMMAND CC=${SWIG_CONFIGURE_CC} CXX=${SWIG_CONFIGURE_CXX} CFLAGS=-fPIC CXXFLAGS=-fPIC ./configure --with-pcre=yes --prefix=${CMAKE_BINARY_DIR} > /dev/null + BUILD_COMMAND ${GENERATOR_MAKE} > /dev/null 2>&1 +-- +2.21.0 + diff --git a/srcpkgs/renderdoc/template b/srcpkgs/renderdoc/template index 32d051864d3..9972d9435b0 100644 --- a/srcpkgs/renderdoc/template +++ b/srcpkgs/renderdoc/template @@ -1,11 +1,13 @@ # Template file for 'renderdoc' pkgname=renderdoc version=1.4 -revision=1 +revision=2 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 - -DENABLE_PYRENDERDOC=ON" + -DENABLE_PYRENDERDOC=ON + -DRENDERDOC_SWIG_PATCH=${XBPS_SRCPKGDIR}/${pkgname}/files/swig-py38.patch" +patch_args="-p1" hostmakedepends="bison autoconf automake pkg-config python3" makedepends="libX11-devel libxcb-devel xcb-util-keysyms-devel libGL qt5-devel qt5-svg-devel qt5-x11extras-devel pcre-devel python3-devel" @@ -17,7 +19,7 @@ distfiles="https://github.com/baldurk/${pkgname}/archive/v${version}.tar.gz" checksum=9a78951f386fb7c3ecf7df6919d300db59719d14f0621438963ae30a75d33677 case "$XBPS_TARGET_MACHINE" in - *-musl) broken="This package uses execnfo.h which is not available on musl" + *-musl) broken="This package uses execinfo.h which is not available on musl" esac if [ "$CROSS_BUILD" ]; then From 459b63795ca01a8fe746aec6d9f97141bdc3fc35 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:32:36 +0200 Subject: [PATCH 861/874] sigil: rebuild for Python 3.8. --- srcpkgs/sigil/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/sigil/template b/srcpkgs/sigil/template index 4a90ef95798..1d577ee3487 100644 --- a/srcpkgs/sigil/template +++ b/srcpkgs/sigil/template @@ -1,7 +1,7 @@ # Template file for 'sigil' pkgname=sigil version=0.9.13 -revision=1 +revision=2 wrksrc="Sigil-${version}" build_style=cmake pycompile_dirs="usr/share/sigil/python3lib" From eb0492cef63d32f08e51495ae261b150a7b3f1b4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:32:36 +0200 Subject: [PATCH 862/874] uwsgi: rebuild for Python 3.8. --- srcpkgs/uwsgi/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template index 2e96cd2e38e..e283d6bc357 100644 --- a/srcpkgs/uwsgi/template +++ b/srcpkgs/uwsgi/template @@ -1,7 +1,7 @@ # Template file for 'uwsgi' pkgname=uwsgi version=2.0.18 -revision=1 +revision=2 hostmakedepends="python python3" makedepends="python-devel python3-devel" short_desc="Fast, self-healing application container server" From 107450e305e9c38e02604604d47fd38619481bc8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:32:36 +0200 Subject: [PATCH 863/874] vim: rebuild for Python 3.8. --- srcpkgs/vim/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vim/template b/srcpkgs/vim/template index 8f543069d19..7c7fd4a30f7 100644 --- a/srcpkgs/vim/template +++ b/srcpkgs/vim/template @@ -1,7 +1,7 @@ # Template file for 'vim' pkgname=vim version=8.1.2021 -revision=3 +revision=4 hostmakedepends="glib-devel pkg-config" makedepends="acl-devel gtk+3-devel libXt-devel lua-devel ncurses-devel perl python-devel python3-devel ruby-devel" From e5c9ab9b7773855271a75cfe5d4dc6cc5d230b59 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:32:37 +0200 Subject: [PATCH 864/874] weechat: rebuild for Python 3.8. --- srcpkgs/weechat/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/weechat/template b/srcpkgs/weechat/template index 19f8af4fd8f..14c3e2360f5 100644 --- a/srcpkgs/weechat/template +++ b/srcpkgs/weechat/template @@ -1,7 +1,7 @@ # Template file for 'weechat' pkgname=weechat version=2.6 -revision=2 +revision=3 build_style=cmake configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON -DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON From a86ea0eef792b9b5666ffe67d6f3c6549467f704 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 16:32:37 +0200 Subject: [PATCH 865/874] znc: rebuild for Python 3.8. --- srcpkgs/znc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/znc/template b/srcpkgs/znc/template index 8af8f23a145..696b59133c8 100644 --- a/srcpkgs/znc/template +++ b/srcpkgs/znc/template @@ -1,7 +1,7 @@ # Template file for 'znc' pkgname=znc version=1.7.5 -revision=1 +revision=2 build_style=gnu-configure configure_args=" --enable-python From 2cfcf24e55b5aae1d192c7345b5ede0401a4486b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 18:18:51 +0200 Subject: [PATCH 866/874] boost: rebuild for Python 3.8. --- srcpkgs/boost/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template index 40a4fe67730..1fb0e8ed519 100644 --- a/srcpkgs/boost/template +++ b/srcpkgs/boost/template @@ -1,7 +1,7 @@ # Template file for 'boost' pkgname=boost version=1.69.0 -revision=5 +revision=6 wrksrc="${pkgname}_${version//\./_}" hostmakedepends="bzip2-devel icu-devel python-devel python3-devel" makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel" From dab8bf9a36920b36c01351b0e78a3d894d95e438 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 18:21:10 +0200 Subject: [PATCH 867/874] python-pyside: remove, obsolete. --- srcpkgs/python-pyside/INSTALL.msg | 1 - srcpkgs/python-pyside/template | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 srcpkgs/python-pyside/INSTALL.msg delete mode 100644 srcpkgs/python-pyside/template diff --git a/srcpkgs/python-pyside/INSTALL.msg b/srcpkgs/python-pyside/INSTALL.msg deleted file mode 100644 index 6de207b7aa2..00000000000 --- a/srcpkgs/python-pyside/INSTALL.msg +++ /dev/null @@ -1 +0,0 @@ -python-pyside is no longer provided by Void Linux, and will be fully removed from the repos on 2019-07-17 diff --git a/srcpkgs/python-pyside/template b/srcpkgs/python-pyside/template deleted file mode 100644 index 7053f0e7fc3..00000000000 --- a/srcpkgs/python-pyside/template +++ /dev/null @@ -1,9 +0,0 @@ -# Template file for 'python-pyside' -pkgname=python-pyside -version=1.2.2 -revision=7 -archs=noarch -build_style=meta -short_desc="LGPL-licensed Python2 bindings for the Qt4 toolkit (removed package)" -license="BSD-2-Clause" -homepage="http://www.pyside.org/" From 56c4a66cb73f8c03aa1d75d0f3aeffc5558c4047 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 18:21:52 +0200 Subject: [PATCH 868/874] pyside-tools: remove, obsolete. --- srcpkgs/pyside-tools/INSTALL.msg | 1 - srcpkgs/pyside-tools/template | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 srcpkgs/pyside-tools/INSTALL.msg delete mode 100644 srcpkgs/pyside-tools/template diff --git a/srcpkgs/pyside-tools/INSTALL.msg b/srcpkgs/pyside-tools/INSTALL.msg deleted file mode 100644 index fdb45eb0f42..00000000000 --- a/srcpkgs/pyside-tools/INSTALL.msg +++ /dev/null @@ -1 +0,0 @@ -pyside-tools is no longer provided by Void Linux, and will be fully removed from the repos on 2019-10-30 diff --git a/srcpkgs/pyside-tools/template b/srcpkgs/pyside-tools/template deleted file mode 100644 index 27cfc18eea4..00000000000 --- a/srcpkgs/pyside-tools/template +++ /dev/null @@ -1,9 +0,0 @@ -# Template file for 'pyside-tools' -pkgname=pyside-tools -version=0.2.15 -revision=2 -archs=noarch -build_style=meta -short_desc="LGPL-licensed Python2 bindings for the Qt4 toolkit (removed package)" -license="BSD-2-Clause" -homepage="https://wiki.qt.io/" From a4caf17102b2a8d6832ab3be41174a163b7a0573 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 18:22:03 +0200 Subject: [PATCH 869/874] shiboken: remove, obsolete. --- srcpkgs/shiboken/patches/python3.6.patch | 11 --- srcpkgs/shiboken/template | 110 ----------------------- 2 files changed, 121 deletions(-) delete mode 100644 srcpkgs/shiboken/patches/python3.6.patch delete mode 100644 srcpkgs/shiboken/template diff --git a/srcpkgs/shiboken/patches/python3.6.patch b/srcpkgs/shiboken/patches/python3.6.patch deleted file mode 100644 index 7145fb4308b..00000000000 --- a/srcpkgs/shiboken/patches/python3.6.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- cmake/Modules/FindPython3Libs.cmake.orig -+++ cmake/Modules/FindPython3Libs.cmake -@@ -27,7 +27,7 @@ - # Search for the python framework on Apple. - # CMAKE_FIND_FRAMEWORKS(Python) - --FOREACH(_CURRENT_VERSION 3.4 3.3 3.2 3.1 3.0) -+FOREACH(_CURRENT_VERSION 3.6 3.5 3.4 3.3 3.2 3.1 3.0) - IF(_CURRENT_VERSION GREATER 3.1) - SET(_32FLAGS "m" "u" "mu" "dm" "du" "dmu" "") - ELSE() diff --git a/srcpkgs/shiboken/template b/srcpkgs/shiboken/template deleted file mode 100644 index 34174be7535..00000000000 --- a/srcpkgs/shiboken/template +++ /dev/null @@ -1,110 +0,0 @@ -# Template file for 'shiboken' -pkgname=shiboken -version=1.2.2 -revision=6 -wrksrc="shiboken-${version}" -hostmakedepends="cmake" -makedepends="python-devel python3-devel qt-devel libxml2-devel libxslt-devel" -short_desc="CPython bindings generator for C++ libraries" -maintainer="Enno Boland " -homepage="http://www.pyside.org" -license="LGPL-2.1" -distfiles="https://download.qt.io/official_releases/pyside/shiboken-${version}.tar.bz2" -checksum=7625bbcf1fe313fd910c6b8c9cf49ac5495499f9d00867115a2f1f2a69fce5c4 - -nocross="https://travis-ci.org/voidlinux/void-packages/jobs/269193001#L906" - -pre_build() { - # Fix inconsistent naming of libshiboken.so and ShibokenConfig.cmake - sed -i "/get_config_var('SOABI')/d" cmake/Modules/FindPython3InterpWithDebug.cmake -} -do_build() { - local args= configure_args=" - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DBUILD_TESTS=OFF" - - for pyver in $py2_ver $py3_ver; do - args= - if [ "$pyver" = "$py2_ver" ]; then - args="-DPYTHON_SUFFIX=-python$py2_ver" - else - args="-DUSE_PYTHON3=yes" - fi - - [ ! -d build-${pyver} ] && mkdir build-${pyver} - pushd build-${pyver} - cmake .. ${configure_args} ${args} - make ${makejobs} - popd - done -} -do_install() { - for pyver in $py2_ver $py3_ver; do - make -C build-${pyver} DESTDIR=${DESTDIR} install - done -} -post_install() { - # Fix conflict between .pc files - rm -f ${DESTDIR}/usr/lib/pkgconfig/* - for pyver in $py2_ver $py3_ver; do - vinstall build-${pyver}/data/shiboken.pc 644 \ - usr/lib/pkgconfig shiboken-python${pyver}.pc - done -} - -libshiboken-common-devel_package() { - depends="${sourcepkg}-${version}_${revision}" - short_desc+=" - common development files" - pkg_install() { - vmove usr/include - vmove usr/lib/cmake/Shiboken-${version}/ShibokenConfig.cmake - vmove usr/lib/cmake/Shiboken-${version}/ShibokenConfigVersion.cmake - } -} -libshiboken-python-devel_package() { - depends="libshiboken-common-devel-${version}_${revision} - libshiboken-python-${version}_${revision}" - short_desc="Python2 shiboken bindings - shared library (development files)" - pkg_install() { - vmove usr/lib/cmake/Shiboken-${version}/ShibokenConfig-python${py2_ver}.cmake - vmove usr/lib/pkgconfig/shiboken-python${py2_ver}.pc - vmove usr/lib/libshiboken-python${py2_ver}.so - } -} -libshiboken-python_package() { - short_desc="Python2 shiboken bindings - shared library" - pkg_install() { - vmove usr/lib/libshiboken-python${py2_ver}.so.${version%.*} - vmove usr/lib/libshiboken-python${py2_ver}.so.${version} - } -} -python-shiboken_package() { - short_desc="Python2 shiboken bindings" - pkg_install() { - vmove ${py2_sitelib}/shiboken.so - } -} -libshiboken-python3-devel_package() { - depends="libshiboken-common-devel-${version}_${revision} - libshiboken-python3-${version}_${revision}" - short_desc="Python3 shiboken bindings - shared library (development files)" - pkg_install() { - vmove usr/lib/cmake/Shiboken-${version}/ShibokenConfig-python${py3_ver}.cmake - vmove usr/lib/pkgconfig/shiboken-python${py3_ver}.pc - vmove usr/lib/libshiboken-python${py3_ver}.so - } -} -libshiboken-python3_package() { - short_desc="Python3 shiboken bindings - shared library" - pkg_install() { - vmove usr/lib/libshiboken-python${py3_ver}.so.${version%.*} - vmove usr/lib/libshiboken-python${py3_ver}.so.${version} - } -} -python3-shiboken_package() { - short_desc="Python3 shiboken bindings" - pkg_install() { - vmove ${py3_sitelib}/shiboken.so - } -} From b8a76a958a1e28d96f0bf8a93acb982d756937b3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 18:34:00 +0200 Subject: [PATCH 870/874] boost: rebuild for Python 3.8. Also ensure bjam is called with the same parameters, to avoid a full rebuild with -j1 in do_install. --- common/shlibs | 2 +- srcpkgs/boost/template | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/common/shlibs b/common/shlibs index f5133935773..92dae1c282c 100644 --- a/common/shlibs +++ b/common/shlibs @@ -683,7 +683,7 @@ libboost_stacktrace_noop.so.1.69.0 libboost_stacktrace_noop1.69-1.69.0_1<1.70.0 libboost_stacktrace_addr2line.so.1.69.0 libboost_stacktrace_addr2line1.69-1.69.0_1<1.70.0 libboost_stacktrace_basic.so.1.69.0 libboost_stacktrace_basic1.69-1.69.0_1<1.70.0 libboost_python27.so.1.69.0 boost-python1.69-1.69.0_1<1.70.0 -libboost_python36.so.1.69.0 boost-python3-1.69-1.69.0_1<1.70.0 +libboost_python38.so.1.69.0 boost-python3-1.69-1.69.0_1<1.70.0 libexempi.so.8 exempi-2.5.0_1 libatasmart.so.4 libatasmart-0.17_1 libsgutils2.so.2 libsgutils-1.42_1 diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template index 1fb0e8ed519..b516b348b14 100644 --- a/srcpkgs/boost/template +++ b/srcpkgs/boost/template @@ -1,7 +1,7 @@ # Template file for 'boost' pkgname=boost version=1.69.0 -revision=6 +revision=7 wrksrc="${pkgname}_${version//\./_}" hostmakedepends="bzip2-devel icu-devel python-devel python3-devel" makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel" @@ -60,9 +60,9 @@ do_build() { using python : ${py3_ver} : ${XBPS_CROSS_BASE}/usr/bin/python3 : ${XBPS_CROSS_BASE}${py3_inc} : ${XBPS_CROSS_BASE}${py3_lib} ; __EOF - ./bjam ${makejobs} \ + ./bjam ${makejobs} --prefix=${DESTDIR}/usr \ --toolset=${_toolset} abi=${_abi} architecture=${_arch} \ - --user-config=${wrksrc}/user-config.jam --debug-building \ + --user-config=${wrksrc}/user-config.jam \ python=2.7,${py3_ver} } do_install() { @@ -72,9 +72,10 @@ do_install() { done # Install headers/libs - ./bjam --prefix=${DESTDIR}/usr abi=${_abi} architecture=${_arch} \ - --user-config=${wrksrc}/user-config.jam python=2.7,${py3_ver} install - + ./bjam --prefix=${DESTDIR}/usr \ + --toolset=${_toolset} abi=${_abi} architecture=${_arch} \ + --user-config=${wrksrc}/user-config.jam \ + python=2.7,${py3_ver} install # Install Boost.Build stuff. vmkdir usr/share/boost-build cd ${wrksrc}/tools/build && cp -a . ${DESTDIR}/usr/share/boost-build From 4c0b1ce20aabdbed98b49e903ea6d0c9f531ad2f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 19:40:03 +0200 Subject: [PATCH 871/874] libpeas: update to 1.24.0. --- srcpkgs/libpeas/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libpeas/template b/srcpkgs/libpeas/template index d4dcf8b5941..1ff2598c527 100644 --- a/srcpkgs/libpeas/template +++ b/srcpkgs/libpeas/template @@ -1,8 +1,8 @@ # Template file for 'libpeas' pkgname=libpeas -version=1.22.0 -revision=6 -build_style=gnu-configure +version=1.24.0 +revision=1 +build_style=meson build_helper="gir" hostmakedepends="pkg-config intltool glib-devel python3 lua51" makedepends="vala-devel gtk+3-devel python3-gobject-devel @@ -13,7 +13,7 @@ maintainer="Enno Boland " license="LGPL-2.1-or-later" homepage="https://wiki.gnome.org/Projects/Libpeas" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=5b2fc0f53962b25bca131a5ec0139e6fef8e254481b6e777975f7a1d2702a962 +checksum=0b9a00138c129a663de3eef5569b00ace03ce31d345f7af783768e9f35c8e6f9 pre_build() { if [ "$CROSS_BUILD" ]; then @@ -35,7 +35,6 @@ libpeas-devel_package() { vmove usr/lib/pkgconfig vmove "usr/lib/*.so" vmove usr/share/gir-1.0 - vmove usr/share/gtk-doc vmove usr/share/glade } } From 2be9ae0e45df517724574e5d873706b5377a17af Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 19 Oct 2019 20:33:53 +0200 Subject: [PATCH 872/874] scudcloud: upstream dead. --- srcpkgs/scudcloud/template | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 srcpkgs/scudcloud/template diff --git a/srcpkgs/scudcloud/template b/srcpkgs/scudcloud/template deleted file mode 100644 index 1ab2618066e..00000000000 --- a/srcpkgs/scudcloud/template +++ /dev/null @@ -1,21 +0,0 @@ -# Template file for 'scudcloud' -pkgname=scudcloud -version=1.65 -revision=2 -build_style=python3-module -pycompile_module="scudcloud" -hostmakedepends="python3-setuptools" -makedepends="python3-setuptools python-PyQt5 python-dbus python3-PyQt5-dbus" -depends="python3-setuptools python-PyQt5 python3-PyQt5-dbus - python3-PyQt5-webkit xdg-utils" -short_desc="Non official desktop client app for Slack" -archs=noarch -maintainer="Gurpreet Singh " -license="MIT" -homepage="https://launchpad.net/~rael-gc/+archive/ubuntu/scudcloud" -distfiles="https://github.com/raelgc/${pkgname}/archive/v${version}.tar.gz" -checksum=1b5420a868a37e181655e9799a3d1fcbbc0b0112349c44ac3d7936b626334791 - -post_install() { - vlicense LICENSE -} From 3a020a359d0dc5eb9dce69bbca262e3e3a811f49 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 30 Jul 2019 21:26:02 +0200 Subject: [PATCH 873/874] blender: update to 2.80. --- srcpkgs/blender/patches/D6038.diff | 49 ++++++++ .../blender/patches/blender-2.78a-musl.patch | 49 ++++---- .../collada-1.6.68_DocumentImporter.cpp.patch | 14 --- .../collada-1.6.68_DocumentImporter.h.patch | 11 -- srcpkgs/blender/patches/ffmpeg4.patch | 116 ------------------ srcpkgs/blender/patches/gcc9-elbeem.patch | 31 ----- srcpkgs/blender/patches/tree_hpp.patch | 11 -- srcpkgs/blender/patches/util_sseb.patch | 11 -- srcpkgs/blender/template | 15 ++- 9 files changed, 84 insertions(+), 223 deletions(-) create mode 100644 srcpkgs/blender/patches/D6038.diff delete mode 100644 srcpkgs/blender/patches/collada-1.6.68_DocumentImporter.cpp.patch delete mode 100644 srcpkgs/blender/patches/collada-1.6.68_DocumentImporter.h.patch delete mode 100644 srcpkgs/blender/patches/ffmpeg4.patch delete mode 100644 srcpkgs/blender/patches/gcc9-elbeem.patch delete mode 100644 srcpkgs/blender/patches/tree_hpp.patch delete mode 100644 srcpkgs/blender/patches/util_sseb.patch diff --git a/srcpkgs/blender/patches/D6038.diff b/srcpkgs/blender/patches/D6038.diff new file mode 100644 index 00000000000..c26934e3447 --- /dev/null +++ b/srcpkgs/blender/patches/D6038.diff @@ -0,0 +1,49 @@ +Index: blender-2.80_patched/source/blender/python/generic/py_capi_utils.c +=================================================================== +--- blender-2.80_patched/source/blender/python/generic/py_capi_utils.c ++++ blender-2.80_patched/source/blender/python/generic/py_capi_utils.c +@@ -717,9 +717,11 @@ + ****************************************************************************/ + PyObject *PyC_DefaultNameSpace(const char *filename) + { +- PyInterpreterState *interp = PyThreadState_GET()->interp; ++ PyObject *modules = PyImport_GetModuleDict(); ++ PyObject *builtins = PyDict_GetItemString(modules, "builtins"); ++ + PyObject *mod_main = PyModule_New("__main__"); +- PyDict_SetItemString(interp->modules, "__main__", mod_main); ++ PyDict_SetItemString(modules, "__main__", mod_main); + Py_DECREF(mod_main); /* sys.modules owns now */ + PyModule_AddStringConstant(mod_main, "__name__", "__main__"); + if (filename) { +@@ -727,8 +729,8 @@ + * note: this wont map to a real file when executing text-blocks and buttons. */ + PyModule_AddObject(mod_main, "__file__", PyC_UnicodeFromByte(filename)); + } +- PyModule_AddObject(mod_main, "__builtins__", interp->builtins); +- Py_INCREF(interp->builtins); /* AddObject steals a reference */ ++ PyModule_AddObject(mod_main, "__builtins__", builtins); ++ Py_INCREF(builtins); /* AddObject steals a reference */ + return PyModule_GetDict(mod_main); + } + +@@ -755,15 +757,15 @@ + /* restore MUST be called after this */ + void PyC_MainModule_Backup(PyObject **main_mod) + { +- PyInterpreterState *interp = PyThreadState_GET()->interp; +- *main_mod = PyDict_GetItemString(interp->modules, "__main__"); ++ PyObject *modules = PyImport_GetModuleDict(); ++ *main_mod = PyDict_GetItemString(modules, "__main__"); + Py_XINCREF(*main_mod); /* don't free */ + } + + void PyC_MainModule_Restore(PyObject *main_mod) + { +- PyInterpreterState *interp = PyThreadState_GET()->interp; +- PyDict_SetItemString(interp->modules, "__main__", main_mod); ++ PyObject *modules = PyImport_GetModuleDict(); ++ PyDict_SetItemString(modules, "__main__", main_mod); + Py_XDECREF(main_mod); + } + diff --git a/srcpkgs/blender/patches/blender-2.78a-musl.patch b/srcpkgs/blender/patches/blender-2.78a-musl.patch index 1ffd09cd57d..bddae1f8d3c 100644 --- a/srcpkgs/blender/patches/blender-2.78a-musl.patch +++ b/srcpkgs/blender/patches/blender-2.78a-musl.patch @@ -20,30 +20,9 @@ diff -ru blender-2.78.orig/CMakeLists.txt blender-2.78a/CMakeLists.txt elseif(WIN32) set(_init_JACK OFF) elseif(APPLE) -diff -ru blender-2.78.orig/intern/guardedalloc/intern/mallocn_intern.h blender-2.78a/intern/guardedalloc/intern/mallocn_intern.h ---- blender-2.78.orig/intern/guardedalloc/intern/mallocn_intern.h 2016-09-28 09:26:55.000000000 +0000 -+++ blender-2.78a/intern/guardedalloc/intern/mallocn_intern.h 2017-02-07 14:44:35.213040733 +0000 -@@ -52,7 +52,7 @@ - #undef HAVE_MALLOC_STATS - #define USE_MALLOC_USABLE_SIZE /* internal, when we have malloc_usable_size() */ - --#if defined(__linux__) || (defined(__FreeBSD_kernel__) && !defined(__FreeBSD__)) || defined(__GLIBC__) -+#if (defined(__linux__) && defined(HAVE_EXECINFO_H)) || (defined(__FreeBSD_kernel__) && !defined(__FreeBSD__)) || defined(__GLIBC__) - # include - # define HAVE_MALLOC_STATS - #elif defined(__FreeBSD__) diff -ru blender-2.78.orig/source/blender/blenlib/intern/system.c blender-2.78a/source/blender/blenlib/intern/system.c --- blender-2.78.orig/source/blender/blenlib/intern/system.c 2016-10-25 09:59:23.000000000 +0000 +++ blender-2.78a/source/blender/blenlib/intern/system.c 2017-02-07 14:44:35.213040733 +0000 -@@ -31,7 +31,7 @@ - #include "MEM_guardedalloc.h" - - /* for backtrace */ --#if defined(__linux__) || defined(__APPLE__) -+#if (defined(__linux__) && defined(HAVE_EXECINFO_H)) || defined(__APPLE__) - # include - #elif defined(WIN32) - # include @@ -77,7 +77,7 @@ { /* ------------- */ @@ -65,3 +44,31 @@ diff -ru blender-2.78.orig/source/creator/creator_signals.c blender-2.78a/source feenableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW); # endif /* defined(__linux__) && defined(__GNUC__) */ # if defined(OSX_SSE_FPE) +--- a/source/blender/blenlib/intern/system.c 2019-07-30 21:05:30.702224608 +0200 ++++ - 2019-07-30 21:13:21.535328709 +0200 +@@ -38,10 +38,13 @@ + # include + # pragma warning(pop) + #else +-# include + # include + #endif + ++#if (defined(__linux__) && defined(HAVE_EXECINFO_H)) || defined(__APPLE__) ++# include ++#endif ++ + int BLI_cpu_support_sse2(void) + { + #if defined(__x86_64__) || defined(_M_X64) +--- a/intern/guardedalloc/intern/mallocn_intern.h 2019-07-24 09:41:39.000000000 +0200 ++++ - 2019-10-20 00:03:13.450031866 +0200 +@@ -40,7 +40,7 @@ + #undef HAVE_MALLOC_STATS + #define USE_MALLOC_USABLE_SIZE /* internal, when we have malloc_usable_size() */ + +-#if defined(__linux__) || (defined(__FreeBSD_kernel__) && !defined(__FreeBSD__)) || \ ++#if (defined(__FreeBSD_kernel__) && !defined(__FreeBSD__)) || \ + defined(__GLIBC__) + # include + # define HAVE_MALLOC_STATS diff --git a/srcpkgs/blender/patches/collada-1.6.68_DocumentImporter.cpp.patch b/srcpkgs/blender/patches/collada-1.6.68_DocumentImporter.cpp.patch deleted file mode 100644 index e181a004379..00000000000 --- a/srcpkgs/blender/patches/collada-1.6.68_DocumentImporter.cpp.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/source/blender/collada/DocumentImporter.cpp -+++ b/source/blender/collada/DocumentImporter.cpp -@@ -1340,6 +1340,11 @@ bool DocumentImporter::writeAnimationLis - return anim_importer.write_animation_list(animationList); - } - -+bool DocumentImporter::writeAnimationClip(const COLLADAFW::AnimationClip *AnimationClip) -+{ -+ return true; -+} -+ - /** When this method is called, the writer must write the skin controller data. - * \return The writer should return true, if writing succeeded, false otherwise.*/ - bool DocumentImporter::writeSkinControllerData(const COLLADAFW::SkinControllerData *skin) diff --git a/srcpkgs/blender/patches/collada-1.6.68_DocumentImporter.h.patch b/srcpkgs/blender/patches/collada-1.6.68_DocumentImporter.h.patch deleted file mode 100644 index af0d2b4dded..00000000000 --- a/srcpkgs/blender/patches/collada-1.6.68_DocumentImporter.h.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/source/blender/collada/DocumentImporter.h.orig 2018-12-03 07:38:12 UTC -+++ b/source/blender/collada/DocumentImporter.h -@@ -107,6 +107,8 @@ public: - bool writeAnimation(const COLLADAFW::Animation*); - - bool writeAnimationList(const COLLADAFW::AnimationList*); -+ -+ bool writeAnimationClip( const COLLADAFW::AnimationClip* ); - - bool writeGeometry(const COLLADAFW::Geometry*); - diff --git a/srcpkgs/blender/patches/ffmpeg4.patch b/srcpkgs/blender/patches/ffmpeg4.patch deleted file mode 100644 index 6b29e58f273..00000000000 --- a/srcpkgs/blender/patches/ffmpeg4.patch +++ /dev/null @@ -1,116 +0,0 @@ -source: https://git.archlinux.org/svntogit/community.git/plain/trunk/ffmpeg4.0.patch?h=packages/blender - -diff --git a/intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp b/intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp -index e9eea195208..84aea330313 100644 ---- a/intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp -+++ b/intern/audaspace/ffmpeg/AUD_FFMPEGReader.cpp -@@ -264,9 +264,9 @@ AUD_FFMPEGReader::AUD_FFMPEGReader(boost::shared_ptr buffer) : - m_membuffer(buffer), - m_membufferpos(0) - { -- m_membuf = reinterpret_cast(av_malloc(FF_MIN_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE)); -+ m_membuf = reinterpret_cast(av_malloc(AV_INPUT_BUFFER_MIN_SIZE + AV_INPUT_BUFFER_PADDING_SIZE)); - -- m_aviocontext = avio_alloc_context(m_membuf, FF_MIN_BUFFER_SIZE, 0, this, -+ m_aviocontext = avio_alloc_context(m_membuf, AV_INPUT_BUFFER_MIN_SIZE, 0, this, - read_packet, NULL, seek_packet); - - if(!m_aviocontext) -diff --git a/intern/audaspace/ffmpeg/AUD_FFMPEGWriter.cpp b/intern/audaspace/ffmpeg/AUD_FFMPEGWriter.cpp -index 3f95ac7a4da..2c2f0916406 100644 ---- a/intern/audaspace/ffmpeg/AUD_FFMPEGWriter.cpp -+++ b/intern/audaspace/ffmpeg/AUD_FFMPEGWriter.cpp -@@ -163,7 +163,7 @@ AUD_FFMPEGWriter::AUD_FFMPEGWriter(std::string filename, AUD_DeviceSpecs specs, - try - { - if(m_formatCtx->oformat->flags & AVFMT_GLOBALHEADER) -- m_codecCtx->flags |= CODEC_FLAG_GLOBAL_HEADER; -+ m_codecCtx->flags |= AV_CODEC_FLAG_GLOBAL_HEADER; - - AVCodec* codec = avcodec_find_encoder(m_codecCtx->codec_id); - if(!codec) -@@ -185,11 +185,11 @@ AUD_FFMPEGWriter::AUD_FFMPEGWriter(std::string filename, AUD_DeviceSpecs specs, - if(avcodec_open2(m_codecCtx, codec, NULL)) - AUD_THROW(AUD_ERROR_FFMPEG, codec_error); - -- m_output_buffer.resize(FF_MIN_BUFFER_SIZE); -+ m_output_buffer.resize(AV_INPUT_BUFFER_MIN_SIZE); - int samplesize = AUD_MAX(AUD_SAMPLE_SIZE(m_specs), AUD_DEVICE_SAMPLE_SIZE(m_specs)); - - if(m_codecCtx->frame_size <= 1) { -- m_input_size = FF_MIN_BUFFER_SIZE * 8 / m_codecCtx->bits_per_coded_sample / m_codecCtx->channels; -+ m_input_size = AV_INPUT_BUFFER_MIN_SIZE * 8 / m_codecCtx->bits_per_coded_sample / m_codecCtx->channels; - m_input_buffer.resize(m_input_size * samplesize); - } - else -diff --git a/source/blender/blenkernel/intern/writeffmpeg.c b/source/blender/blenkernel/intern/writeffmpeg.c -index d7fcd896e11..9e82df17dce 100644 ---- a/source/blender/blenkernel/intern/writeffmpeg.c -+++ b/source/blender/blenkernel/intern/writeffmpeg.c -@@ -619,8 +619,6 @@ static AVStream *alloc_video_stream(FFMpegContext *context, RenderData *rd, int - c->rc_buffer_aggressivity = 1.0; - #endif - -- c->me_method = ME_EPZS; -- - codec = avcodec_find_encoder(c->codec_id); - if (!codec) - return NULL; -@@ -682,14 +680,14 @@ static AVStream *alloc_video_stream(FFMpegContext *context, RenderData *rd, int - ) - { - PRINT("Using global header\n"); -- c->flags |= CODEC_FLAG_GLOBAL_HEADER; -+ c->flags |= AV_CODEC_FLAG_GLOBAL_HEADER; - } - - /* Determine whether we are encoding interlaced material or not */ - if (rd->mode & R_FIELDS) { - PRINT("Encoding interlaced video\n"); -- c->flags |= CODEC_FLAG_INTERLACED_DCT; -- c->flags |= CODEC_FLAG_INTERLACED_ME; -+ c->flags |= AV_CODEC_FLAG_INTERLACED_DCT; -+ c->flags |= AV_CODEC_FLAG_INTERLACED_ME; - } - - /* xasp & yasp got float lately... */ -@@ -779,7 +777,7 @@ static AVStream *alloc_audio_stream(FFMpegContext *context, RenderData *rd, int - } - - if (of->oformat->flags & AVFMT_GLOBALHEADER) { -- c->flags |= CODEC_FLAG_GLOBAL_HEADER; -+ c->flags |= AV_CODEC_FLAG_GLOBAL_HEADER; - } - - set_ffmpeg_properties(rd, c, "audio", &opts); -@@ -798,14 +796,14 @@ static AVStream *alloc_audio_stream(FFMpegContext *context, RenderData *rd, int - st->codec->time_base.den = st->codec->sample_rate; - - #ifndef FFMPEG_HAVE_ENCODE_AUDIO2 -- context->audio_outbuf_size = FF_MIN_BUFFER_SIZE; -+ context->audio_outbuf_size = AV_INPUT_BUFFER_MIN_SIZE; - #endif - - if (c->frame_size == 0) - // used to be if ((c->codec_id >= CODEC_ID_PCM_S16LE) && (c->codec_id <= CODEC_ID_PCM_DVD)) - // not sure if that is needed anymore, so let's try out if there are any - // complaints regarding some ffmpeg versions users might have -- context->audio_input_samples = FF_MIN_BUFFER_SIZE * 8 / c->bits_per_coded_sample / c->channels; -+ context->audio_input_samples = AV_INPUT_BUFFER_MIN_SIZE * 8 / c->bits_per_coded_sample / c->channels; - else { - context->audio_input_samples = c->frame_size; - #ifndef FFMPEG_HAVE_ENCODE_AUDIO2 -diff --git a/source/blender/imbuf/intern/indexer.c b/source/blender/imbuf/intern/indexer.c -index eaf4dfd84b4..9c2f42feb52 100644 ---- a/source/blender/imbuf/intern/indexer.c -+++ b/source/blender/imbuf/intern/indexer.c -@@ -537,7 +537,7 @@ static struct proxy_output_ctx *alloc_proxy_output_ffmpeg( - av_opt_set_int(rv->c, "qmax", ffmpeg_quality, 0); - - if (rv->of->flags & AVFMT_GLOBALHEADER) { -- rv->c->flags |= CODEC_FLAG_GLOBAL_HEADER; -+ rv->c->flags |= AV_CODEC_FLAG_GLOBAL_HEADER; - } - - if (avio_open(&rv->of->pb, fname, AVIO_FLAG_WRITE) < 0) { - diff --git a/srcpkgs/blender/patches/gcc9-elbeem.patch b/srcpkgs/blender/patches/gcc9-elbeem.patch deleted file mode 100644 index 26c58e7d988..00000000000 --- a/srcpkgs/blender/patches/gcc9-elbeem.patch +++ /dev/null @@ -1,31 +0,0 @@ -https://bugs.gentoo.org/685922 - ---- a/intern/elbeem/intern/solver_main.cpp -+++ b/intern/elbeem/intern/solver_main.cpp -@@ -381,7 +381,7 @@ LbmFsgrSolver::mainLoop(const int lev) - GRID_REGION_INIT(); - #if PARALLEL==1 - const int gDebugLevel = ::gDebugLevel; --#pragma omp parallel default(none) num_threads(mNumOMPThreads) \ -+#pragma omp parallel default(none) firstprivate(gDebugLevel,iend,lev,cutConst) num_threads(mNumOMPThreads) \ - reduction(+: \ - calcCurrentMass,calcCurrentVolume, \ - calcCellsFilled,calcCellsEmptied, \ -@@ -1126,7 +1126,7 @@ LbmFsgrSolver::preinitGrids() - GRID_REGION_INIT(); - #if PARALLEL==1 - const int gDebugLevel = ::gDebugLevel; --#pragma omp parallel default(none) num_threads(mNumOMPThreads) \ -+#pragma omp parallel default(none) firstprivate(gDebugLevel,iend,lev) num_threads(mNumOMPThreads) \ - reduction(+: \ - calcCurrentMass,calcCurrentVolume, \ - calcCellsFilled,calcCellsEmptied, \ -@@ -1164,7 +1164,7 @@ LbmFsgrSolver::standingFluidPreinit() - GRID_REGION_INIT(); - #if PARALLEL==1 - const int gDebugLevel = ::gDebugLevel; --#pragma omp parallel default(none) num_threads(mNumOMPThreads) \ -+#pragma omp parallel default(none) firstprivate(gDebugLevel,iend,lev) num_threads(mNumOMPThreads) \ - reduction(+: \ - calcCurrentMass,calcCurrentVolume, \ - calcCellsFilled,calcCellsEmptied, \ diff --git a/srcpkgs/blender/patches/tree_hpp.patch b/srcpkgs/blender/patches/tree_hpp.patch deleted file mode 100644 index 7c9fbca1821..00000000000 --- a/srcpkgs/blender/patches/tree_hpp.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/intern/itasc/kdl/tree.hpp 2018-03-23 16:22:25.000000000 +0100 -+++ b/intern/itasc/kdl/tree.hpp 2018-08-13 19:31:32.101185313 +0200 -@@ -34,7 +34,7 @@ - //Forward declaration - class TreeElement; - // Eigen allocator is needed for alignment of Eigen data types -- typedef std::map, Eigen::aligned_allocator > > SegmentMap; -+ typedef std::map, Eigen::aligned_allocator > > SegmentMap; - - class TreeElement - { diff --git a/srcpkgs/blender/patches/util_sseb.patch b/srcpkgs/blender/patches/util_sseb.patch deleted file mode 100644 index 85396282d81..00000000000 --- a/srcpkgs/blender/patches/util_sseb.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/intern/cycles/util/util_sseb.h -+++ b/intern/cycles/util/util_sseb.h -@@ -116,7 +116,7 @@ __forceinline const sseb unpacklo( const sseb& a, const sseb& b ) { return _mm_u - __forceinline const sseb unpackhi( const sseb& a, const sseb& b ) { return _mm_unpackhi_ps(a, b); } - - template __forceinline const sseb shuffle( const sseb& a ) { -- return _mm_shuffle_epi32(a, _MM_SHUFFLE(i3, i2, i1, i0)); -+ return _mm_castsi128_ps(_mm_shuffle_epi32(a, _MM_SHUFFLE(i3, i2, i1, i0))); - } - - template<> __forceinline const sseb shuffle<0, 1, 0, 1>( const sseb& a ) { diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template index 47cb8f8ad13..2beb7f96dd8 100644 --- a/srcpkgs/blender/template +++ b/srcpkgs/blender/template @@ -1,21 +1,22 @@ # Template file for 'blender' pkgname=blender -version=2.79b -revision=10 +version=2.80 +revision=1 build_style="cmake" makedepends=" libgomp-devel libpng-devel tiff-devel python3-devel glu-devel glew-devel freetype-devel jack-devel libopenal-devel libsndfile-devel libsamplerate-devel ffmpeg-devel fftw-devel boost-devel pcre-devel llvm libopenexr-devel libopenjpeg-devel libXi-devel openimageio-devel - opencolorio-devel opencollada-devel" + opencolorio-devel opencollada-devel python3-numpy" depends="desktop-file-utils hicolor-icon-theme" short_desc="3D graphics creation suite" maintainer="Enno Boland " -license="GPL-2" +license="GPL-2.0-or-later" homepage="http://www.blender.org" -distfiles="http://download.blender.org/source/${pkgname}-${version}.tar.gz" -checksum=4c944c304a49e68ac687ea06f5758204def049b66dc211e1cffa1857716393bc +#distfiles="http://download.blender.org/source/${pkgname}-${version}.tar.gz" +distfiles="https://ftp.halifax.rwth-aachen.de/blender/source/blender-${version}.tar.gz" +checksum=cd9d7e505c1f6e63a4f72366ed04d446859977eeb34cde21283aaea6a304a5c0 patch_args="-Np1" pycompile_version="$py3_ver" @@ -25,9 +26,7 @@ archs="x86_64* i686* ppc64*" configure_args=" -DWITH_INSTALL_PORTABLE=OFF -DWITH_PYTHON_INSTALL=OFF --DWITH_GAMEENGINE=ON -DWITH_JACK=ON --DWITH_PLAYER=ON -DWITH_CODEC_FFMPEG=ON -DWITH_CODEC_SNDFILE=ON -DWITH_OPENMP=ON From a95fe8004999356c26cfa84e0e1d30c60d89c294 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 21 Oct 2019 14:41:53 +0200 Subject: [PATCH 874/874] attic: remove, upstream dead. --- srcpkgs/attic/template | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 srcpkgs/attic/template diff --git a/srcpkgs/attic/template b/srcpkgs/attic/template deleted file mode 100644 index ed454302ce4..00000000000 --- a/srcpkgs/attic/template +++ /dev/null @@ -1,29 +0,0 @@ -# Template file for 'attic' -pkgname=attic -version=0.16 -revision=15 -wrksrc="Attic-$version" -build_style=python3-module -hostmakedepends="python3-setuptools python3-devel libressl-devel python3-Sphinx" -makedepends="${hostmakedepends/python3-setuptools/} acl-devel" -depends="python3-msgpack python3-llfuse" -pycompile_module="attic" -short_desc="A deduplicating backup program for efficient and secure backups" -maintainer="Christian Neukirchen " -homepage="https://attic-backup.org/" -license="BSD" -distfiles="${PYPI_SITE}/A/Attic/Attic-0.16.tar.gz" -checksum=6650cd28072101c2e05941e77b93a62f91da6179785e4e4b4880916c469bba2c - -pre_build() { - if [ "$CROSS_BUILD" ]; then - sed -i "s|\(possible_openssl_prefixes\) =.*|\1 = ['${XBPS_CROSS_BASE}/usr']|" setup.py - fi -} -post_build() { - PYTHONPATH=.. make -C docs man SPHINXBUILD=sphinx-build3 -} -post_install() { - vlicense LICENSE - vman docs/_build/man/attic-deduplicatingarchiver.1 attic.1 -}