emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53444: closed ([PATCH 1/3] gnu: Add python-i3ipc)


From: GNU bug Tracking System
Subject: bug#53444: closed ([PATCH 1/3] gnu: Add python-i3ipc)
Date: Sun, 25 Sep 2022 20:27:02 +0000

Your message dated Sun, 25 Sep 2022 22:26:38 +0200
with message-id <20220925222638.44157da4@alma-ubu.fritz.box>
and subject line Re: [bug#53444] [PATCH 1/3] gnu: Add python-i3ipc
has caused the debbugs.gnu.org bug report #53444,
regarding [PATCH 1/3] gnu: Add python-i3ipc
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53444: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=53444
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/3] gnu: Add python-i3ipc Date: Sat, 22 Jan 2022 11:47:22 +0000
* gnu/packages/wm.scm(python-i3ipc): New variable.
---
 gnu/packages/wm.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 67e113aaa2..975247bf07 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -49,6 +49,7 @@
 ;;; Copyright © 2021 jgart <jgart@dismail.de>
 ;;; Copyright © 2021 Disseminate Dissent <disseminatedissent@protonmail.com>
 ;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
+;;; Copyright © 2022 (unmatched parenthesis <paren@disroot.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -541,6 +542,25 @@ (define-public python-i3-py
 (define-public python2-i3-py
   (package-with-python2 python-i3-py))
 
+(define-public python-i3ipc
+  (package
+   (name "python-i3ipc")
+   (version "2.2.1")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (pypi-uri "i3ipc" version))
+     (sha256
+      (base32 "1s6crkdn7q8wmzl5d0pb6rdkhhbvp444yxilrgaylnbr2kbxg078"))))
+   (build-system python-build-system)
+   (arguments
+    ;; TODO: Fix tests
+    '(#:tests? #f))
+   (propagated-inputs (list python-xlib))
+   (home-page "https://github.com/altdesktop/i3ipc-python";)
+   (synopsis "An improved Python library to control i3wm and sway")
+   (description "This package provides an improved Python library to control 
i3wm and sway.")
+   (license license:bsd-3)))
 (define-public qtile
   (package
     (name "qtile")
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#53444] [PATCH 1/3] gnu: Add python-i3ipc Date: Sun, 25 Sep 2022 22:26:38 +0200
On Sat, 22 Jan 2022 11:47:22 +0000
"\(unmatched-parenthesis via Guix-patches" via <guix-patches@gnu.org>
wrote:

> * gnu/packages/wm.scm(python-i3ipc): New variable.

I'm closing this ticket, as it has the same content as #56717, which
was already applied as commits

86da72fb5b3a35a30660e81084ed0c90ec5af08f
515288874ff12c00ca8d1d22a94ef4b4903fec76

Björn

Attachment: pgpk4cigSVBmD.pgp
Description: OpenPGP digital signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]