Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] PyQt5 stack update
@ 2020-11-30 17:21 sgn
  2020-12-01 11:40 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 1 reply; 2+ messages in thread
From: sgn @ 2020-11-30 17:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages pyqt5-stack
https://github.com/void-linux/void-packages/pull/26835

PyQt5 stack update


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pyqt5-stack-26835.patch --]
[-- Type: text/x-diff, Size: 6835 bytes --]

From 7bde9b189827ed47063dbccd1b1425f095f491c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Mon, 30 Nov 2020 23:26:24 +0700
Subject: [PATCH 1/4] sip5: update to 5.5.0.

---
 srcpkgs/sip5/template | 10 ++++++----
 srcpkgs/sip5/update   |  1 +
 2 files changed, 7 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/sip5/update

diff --git a/srcpkgs/sip5/template b/srcpkgs/sip5/template
index cbbd61cbb73..b8e3d0bf10d 100644
--- a/srcpkgs/sip5/template
+++ b/srcpkgs/sip5/template
@@ -1,20 +1,22 @@
 # Template file for 'sip5'
 pkgname=sip5
-version=5.4.0
-revision=3
+version=5.5.0
+revision=1
 wrksrc="sip-$version"
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"
 makedepends="python3-devel"
 depends="python3-setuptools python3-packaging python3-toml"
 short_desc="SIP 5 - Python 3 bindings generator for C/C++ libraries"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="GPL-2.0-only, GPL-3.0-only, custom:SIP"
 homepage="https://riverbankcomputing.com/software/sip/intro"
 distfiles="${PYPI_SITE}/s/sip/sip-${version}.tar.gz"
-checksum=4282ab45948674f5ef74278a8e70d1302f65c95b519a0af19409002f5715d641
+checksum=5d024c419b30fea8a6de8c71a560c7ab0bc3c221fbfb14d55a5b865bd58eaac5
 lib32disabled=yes
 
 post_install() {
+	sed -n '1,/SUCH DAMAGE/p' sipbuild/project.py >NOTICE
+	vlicense NOTICE
 	vlicense LICENSE
 }
diff --git a/srcpkgs/sip5/update b/srcpkgs/sip5/update
new file mode 100644
index 00000000000..e96ff514fe9
--- /dev/null
+++ b/srcpkgs/sip5/update
@@ -0,0 +1 @@
+pkgname=sip

From 608fd392cd6d0959ee95c4cb74b46f9e2eb45bc3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Mon, 30 Nov 2020 23:35:13 +0700
Subject: [PATCH 2/4] python3-PyQt-builder: update to 1.6.0.

---
 srcpkgs/python3-PyQt-builder/template | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index b41634f0288..1d6c8fa73d4 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,19 +1,21 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
-version=1.5.0
-revision=3
+version=1.6.0
+revision=1
 wrksrc=PyQt-builder-$version
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 sip5>=5.4.0_2"
+depends="python3 sip5>=5.5.0"
 short_desc="PEP 517 compliant PyQt build system"
 maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
-license="BSD-2-Clause"
+license="GPL-2.0-only, GPL-3.0-only, custom:SIP"
 homepage="https://www.riverbankcomputing.com/software/pyqt/"
 distfiles="$PYPI_SITE/P/PyQt-builder/PyQt-builder-$version.tar.gz"
-checksum=11bbe26e8e3d5ffec6d2ef2f50596b1670eb2d8b49aee0f859821922d8282841
+checksum=fb80f01407718bfc68f78e276f2543fcfc5b5900b1187c1fd1f2ff51a6f2a13c
 
 post_install() {
-	sed -n '1,/SUCH DAMAGE[.]/p' setup.py >LICENSE
+	rm -rf $DESTDIR/$py3_sitelib/pyqtbuild/bundle
+	sed -n '1,/SUCH DAMAGE[.]/p' setup.py >NOTICE
+	vlicense NOTICE
 	vlicense LICENSE
 }

From f5f6313294458f6431eb02b016d2188253416167 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Mon, 30 Nov 2020 23:56:32 +0700
Subject: [PATCH 3/4] python3-PyQt5: update to 5.15.2.

---
 srcpkgs/python3-PyQt5/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index b24e2dc6673..bac89e57965 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,12 +1,13 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
-version=5.15.1
-revision=2
+version=5.15.2
+revision=1
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu
 hostmakedepends="pkg-config qscintilla-qt5-devel python3-sip-PyQt5
- python3-devel python-dbus-devel qt5 qt5-devel qt5-tools-devel python3-PyQt-builder
+ python3-devel python-dbus-devel qt5 qt5-devel qt5-tools-devel
+ python3-PyQt-builder
  qt5-connectivity-devel qt5-declarative-devel qt5-location-devel
  qt5-multimedia-devel qt5-qmake qt5-sensors-devel qt5-serialport-devel
  qt5-svg-devel qt5-webchannel-devel qt5-webkit-devel qt5-websockets-devel
@@ -14,11 +15,11 @@ hostmakedepends="pkg-config qscintilla-qt5-devel python3-sip-PyQt5
 makedepends="${hostmakedepends/pkg-config/}"
 depends="python3-sip-PyQt5>=${_sipver}"
 short_desc="Python 3 bindings for the Qt5 toolkit"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="GPL-3.0-only"
 homepage="https://riverbankcomputing.com/software/pyqt/intro"
 distfiles="${PYPI_SITE}/P/PyQt5/PyQt5-${version}.tar.gz"
-checksum=d9a76b850246d08da9863189ecb98f6c2aa9b4d97a3e85e29330a264aed0f9a1
+checksum=372b08dc9321d1201e4690182697c5e7ffb2e0770e6b4a45519025134b12e4fc
 lib32disabled=yes
 
 post_extract() {

From 5a22520330c77e8907f8fd5f76aecb88a16588e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Mon, 30 Nov 2020 23:55:54 +0700
Subject: [PATCH 4/4] python3-PyQt5-webengine: update to 5.15.2.

---
 srcpkgs/python3-PyQt5-webengine/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 1016281285d..920cae92627 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
-version=5.15.1
-revision=2
+version=5.15.2
+revision=1
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5 sip5 qt5-webengine-devel
  python3-PyQt-builder python3-PyQt5-devel
@@ -10,11 +10,11 @@ makedepends="qt5-declarative-devel qt5-webchannel-devel qt5-location-devel
  qt5-webengine-devel python3-devel python3-PyQt5-devel"
 depends="python3-PyQt5>=${version}_1 python3-PyQt5-webchannel>=${version}_1"
 short_desc="Python 3 bindings for the Qt5 toolkit - webengine module"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="GPL-3.0-only"
 homepage="https://www.riverbankcomputing.com/software/pyqtwebengine/intro"
 distfiles="${PYPI_SITE}/P/PyQtWebEngine/PyQtWebEngine-${version}.tar.gz"
-checksum=f0ca7915ee206ba5d703168c6ca40b0aad62c67360328fae4af5359cdbcee439
+checksum=4d72fea774071ce6f76e341a3d2c5d595886c9906a9b9493239c841cce54a634
 lib32disabled=yes
 
 case "$XBPS_TARGET_MACHINE" in

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

* Re: [PR PATCH] [Merged]: PyQt5 stack update
  2020-11-30 17:21 [PR PATCH] PyQt5 stack update sgn
@ 2020-12-01 11:40 ` sgn
  0 siblings, 0 replies; 2+ messages in thread
From: sgn @ 2020-12-01 11:40 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

PyQt5 stack update
https://github.com/void-linux/void-packages/pull/26835

Description:


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

end of thread, other threads:[~2020-12-01 11:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-30 17:21 [PR PATCH] PyQt5 stack update sgn
2020-12-01 11:40 ` [PR PATCH] [Merged]: " sgn

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).