guix-patches
[Top][All Lists]
Advanced

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

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


From: Maxime Devos
Subject: [bug#53445] [PATCH 2/3] gnu: Add python2-i3ipc
Date: Sat, 22 Jan 2022 15:30:09 +0100
User-agent: Evolution 3.38.3-1

(unmatched-parenthesis via Guix-patches via schreef op za 22-01-2022 om
11:47 [+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))

Python 2 has reached EOL since two years, can we avoid introducing new
python2 packages?  See, e.g.,
<https://mail.gnu.org/archive/html/guix-devel/2018-12/msg00545.html>.

Greetings,
Maxme.

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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