From 44d265d07063e37a4ff6d9aa70a98765d16e869b Mon Sep 17 00:00:00 2001 From: yoctocell Date: Mon, 20 Jul 2020 10:28:50 +0200 Subject: [PATCH 1/3] sip: update to 4.19.23 --- srcpkgs/sip/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template index 96a8f1f5dc6..9104b29fced 100644 --- a/srcpkgs/sip/template +++ b/srcpkgs/sip/template @@ -1,7 +1,7 @@ # Template file for 'sip' pkgname=sip -version=4.19.19 -revision=2 +version=4.19.23 +revision=1 hostmakedepends="python-devel python3-devel" makedepends="${hostmakedepends}" short_desc="Python extension module generator for C/C++ libraries" @@ -9,7 +9,7 @@ maintainer="Alessio Sergi " license="GPL-2.0-only, GPL-3.0-only, custom:SIP" homepage="https://riverbankcomputing.com/software/sip/intro" distfiles="https://www.riverbankcomputing.com/static/Downloads/sip/${version}/sip-${version}.tar.gz" -checksum=5436b61a78f48c7e8078e93a6b59453ad33780f80c644e5f3af39f94be1ede44 +checksum=22ca9bcec5388114e40d4aafd7ccd0c4fe072297b628d0c5cdfa2f010c0bc7e7 pre_build() { mkdir -p sip-${py2_ver} @@ -66,7 +66,6 @@ do_install() { python-sip_package() { lib32disabled=yes depends="${sourcepkg}-${version}_${revision} python" - pycompile_module="sipconfig.py" short_desc="Python2 SIP bindings" pkg_install() { vmove ${py2_sitelib}/sip.so @@ -76,7 +75,6 @@ python-sip_package() { } python-sip-devel_package() { depends="python-sip-${version}_${revision}" - pycompile_module="sipdistutils.py" short_desc="Python2 SIP bindings - development files" pkg_install() { vmove ${py2_inc} @@ -86,7 +84,6 @@ python-sip-devel_package() { python3-sip_package() { lib32disabled=yes depends="${sourcepkg}-${version}_${revision} python3" - pycompile_module="sipconfig.py" short_desc="Python3 SIP bindings" pkg_install() { vmove ${py3_sitelib}/sip.so @@ -96,7 +93,6 @@ python3-sip_package() { } python3-sip-devel_package() { depends="python3-sip-${version}_${revision}" - pycompile_module="sipdistutils.py" short_desc="Python3 SIP bindings - development files" pkg_install() { vmove ${py3_inc} From 9fe8347bc6715c1ad1bd9472fd957cfe62911495 Mon Sep 17 00:00:00 2001 From: Paper Date: Wed, 5 Aug 2020 17:00:31 +0200 Subject: [PATCH 2/3] python-PyQt5: update to 5.15.0 --- srcpkgs/python-PyQt5/template | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/srcpkgs/python-PyQt5/template b/srcpkgs/python-PyQt5/template index a39f7d5f160..d92772eae91 100644 --- a/srcpkgs/python-PyQt5/template +++ b/srcpkgs/python-PyQt5/template @@ -1,11 +1,9 @@ # Template file for 'python-PyQt5' pkgname=python-PyQt5 -version=5.13.2 -revision=2 -_sipver=4.19.19 -lib32disabled=yes +version=5.15.0 +revision=1 +_sipver=4.19.23 wrksrc="PyQt5-${version}" -pycompile_module="PyQt5" hostmakedepends="pkg-config python-devel python3-devel python-sip-devel python3-sip-devel python-dbus-devel qt5-tools-devel qt5-connectivity-devel qt5-declarative-devel qt5-location-devel @@ -17,10 +15,11 @@ makedepends="${hostmakedepends/pkg-config/}" depends="python-sip-PyQt5>=${_sipver} python-enum34" short_desc="Python2 bindings for the Qt5 toolkit" maintainer="Alessio Sergi " -homepage="https://riverbankcomputing.com/software/pyqt/intro" license="GPL-3.0-only" +homepage="https://riverbankcomputing.com/software/pyqt/intro" distfiles="https://www.riverbankcomputing.com/static/Downloads/PyQt5/${version}/PyQt5-${version}.tar.gz" -checksum=adc17c077bf233987b8e43ada87d1e0deca9bd71a13e5fd5fc377482ed69c827 +checksum=c6f75488ffd5365a65893bc64ea82a6957db126fbfe33654bcd43ae1c30c52f9 +lib32disabled=yes pre_build() { mkdir -p pyqt5-${py2_ver} @@ -97,7 +96,6 @@ python-PyQt5-devel-tools_package() { pyqt5:pylupdate5:/usr/bin/python2-pylupdate5 pyqt5:pyrcc5:/usr/bin/python2-pyrcc5 pyqt5:pyuic5:/usr/bin/python2-pyuic5" - pycompile_module="PyQt5" pkg_install() { vmove usr/bin/python2-* vmove ${py2_sitelib}/PyQt5/pylupdate.so @@ -114,7 +112,6 @@ python3-PyQt5-devel-tools_package() { pyqt5:pylupdate5:/usr/bin/python3-pylupdate5 pyqt5:pyrcc5:/usr/bin/python3-pyrcc5 pyqt5:pyuic5:/usr/bin/python3-pyuic5" - pycompile_module="PyQt5" pkg_install() { vmove usr/bin/python3-* vmove ${py3_sitelib}/PyQt5/pylupdate.so @@ -280,7 +277,6 @@ python-PyQt5-xmlpatterns_package() { } python3-PyQt5_package() { lib32disabled=yes - pycompile_module="PyQt5" depends="python3-sip-PyQt5>=${_sipver}" short_desc="${short_desc/Python2/Python3}" pkg_install() { From 35597ceef232361438819583a156cc74f8962c16 Mon Sep 17 00:00:00 2001 From: Paper Date: Wed, 5 Aug 2020 17:01:45 +0200 Subject: [PATCH 3/3] qutebrowser: revbump for python-PyQt5 --- srcpkgs/qutebrowser/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template index 14204d37ae9..92c9bd266a6 100644 --- a/srcpkgs/qutebrowser/template +++ b/srcpkgs/qutebrowser/template @@ -2,7 +2,7 @@ # not noarch as the package might be built with different backend for each arch pkgname=qutebrowser version=1.13.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools asciidoc" depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2