Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-ipython-notebook/
Date: Mon, 27 Feb 2023 00:05:39
Message-Id: 1677456327.33836f4302a71e504bc41821e62db742dcc2cbcd.xgqt@gentoo
1 commit: 33836f4302a71e504bc41821e62db742dcc2cbcd
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 26 23:48:37 2023 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 00:05:27 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33836f43
7
8 app-emacs/emacs-ipython-notebook: enable python 3.11
9
10 Closes: https://bugs.gentoo.org/896534
11 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
12
13 .../emacs-ipython-notebook-0.17.0_p20220419-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419-r1.ebuild b/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419-r1.ebuild
17 index a66a15d33fe2..e41358fe8e8a 100644
18 --- a/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419-r1.ebuild
19 +++ b/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419-r1.ebuild
20 @@ -8,7 +8,7 @@ EAPI=8
21
22 COMMIT=388c8f753cfb99b4f82acbdff26bbe27189d2299
23 NEED_EMACS=25
24 -PYTHON_COMPAT=( python3_{9..10} )
25 +PYTHON_COMPAT=( python3_{9..11} )
26
27 inherit elisp readme.gentoo-r1 python-single-r1