Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qtile: update to 0.22.1, python3-xcffib: update to 1.2.0 and python3-cairocffi: update to 1.4.0
@ 2023-02-24 18:49 kaistian
  2023-02-25 19:26 ` [PR PATCH] [Updated] WIP: " kaistian
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: kaistian @ 2023-02-24 18:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 598 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/42430

qtile: update to 0.22.1, python3-xcffib: update to 1.2.0 and python3-cairocffi: update to 1.4.0
The Python packages is a hostmakedepends for Qtile.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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/42430.patch is attached

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

From 78763f544a1a03a0eded9cf07bcf835b601e8179 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <kai.stian.olstad@gmail.com>
Date: Fri, 24 Feb 2023 19:29:47 +0100
Subject: [PATCH 1/3] python3-cairocffi: update to 1.4.0.

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

diff --git a/srcpkgs/python3-cairocffi/template b/srcpkgs/python3-cairocffi/template
index 79e8cddbfb60..fa323dcad447 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.3.0
-revision=2
+version=1.4.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-cffi python3-wheel $(vopt_if xcb python3-xcffib)"
 depends="python3-cffi cairo"
@@ -12,7 +12,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=108a3a7cb09e203bdd8501d9baad91d786d204561bd71e9364e8b34897c47b91
+checksum=509339b32ccd8d7b00c2204c32736cde78db53a32e6a162d312478d25626cd9a
 
 build_options=xcb
 case "$XBPS_MACHINE" in
@@ -30,6 +30,7 @@ do_check() {
 	( cd build/lib* && python3 -m pytest )
 }
 
-post_install() {
-	vlicense LICENSE
-}
+# License file was removed for 1.4.0 but will return in next version
+#post_install() {
+#	vlicense LICENSE
+#}

From 5b432fd7cacba54f48c54b307e3f9d3ea618ce78 Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <kai.stian.olstad@gmail.com>
Date: Fri, 24 Feb 2023 19:30:23 +0100
Subject: [PATCH 2/3] python3-xcffib: update to 1.2.0.

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

diff --git a/srcpkgs/python3-xcffib/template b/srcpkgs/python3-xcffib/template
index e33b1feed7cc..ed5a8f8fa3f7 100644
--- a/srcpkgs/python3-xcffib/template
+++ b/srcpkgs/python3-xcffib/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-xcffib'
 pkgname=python3-xcffib
-version=0.11.1
-revision=2
+version=1.2.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools pkg-config cabal-install parallel xcb-proto python3-cffi python3-wheel"
 makedepends="python3-devel libffi-devel libxcb-devel python3-six"
@@ -11,7 +11,7 @@ maintainer="Kai Stian Olstad <void@olstad.com>"
 license="Apache-2.0"
 homepage="https://github.com/tych0/xcffib"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=bd89c1e65cf4773fe10d70209ba069e0e1fe82c37c121501fc404aa9867d0ff3
+checksum=d87d14aebee11c70a685da58fd509bde4ab089a226848dde393174b3fa94f8d6
 nocross="Cannot yet cross compile with Haskell"
 
 pre_build() {

From 7ed12d4f41321a57b022b3bd1d7a72fe7a0d5b5f Mon Sep 17 00:00:00 2001
From: Kai Stian Olstad <kai.stian.olstad@gmail.com>
Date: Fri, 24 Feb 2023 19:31:45 +0100
Subject: [PATCH 3/3] qtile: update to 0.22.1.

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

diff --git a/srcpkgs/qtile/template b/srcpkgs/qtile/template
index 3f16eada0cda..2a5ddaf24729 100644
--- a/srcpkgs/qtile/template
+++ b/srcpkgs/qtile/template
@@ -1,7 +1,7 @@
 # Template file for 'qtile'
 pkgname=qtile
-version=0.22.0
-revision=2
+version=0.22.1
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-setuptools_scm python3-cairocffi python3-xcffib python3-wheel pkg-config"
 makedepends="python3-devel libffi-devel pulseaudio-devel"
@@ -12,7 +12,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=ecec16cf41b6bbbc1847d0cd3f7dba68eb16fa175fbe856a229817297f605f6e
+checksum=27c3cb4d742311622cf5a278167c3be99ea475a7def5d41ee860bd3e86478f8b
 
 post_install() {
 	vinstall resources/qtile.desktop 644 usr/share/xsessions

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

end of thread, other threads:[~2023-05-31 17:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-24 18:49 [PR PATCH] qtile: update to 0.22.1, python3-xcffib: update to 1.2.0 and python3-cairocffi: update to 1.4.0 kaistian
2023-02-25 19:26 ` [PR PATCH] [Updated] WIP: " kaistian
2023-03-13 15:36 ` [PR REVIEW] " mhmdanas
2023-03-13 15:41 ` mhmdanas
2023-03-13 15:47 ` kaistian
2023-03-13 16:12 ` [PR PATCH] [Updated] " kaistian
2023-05-31 17:44 ` [PR PATCH] [Closed]: " kaistian

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