GNU bug report logs - #73523
[PATCH 0/3] gnu: add pywlroots

Previous Next

Package: guix-patches;

Reported by: bigbookofbug <at> proton.me

Date: Sat, 28 Sep 2024 05:33:02 UTC

Severity: normal

Tags: patch

Full log


Message #17 received at 73523 <at> debbugs.gnu.org (full text, mbox):

From: bigbookofbug <at> proton.me
To: 73523 <at> debbugs.gnu.org
Cc: big bug <bigbookofbug <at> proton.me>
Subject: [PATCH 2/3] [PATCH 2/3] gnu: add pywlroots
Date: Sat, 28 Sep 2024 06:40:06 +0000
From: big bug <bigbookofbug <at> proton.me>

---
 gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 83f645a038..29a48dacaa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -458,6 +458,24 @@ (define-public python-awkward
 using NumPy-like idioms.")
     (license license:bsd-3)))
 
+(define-public python-xkbcommon
+  (package
+    (name "python-xkbcommon")
+    (version "1.5.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "xkbcommon" version))
+       (sha256
+	(base32 "0dnwbp8rriwkmsa8a40cpvrccjy7m8xz6jw0vbcka7gnvc44h5xc"))))
+    (build-system pyproject-build-system)
+    (inputs (list libxkbcommon))
+    (propagated-inputs (list python-cffi))
+    (home-page "https://github.com/sde1000/python-xkbcommon")
+    (synopsis "Python bindings for libxkbcommon using cffi")
+    (description "This package provides Python bindings for libxkcommon using python-cffi.")
+    (license license:expat)))
+
 (define-public python-xmldiff
   (package
     (name "python-xmldiff")
-- 
2.46.0






This bug report was last modified 234 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.