GNU bug report logs -
#53445
[PATCH 2/3] gnu: Add python2-i3ipc
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53445 in the body.
You can then email your comments to 53445 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#53445
; Package
guix-patches
.
(Sat, 22 Jan 2022 12:23:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"(unmatched-parenthesis" <paren <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 22 Jan 2022 12:23:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#53445
; Package
guix-patches
.
(Sat, 22 Jan 2022 14:31:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 53445 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
(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.
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
zimoun <zimon.toutoune <at> gmail.com>
:
You have taken responsibility.
(Mon, 24 Jan 2022 14:33:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
"(unmatched-parenthesis" <paren <at> disroot.org>
:
bug acknowledged by developer.
(Mon, 24 Jan 2022 14:33:03 GMT)
Full text and
rfc822 format available.
Message #13 received at 53445-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 22 Feb 2022 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 115 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.