Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0
@ 2024-06-07 18:37 kaistian
  2024-06-07 18:46 ` kaistian
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: kaistian @ 2024-06-07 18:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kaistian/void-packages qtile
https://github.com/void-linux/void-packages/pull/50736

qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0
#### Testing the changes
- I tested the changes in this PR: **YES**
Except the Wayland packages since I'm using xorg.

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
The new package is requirement to run Qtile on Wayland.

#### Local build testing
- I built this PR locally for my native architecture, x86-64-LIBC

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

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

From 02d8a0084291f0923d432ec875c6355a48d616a5 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:25:44 +0200
Subject: [PATCH 1/5] python3-cairocffi: update to 1.7.0.

---
 srcpkgs/python3-cairocffi/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 5e18b65a07a353..9c6a05fa423ac4 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
-version=1.6.1
-revision=2
+version=1.7.0
+revision=1
 build_style=python3-pep517
 make_check_args="--pyargs cairocffi"
 hostmakedepends="python3-setuptools python3-cffi python3-wheel
@@ -14,7 +14,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/Kozea/cairocffi"
 changelog="https://raw.githubusercontent.com/Kozea/cairocffi/master/NEWS.rst"
 distfiles="${PYPI_SITE}/c/cairocffi/cairocffi-${version}.tar.gz"
-checksum=78e6bbe47357640c453d0be929fa49cd05cce2e1286f3d2a1ca9cbda7efdb8b7
+checksum=7761863603894305f3160eca68452f373433ca8745ab7dd445bd2c6ce50dcab7
 
 build_options=xcb
 case "$XBPS_MACHINE" in

From d6c237f5d7da0f2b6f530725ea33cc3037c53ef6 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:08 +0200
Subject: [PATCH 2/5] python3-pywayland: update to 0.4.17.

---
 srcpkgs/python3-pywayland/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pywayland/template b/srcpkgs/python3-pywayland/template
index f0cc56b4ed6790..8efd460d70bb73 100644
--- a/srcpkgs/python3-pywayland/template
+++ b/srcpkgs/python3-pywayland/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywayland'
 pkgname=python3-pywayland
-version=0.4.16
-revision=2
+version=0.4.17
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools wayland-protocols pkg-config
  python3-wheel python3-cffi wayland-devel"
@@ -12,5 +12,5 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/flacjacket/pywayland"
 distfiles="${PYPI_SITE}/p/pywayland/pywayland-${version}.tar.gz"
-checksum=aaa70c870b0ab365215f8e71505f73683c4ed15b1f3638433b1dc7344fe5b5dd
+checksum=f7fd1902638c2f7a15ac07f31a3ef6895d3c160ca2601481ca82b2c61a23c657
 make_check=no

From 31384322336dc69f0bb9595dcf697daaeba93757 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:20 +0200
Subject: [PATCH 3/5] New package: python3-pywlroots-0.17-0.17.0

---
 srcpkgs/python3-pywlroots-0.17/template | 38 +++++++++++++++++++++++++
 srcpkgs/python3-pywlroots-0.17/update   |  1 +
 2 files changed, 39 insertions(+)
 create mode 100644 srcpkgs/python3-pywlroots-0.17/template
 create mode 100644 srcpkgs/python3-pywlroots-0.17/update

diff --git a/srcpkgs/python3-pywlroots-0.17/template b/srcpkgs/python3-pywlroots-0.17/template
new file mode 100644
index 00000000000000..9ced430518291c
--- /dev/null
+++ b/srcpkgs/python3-pywlroots-0.17/template
@@ -0,0 +1,38 @@
+# Template file for 'python3-pywlroots-0.17'
+pkgname=python3-pywlroots-0.17
+version=0.17.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-cffi python3-pywayland python3-xkbcommon
+ python3-wheel python3-devel wlroots${pkgname##*-}-devel"
+makedepends="python3-devel python3-cffi wlroots${pkgname##*-}-devel"
+depends="python3-pywayland python3-xkbcommon python3-cffi"
+short_desc="Python binding to the wlroots ${pkgname##*-} using cffi"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/flacjacket/pywlroots"
+distfiles="${PYPI_SITE}/p/pywlroots/pywlroots-${version}.tar.gz"
+checksum=72cb2be14048c0cbc89ccf1b57863013a9977fd51248c300ccc72001e7c43dbb
+conflicts="python3-pywlroots-0.16>=0"
+replaces="python3-pywlroots-0.16>=0"
+
+pre_build() {
+	[ "$CROSS_BUILD" ] || return 0
+	(
+		rm -rf wlroots/__pycache__
+		CC="$BUILD_CC"
+		CFLAGS="$BUILD_CFLAGS"
+		LDFLAGS="$BUILD_LDFLAGS"
+		unset LDSHARED
+		unset PYTHON_CONFIG
+		unset PYTHONPATH
+		unset PYPREFIX
+		unset _PYTHON_SYSCONFIGDATA_NAME
+		python3 wlroots/ffi_build.py
+		rm -f wlroots/_ffi.o wlroots/_ffi.cpython.*.so
+	)
+}
+
+post_install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-pywlroots-0.17/update b/srcpkgs/python3-pywlroots-0.17/update
new file mode 100644
index 00000000000000..47f3aeabd59b09
--- /dev/null
+++ b/srcpkgs/python3-pywlroots-0.17/update
@@ -0,0 +1 @@
+pattern="[v_-]\K\Q${pkgname##*-}.\E.*(?=\.tar\.gz)"

From fe004d5421db3888e0077f5e0507aa45c1f59051 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:43 +0200
Subject: [PATCH 4/5] python3-qtile-extras: update to 0.26.0.

---
 srcpkgs/python3-qtile-extras/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-qtile-extras/template b/srcpkgs/python3-qtile-extras/template
index d7510d8fb59c00..b1692d38ff87f0 100644
--- a/srcpkgs/python3-qtile-extras/template
+++ b/srcpkgs/python3-qtile-extras/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-qtile-extras'
 pkgname=python3-qtile-extras
-version=0.25.0
+version=0.26.0
 revision=1
 build_style=python3-pep517
 makedepends="python3-wheel python3-setuptools_scm"
@@ -10,8 +10,8 @@ maintainer="Bartek Stalewski <ftpd@insomniac.pl>"
 license="MIT"
 homepage="https://github.com/elParaguayo/qtile-extras"
 changelog="https://raw.githubusercontent.com/elParaguayo/qtile-extras/main/CHANGELOG"
-distfiles="${PYPI_SITE}/q/qtile-extras/qtile-extras-${version}.tar.gz"
-checksum=0e945de4685bf9431d44779fd29a1e7661dd1c46f3bf34f51dffb4a50c89b317
+distfiles="${PYPI_SITE}/q/qtile-extras/qtile_extras-${version}.tar.gz"
+checksum=35a609bc8ad7e616b9cc692fc91a75ac9e16c2218d7689bdf65093bf38d384e7
 # Tests require a lot of python modules that are not packaged
 make_check=no
 

From f06a017e2920bca850019b75a7418bf1785c7e73 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:48 +0200
Subject: [PATCH 5/5] qtile: update to 0.26.0.

---
 srcpkgs/qtile/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qtile/template b/srcpkgs/qtile/template
index eecafcdd5c4b84..e48f60fecdab37 100644
--- a/srcpkgs/qtile/template
+++ b/srcpkgs/qtile/template
@@ -1,9 +1,9 @@
 # Template file for 'qtile'
 pkgname=qtile
-version=0.25.0
+version=0.26.0
 revision=1
 build_style=python3-pep517
-_wlroots=0.16
+_wlroots=0.17
 hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel
  pkg-config python3-pywlroots-${_wlroots} python3-pywayland python3-xkbcommon"
 makedepends="python3-devel libffi-devel pulseaudio-devel wlroots${_wlroots}-devel"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="http://www.qtile.org/"
 changelog="https://raw.githubusercontent.com/qtile/qtile/master/CHANGELOG"
 distfiles="${PYPI_SITE}/q/qtile/qtile-${version}.tar.gz"
-checksum=cc7b80cfa0e7037242a610563f53dac315c1ef1538efb801fec99073e363fc11
+checksum=2c806f94dbf67a8ce1e0cd3fa425b95e3fdc5258e28d766dfecd866a7f5806b5
 
 post_install() {
 	vinstall resources/qtile.desktop 644 usr/share/xsessions

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

* Re: qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0
  2024-06-07 18:37 [PR PATCH] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0 kaistian
@ 2024-06-07 18:46 ` kaistian
  2024-06-07 19:05 ` [PR PATCH] [Updated] " kaistian
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kaistian @ 2024-06-07 18:46 UTC (permalink / raw)
  To: ml

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

New comment by kaistian on void-packages repository

https://github.com/void-linux/void-packages/pull/50736#issuecomment-2155346254

Comment:
The lint failes on `python3-pywayland`, I just updated the version number.
The `make_check=no` was there before.

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

* Re: [PR PATCH] [Updated] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0
  2024-06-07 18:37 [PR PATCH] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0 kaistian
  2024-06-07 18:46 ` kaistian
@ 2024-06-07 19:05 ` kaistian
  2024-06-07 19:12 ` ahesford
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kaistian @ 2024-06-07 19:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kaistian/void-packages qtile
https://github.com/void-linux/void-packages/pull/50736

qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0
#### Testing the changes
- I tested the changes in this PR: **YES**
Except the Wayland packages since I'm using xorg.

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
The new package is requirement to run Qtile on Wayland.

#### Local build testing
- I built this PR locally for my native architecture, x86-64-LIBC

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

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

From 02d8a0084291f0923d432ec875c6355a48d616a5 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:25:44 +0200
Subject: [PATCH 1/5] python3-cairocffi: update to 1.7.0.

---
 srcpkgs/python3-cairocffi/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 5e18b65a07a353..9c6a05fa423ac4 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
-version=1.6.1
-revision=2
+version=1.7.0
+revision=1
 build_style=python3-pep517
 make_check_args="--pyargs cairocffi"
 hostmakedepends="python3-setuptools python3-cffi python3-wheel
@@ -14,7 +14,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/Kozea/cairocffi"
 changelog="https://raw.githubusercontent.com/Kozea/cairocffi/master/NEWS.rst"
 distfiles="${PYPI_SITE}/c/cairocffi/cairocffi-${version}.tar.gz"
-checksum=78e6bbe47357640c453d0be929fa49cd05cce2e1286f3d2a1ca9cbda7efdb8b7
+checksum=7761863603894305f3160eca68452f373433ca8745ab7dd445bd2c6ce50dcab7
 
 build_options=xcb
 case "$XBPS_MACHINE" in

From 2ed7d2f1838bce9d9180579080a213802b893c7c Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:08 +0200
Subject: [PATCH 2/5] python3-pywayland: update to 0.4.17.

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

diff --git a/srcpkgs/python3-pywayland/template b/srcpkgs/python3-pywayland/template
index f0cc56b4ed6790..4f5b05811f3431 100644
--- a/srcpkgs/python3-pywayland/template
+++ b/srcpkgs/python3-pywayland/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywayland'
 pkgname=python3-pywayland
-version=0.4.16
-revision=2
+version=0.4.17
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools wayland-protocols pkg-config
  python3-wheel python3-cffi wayland-devel"
@@ -12,5 +12,5 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/flacjacket/pywayland"
 distfiles="${PYPI_SITE}/p/pywayland/pywayland-${version}.tar.gz"
-checksum=aaa70c870b0ab365215f8e71505f73683c4ed15b1f3638433b1dc7344fe5b5dd
-make_check=no
+checksum=f7fd1902638c2f7a15ac07f31a3ef6895d3c160ca2601481ca82b2c61a23c657
+make_check=no # Need Wayland protocol files

From b4128a56d9110a2d6e17e63f32eccc06b00211b9 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:20 +0200
Subject: [PATCH 3/5] New package: python3-pywlroots-0.17-0.17.0

---
 srcpkgs/python3-pywlroots-0.17/template | 38 +++++++++++++++++++++++++
 srcpkgs/python3-pywlroots-0.17/update   |  1 +
 2 files changed, 39 insertions(+)
 create mode 100644 srcpkgs/python3-pywlroots-0.17/template
 create mode 100644 srcpkgs/python3-pywlroots-0.17/update

diff --git a/srcpkgs/python3-pywlroots-0.17/template b/srcpkgs/python3-pywlroots-0.17/template
new file mode 100644
index 00000000000000..9ced430518291c
--- /dev/null
+++ b/srcpkgs/python3-pywlroots-0.17/template
@@ -0,0 +1,38 @@
+# Template file for 'python3-pywlroots-0.17'
+pkgname=python3-pywlroots-0.17
+version=0.17.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-cffi python3-pywayland python3-xkbcommon
+ python3-wheel python3-devel wlroots${pkgname##*-}-devel"
+makedepends="python3-devel python3-cffi wlroots${pkgname##*-}-devel"
+depends="python3-pywayland python3-xkbcommon python3-cffi"
+short_desc="Python binding to the wlroots ${pkgname##*-} using cffi"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="MIT"
+homepage="https://github.com/flacjacket/pywlroots"
+distfiles="${PYPI_SITE}/p/pywlroots/pywlroots-${version}.tar.gz"
+checksum=72cb2be14048c0cbc89ccf1b57863013a9977fd51248c300ccc72001e7c43dbb
+conflicts="python3-pywlroots-0.16>=0"
+replaces="python3-pywlroots-0.16>=0"
+
+pre_build() {
+	[ "$CROSS_BUILD" ] || return 0
+	(
+		rm -rf wlroots/__pycache__
+		CC="$BUILD_CC"
+		CFLAGS="$BUILD_CFLAGS"
+		LDFLAGS="$BUILD_LDFLAGS"
+		unset LDSHARED
+		unset PYTHON_CONFIG
+		unset PYTHONPATH
+		unset PYPREFIX
+		unset _PYTHON_SYSCONFIGDATA_NAME
+		python3 wlroots/ffi_build.py
+		rm -f wlroots/_ffi.o wlroots/_ffi.cpython.*.so
+	)
+}
+
+post_install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/python3-pywlroots-0.17/update b/srcpkgs/python3-pywlroots-0.17/update
new file mode 100644
index 00000000000000..47f3aeabd59b09
--- /dev/null
+++ b/srcpkgs/python3-pywlroots-0.17/update
@@ -0,0 +1 @@
+pattern="[v_-]\K\Q${pkgname##*-}.\E.*(?=\.tar\.gz)"

From da5185e29a7e116dcadfbadf659d0596e6148245 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:43 +0200
Subject: [PATCH 4/5] python3-qtile-extras: update to 0.26.0.

---
 srcpkgs/python3-qtile-extras/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-qtile-extras/template b/srcpkgs/python3-qtile-extras/template
index d7510d8fb59c00..b1692d38ff87f0 100644
--- a/srcpkgs/python3-qtile-extras/template
+++ b/srcpkgs/python3-qtile-extras/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-qtile-extras'
 pkgname=python3-qtile-extras
-version=0.25.0
+version=0.26.0
 revision=1
 build_style=python3-pep517
 makedepends="python3-wheel python3-setuptools_scm"
@@ -10,8 +10,8 @@ maintainer="Bartek Stalewski <ftpd@insomniac.pl>"
 license="MIT"
 homepage="https://github.com/elParaguayo/qtile-extras"
 changelog="https://raw.githubusercontent.com/elParaguayo/qtile-extras/main/CHANGELOG"
-distfiles="${PYPI_SITE}/q/qtile-extras/qtile-extras-${version}.tar.gz"
-checksum=0e945de4685bf9431d44779fd29a1e7661dd1c46f3bf34f51dffb4a50c89b317
+distfiles="${PYPI_SITE}/q/qtile-extras/qtile_extras-${version}.tar.gz"
+checksum=35a609bc8ad7e616b9cc692fc91a75ac9e16c2218d7689bdf65093bf38d384e7
 # Tests require a lot of python modules that are not packaged
 make_check=no
 

From 7613f880bd46fbd28489a4794bcd7ed558606cb7 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:48 +0200
Subject: [PATCH 5/5] qtile: update to 0.26.0.

---
 srcpkgs/qtile/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/qtile/template b/srcpkgs/qtile/template
index eecafcdd5c4b84..e48f60fecdab37 100644
--- a/srcpkgs/qtile/template
+++ b/srcpkgs/qtile/template
@@ -1,9 +1,9 @@
 # Template file for 'qtile'
 pkgname=qtile
-version=0.25.0
+version=0.26.0
 revision=1
 build_style=python3-pep517
-_wlroots=0.16
+_wlroots=0.17
 hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel
  pkg-config python3-pywlroots-${_wlroots} python3-pywayland python3-xkbcommon"
 makedepends="python3-devel libffi-devel pulseaudio-devel wlroots${_wlroots}-devel"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="http://www.qtile.org/"
 changelog="https://raw.githubusercontent.com/qtile/qtile/master/CHANGELOG"
 distfiles="${PYPI_SITE}/q/qtile/qtile-${version}.tar.gz"
-checksum=cc7b80cfa0e7037242a610563f53dac315c1ef1538efb801fec99073e363fc11
+checksum=2c806f94dbf67a8ce1e0cd3fa425b95e3fdc5258e28d766dfecd866a7f5806b5
 
 post_install() {
 	vinstall resources/qtile.desktop 644 usr/share/xsessions

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

* Re: qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0
  2024-06-07 18:37 [PR PATCH] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0 kaistian
  2024-06-07 18:46 ` kaistian
  2024-06-07 19:05 ` [PR PATCH] [Updated] " kaistian
@ 2024-06-07 19:12 ` ahesford
  2024-06-07 20:13 ` kaistian
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ahesford @ 2024-06-07 19:12 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/50736#issuecomment-2155378505

Comment:
I don't think there's a lot of value in versioning `python3-pywlroots`. The only package that depends on it is `qtile`, so we might as well just update both when necesary. Keeping versioned packages has already caused upgrade problems in the past; we don't need to repeat those.

Just call the package `python3-pywlroots`, replace both `python3-pywlroots-0.15` and `python3-pywlroots-0.16`, and provide a transitional subpackage for the to-be-replaced `python3-pywlroots-0.16`.

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

* Re: qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0
  2024-06-07 18:37 [PR PATCH] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0 kaistian
                   ` (2 preceding siblings ...)
  2024-06-07 19:12 ` ahesford
@ 2024-06-07 20:13 ` kaistian
  2024-06-07 20:15 ` kaistian
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kaistian @ 2024-06-07 20:13 UTC (permalink / raw)
  To: ml

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

New comment by kaistian on void-packages repository

https://github.com/void-linux/void-packages/pull/50736#issuecomment-2155484903

Comment:
Just to make sure I understand, here is a rough overview
- delete srcpkgs/python3-pywlroots-0.16 (0.15 is already deleted)
- rename srcpkgs/python3-pywlroots-017 to srcpkgs/python3-pywlroots
- add in srcpkgs/python3-pywlroots/template following
```python3-pywlroots-0.16_package() {
       build_style=meta
       short_desc+=" - (Dummy transistional package)"
       depends="${sourcepkg}"
}
```
Does this look correct?

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

* Re: qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0
  2024-06-07 18:37 [PR PATCH] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0 kaistian
                   ` (3 preceding siblings ...)
  2024-06-07 20:13 ` kaistian
@ 2024-06-07 20:15 ` kaistian
  2024-06-07 20:28 ` kaistian
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kaistian @ 2024-06-07 20:15 UTC (permalink / raw)
  To: ml

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

New comment by kaistian on void-packages repository

https://github.com/void-linux/void-packages/pull/50736#issuecomment-2155484903

Comment:
Just to make sure I understand, here is a rough overview
- delete srcpkgs/python3-pywlroots-0.16 (0.15 is already deleted)
- rename srcpkgs/python3-pywlroots-017 to srcpkgs/python3-pywlroots
- add in srcpkgs/python3-pywlroots/template following
```
python3-pywlroots-0.16_package() {
       build_style=meta
       short_desc+=" - (Dummy transistional package)"
       depends="${sourcepkg}"
}
```
Does this look correct?

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

* Re: qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0
  2024-06-07 18:37 [PR PATCH] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0 kaistian
                   ` (4 preceding siblings ...)
  2024-06-07 20:15 ` kaistian
@ 2024-06-07 20:28 ` kaistian
  2024-06-07 20:52 ` kaistian
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kaistian @ 2024-06-07 20:28 UTC (permalink / raw)
  To: ml

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

New comment by kaistian on void-packages repository

https://github.com/void-linux/void-packages/pull/50736#issuecomment-2155484903

Comment:
Just to make sure I understand, here is a rough overview
- rename srcpkgs/python3-pywlroots-017 to srcpkgs/python3-pywlroots
- add in srcpkgs/python3-pywlroots/template following
```
python3-pywlroots-0.16_package() {
       build_style=meta
       short_desc+=" - (Dummy transistional package)"
       depends="${sourcepkg}"
}
```
- copy srcpkgs/python3-pywlroots/template to srcpkgs/python3-pywlroots-0.16/template (0.15 is already deleted)
Does this look correct?

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

* Re: qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0
  2024-06-07 18:37 [PR PATCH] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0 kaistian
                   ` (5 preceding siblings ...)
  2024-06-07 20:28 ` kaistian
@ 2024-06-07 20:52 ` kaistian
  2024-06-07 21:56 ` [PR PATCH] [Updated] " kaistian
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kaistian @ 2024-06-07 20:52 UTC (permalink / raw)
  To: ml

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

New comment by kaistian on void-packages repository

https://github.com/void-linux/void-packages/pull/50736#issuecomment-2155484903

Comment:
Just to make sure I understand, here is a rough overview
- delete srcpkgs/python3-pywlroots-016
- rename srcpkgs/python3-pywlroots-017 to srcpkgs/python3-pywlroots
- add in srcpkgs/python3-pywlroots/template following
```
python3-pywlroots-0.16_package() {
       build_style=meta
       short_desc+=" - (Dummy transistional package)"
       depends="${sourcepkg}"
}
```
- create link from srcpkgs/python3-pywlroots to srcpkgs/python3-pywlroots-0.16 (0.15 is already deleted)
Does this look correct?

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

* Re: [PR PATCH] [Updated] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0
  2024-06-07 18:37 [PR PATCH] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0 kaistian
                   ` (6 preceding siblings ...)
  2024-06-07 20:52 ` kaistian
@ 2024-06-07 21:56 ` kaistian
  2024-06-07 22:25 ` [PR PATCH] [Updated] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots, replaces python3-pywlroots-0.16, " kaistian
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kaistian @ 2024-06-07 21:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kaistian/void-packages qtile
https://github.com/void-linux/void-packages/pull/50736

qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0
#### Testing the changes
- I tested the changes in this PR: **YES**
Except the Wayland packages since I'm using xorg.

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
The new package is requirement to run Qtile on Wayland.

#### Local build testing
- I built this PR locally for my native architecture, x86-64-LIBC

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

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

From 02d8a0084291f0923d432ec875c6355a48d616a5 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:25:44 +0200
Subject: [PATCH 1/5] python3-cairocffi: update to 1.7.0.

---
 srcpkgs/python3-cairocffi/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 5e18b65a07a353..9c6a05fa423ac4 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
-version=1.6.1
-revision=2
+version=1.7.0
+revision=1
 build_style=python3-pep517
 make_check_args="--pyargs cairocffi"
 hostmakedepends="python3-setuptools python3-cffi python3-wheel
@@ -14,7 +14,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/Kozea/cairocffi"
 changelog="https://raw.githubusercontent.com/Kozea/cairocffi/master/NEWS.rst"
 distfiles="${PYPI_SITE}/c/cairocffi/cairocffi-${version}.tar.gz"
-checksum=78e6bbe47357640c453d0be929fa49cd05cce2e1286f3d2a1ca9cbda7efdb8b7
+checksum=7761863603894305f3160eca68452f373433ca8745ab7dd445bd2c6ce50dcab7
 
 build_options=xcb
 case "$XBPS_MACHINE" in

From 2ed7d2f1838bce9d9180579080a213802b893c7c Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:08 +0200
Subject: [PATCH 2/5] python3-pywayland: update to 0.4.17.

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

diff --git a/srcpkgs/python3-pywayland/template b/srcpkgs/python3-pywayland/template
index f0cc56b4ed6790..4f5b05811f3431 100644
--- a/srcpkgs/python3-pywayland/template
+++ b/srcpkgs/python3-pywayland/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywayland'
 pkgname=python3-pywayland
-version=0.4.16
-revision=2
+version=0.4.17
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools wayland-protocols pkg-config
  python3-wheel python3-cffi wayland-devel"
@@ -12,5 +12,5 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/flacjacket/pywayland"
 distfiles="${PYPI_SITE}/p/pywayland/pywayland-${version}.tar.gz"
-checksum=aaa70c870b0ab365215f8e71505f73683c4ed15b1f3638433b1dc7344fe5b5dd
-make_check=no
+checksum=f7fd1902638c2f7a15ac07f31a3ef6895d3c160ca2601481ca82b2c61a23c657
+make_check=no # Need Wayland protocol files

From 30b066a9f3d4f3ee47fc47eedddc647789ceb481 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:20 +0200
Subject: [PATCH 3/5] New package: python3-pywlroots, replaces
 python3-pywlroots-0.16

---
 srcpkgs/python3-pywlroots-0.16                |  1 +
 srcpkgs/python3-pywlroots-0.16/update         |  1 -
 .../template                                  | 24 ++++++++++++-------
 srcpkgs/python3-pywlroots/update              |  1 +
 4 files changed, 17 insertions(+), 10 deletions(-)
 create mode 120000 srcpkgs/python3-pywlroots-0.16
 delete mode 100644 srcpkgs/python3-pywlroots-0.16/update
 rename srcpkgs/{python3-pywlroots-0.16 => python3-pywlroots}/template (54%)
 create mode 100644 srcpkgs/python3-pywlroots/update

diff --git a/srcpkgs/python3-pywlroots-0.16 b/srcpkgs/python3-pywlroots-0.16
new file mode 120000
index 00000000000000..35152e6c827f26
--- /dev/null
+++ b/srcpkgs/python3-pywlroots-0.16
@@ -0,0 +1 @@
+python3-pywlroots
\ No newline at end of file
diff --git a/srcpkgs/python3-pywlroots-0.16/update b/srcpkgs/python3-pywlroots-0.16/update
deleted file mode 100644
index 47f3aeabd59b09..00000000000000
--- a/srcpkgs/python3-pywlroots-0.16/update
+++ /dev/null
@@ -1 +0,0 @@
-pattern="[v_-]\K\Q${pkgname##*-}.\E.*(?=\.tar\.gz)"
diff --git a/srcpkgs/python3-pywlroots-0.16/template b/srcpkgs/python3-pywlroots/template
similarity index 54%
rename from srcpkgs/python3-pywlroots-0.16/template
rename to srcpkgs/python3-pywlroots/template
index 952393451ccdb8..b5427da9dbe9eb 100644
--- a/srcpkgs/python3-pywlroots-0.16/template
+++ b/srcpkgs/python3-pywlroots/template
@@ -1,20 +1,20 @@
-# Template file for 'python3-pywlroots-0.16'
-pkgname=python3-pywlroots-0.16
-version=0.16.7
+# Template file for 'python3-pywlroots'
+pkgname=python3-pywlroots
+version=0.17.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-cffi python3-pywayland python3-xkbcommon
- python3-wheel python3-devel wlroots${pkgname##*-}-devel"
-makedepends="python3-devel python3-cffi wlroots${pkgname##*-}-devel"
+ python3-wheel python3-devel wlroots${version%.*}-devel"
+makedepends="python3-devel python3-cffi wlroots${version%.*}-devel"
 depends="python3-pywayland python3-xkbcommon python3-cffi"
-short_desc="Python binding to the wlroots ${pkgname##*-} using cffi"
+short_desc="Python binding to the wlroots library using cffi"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/flacjacket/pywlroots"
 distfiles="${PYPI_SITE}/p/pywlroots/pywlroots-${version}.tar.gz"
-checksum=cdf8dc5d0097cac1be24cc34d18112fc6424ff28c71fd90292c6fd4a566df70a
-conflicts="python3-pywlroots-0.15>=0"
-replaces="python3-pywlroots-0.15>=0"
+checksum=72cb2be14048c0cbc89ccf1b57863013a9977fd51248c300ccc72001e7c43dbb
+conflicts="python3-pywlroots-0.15>=0 python3-pywlroots-0.16>=0"
+replaces="python3-pywlroots-0.15>=0 python3-pywlroots-0.16>=0"
 
 pre_build() {
 	[ "$CROSS_BUILD" ] || return 0
@@ -36,3 +36,9 @@ pre_build() {
 post_install() {
 	vlicense LICENSE
 }
+
+python3-pywlroots-0.16_package() {
+	build_style=meta
+	short_desc+=" - transitional dummy package"
+	depends="${sourcepkg}>=${version}_${revision}"
+}
diff --git a/srcpkgs/python3-pywlroots/update b/srcpkgs/python3-pywlroots/update
new file mode 100644
index 00000000000000..522573b2508b30
--- /dev/null
+++ b/srcpkgs/python3-pywlroots/update
@@ -0,0 +1 @@
+pattern="[v_-]\K\Q${version%.*}.\E.*(?=\.tar\.gz)"

From 53217cc57d981f540fcc86e38597f477cc253deb Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:43 +0200
Subject: [PATCH 4/5] python3-qtile-extras: update to 0.26.0.

---
 srcpkgs/python3-qtile-extras/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-qtile-extras/template b/srcpkgs/python3-qtile-extras/template
index d7510d8fb59c00..b1692d38ff87f0 100644
--- a/srcpkgs/python3-qtile-extras/template
+++ b/srcpkgs/python3-qtile-extras/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-qtile-extras'
 pkgname=python3-qtile-extras
-version=0.25.0
+version=0.26.0
 revision=1
 build_style=python3-pep517
 makedepends="python3-wheel python3-setuptools_scm"
@@ -10,8 +10,8 @@ maintainer="Bartek Stalewski <ftpd@insomniac.pl>"
 license="MIT"
 homepage="https://github.com/elParaguayo/qtile-extras"
 changelog="https://raw.githubusercontent.com/elParaguayo/qtile-extras/main/CHANGELOG"
-distfiles="${PYPI_SITE}/q/qtile-extras/qtile-extras-${version}.tar.gz"
-checksum=0e945de4685bf9431d44779fd29a1e7661dd1c46f3bf34f51dffb4a50c89b317
+distfiles="${PYPI_SITE}/q/qtile-extras/qtile_extras-${version}.tar.gz"
+checksum=35a609bc8ad7e616b9cc692fc91a75ac9e16c2218d7689bdf65093bf38d384e7
 # Tests require a lot of python modules that are not packaged
 make_check=no
 

From e288dfd24743b7a54722e33b085935fd4576d876 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:48 +0200
Subject: [PATCH 5/5] qtile: update to 0.26.0.

---
 srcpkgs/qtile/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/qtile/template b/srcpkgs/qtile/template
index eecafcdd5c4b84..5ec12a77405c0c 100644
--- a/srcpkgs/qtile/template
+++ b/srcpkgs/qtile/template
@@ -1,11 +1,11 @@
 # Template file for 'qtile'
 pkgname=qtile
-version=0.25.0
+version=0.26.0
 revision=1
 build_style=python3-pep517
-_wlroots=0.16
+_wlroots=0.17
 hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel
- pkg-config python3-pywlroots-${_wlroots} python3-pywayland python3-xkbcommon"
+ pkg-config python3-pywlroots python3-pywayland python3-xkbcommon"
 makedepends="python3-devel libffi-devel pulseaudio-devel wlroots${_wlroots}-devel"
 depends="python3-cairocffi python3-xcffib pango gdk-pixbuf"
 short_desc="Full-featured tiling window manager written and configured in Python"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="http://www.qtile.org/"
 changelog="https://raw.githubusercontent.com/qtile/qtile/master/CHANGELOG"
 distfiles="${PYPI_SITE}/q/qtile/qtile-${version}.tar.gz"
-checksum=cc7b80cfa0e7037242a610563f53dac315c1ef1538efb801fec99073e363fc11
+checksum=2c806f94dbf67a8ce1e0cd3fa425b95e3fdc5258e28d766dfecd866a7f5806b5
 
 post_install() {
 	vinstall resources/qtile.desktop 644 usr/share/xsessions
@@ -24,7 +24,7 @@ post_install() {
 
 qtile-wayland_package() {
 	depends="${sourcepkg}>=${version}_${revision}
-	 python3-pywlroots-${_wlroots} python3-pywayland python3-xkbcommon"
+	 python3-pywlroots python3-pywayland python3-xkbcommon"
 	pkg_install() {
 		vmove ${py3_sitelib}/libqtile/backend/wayland
 		vmove usr/share/wayland-sessions

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

* Re: [PR PATCH] [Updated] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots, replaces python3-pywlroots-0.16, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0
  2024-06-07 18:37 [PR PATCH] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0 kaistian
                   ` (7 preceding siblings ...)
  2024-06-07 21:56 ` [PR PATCH] [Updated] " kaistian
@ 2024-06-07 22:25 ` kaistian
  2024-06-07 22:37 ` kaistian
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kaistian @ 2024-06-07 22:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kaistian/void-packages qtile
https://github.com/void-linux/void-packages/pull/50736

qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots, replaces python3-pywlroots-0.16, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0
#### Testing the changes
- I tested the changes in this PR: **YES**
Except the Wayland packages since I'm using xorg.

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
The new package is requirement to run Qtile on Wayland.

#### Local build testing
- I built this PR locally for my native architecture, x86-64-LIBC

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

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

From 313d9585c44f5cc21b750e47156dcbf2491b886b Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:25:44 +0200
Subject: [PATCH 1/5] python3-cairocffi: update to 1.7.0.

---
 srcpkgs/python3-cairocffi/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 5e18b65a07a353..9c6a05fa423ac4 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
-version=1.6.1
-revision=2
+version=1.7.0
+revision=1
 build_style=python3-pep517
 make_check_args="--pyargs cairocffi"
 hostmakedepends="python3-setuptools python3-cffi python3-wheel
@@ -14,7 +14,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/Kozea/cairocffi"
 changelog="https://raw.githubusercontent.com/Kozea/cairocffi/master/NEWS.rst"
 distfiles="${PYPI_SITE}/c/cairocffi/cairocffi-${version}.tar.gz"
-checksum=78e6bbe47357640c453d0be929fa49cd05cce2e1286f3d2a1ca9cbda7efdb8b7
+checksum=7761863603894305f3160eca68452f373433ca8745ab7dd445bd2c6ce50dcab7
 
 build_options=xcb
 case "$XBPS_MACHINE" in

From 721d45f2d4d35291b333be332d6d0795b9a1f458 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:08 +0200
Subject: [PATCH 2/5] python3-pywayland: update to 0.4.17.

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

diff --git a/srcpkgs/python3-pywayland/template b/srcpkgs/python3-pywayland/template
index f0cc56b4ed6790..4f5b05811f3431 100644
--- a/srcpkgs/python3-pywayland/template
+++ b/srcpkgs/python3-pywayland/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywayland'
 pkgname=python3-pywayland
-version=0.4.16
-revision=2
+version=0.4.17
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools wayland-protocols pkg-config
  python3-wheel python3-cffi wayland-devel"
@@ -12,5 +12,5 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/flacjacket/pywayland"
 distfiles="${PYPI_SITE}/p/pywayland/pywayland-${version}.tar.gz"
-checksum=aaa70c870b0ab365215f8e71505f73683c4ed15b1f3638433b1dc7344fe5b5dd
-make_check=no
+checksum=f7fd1902638c2f7a15ac07f31a3ef6895d3c160ca2601481ca82b2c61a23c657
+make_check=no # Need Wayland protocol files

From 5c499422021ef17532f675c5de51e3de1fb8d308 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:20 +0200
Subject: [PATCH 3/5] New package: python3-pywlroots, replaces
 python3-pywlroots-0.16

---
 srcpkgs/python3-pywlroots-0.16                |  1 +
 srcpkgs/python3-pywlroots-0.16/update         |  1 -
 .../template                                  | 23 +++++++++++--------
 srcpkgs/python3-pywlroots/update              |  1 +
 4 files changed, 16 insertions(+), 10 deletions(-)
 create mode 120000 srcpkgs/python3-pywlroots-0.16
 delete mode 100644 srcpkgs/python3-pywlroots-0.16/update
 rename srcpkgs/{python3-pywlroots-0.16 => python3-pywlroots}/template (57%)
 create mode 100644 srcpkgs/python3-pywlroots/update

diff --git a/srcpkgs/python3-pywlroots-0.16 b/srcpkgs/python3-pywlroots-0.16
new file mode 120000
index 00000000000000..35152e6c827f26
--- /dev/null
+++ b/srcpkgs/python3-pywlroots-0.16
@@ -0,0 +1 @@
+python3-pywlroots
\ No newline at end of file
diff --git a/srcpkgs/python3-pywlroots-0.16/update b/srcpkgs/python3-pywlroots-0.16/update
deleted file mode 100644
index 47f3aeabd59b09..00000000000000
--- a/srcpkgs/python3-pywlroots-0.16/update
+++ /dev/null
@@ -1 +0,0 @@
-pattern="[v_-]\K\Q${pkgname##*-}.\E.*(?=\.tar\.gz)"
diff --git a/srcpkgs/python3-pywlroots-0.16/template b/srcpkgs/python3-pywlroots/template
similarity index 57%
rename from srcpkgs/python3-pywlroots-0.16/template
rename to srcpkgs/python3-pywlroots/template
index 952393451ccdb8..e9ef9c49b6bce4 100644
--- a/srcpkgs/python3-pywlroots-0.16/template
+++ b/srcpkgs/python3-pywlroots/template
@@ -1,20 +1,19 @@
-# Template file for 'python3-pywlroots-0.16'
-pkgname=python3-pywlroots-0.16
-version=0.16.7
+# Template file for 'python3-pywlroots'
+pkgname=python3-pywlroots
+version=0.17.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-cffi python3-pywayland python3-xkbcommon
- python3-wheel python3-devel wlroots${pkgname##*-}-devel"
-makedepends="python3-devel python3-cffi wlroots${pkgname##*-}-devel"
+ python3-wheel python3-devel wlroots${version%.*}-devel"
+makedepends="python3-devel python3-cffi wlroots${version%.*}-devel"
 depends="python3-pywayland python3-xkbcommon python3-cffi"
-short_desc="Python binding to the wlroots ${pkgname##*-} using cffi"
+short_desc="Python binding to the wlroots library using cffi"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/flacjacket/pywlroots"
 distfiles="${PYPI_SITE}/p/pywlroots/pywlroots-${version}.tar.gz"
-checksum=cdf8dc5d0097cac1be24cc34d18112fc6424ff28c71fd90292c6fd4a566df70a
-conflicts="python3-pywlroots-0.15>=0"
-replaces="python3-pywlroots-0.15>=0"
+checksum=72cb2be14048c0cbc89ccf1b57863013a9977fd51248c300ccc72001e7c43dbb
+replaces="python3-pywlroots-0.15>=0 python3-pywlroots-0.16>=0"
 
 pre_build() {
 	[ "$CROSS_BUILD" ] || return 0
@@ -36,3 +35,9 @@ pre_build() {
 post_install() {
 	vlicense LICENSE
 }
+
+python3-pywlroots-0.16_package() {
+	build_style=meta
+	short_desc+=" - transitional dummy package"
+	depends="${sourcepkg}>=${version}_${revision}"
+}
diff --git a/srcpkgs/python3-pywlroots/update b/srcpkgs/python3-pywlroots/update
new file mode 100644
index 00000000000000..522573b2508b30
--- /dev/null
+++ b/srcpkgs/python3-pywlroots/update
@@ -0,0 +1 @@
+pattern="[v_-]\K\Q${version%.*}.\E.*(?=\.tar\.gz)"

From 87a31e1db72c1f7af573a8973578d04ea741ec3d Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:43 +0200
Subject: [PATCH 4/5] python3-qtile-extras: update to 0.26.0.

---
 srcpkgs/python3-qtile-extras/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-qtile-extras/template b/srcpkgs/python3-qtile-extras/template
index d7510d8fb59c00..b1692d38ff87f0 100644
--- a/srcpkgs/python3-qtile-extras/template
+++ b/srcpkgs/python3-qtile-extras/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-qtile-extras'
 pkgname=python3-qtile-extras
-version=0.25.0
+version=0.26.0
 revision=1
 build_style=python3-pep517
 makedepends="python3-wheel python3-setuptools_scm"
@@ -10,8 +10,8 @@ maintainer="Bartek Stalewski <ftpd@insomniac.pl>"
 license="MIT"
 homepage="https://github.com/elParaguayo/qtile-extras"
 changelog="https://raw.githubusercontent.com/elParaguayo/qtile-extras/main/CHANGELOG"
-distfiles="${PYPI_SITE}/q/qtile-extras/qtile-extras-${version}.tar.gz"
-checksum=0e945de4685bf9431d44779fd29a1e7661dd1c46f3bf34f51dffb4a50c89b317
+distfiles="${PYPI_SITE}/q/qtile-extras/qtile_extras-${version}.tar.gz"
+checksum=35a609bc8ad7e616b9cc692fc91a75ac9e16c2218d7689bdf65093bf38d384e7
 # Tests require a lot of python modules that are not packaged
 make_check=no
 

From 81232a8db2615f3d533bdf5d0bfc6a2cdd45638d Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:48 +0200
Subject: [PATCH 5/5] qtile: update to 0.26.0.

---
 srcpkgs/qtile/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/qtile/template b/srcpkgs/qtile/template
index eecafcdd5c4b84..5ec12a77405c0c 100644
--- a/srcpkgs/qtile/template
+++ b/srcpkgs/qtile/template
@@ -1,11 +1,11 @@
 # Template file for 'qtile'
 pkgname=qtile
-version=0.25.0
+version=0.26.0
 revision=1
 build_style=python3-pep517
-_wlroots=0.16
+_wlroots=0.17
 hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel
- pkg-config python3-pywlroots-${_wlroots} python3-pywayland python3-xkbcommon"
+ pkg-config python3-pywlroots python3-pywayland python3-xkbcommon"
 makedepends="python3-devel libffi-devel pulseaudio-devel wlroots${_wlroots}-devel"
 depends="python3-cairocffi python3-xcffib pango gdk-pixbuf"
 short_desc="Full-featured tiling window manager written and configured in Python"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="http://www.qtile.org/"
 changelog="https://raw.githubusercontent.com/qtile/qtile/master/CHANGELOG"
 distfiles="${PYPI_SITE}/q/qtile/qtile-${version}.tar.gz"
-checksum=cc7b80cfa0e7037242a610563f53dac315c1ef1538efb801fec99073e363fc11
+checksum=2c806f94dbf67a8ce1e0cd3fa425b95e3fdc5258e28d766dfecd866a7f5806b5
 
 post_install() {
 	vinstall resources/qtile.desktop 644 usr/share/xsessions
@@ -24,7 +24,7 @@ post_install() {
 
 qtile-wayland_package() {
 	depends="${sourcepkg}>=${version}_${revision}
-	 python3-pywlroots-${_wlroots} python3-pywayland python3-xkbcommon"
+	 python3-pywlroots python3-pywayland python3-xkbcommon"
 	pkg_install() {
 		vmove ${py3_sitelib}/libqtile/backend/wayland
 		vmove usr/share/wayland-sessions

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

* Re: qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots, replaces python3-pywlroots-0.16, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0
  2024-06-07 18:37 [PR PATCH] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0 kaistian
                   ` (8 preceding siblings ...)
  2024-06-07 22:25 ` [PR PATCH] [Updated] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots, replaces python3-pywlroots-0.16, " kaistian
@ 2024-06-07 22:37 ` kaistian
  2024-06-10 14:22 ` [PR REVIEW] qtile and dependencies: update sgn
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kaistian @ 2024-06-07 22:37 UTC (permalink / raw)
  To: ml

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

New comment by kaistian on void-packages repository

https://github.com/void-linux/void-packages/pull/50736#issuecomment-2155658759

Comment:
> Just call the package `python3-pywlroots`, replace both `python3-pywlroots-0.15` and `python3-pywlroots-0.16`, and provide a transitional subpackage for the to-be-replaced `python3-pywlroots-0.16`.

I think this is solved now.

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

* Re: [PR REVIEW] qtile and dependencies: update
  2024-06-07 18:37 [PR PATCH] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0 kaistian
                   ` (9 preceding siblings ...)
  2024-06-07 22:37 ` kaistian
@ 2024-06-10 14:22 ` sgn
  2024-06-10 19:00 ` kaistian
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: sgn @ 2024-06-10 14:22 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/50736#discussion_r1633340783

Comment:
not needed, imho

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

* Re: [PR REVIEW] qtile and dependencies: update
  2024-06-07 18:37 [PR PATCH] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0 kaistian
                   ` (10 preceding siblings ...)
  2024-06-10 14:22 ` [PR REVIEW] qtile and dependencies: update sgn
@ 2024-06-10 19:00 ` kaistian
  2024-06-11  0:06 ` ahesford
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: kaistian @ 2024-06-10 19:00 UTC (permalink / raw)
  To: ml

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

New review comment by kaistian on void-packages repository

https://github.com/void-linux/void-packages/pull/50736#discussion_r1633706049

Comment:
Because Qtile require python3-pywlroots and the only one so no need for a transition from python3-pywlroots-0.16 to python3-pywlroots?
It was @ahesford who mention it so that's why I added it, I can remove it if that is the consensus.

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

* Re: [PR REVIEW] qtile and dependencies: update
  2024-06-07 18:37 [PR PATCH] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0 kaistian
                   ` (11 preceding siblings ...)
  2024-06-10 19:00 ` kaistian
@ 2024-06-11  0:06 ` ahesford
  2024-06-11 22:39 ` [PR PATCH] [Updated] " kaistian
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ahesford @ 2024-06-11  0:06 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/50736#discussion_r1633994868

Comment:
I don't have a strong opinion here. I guess having the new package replace the old is sufficient.

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

* Re: [PR PATCH] [Updated] qtile and dependencies: update
  2024-06-07 18:37 [PR PATCH] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0 kaistian
                   ` (12 preceding siblings ...)
  2024-06-11  0:06 ` ahesford
@ 2024-06-11 22:39 ` kaistian
  2024-06-11 22:45 ` [PR REVIEW] " kaistian
  2024-06-12  5:21 ` [PR PATCH] [Merged]: " sgn
  15 siblings, 0 replies; 17+ messages in thread
From: kaistian @ 2024-06-11 22:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kaistian/void-packages qtile
https://github.com/void-linux/void-packages/pull/50736

qtile and dependencies: update
#### Testing the changes
- I tested the changes in this PR: **YES**
Except the Wayland packages since I'm using xorg.

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
The new package is requirement to run Qtile on Wayland.

#### Local build testing
- I built this PR locally for my native architecture, x86-64-LIBC

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

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

From eeb983b9917613c7a6797714e12d35b3e039322a Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:25:44 +0200
Subject: [PATCH 1/5] python3-cairocffi: update to 1.7.0.

---
 srcpkgs/python3-cairocffi/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 5e18b65a07a353..9c6a05fa423ac4 100644
--- a/srcpkgs/python3-cairocffi/template
+++ b/srcpkgs/python3-cairocffi/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-cairocffi'
 pkgname=python3-cairocffi
-version=1.6.1
-revision=2
+version=1.7.0
+revision=1
 build_style=python3-pep517
 make_check_args="--pyargs cairocffi"
 hostmakedepends="python3-setuptools python3-cffi python3-wheel
@@ -14,7 +14,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/Kozea/cairocffi"
 changelog="https://raw.githubusercontent.com/Kozea/cairocffi/master/NEWS.rst"
 distfiles="${PYPI_SITE}/c/cairocffi/cairocffi-${version}.tar.gz"
-checksum=78e6bbe47357640c453d0be929fa49cd05cce2e1286f3d2a1ca9cbda7efdb8b7
+checksum=7761863603894305f3160eca68452f373433ca8745ab7dd445bd2c6ce50dcab7
 
 build_options=xcb
 case "$XBPS_MACHINE" in

From 18a186adb9a20f8352cbd7a2492b6fe8ce3882d1 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:08 +0200
Subject: [PATCH 2/5] python3-pywayland: update to 0.4.17.

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

diff --git a/srcpkgs/python3-pywayland/template b/srcpkgs/python3-pywayland/template
index f0cc56b4ed6790..4f5b05811f3431 100644
--- a/srcpkgs/python3-pywayland/template
+++ b/srcpkgs/python3-pywayland/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pywayland'
 pkgname=python3-pywayland
-version=0.4.16
-revision=2
+version=0.4.17
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools wayland-protocols pkg-config
  python3-wheel python3-cffi wayland-devel"
@@ -12,5 +12,5 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/flacjacket/pywayland"
 distfiles="${PYPI_SITE}/p/pywayland/pywayland-${version}.tar.gz"
-checksum=aaa70c870b0ab365215f8e71505f73683c4ed15b1f3638433b1dc7344fe5b5dd
-make_check=no
+checksum=f7fd1902638c2f7a15ac07f31a3ef6895d3c160ca2601481ca82b2c61a23c657
+make_check=no # Need Wayland protocol files

From a2602c95f585853414f4ad558916ddb54339c464 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:20 +0200
Subject: [PATCH 3/5] New package: python3-pywlroots, replaces
 python3-pywlroots-0.16

---
 srcpkgs/python3-pywlroots-0.16/update           |  1 -
 .../template                                    | 17 ++++++++---------
 srcpkgs/python3-pywlroots/update                |  1 +
 3 files changed, 9 insertions(+), 10 deletions(-)
 delete mode 100644 srcpkgs/python3-pywlroots-0.16/update
 rename srcpkgs/{python3-pywlroots-0.16 => python3-pywlroots}/template (62%)
 create mode 100644 srcpkgs/python3-pywlroots/update

diff --git a/srcpkgs/python3-pywlroots-0.16/update b/srcpkgs/python3-pywlroots-0.16/update
deleted file mode 100644
index 47f3aeabd59b09..00000000000000
--- a/srcpkgs/python3-pywlroots-0.16/update
+++ /dev/null
@@ -1 +0,0 @@
-pattern="[v_-]\K\Q${pkgname##*-}.\E.*(?=\.tar\.gz)"
diff --git a/srcpkgs/python3-pywlroots-0.16/template b/srcpkgs/python3-pywlroots/template
similarity index 62%
rename from srcpkgs/python3-pywlroots-0.16/template
rename to srcpkgs/python3-pywlroots/template
index 952393451ccdb8..b24e5295878823 100644
--- a/srcpkgs/python3-pywlroots-0.16/template
+++ b/srcpkgs/python3-pywlroots/template
@@ -1,20 +1,19 @@
-# Template file for 'python3-pywlroots-0.16'
-pkgname=python3-pywlroots-0.16
-version=0.16.7
+# Template file for 'python3-pywlroots'
+pkgname=python3-pywlroots
+version=0.17.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools python3-cffi python3-pywayland python3-xkbcommon
- python3-wheel python3-devel wlroots${pkgname##*-}-devel"
-makedepends="python3-devel python3-cffi wlroots${pkgname##*-}-devel"
+ python3-wheel python3-devel wlroots${version%.*}-devel"
+makedepends="python3-devel python3-cffi wlroots${version%.*}-devel"
 depends="python3-pywayland python3-xkbcommon python3-cffi"
-short_desc="Python binding to the wlroots ${pkgname##*-} using cffi"
+short_desc="Python binding to the wlroots library using cffi"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/flacjacket/pywlroots"
 distfiles="${PYPI_SITE}/p/pywlroots/pywlroots-${version}.tar.gz"
-checksum=cdf8dc5d0097cac1be24cc34d18112fc6424ff28c71fd90292c6fd4a566df70a
-conflicts="python3-pywlroots-0.15>=0"
-replaces="python3-pywlroots-0.15>=0"
+checksum=72cb2be14048c0cbc89ccf1b57863013a9977fd51248c300ccc72001e7c43dbb
+replaces="python3-pywlroots-0.15>=0 python3-pywlroots-0.16>=0"
 
 pre_build() {
 	[ "$CROSS_BUILD" ] || return 0
diff --git a/srcpkgs/python3-pywlroots/update b/srcpkgs/python3-pywlroots/update
new file mode 100644
index 00000000000000..522573b2508b30
--- /dev/null
+++ b/srcpkgs/python3-pywlroots/update
@@ -0,0 +1 @@
+pattern="[v_-]\K\Q${version%.*}.\E.*(?=\.tar\.gz)"

From 39c9890189aca547228f40bf10e235b5eb214d64 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:43 +0200
Subject: [PATCH 4/5] python3-qtile-extras: update to 0.26.0.

---
 srcpkgs/python3-qtile-extras/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-qtile-extras/template b/srcpkgs/python3-qtile-extras/template
index d7510d8fb59c00..b1692d38ff87f0 100644
--- a/srcpkgs/python3-qtile-extras/template
+++ b/srcpkgs/python3-qtile-extras/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-qtile-extras'
 pkgname=python3-qtile-extras
-version=0.25.0
+version=0.26.0
 revision=1
 build_style=python3-pep517
 makedepends="python3-wheel python3-setuptools_scm"
@@ -10,8 +10,8 @@ maintainer="Bartek Stalewski <ftpd@insomniac.pl>"
 license="MIT"
 homepage="https://github.com/elParaguayo/qtile-extras"
 changelog="https://raw.githubusercontent.com/elParaguayo/qtile-extras/main/CHANGELOG"
-distfiles="${PYPI_SITE}/q/qtile-extras/qtile-extras-${version}.tar.gz"
-checksum=0e945de4685bf9431d44779fd29a1e7661dd1c46f3bf34f51dffb4a50c89b317
+distfiles="${PYPI_SITE}/q/qtile-extras/qtile_extras-${version}.tar.gz"
+checksum=35a609bc8ad7e616b9cc692fc91a75ac9e16c2218d7689bdf65093bf38d384e7
 # Tests require a lot of python modules that are not packaged
 make_check=no
 

From c1b9d97320e4a81bd582ff9f6c49cf4b1fb71e85 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <void@olstad.com>
Date: Fri, 7 Jun 2024 20:26:48 +0200
Subject: [PATCH 5/5] qtile: update to 0.26.0.

---
 srcpkgs/qtile/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/qtile/template b/srcpkgs/qtile/template
index eecafcdd5c4b84..5ec12a77405c0c 100644
--- a/srcpkgs/qtile/template
+++ b/srcpkgs/qtile/template
@@ -1,11 +1,11 @@
 # Template file for 'qtile'
 pkgname=qtile
-version=0.25.0
+version=0.26.0
 revision=1
 build_style=python3-pep517
-_wlroots=0.16
+_wlroots=0.17
 hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel
- pkg-config python3-pywlroots-${_wlroots} python3-pywayland python3-xkbcommon"
+ pkg-config python3-pywlroots python3-pywayland python3-xkbcommon"
 makedepends="python3-devel libffi-devel pulseaudio-devel wlroots${_wlroots}-devel"
 depends="python3-cairocffi python3-xcffib pango gdk-pixbuf"
 short_desc="Full-featured tiling window manager written and configured in Python"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="http://www.qtile.org/"
 changelog="https://raw.githubusercontent.com/qtile/qtile/master/CHANGELOG"
 distfiles="${PYPI_SITE}/q/qtile/qtile-${version}.tar.gz"
-checksum=cc7b80cfa0e7037242a610563f53dac315c1ef1538efb801fec99073e363fc11
+checksum=2c806f94dbf67a8ce1e0cd3fa425b95e3fdc5258e28d766dfecd866a7f5806b5
 
 post_install() {
 	vinstall resources/qtile.desktop 644 usr/share/xsessions
@@ -24,7 +24,7 @@ post_install() {
 
 qtile-wayland_package() {
 	depends="${sourcepkg}>=${version}_${revision}
-	 python3-pywlroots-${_wlroots} python3-pywayland python3-xkbcommon"
+	 python3-pywlroots python3-pywayland python3-xkbcommon"
 	pkg_install() {
 		vmove ${py3_sitelib}/libqtile/backend/wayland
 		vmove usr/share/wayland-sessions

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

* Re: [PR REVIEW] qtile and dependencies: update
  2024-06-07 18:37 [PR PATCH] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0 kaistian
                   ` (13 preceding siblings ...)
  2024-06-11 22:39 ` [PR PATCH] [Updated] " kaistian
@ 2024-06-11 22:45 ` kaistian
  2024-06-12  5:21 ` [PR PATCH] [Merged]: " sgn
  15 siblings, 0 replies; 17+ messages in thread
From: kaistian @ 2024-06-11 22:45 UTC (permalink / raw)
  To: ml

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

New review comment by kaistian on void-packages repository

https://github.com/void-linux/void-packages/pull/50736#discussion_r1635558604

Comment:
It's now removed.

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

* Re: [PR PATCH] [Merged]: qtile and dependencies: update
  2024-06-07 18:37 [PR PATCH] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0 kaistian
                   ` (14 preceding siblings ...)
  2024-06-11 22:45 ` [PR REVIEW] " kaistian
@ 2024-06-12  5:21 ` sgn
  15 siblings, 0 replies; 17+ messages in thread
From: sgn @ 2024-06-12  5:21 UTC (permalink / raw)
  To: ml

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

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

qtile and dependencies: update
https://github.com/void-linux/void-packages/pull/50736

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
Except the Wayland packages since I'm using xorg.

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
The new package is requirement to run Qtile on Wayland.

#### Local build testing
- I built this PR locally for my native architecture, x86-64-LIBC

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

end of thread, other threads:[~2024-06-12  5:21 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-07 18:37 [PR PATCH] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots-0.17-0.17.0, python3-pywayland: update to 0.4.17, python3-cairocffi: update to 1.7.0 kaistian
2024-06-07 18:46 ` kaistian
2024-06-07 19:05 ` [PR PATCH] [Updated] " kaistian
2024-06-07 19:12 ` ahesford
2024-06-07 20:13 ` kaistian
2024-06-07 20:15 ` kaistian
2024-06-07 20:28 ` kaistian
2024-06-07 20:52 ` kaistian
2024-06-07 21:56 ` [PR PATCH] [Updated] " kaistian
2024-06-07 22:25 ` [PR PATCH] [Updated] qtile: update to 0.26.0, python3-qtile-extras: update to 0.26.0, New package: python3-pywlroots, replaces python3-pywlroots-0.16, " kaistian
2024-06-07 22:37 ` kaistian
2024-06-10 14:22 ` [PR REVIEW] qtile and dependencies: update sgn
2024-06-10 19:00 ` kaistian
2024-06-11  0:06 ` ahesford
2024-06-11 22:39 ` [PR PATCH] [Updated] " kaistian
2024-06-11 22:45 ` [PR REVIEW] " kaistian
2024-06-12  5:21 ` [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).