Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-PyQt5: update to 1.15.0
@ 2020-08-05 15:25 PaperMountainStudio
  2020-08-05 15:56 ` [PR PATCH] [Updated] " PaperMountainStudio
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: PaperMountainStudio @ 2020-08-05 15:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 503 bytes --]

There is a new pull request by PaperMountainStudio against master on the void-packages repository

https://github.com/PaperMountainStudio/void-packages python-pyqt-1.15.0
https://github.com/void-linux/void-packages/pull/24076

python-PyQt5: update to 1.15.0
requires: #23666 
also rebuild qutebrowser against python3-PyQt5 1.15.0
xlint will fail on python-PyQt5, because of indenting, but that's a false alarm

A patch file from https://github.com/void-linux/void-packages/pull/24076.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-pyqt-1.15.0-24076.patch --]
[-- Type: text/x-diff, Size: 5429 bytes --]

From 44d265d07063e37a4ff6d9aa70a98765d16e869b Mon Sep 17 00:00:00 2001
From: yoctocell <attocell.name@protonmail.com>
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 <al3hex@gmail.com>"
 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 <paper@tilde.institute>
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 <al3hex@gmail.com>"
-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 <paper@tilde.institute>
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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-08-10 11:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-05 15:25 [PR PATCH] python-PyQt5: update to 1.15.0 PaperMountainStudio
2020-08-05 15:56 ` [PR PATCH] [Updated] " PaperMountainStudio
2020-08-06  0:11 ` daniel-eys
2020-08-06  8:25 ` [PR PATCH] [Updated] " PaperMountainStudio
2020-08-06  8:27 ` PaperMountainStudio
2020-08-06  8:28 ` PaperMountainStudio
2020-08-06  9:58 ` Johnnynator
2020-08-06 10:23 ` [PR PATCH] [Updated] " PaperMountainStudio
2020-08-06 10:23 ` python-PyQt5: update to 5.15.0 PaperMountainStudio
2020-08-09  9:48 ` sgn
2020-08-10 11:52 ` PaperMountainStudio
2020-08-10 11:52 ` [PR PATCH] [Closed]: " PaperMountainStudio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).