Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Split python3-dbus-devel
@ 2021-03-05  1:03 sgn
  2021-03-05  1:08 ` [PR PATCH] [Updated] " sgn
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: sgn @ 2021-03-05  1:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages split-python3-dbus-devel
https://github.com/void-linux/void-packages/pull/29238

Split python3-dbus-devel
To avoid unnecessary python 2 when doing development.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-split-python3-dbus-devel-29238.patch --]
[-- Type: text/x-diff, Size: 4613 bytes --]

From 2007f93090563c43a5feeb9bbb980669fb26a62b 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: Fri, 5 Mar 2021 07:56:56 +0700
Subject: [PATCH 1/4] python-dbus: split python3-dbus-devel

Avoid unnecessary python (2) dependency when doing development
---
 srcpkgs/python-dbus/template | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index ee6b9ddb79f..a682f49b70b 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=2
+revision=3
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"
@@ -59,9 +59,16 @@ python3-dbus_package() {
 		vmove usr/lib/python3*
 	}
 }
+# This package used to provide both Python 2 and Python 3 development files
+# Those files are now in python3-dbus-devel
 python-dbus-devel_package() {
-	depends="python-devel python3-devel
-	 python-dbus>=${version}_${revision} python3-dbus>=${version}_${revision}"
+	depends="python-devel python-dbus>=${version}_${revision}
+	 python3-dbus-devel_package>=${version}_${revision}"
+	build_style=meta
+	short_desc+=" - development files (Python 2 meta)"
+}
+python3-dbus-devel_package() {
+	depends="python3-devel python3-dbus>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include

From b22a3724f242410772051f808db9e86060fc2e91 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: Fri, 5 Mar 2021 07:58:35 +0700
Subject: [PATCH 2/4] python3-PyQt5: build with python3-dbus-devel

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 058095e7c69..07958aa9754 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -8,7 +8,7 @@ build_helper=qemu
 hostmakedepends="pkg-config python3-PyQt-builder qt5-host-tools qt5-qmake
  python3-dbus"
 makedepends="qscintilla-qt5-devel python3-sip-PyQt5
- python3-devel python-dbus-devel qt5 qt5-devel qt5-tools-devel
+ python3-devel python3-dbus-devel qt5 qt5-devel qt5-tools-devel
  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

From 0d707a8ae27ab554505207d37cd479591fefab1b 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: Fri, 5 Mar 2021 07:59:11 +0700
Subject: [PATCH 3/4] python3-efl: build with python3-dbus-devel

---
 srcpkgs/python3-efl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index bddfb373625..2476c73b347 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -6,7 +6,7 @@ wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"
 hostmakedepends="pkg-config python3-devel python3-Cython"
-makedepends="efl-devel python-dbus-devel"
+makedepends="efl-devel python3-dbus-devel"
 depends="python3-dbus"
 short_desc="Python3 bindings for Enlightenment Foundation Libraries"
 maintainer="q66 <daniel@octaforge.org>"

From 0a0d7725e046471921dbb1ff4a3c8779cc1905d8 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: Fri, 5 Mar 2021 07:59:47 +0700
Subject: [PATCH 4/4] gedit-plugins: build with python3-dbus-devel

---
 srcpkgs/gedit-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit-plugins/template b/srcpkgs/gedit-plugins/template
index 2c274c75da8..e288f0d3812 100644
--- a/srcpkgs/gedit-plugins/template
+++ b/srcpkgs/gedit-plugins/template
@@ -7,7 +7,7 @@ pycompile_dirs="usr/lib/gedit/plugins"
 hostmakedepends="gettext glib-devel itstool pkg-config vala appstream-glib
  python3-gobject gucharmap-devel vte3-devel"
 makedepends="gedit-devel gtksourceview4-devel gtk+3-devel libgit2-glib-devel
- libglib-devel libpeas-devel python-dbus-devel python3-devel zeitgeist-devel"
+ libglib-devel libpeas-devel python3-dbus-devel python3-devel zeitgeist-devel"
 depends="python3-gobject gucharmap vte3"
 short_desc="Set of plugins for Gedit"
 maintainer="Enno Boland <gottox@voidlinux.org>"

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

* Re: [PR PATCH] [Updated] Split python3-dbus-devel
  2021-03-05  1:03 [PR PATCH] Split python3-dbus-devel sgn
@ 2021-03-05  1:08 ` sgn
  2021-03-05  1:12 ` sgn
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sgn @ 2021-03-05  1:08 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages split-python3-dbus-devel
https://github.com/void-linux/void-packages/pull/29238

Split python3-dbus-devel
To avoid unnecessary python 2 when doing development.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-split-python3-dbus-devel-29238.patch --]
[-- Type: text/x-diff, Size: 4921 bytes --]

From 9bbcba4e4bd007f22700088695c07bb59e2feda3 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: Fri, 5 Mar 2021 07:56:56 +0700
Subject: [PATCH 1/4] python-dbus: split python3-dbus-devel

Avoid unnecessary python (2) dependency when doing development
---
 srcpkgs/python-dbus/template | 13 ++++++++++---
 srcpkgs/python3-dbus-devel   |  1 +
 2 files changed, 11 insertions(+), 3 deletions(-)
 create mode 120000 srcpkgs/python3-dbus-devel

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index ee6b9ddb79f..a682f49b70b 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=2
+revision=3
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"
@@ -59,9 +59,16 @@ python3-dbus_package() {
 		vmove usr/lib/python3*
 	}
 }
+# This package used to provide both Python 2 and Python 3 development files
+# Those files are now in python3-dbus-devel
 python-dbus-devel_package() {
-	depends="python-devel python3-devel
-	 python-dbus>=${version}_${revision} python3-dbus>=${version}_${revision}"
+	depends="python-devel python-dbus>=${version}_${revision}
+	 python3-dbus-devel_package>=${version}_${revision}"
+	build_style=meta
+	short_desc+=" - development files (Python 2 meta)"
+}
+python3-dbus-devel_package() {
+	depends="python3-devel python3-dbus>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
diff --git a/srcpkgs/python3-dbus-devel b/srcpkgs/python3-dbus-devel
new file mode 120000
index 00000000000..082b5c2fc19
--- /dev/null
+++ b/srcpkgs/python3-dbus-devel
@@ -0,0 +1 @@
+python-dbus
\ No newline at end of file

From 80e6e672a5cc7c5935a4fe25c323d4911c02a582 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: Fri, 5 Mar 2021 07:58:35 +0700
Subject: [PATCH 2/4] python3-PyQt5: build with python3-dbus-devel

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 058095e7c69..07958aa9754 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -8,7 +8,7 @@ build_helper=qemu
 hostmakedepends="pkg-config python3-PyQt-builder qt5-host-tools qt5-qmake
  python3-dbus"
 makedepends="qscintilla-qt5-devel python3-sip-PyQt5
- python3-devel python-dbus-devel qt5 qt5-devel qt5-tools-devel
+ python3-devel python3-dbus-devel qt5 qt5-devel qt5-tools-devel
  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

From 1808b2e68891dc55c0bf224b8d3d5fa314b198f5 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: Fri, 5 Mar 2021 07:59:11 +0700
Subject: [PATCH 3/4] python3-efl: build with python3-dbus-devel

---
 srcpkgs/python3-efl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index bddfb373625..2476c73b347 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -6,7 +6,7 @@ wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"
 hostmakedepends="pkg-config python3-devel python3-Cython"
-makedepends="efl-devel python-dbus-devel"
+makedepends="efl-devel python3-dbus-devel"
 depends="python3-dbus"
 short_desc="Python3 bindings for Enlightenment Foundation Libraries"
 maintainer="q66 <daniel@octaforge.org>"

From a2a8da4fc0a1bd577ecaf204714c3a1470a602fe 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: Fri, 5 Mar 2021 07:59:47 +0700
Subject: [PATCH 4/4] gedit-plugins: build with python3-dbus-devel

---
 srcpkgs/gedit-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit-plugins/template b/srcpkgs/gedit-plugins/template
index 2c274c75da8..e288f0d3812 100644
--- a/srcpkgs/gedit-plugins/template
+++ b/srcpkgs/gedit-plugins/template
@@ -7,7 +7,7 @@ pycompile_dirs="usr/lib/gedit/plugins"
 hostmakedepends="gettext glib-devel itstool pkg-config vala appstream-glib
  python3-gobject gucharmap-devel vte3-devel"
 makedepends="gedit-devel gtksourceview4-devel gtk+3-devel libgit2-glib-devel
- libglib-devel libpeas-devel python-dbus-devel python3-devel zeitgeist-devel"
+ libglib-devel libpeas-devel python3-dbus-devel python3-devel zeitgeist-devel"
 depends="python3-gobject gucharmap vte3"
 short_desc="Set of plugins for Gedit"
 maintainer="Enno Boland <gottox@voidlinux.org>"

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

* Re: [PR PATCH] [Updated] Split python3-dbus-devel
  2021-03-05  1:03 [PR PATCH] Split python3-dbus-devel sgn
  2021-03-05  1:08 ` [PR PATCH] [Updated] " sgn
@ 2021-03-05  1:12 ` sgn
  2021-03-05  1:13 ` sgn
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sgn @ 2021-03-05  1:12 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages split-python3-dbus-devel
https://github.com/void-linux/void-packages/pull/29238

Split python3-dbus-devel
To avoid unnecessary python 2 when doing development.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-split-python3-dbus-devel-29238.patch --]
[-- Type: text/x-diff, Size: 4913 bytes --]

From 9bf85c4f246980d93b493b0d66628a3942d6646c 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: Fri, 5 Mar 2021 07:56:56 +0700
Subject: [PATCH 1/4] python-dbus: split python3-dbus-devel

Avoid unnecessary python (2) dependency when doing development
---
 srcpkgs/python-dbus/template | 13 ++++++++++---
 srcpkgs/python3-dbus-devel   |  1 +
 2 files changed, 11 insertions(+), 3 deletions(-)
 create mode 120000 srcpkgs/python3-dbus-devel

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index ee6b9ddb79f..b190d8499bf 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=2
+revision=3
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"
@@ -59,9 +59,16 @@ python3-dbus_package() {
 		vmove usr/lib/python3*
 	}
 }
+# This package used to provide both Python 2 and Python 3 development files
+# Those files are now in python3-dbus-devel
 python-dbus-devel_package() {
-	depends="python-devel python3-devel
-	 python-dbus>=${version}_${revision} python3-dbus>=${version}_${revision}"
+	depends="python-devel python-dbus>=${version}_${revision}
+	 python3-dbus-devel>=${version}_${revision}"
+	build_style=meta
+	short_desc+=" - development files (Python 2 meta)"
+}
+python3-dbus-devel_package() {
+	depends="python3-devel python3-dbus>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
diff --git a/srcpkgs/python3-dbus-devel b/srcpkgs/python3-dbus-devel
new file mode 120000
index 00000000000..082b5c2fc19
--- /dev/null
+++ b/srcpkgs/python3-dbus-devel
@@ -0,0 +1 @@
+python-dbus
\ No newline at end of file

From 80be1848424f9682a5034aa9d3209ac1c322c98d 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: Fri, 5 Mar 2021 07:58:35 +0700
Subject: [PATCH 2/4] python3-PyQt5: build with python3-dbus-devel

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 058095e7c69..07958aa9754 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -8,7 +8,7 @@ build_helper=qemu
 hostmakedepends="pkg-config python3-PyQt-builder qt5-host-tools qt5-qmake
  python3-dbus"
 makedepends="qscintilla-qt5-devel python3-sip-PyQt5
- python3-devel python-dbus-devel qt5 qt5-devel qt5-tools-devel
+ python3-devel python3-dbus-devel qt5 qt5-devel qt5-tools-devel
  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

From a7feb23d65bfe26b6f5b28815a748c95c1e98afe 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: Fri, 5 Mar 2021 07:59:11 +0700
Subject: [PATCH 3/4] python3-efl: build with python3-dbus-devel

---
 srcpkgs/python3-efl/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index bddfb373625..2476c73b347 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -6,7 +6,7 @@ wrksrc=python-efl-${version}
 build_style=python3-module
 pycompile_module="efl"
 hostmakedepends="pkg-config python3-devel python3-Cython"
-makedepends="efl-devel python-dbus-devel"
+makedepends="efl-devel python3-dbus-devel"
 depends="python3-dbus"
 short_desc="Python3 bindings for Enlightenment Foundation Libraries"
 maintainer="q66 <daniel@octaforge.org>"

From 4fedbd4af17cc71670eec06d7137f23101b25644 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: Fri, 5 Mar 2021 07:59:47 +0700
Subject: [PATCH 4/4] gedit-plugins: build with python3-dbus-devel

---
 srcpkgs/gedit-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit-plugins/template b/srcpkgs/gedit-plugins/template
index 2c274c75da8..e288f0d3812 100644
--- a/srcpkgs/gedit-plugins/template
+++ b/srcpkgs/gedit-plugins/template
@@ -7,7 +7,7 @@ pycompile_dirs="usr/lib/gedit/plugins"
 hostmakedepends="gettext glib-devel itstool pkg-config vala appstream-glib
  python3-gobject gucharmap-devel vte3-devel"
 makedepends="gedit-devel gtksourceview4-devel gtk+3-devel libgit2-glib-devel
- libglib-devel libpeas-devel python-dbus-devel python3-devel zeitgeist-devel"
+ libglib-devel libpeas-devel python3-dbus-devel python3-devel zeitgeist-devel"
 depends="python3-gobject gucharmap vte3"
 short_desc="Set of plugins for Gedit"
 maintainer="Enno Boland <gottox@voidlinux.org>"

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

* Re: [PR PATCH] [Updated] Split python3-dbus-devel
  2021-03-05  1:03 [PR PATCH] Split python3-dbus-devel sgn
  2021-03-05  1:08 ` [PR PATCH] [Updated] " sgn
  2021-03-05  1:12 ` sgn
@ 2021-03-05  1:13 ` sgn
  2021-03-05  1:16 ` sgn
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sgn @ 2021-03-05  1:13 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages split-python3-dbus-devel
https://github.com/void-linux/void-packages/pull/29238

Split python3-dbus-devel
To avoid unnecessary python 2 when doing development.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-split-python3-dbus-devel-29238.patch --]
[-- Type: text/x-diff, Size: 4943 bytes --]

From 9bf85c4f246980d93b493b0d66628a3942d6646c 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: Fri, 5 Mar 2021 07:56:56 +0700
Subject: [PATCH 1/4] python-dbus: split python3-dbus-devel

Avoid unnecessary python (2) dependency when doing development
---
 srcpkgs/python-dbus/template | 13 ++++++++++---
 srcpkgs/python3-dbus-devel   |  1 +
 2 files changed, 11 insertions(+), 3 deletions(-)
 create mode 120000 srcpkgs/python3-dbus-devel

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index ee6b9ddb79f..b190d8499bf 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=2
+revision=3
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"
@@ -59,9 +59,16 @@ python3-dbus_package() {
 		vmove usr/lib/python3*
 	}
 }
+# This package used to provide both Python 2 and Python 3 development files
+# Those files are now in python3-dbus-devel
 python-dbus-devel_package() {
-	depends="python-devel python3-devel
-	 python-dbus>=${version}_${revision} python3-dbus>=${version}_${revision}"
+	depends="python-devel python-dbus>=${version}_${revision}
+	 python3-dbus-devel>=${version}_${revision}"
+	build_style=meta
+	short_desc+=" - development files (Python 2 meta)"
+}
+python3-dbus-devel_package() {
+	depends="python3-devel python3-dbus>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
diff --git a/srcpkgs/python3-dbus-devel b/srcpkgs/python3-dbus-devel
new file mode 120000
index 00000000000..082b5c2fc19
--- /dev/null
+++ b/srcpkgs/python3-dbus-devel
@@ -0,0 +1 @@
+python-dbus
\ No newline at end of file

From 80be1848424f9682a5034aa9d3209ac1c322c98d 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: Fri, 5 Mar 2021 07:58:35 +0700
Subject: [PATCH 2/4] python3-PyQt5: build with python3-dbus-devel

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 058095e7c69..07958aa9754 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -8,7 +8,7 @@ build_helper=qemu
 hostmakedepends="pkg-config python3-PyQt-builder qt5-host-tools qt5-qmake
  python3-dbus"
 makedepends="qscintilla-qt5-devel python3-sip-PyQt5
- python3-devel python-dbus-devel qt5 qt5-devel qt5-tools-devel
+ python3-devel python3-dbus-devel qt5 qt5-devel qt5-tools-devel
  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

From df1d0cce0a7d66e942c55895df1626fe9db47587 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: Fri, 5 Mar 2021 07:59:11 +0700
Subject: [PATCH 3/4] python3-efl: build with python3-dbus-devel

---
 srcpkgs/python3-efl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index bddfb373625..ea9bbcd7b54 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -4,9 +4,8 @@ version=1.23.0
 revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
-pycompile_module="efl"
 hostmakedepends="pkg-config python3-devel python3-Cython"
-makedepends="efl-devel python-dbus-devel"
+makedepends="efl-devel python3-dbus-devel"
 depends="python3-dbus"
 short_desc="Python3 bindings for Enlightenment Foundation Libraries"
 maintainer="q66 <daniel@octaforge.org>"

From 83b89e4df16d6317cfd0b9b647af0ec8cb6fe190 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: Fri, 5 Mar 2021 07:59:47 +0700
Subject: [PATCH 4/4] gedit-plugins: build with python3-dbus-devel

---
 srcpkgs/gedit-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit-plugins/template b/srcpkgs/gedit-plugins/template
index 2c274c75da8..e288f0d3812 100644
--- a/srcpkgs/gedit-plugins/template
+++ b/srcpkgs/gedit-plugins/template
@@ -7,7 +7,7 @@ pycompile_dirs="usr/lib/gedit/plugins"
 hostmakedepends="gettext glib-devel itstool pkg-config vala appstream-glib
  python3-gobject gucharmap-devel vte3-devel"
 makedepends="gedit-devel gtksourceview4-devel gtk+3-devel libgit2-glib-devel
- libglib-devel libpeas-devel python-dbus-devel python3-devel zeitgeist-devel"
+ libglib-devel libpeas-devel python3-dbus-devel python3-devel zeitgeist-devel"
 depends="python3-gobject gucharmap vte3"
 short_desc="Set of plugins for Gedit"
 maintainer="Enno Boland <gottox@voidlinux.org>"

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

* Re: [PR PATCH] [Updated] Split python3-dbus-devel
  2021-03-05  1:03 [PR PATCH] Split python3-dbus-devel sgn
                   ` (2 preceding siblings ...)
  2021-03-05  1:13 ` sgn
@ 2021-03-05  1:16 ` sgn
  2021-03-05  1:16 ` sgn
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sgn @ 2021-03-05  1:16 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages split-python3-dbus-devel
https://github.com/void-linux/void-packages/pull/29238

Split python3-dbus-devel
To avoid unnecessary python 2 when doing development.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-split-python3-dbus-devel-29238.patch --]
[-- Type: text/x-diff, Size: 15805 bytes --]

From bda54e3f9b81ee1ffb407111b2604e86951dec4f 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: Sat, 27 Feb 2021 07:41:36 +0700
Subject: [PATCH 1/6] sip: update to 6.0.2.

---
 srcpkgs/sip/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/sip/template b/srcpkgs/sip/template
index 34d8d632bba..fb967013d77 100644
--- a/srcpkgs/sip/template
+++ b/srcpkgs/sip/template
@@ -1,6 +1,6 @@
 # Template file for 'sip'
 pkgname=sip
-version=6.0.1
+version=6.0.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-devel python3-setuptools python3-packaging python3-toml"
@@ -11,7 +11,7 @@ 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=c933e92b24aedc6d5827748bd8167209102b5de1526e86681a2202549027a784
+checksum=38633bfaa479b1dd35df8f414ffc5c5a342f174ca0c6a21d0e8eb359e33c35b9
 lib32disabled=yes
 replaces="sip5<=${version}_${revision}"
 provides="sip5-${version}_${revision}"

From 5f9b9e0b9dd853441e383d76b6bca1a970220d06 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: Thu, 25 Feb 2021 21:32:49 +0700
Subject: [PATCH 2/6] python3-PyQt-builder: update to 1.9.0.

---
 srcpkgs/python3-PyQt-builder/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-PyQt-builder/template b/srcpkgs/python3-PyQt-builder/template
index 0bd0436784a..db81ee99716 100644
--- a/srcpkgs/python3-PyQt-builder/template
+++ b/srcpkgs/python3-PyQt-builder/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-PyQt-builder'
 pkgname=python3-PyQt-builder
-version=1.8.0
+version=1.9.0
 revision=1
 wrksrc=PyQt-builder-$version
 build_style=python3-module
@@ -11,7 +11,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 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=30b5fd3d1bdafeae3131070ebdc55481cf72c6a05a1b73ea2b420678bed2650c
+checksum=54520b4d40d6e6d1307f9cebab4730ae78e01873c88866aa1e5192c24801005a
 
 post_install() {
 	rm -rf $DESTDIR/$py3_sitelib/pyqtbuild/bundle

From 98aea18e76967a8599491c4e1a57358682d73f35 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: Thu, 25 Feb 2021 21:33:16 +0700
Subject: [PATCH 3/6] python3-PyQt5: update to 5.15.3.

---
 srcpkgs/python3-PyQt5-networkauth |  1 -
 srcpkgs/python3-PyQt5/template    | 26 +++++++-------------------
 2 files changed, 7 insertions(+), 20 deletions(-)
 delete mode 120000 srcpkgs/python3-PyQt5-networkauth

diff --git a/srcpkgs/python3-PyQt5-networkauth b/srcpkgs/python3-PyQt5-networkauth
deleted file mode 120000
index 75ad8e779a9..00000000000
--- a/srcpkgs/python3-PyQt5-networkauth
+++ /dev/null
@@ -1 +0,0 @@
-python3-PyQt5
\ No newline at end of file
diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 058095e7c69..6ab4fe59308 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyQt5'
 pkgname=python3-PyQt5
-version=5.15.2
-revision=3
+version=5.15.3
+revision=1
 _sipver=12.8.0
 wrksrc="PyQt5-${version}"
 build_helper=qemu
@@ -12,14 +12,14 @@ makedepends="qscintilla-qt5-devel python3-sip-PyQt5
  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
- qt5-x11extras-devel qt5-xmlpatterns-devel qt5-networkauth-devel pulseaudio-devel"
+ qt5-x11extras-devel qt5-xmlpatterns-devel pulseaudio-devel"
 depends="python3-sip-PyQt5>=${_sipver}"
 short_desc="Python 3 bindings for the Qt5 toolkit"
 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=372b08dc9321d1201e4690182697c5e7ffb2e0770e6b4a45519025134b12e4fc
+checksum=965ba50e7029b37f218a54ace24e87c77db3e5a9f0b83baeb21fb57b4154b838
 lib32disabled=yes
 
 post_extract() {
@@ -161,20 +161,16 @@ do_configure() {
 	if [ "$CROSS_BUILD" ]; then
 		# -I/usr/include/python$py3_ver is set by sip-build :(
 		find build -name Makefile |
-		xargs sed -i "
-			s,-I\\(/usr/include\\),-I$XBPS_CROSS_BASE\\1,g
-			"
+		xargs sed -i "s,-I\\(/usr/include\\),-I$XBPS_CROSS_BASE\\1,g"
 	fi
 }
 
 do_build() {
-	cd build
-	make ${makejobs}
+	make -C build ${makejobs}
 }
 
 do_install() {
-	cd build
-	make DESTDIR=${DESTDIR} INSTALL_ROOT=${DESTDIR} install
+	make -C build DESTDIR=${DESTDIR} INSTALL_ROOT=${DESTDIR} install
 	for f in pylupdate5 pyrcc5 pyuic5; do
 		sed -i '1s,python3[.0-9]*,python3,' ${DESTDIR}/usr/bin/${f}
 		mv ${DESTDIR}/usr/bin/{,python3-}${f}
@@ -228,14 +224,6 @@ python3-PyQt5-multimedia_package() {
 		vmove "${py3_sitelib}/PyQt5/QtMultimediaWidgets.*"
 	}
 }
-python3-PyQt5-networkauth_package() {
-	lib32disabled=yes
-	depends="python3-PyQt5-${version}_${revision}"
-	short_desc="${short_desc} - networkauth module"
-	pkg_install() {
-		vmove "${py3_sitelib}/PyQt5/QtNetworkAuth.*"
-	}
-}
 python3-PyQt5-opengl_package() {
 	lib32disabled=yes
 	depends="python3-PyQt5-${version}_${revision}"

From 6901d8b4264fbd2fc72d2781f093c87a9520fae4 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: Thu, 25 Feb 2021 21:33:32 +0700
Subject: [PATCH 4/6] python3-PyQt5-webengine: update to 5.15.3.

---
 srcpkgs/python3-PyQt5-webengine/template | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 7f4cb452f8e..251ee206eb3 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -1,26 +1,28 @@
 # Template file for 'python3-PyQt5-webengine'
 pkgname=python3-PyQt5-webengine
-version=5.15.2
-revision=2
+version=5.15.3
+revision=1
 wrksrc="PyQtWebEngine-${version}"
 hostmakedepends="pkg-config qt5-qmake python3-PyQt5-devel
  sip python3-PyQt-builder"
 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"
+depends="python3-PyQt5>=${version} python3-PyQt5-webchannel>=${version}"
 short_desc="Python 3 bindings for the Qt5 toolkit - webengine module"
 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=4d72fea774071ce6f76e341a3d2c5d595886c9906a9b9493239c841cce54a634
+checksum=0badc56e6c9ee2b7b4baa87511737d2a7f1de5a45f52b1da8f4965fc17dcf0b6
 lib32disabled=yes
 
-case "$XBPS_TARGET_MACHINE" in
-	ppc64le*) ;;
-	ppc*) broken="no webengine for big endian ppc";;
-	arm*) broken="depends on qt5-webengine";;
-esac
+if [ "$XBPS_TARGET_ENDIAN" != le ]; then
+	broken="no webengine for big endian"
+fi
+
+if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
+	broken="webengine can be built only if word size matches"
+fi
 
 post_extract() {
 	rm -rf pyuic/uic/port_v2

From 77734c34c7942358bf7ae8caf6f11e17c2b385af 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: Tue, 2 Mar 2021 21:58:54 +0700
Subject: [PATCH 5/6] python3-PyQt5-webengine: split -devel

---
 srcpkgs/python3-PyQt5-webengine-devel    | 1 +
 srcpkgs/python3-PyQt5-webengine/template | 8 ++++++++
 2 files changed, 9 insertions(+)
 create mode 120000 srcpkgs/python3-PyQt5-webengine-devel

diff --git a/srcpkgs/python3-PyQt5-webengine-devel b/srcpkgs/python3-PyQt5-webengine-devel
new file mode 120000
index 00000000000..9187de47966
--- /dev/null
+++ b/srcpkgs/python3-PyQt5-webengine-devel
@@ -0,0 +1 @@
+python3-PyQt5-webengine
\ No newline at end of file
diff --git a/srcpkgs/python3-PyQt5-webengine/template b/srcpkgs/python3-PyQt5-webengine/template
index 251ee206eb3..0c08cf8b410 100644
--- a/srcpkgs/python3-PyQt5-webengine/template
+++ b/srcpkgs/python3-PyQt5-webengine/template
@@ -177,3 +177,11 @@ do_install() {
 	make DESTDIR=${DESTDIR} INSTALL_ROOT=${DESTDIR} install
 	rm -rf ${DESTDIR}/usr/share
 }
+
+python3-PyQt5-webengine-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove ${py3_sitelib}/PyQt5/bindings
+	}
+}

From 50119bcfca72da672227f403f197ff5b4844bfee 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: Tue, 2 Mar 2021 08:20:45 +0700
Subject: [PATCH 6/6] python3-PyQt5-networkauth: update to 5.15.3

Splited from python3-PyQt5
---
 srcpkgs/python3-PyQt5-networkauth-devel    |   1 +
 srcpkgs/python3-PyQt5-networkauth/template | 175 +++++++++++++++++++++
 2 files changed, 176 insertions(+)
 create mode 120000 srcpkgs/python3-PyQt5-networkauth-devel
 create mode 100644 srcpkgs/python3-PyQt5-networkauth/template

diff --git a/srcpkgs/python3-PyQt5-networkauth-devel b/srcpkgs/python3-PyQt5-networkauth-devel
new file mode 120000
index 00000000000..1dd296bda79
--- /dev/null
+++ b/srcpkgs/python3-PyQt5-networkauth-devel
@@ -0,0 +1 @@
+python3-PyQt5-networkauth
\ No newline at end of file
diff --git a/srcpkgs/python3-PyQt5-networkauth/template b/srcpkgs/python3-PyQt5-networkauth/template
new file mode 100644
index 00000000000..f13bb53298f
--- /dev/null
+++ b/srcpkgs/python3-PyQt5-networkauth/template
@@ -0,0 +1,175 @@
+# Template file for 'python3-PyQt5-networkauth'
+pkgname=python3-PyQt5-networkauth
+version=5.15.3
+revision=1
+wrksrc=PyQtNetworkAuth-$version
+hostmakedepends="qt5-qmake python3-PyQt5-devel"
+hostmakedepends="pkg-config python3-PyQt-builder qt5-host-tools qt5-qmake
+ python3-PyQt5-devel"
+makedepends="python3-devel python3-PyQt5-devel qt5-networkauth-devel"
+depends="python3-PyQt5>=$version"
+short_desc="Python bindings for the Qt5 Network Authorization library"
+maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
+license="GPL-3.0-only"
+homepage="https://www.riverbankcomputing.com/software/pyqtnetworkauth/"
+distfiles="${PYPI_SITE}/P/PyQtNetworkAuth/PyQtNetworkAuth-${version}.tar.gz"
+checksum=2590eae76d4b87ceb9f0d857a5631e13dd14f7fdab2b5e696df61f77e4e3fd82
+
+_cross_prepare() {
+	local qplatformdefs="/usr/lib/qt5/mkspecs/linux-g++/qplatformdefs.h"
+
+	mkdir -p "${wrksrc}/.target-spec/linux-g++"
+	cat >"${wrksrc}/.target-spec/linux-g++/qmake.conf" <<-_EOF
+	MAKEFILE_GENERATOR      = UNIX
+	CONFIG                 += incremental no_qt_rpath
+	QMAKE_INCREMENTAL_STYLE = sublib
+
+	include(/usr/lib/qt5/mkspecs/common/linux.conf)
+	include(/usr/lib/qt5/mkspecs/common/gcc-base-unix.conf)
+	include(/usr/lib/qt5/mkspecs/common/g++-unix.conf)
+
+	QMAKE_TARGET_CONFIG     = ${XBPS_CROSS_BASE}/usr/lib/qt5/mkspecs/qconfig.pri
+	QMAKE_TARGET_MODULE     = ${XBPS_CROSS_BASE}/usr/lib/qt5/mkspecs/qmodule.pri
+	QMAKEMODULES            = ${XBPS_CROSS_BASE}/usr/lib/qt5/mkspecs/modules
+	QMAKE_CC                = ${CC}
+	QMAKE_CXX               = ${CXX}
+	QMAKE_LINK              = ${CXX}
+	QMAKE_LINK_C            = ${CC}
+	QMAKE_LINK_SHLIB        = ${CXX}
+
+	QMAKE_AR                = ${XBPS_CROSS_TRIPLET}-gcc-ar cqs
+	QMAKE_OBJCOPY           = ${OBJCOPY}
+	QMAKE_NM                = ${NM} -P
+	QMAKE_STRIP             = ${STRIP}
+
+	QMAKE_CFLAGS            = ${CFLAGS}
+	QMAKE_CXXFLAGS          = ${CXXFLAGS}
+	QMAKE_LFLAGS            = ${LDFLAGS}
+	INCPATH                 = $XBPS_CROSS_BASE/usr/include/python$py3_ver
+	load(qt_config)
+	_EOF
+	ln -sf ${XBPS_CROSS_BASE}$qplatformdefs ${wrksrc}/.target-spec/linux-g++/
+
+	mkdir -p "${wrksrc}/.host-spec/linux-g++"
+	cat > "${wrksrc}/.host-spec/linux-g++/qmake.conf" <<-_EOF
+	MAKEFILE_GENERATOR      = UNIX
+	CONFIG                 += incremental no_qt_rpath
+	QMAKE_INCREMENTAL_STYLE = sublib
+
+	include(/usr/lib/qt5/mkspecs/common/linux.conf)
+	include(/usr/lib/qt5/mkspecs/common/gcc-base-unix.conf)
+	include(/usr/lib/qt5/mkspecs/common/g++-unix.conf)
+
+	QMAKE_TARGET_CONFIG     = ${XBPS_CROSS_BASE}/usr/lib/qt5/mkspecs/qconfig.pri
+	QMAKE_TARGET_MODULE     = ${XBPS_CROSS_BASE}/usr/lib/qt5/mkspecs/qmodule.pri
+	QMAKE_CC                = ${CC_FOR_BUILD}
+	QMAKE_CXX               = ${CXX_FOR_BUILD}
+	QMAKE_LINK              = ${CXX_FOR_BUILD}
+	QMAKE_LINK_C            = ${CC_FOR_BUILD}
+	QMAKE_LINK_SHLIB        = ${CXX_FOR_BUILD}
+
+	QMAKE_AR                = gcc-ar cqs
+	QMAKE_OBJCOPY           = ${OBJCOPY_FOR_BUILD}
+	QMAKE_NM                = ${NM_FOR_BUILD} -P
+	QMAKE_STRIP             = ${STRIP_FOR_BUILD}
+
+	QMAKE_CFLAGS            = ${CFLAGS_FOR_BUILD}
+	QMAKE_CXXFLAGS          = ${CXXFLAGS_FOR_BUILD}
+	QMAKE_LFLAGS            = ${LDFLAGS_FOR_BUILD}
+	load(qt_config)
+	_EOF
+	ln -sf $qplatformdefs ${wrksrc}/.host-spec/linux-g++/
+
+	cat >"${wrksrc}/qt.conf" <<-_EOF
+	[Paths]
+	Sysroot=${XBPS_CROSS_BASE}
+	Prefix=/usr
+	ArchData=/usr/lib/qt5
+	Data=/usr/share/qt5
+	Documentation=/usr/share/doc/qt5
+	Headers=${XBPS_CROSS_BASE}/usr/include/qt5
+	Libraries=${XBPS_CROSS_BASE}/usr/lib
+	LibraryExecutables=/usr/lib/qt5/libexec
+	Binaries=/usr/lib/qt5/bin
+	Tests=${XBPS_CROSS_BASE}/usr/tests
+	Plugins=/usr/lib/qt5/plugins
+	Imports=${XBPS_CROSS_BASE}/usr/lib/qt5/imports
+	Qml2Imports=${XBPS_CROSS_BASE}/usr/lib/qt5/qml
+	Translations=${XBPS_CROSS_BASE}/usr/share/qt5/translations
+	Settings=${XBPS_CROSS_BASE}/etc/xdg
+	Examples=${XBPS_CROSS_BASE}/usr/share/qt5/examples
+	HostPrefix=/usr
+	HostData=/usr/lib/qt5
+	HostBinaries=/usr/lib/qt5/bin
+	HostLibraries=/usr/lib
+	Spec=$wrksrc/.host-spec/linux-g++
+	TargetSpec=$wrksrc/.target-spec/linux-g++
+	_EOF
+
+	case $XBPS_TARGET_MACHINE in
+		i686*) _qt_arch=i386;;
+		x86_64*) _qt_arch=x86_64;;
+		aarch64*) _qt_arch=arm64;;
+		arm*) _qt_arch=arm;;
+		mips*) _qt_arch=mips;;
+	esac
+	cat >$XBPS_WRAPPERDIR/qmake <<_EOF
+#!/bin/sh
+export PREFIX=/usr
+export QT_INSTALL_PREFIX=/usr
+export LIB=/usr/lib
+export QT_TARGET_ARCH=$_qt_arch
+export PKG_CONFIG_EXECUTABLE=$XBPS_WRAPPERDIR/$PKG_CONFIG
+case " \$* " in
+" -query ")
+	/usr/lib/qt5/bin/qmake "\$@" -qtconf $wrksrc/qt.conf |
+	sed '/^QT_INSTALL_/s,$XBPS_CROSS_BASE,,'
+	;;
+*)
+	exec /usr/lib/qt5/bin/qmake -qtconf $wrksrc/qt.conf "\$@" ;;
+esac
+_EOF
+}
+
+do_configure() {
+	if [ "$CROSS_BUILD" ]; then
+		_cross_prepare
+	else
+		cat >$XBPS_WRAPPERDIR/qmake <<-'_EOF'
+		#!/bin/sh
+		exec /usr/lib/qt5/bin/qmake "$@" CONFIG+=no_qt_rpath
+		_EOF
+	fi
+	chmod +x $XBPS_WRAPPERDIR/qmake
+
+	mkdir -p build
+	sip-build --no-make \
+		--api-dir /usr/share/qt5/qsci/api/python \
+		--build-dir build
+
+	if [ "$CROSS_BUILD" ]; then
+		# -I/usr/include/python$py3_ver is set by sip-build :(
+		find build -name Makefile |
+		xargs sed -i "s,-I\\(/usr/include\\),-I$XBPS_CROSS_BASE\\1,g"
+	fi
+}
+
+do_build() {
+	make -C build ${makejobs}
+}
+
+do_install() {
+	make -C build DESTDIR=${DESTDIR} INSTALL_ROOT=${DESTDIR} install
+	for f in pylupdate5 pyrcc5 pyuic5; do
+		sed -i '1s,python3[.0-9]*,python3,' ${DESTDIR}/usr/bin/${f}
+		mv ${DESTDIR}/usr/bin/{,python3-}${f}
+	done
+}
+
+python3-PyQt5-networkauth-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove ${py3_sitelib}/PyQt5/bindings
+	}
+}

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

* Re: [PR PATCH] [Updated] Split python3-dbus-devel
  2021-03-05  1:03 [PR PATCH] Split python3-dbus-devel sgn
                   ` (3 preceding siblings ...)
  2021-03-05  1:16 ` sgn
@ 2021-03-05  1:16 ` sgn
  2021-03-05  1:18 ` sgn
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sgn @ 2021-03-05  1:16 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages split-python3-dbus-devel
https://github.com/void-linux/void-packages/pull/29238

Split python3-dbus-devel
To avoid unnecessary python 2 when doing development.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-split-python3-dbus-devel-29238.patch --]
[-- Type: text/x-diff, Size: 4943 bytes --]

From 9bf85c4f246980d93b493b0d66628a3942d6646c 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: Fri, 5 Mar 2021 07:56:56 +0700
Subject: [PATCH 1/4] python-dbus: split python3-dbus-devel

Avoid unnecessary python (2) dependency when doing development
---
 srcpkgs/python-dbus/template | 13 ++++++++++---
 srcpkgs/python3-dbus-devel   |  1 +
 2 files changed, 11 insertions(+), 3 deletions(-)
 create mode 120000 srcpkgs/python3-dbus-devel

diff --git a/srcpkgs/python-dbus/template b/srcpkgs/python-dbus/template
index ee6b9ddb79f..b190d8499bf 100644
--- a/srcpkgs/python-dbus/template
+++ b/srcpkgs/python-dbus/template
@@ -1,7 +1,7 @@
 # Template file for 'python-dbus'
 pkgname=python-dbus
 version=1.2.16
-revision=2
+revision=3
 wrksrc="dbus-python-${version}"
 build_style=gnu-configure
 hostmakedepends="pkg-config python-devel python3-devel"
@@ -59,9 +59,16 @@ python3-dbus_package() {
 		vmove usr/lib/python3*
 	}
 }
+# This package used to provide both Python 2 and Python 3 development files
+# Those files are now in python3-dbus-devel
 python-dbus-devel_package() {
-	depends="python-devel python3-devel
-	 python-dbus>=${version}_${revision} python3-dbus>=${version}_${revision}"
+	depends="python-devel python-dbus>=${version}_${revision}
+	 python3-dbus-devel>=${version}_${revision}"
+	build_style=meta
+	short_desc+=" - development files (Python 2 meta)"
+}
+python3-dbus-devel_package() {
+	depends="python3-devel python3-dbus>=${version}_${revision}"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
diff --git a/srcpkgs/python3-dbus-devel b/srcpkgs/python3-dbus-devel
new file mode 120000
index 00000000000..082b5c2fc19
--- /dev/null
+++ b/srcpkgs/python3-dbus-devel
@@ -0,0 +1 @@
+python-dbus
\ No newline at end of file

From 80be1848424f9682a5034aa9d3209ac1c322c98d 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: Fri, 5 Mar 2021 07:58:35 +0700
Subject: [PATCH 2/4] python3-PyQt5: build with python3-dbus-devel

---
 srcpkgs/python3-PyQt5/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-PyQt5/template b/srcpkgs/python3-PyQt5/template
index 058095e7c69..07958aa9754 100644
--- a/srcpkgs/python3-PyQt5/template
+++ b/srcpkgs/python3-PyQt5/template
@@ -8,7 +8,7 @@ build_helper=qemu
 hostmakedepends="pkg-config python3-PyQt-builder qt5-host-tools qt5-qmake
  python3-dbus"
 makedepends="qscintilla-qt5-devel python3-sip-PyQt5
- python3-devel python-dbus-devel qt5 qt5-devel qt5-tools-devel
+ python3-devel python3-dbus-devel qt5 qt5-devel qt5-tools-devel
  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

From df1d0cce0a7d66e942c55895df1626fe9db47587 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: Fri, 5 Mar 2021 07:59:11 +0700
Subject: [PATCH 3/4] python3-efl: build with python3-dbus-devel

---
 srcpkgs/python3-efl/template | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/python3-efl/template b/srcpkgs/python3-efl/template
index bddfb373625..ea9bbcd7b54 100644
--- a/srcpkgs/python3-efl/template
+++ b/srcpkgs/python3-efl/template
@@ -4,9 +4,8 @@ version=1.23.0
 revision=4
 wrksrc=python-efl-${version}
 build_style=python3-module
-pycompile_module="efl"
 hostmakedepends="pkg-config python3-devel python3-Cython"
-makedepends="efl-devel python-dbus-devel"
+makedepends="efl-devel python3-dbus-devel"
 depends="python3-dbus"
 short_desc="Python3 bindings for Enlightenment Foundation Libraries"
 maintainer="q66 <daniel@octaforge.org>"

From 83b89e4df16d6317cfd0b9b647af0ec8cb6fe190 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: Fri, 5 Mar 2021 07:59:47 +0700
Subject: [PATCH 4/4] gedit-plugins: build with python3-dbus-devel

---
 srcpkgs/gedit-plugins/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gedit-plugins/template b/srcpkgs/gedit-plugins/template
index 2c274c75da8..e288f0d3812 100644
--- a/srcpkgs/gedit-plugins/template
+++ b/srcpkgs/gedit-plugins/template
@@ -7,7 +7,7 @@ pycompile_dirs="usr/lib/gedit/plugins"
 hostmakedepends="gettext glib-devel itstool pkg-config vala appstream-glib
  python3-gobject gucharmap-devel vte3-devel"
 makedepends="gedit-devel gtksourceview4-devel gtk+3-devel libgit2-glib-devel
- libglib-devel libpeas-devel python-dbus-devel python3-devel zeitgeist-devel"
+ libglib-devel libpeas-devel python3-dbus-devel python3-devel zeitgeist-devel"
 depends="python3-gobject gucharmap vte3"
 short_desc="Set of plugins for Gedit"
 maintainer="Enno Boland <gottox@voidlinux.org>"

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

* Re: Split python3-dbus-devel
  2021-03-05  1:03 [PR PATCH] Split python3-dbus-devel sgn
                   ` (4 preceding siblings ...)
  2021-03-05  1:16 ` sgn
@ 2021-03-05  1:18 ` sgn
  2021-03-05  1:19 ` ericonr
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sgn @ 2021-03-05  1:18 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/29238#issuecomment-791072072

Comment:
> I like the idea, but I think we could consider moving to `python3-dbus` _only_ as well.

I'm worry that someone who installed `python-dbus-devel` may found this conflicts, so transitional is required, while we're at it, why not make it works by depending on python-dbus :-)

> 
> At least https://github.com/alessio/laditools and http://idjc.sourceforge.net/install_build.html can be updated to python 3.

I didn't check, but moving to python3 sounds like a good move.



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

* Re: Split python3-dbus-devel
  2021-03-05  1:03 [PR PATCH] Split python3-dbus-devel sgn
                   ` (5 preceding siblings ...)
  2021-03-05  1:18 ` sgn
@ 2021-03-05  1:19 ` ericonr
  2021-03-05  1:20 ` ericonr
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2021-03-05  1:19 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29238#issuecomment-791072441

Comment:
https://github.com/muflone/gespeaker and dispcalGUI might be stuck in the past, unfortunately. wicd too, but I think there was a PR...

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

* Re: Split python3-dbus-devel
  2021-03-05  1:03 [PR PATCH] Split python3-dbus-devel sgn
                   ` (6 preceding siblings ...)
  2021-03-05  1:19 ` ericonr
@ 2021-03-05  1:20 ` ericonr
  2021-03-10 15:08 ` sgn
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2021-03-05  1:20 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29238#issuecomment-791072647

Comment:
Sorry, typo, laditools is abandoned, so I think we can remove as a package, but idjc can be updated. I think we should leave the py 2 version as well for now, then. :(

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

* Re: Split python3-dbus-devel
  2021-03-05  1:03 [PR PATCH] Split python3-dbus-devel sgn
                   ` (7 preceding siblings ...)
  2021-03-05  1:20 ` ericonr
@ 2021-03-10 15:08 ` sgn
  2021-03-10 16:25 ` Chocimier
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: sgn @ 2021-03-10 15:08 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/29238#issuecomment-795571524

Comment:
I guess it's fine to merge?

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

* Re: Split python3-dbus-devel
  2021-03-05  1:03 [PR PATCH] Split python3-dbus-devel sgn
                   ` (8 preceding siblings ...)
  2021-03-10 15:08 ` sgn
@ 2021-03-10 16:25 ` Chocimier
  2021-03-10 23:45 ` sgn
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2021-03-10 16:25 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/29238#issuecomment-795688281

Comment:
No revbumps of revdeps?

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

* Re: Split python3-dbus-devel
  2021-03-05  1:03 [PR PATCH] Split python3-dbus-devel sgn
                   ` (9 preceding siblings ...)
  2021-03-10 16:25 ` Chocimier
@ 2021-03-10 23:45 ` sgn
  2021-03-10 23:45 ` sgn
  2021-03-25  0:00 ` [PR PATCH] [Merged]: " sgn
  12 siblings, 0 replies; 14+ messages in thread
From: sgn @ 2021-03-10 23:45 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/29238#issuecomment-796294534

Comment:
No, we only change hostmakedepends, the final dependencies is still the same.

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

* Re: Split python3-dbus-devel
  2021-03-05  1:03 [PR PATCH] Split python3-dbus-devel sgn
                   ` (10 preceding siblings ...)
  2021-03-10 23:45 ` sgn
@ 2021-03-10 23:45 ` sgn
  2021-03-25  0:00 ` [PR PATCH] [Merged]: " sgn
  12 siblings, 0 replies; 14+ messages in thread
From: sgn @ 2021-03-10 23:45 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/29238#issuecomment-796294534

Comment:
No, we only change makedepends, the final dependencies is still the same. python-dbus-devel provides both Python 2 and Python 3

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

* Re: [PR PATCH] [Merged]: Split python3-dbus-devel
  2021-03-05  1:03 [PR PATCH] Split python3-dbus-devel sgn
                   ` (11 preceding siblings ...)
  2021-03-10 23:45 ` sgn
@ 2021-03-25  0:00 ` sgn
  12 siblings, 0 replies; 14+ messages in thread
From: sgn @ 2021-03-25  0:00 UTC (permalink / raw)
  To: ml

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

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

Split python3-dbus-devel
https://github.com/void-linux/void-packages/pull/29238

Description:
To avoid unnecessary python 2 when doing development.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-03-25  0:00 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-05  1:03 [PR PATCH] Split python3-dbus-devel sgn
2021-03-05  1:08 ` [PR PATCH] [Updated] " sgn
2021-03-05  1:12 ` sgn
2021-03-05  1:13 ` sgn
2021-03-05  1:16 ` sgn
2021-03-05  1:16 ` sgn
2021-03-05  1:18 ` sgn
2021-03-05  1:19 ` ericonr
2021-03-05  1:20 ` ericonr
2021-03-10 15:08 ` sgn
2021-03-10 16:25 ` Chocimier
2021-03-10 23:45 ` sgn
2021-03-10 23:45 ` sgn
2021-03-25  0:00 ` [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).