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 #20 received at 73523 <at> debbugs.gnu.org (full text, mbox):

From: Aaron Covrig <aaron.covrig.us <at> ieee.org>
To: 73523 <at> debbugs.gnu.org
Cc: big bug <bigbookofbug <at> proton.me>
Subject: [PATCH v3 1/3] gnu: Add python-xkbcommon version 1.5.1
Date: Thu, 24 Oct 2024 20:20:29 -0400
From: big bug <bigbookofbug <at> proton.me>

* gnu/packages/python-xyz.scm (python-xkbcommon): New variable.
---
 gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b58eb1ff88..5001732d4d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -457,6 +457,25 @@ (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")

base-commit: 2394a7f5fbf60dd6adc0a870366adb57166b6d8b
-- 
2.46.0





This bug report was last modified 233 days ago.

Previous Next


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