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


View this message in rfc822 format

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

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5001732d4d..41ed393f67 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -155,6 +155,7 @@
 ;;; Copyright © 2024 David Elsing <david.elsing <at> posteo.net>
 ;;; Copyright © 2024 Rick Huijzer <ikbenrickhuyzer <at> gmail.com>
 ;;; Copyright © 2024 Peter Kannewitz <petre-vps <at> posteo.net>
+;;; Copyright © 2024 big bug <bigbookofbug <at> proton.me>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -37124,6 +37125,31 @@ (define-public python-wasabi
 toolkit for Python.")
     (license license:expat)))
 
+(define-public python-pywayland
+  (package
+    (name "python-pywayland")
+    (version "0.4.18")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pywayland" version))
+       (sha256
+        (base32 "0cv5aqn23id31mn95q6isn5vcnjcd4dvaqzn52ihbb9sg01dx2jr"))))
+    (build-system pyproject-build-system)
+    (arguments
+     (list
+      #:tests? #f))
+    (inputs (list wayland))
+    (propagated-inputs (list python-cffi))
+    (native-inputs (list python-pytest pkg-config))
+    (home-page "https://github.com/flacjacket/pywayland/")
+    (synopsis "Python bindings for the libwayland librar")
+    (description
+     "PyWayland provides a wrapper to the libwayland library using the CFFI
+library to provide access to the Wayland library calls and written in pure
+Python.")
+    (license license:asl2.0)))
+
 (define-public python-srt
   (package
     (name "python-srt")
-- 
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.