unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: bigbookofbug--- via Guix-patches via <guix-patches@gnu.org>
To: 73523@debbugs.gnu.org
Cc: big bug <bigbookofbug@proton.me>
Subject: [bug#73523] [PATCH 2/3] [PATCH 2/3] gnu: add pywlroots
Date: Sat, 28 Sep 2024 06:40:06 +0000	[thread overview]
Message-ID: <20240928063957.30589-1-bigbookofbug@proton.me> (raw)
In-Reply-To: <20240928050035.28933-1-bigbookofbug@proton.me>

From: big bug <bigbookofbug@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






      parent reply	other threads:[~2024-09-28  6:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-28  5:00 [bug#73523] [PATCH 0/3] gnu: add pywlroots bigbookofbug--- via Guix-patches via
2024-09-28  6:35 ` [bug#73523] [PATCH 1/3] [PATCH 0/3] gnu: add python-pywlroots bigbookofbug--- via Guix-patches via
2024-09-28  6:35   ` [bug#73523] [PATCH 2/3] [PATCH 2/3] gnu: add pywlroots bigbookofbug--- via Guix-patches via
2024-09-28  6:35   ` [bug#73523] [PATCH 3/3] [PATCH 3/3] " bigbookofbug--- via Guix-patches via
2024-09-28  6:40 ` bigbookofbug--- via Guix-patches via [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240928063957.30589-1-bigbookofbug@proton.me \
    --to=guix-patches@gnu.org \
    --cc=73523@debbugs.gnu.org \
    --cc=bigbookofbug@proton.me \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).