GNU bug report logs - #53445
[PATCH 2/3] gnu: Add python2-i3ipc

Previous Next

Package: guix-patches;

Reported by: "(unmatched-parenthesis" <paren <at> disroot.org>

Date: Sat, 22 Jan 2022 12:23:02 UTC

Severity: normal

Tags: patch

Done: zimoun <zimon.toutoune <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: zimoun <zimon.toutoune <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#53445: closed ([PATCH 2/3] gnu: Add python2-i3ipc)
Date: Mon, 24 Jan 2022 14:33:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 24 Jan 2022 15:32:06 +0100
with message-id <CAJ3okZ15g=yag-M5qH46sG0pZ2YHC4BwHDmMRi2PG9CcZEr-sA <at> mail.gmail.com>
and subject line Re: [bug#53445] [PATCH 2/3] gnu: Add python2-i3ipc
has caused the debbugs.gnu.org bug report #53445,
regarding [PATCH 2/3] gnu: Add python2-i3ipc
to be marked as done.

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


-- 
53445: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53445
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "(unmatched-parenthesis" <paren <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: "\(unmatched-parenthesis" <paren <at> disroot.org>
Subject: [PATCH 2/3] gnu: Add python2-i3ipc
Date: Sat, 22 Jan 2022 11:47:23 +0000
* gnu/packages/wm.scm(python2-i3ipc): New variable.
---
 gnu/packages/wm.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 975247bf07..c791bcf44e 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -561,6 +561,9 @@ (define-public python-i3ipc
    (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 python2-i3ipc
+  (package-with-python2 python-i3ipc))
 (define-public qtile
   (package
     (name "qtile")
-- 
2.34.0



[Message part 3 (message/rfc822, inline)]
From: zimoun <zimon.toutoune <at> gmail.com>
To: "(unmatched-parenthesis" <paren <at> disroot.org>
Cc: 53445-done <at> debbugs.gnu.org
Subject: Re: [bug#53445] [PATCH 2/3] gnu: Add python2-i3ipc
Date: Mon, 24 Jan 2022 15:32:06 +0100
Hi,

On Sat, 22 Jan 2022 at 13:23, (unmatched-parenthesis via Guix-patches
via <guix-patches <at> gnu.org> wrote:

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

> +(define-public python2-i3ipc
> +  (package-with-python2 python-i3ipc))

As Maxime pointed, Python 2 is EOL since 2 years [1] and the current
work is to remove leaf Python 2 packages.  Therefore, I am proposing
to skip this 2/3 from the series and close this submission.

1: <https://www.python.org/doc/sunset-python-2/>


Cheers,
simon


This bug report was last modified 3 years and 116 days ago.

Previous Next


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