[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#53445: [PATCH 2/3] gnu: Add python2-i3ipc
From: |
zimoun |
Subject: |
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@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