commit: 4a274f17f0ae4ea865b8bd8e4cca61fac9cbb060 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Mon Apr 28 22:47:57 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Apr 29 11:08:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a274f17
app-emacs/emacs-ipython-notebook: enable py3.13 Minor QA clean up and enabled py3.13 with passed test suite tests. Closes: https://bugs.gentoo.org/952195 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41833 Closes: https://github.com/gentoo/gentoo/pull/41833 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> .../emacs-ipython-notebook-0.17.1_pre20230826.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.1_pre20230826.ebuild b/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.1_pre20230826.ebuild index 83f23a778891..f527e4c4dc03 100644 --- a/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.1_pre20230826.ebuild +++ b/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.1_pre20230826.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # NOTICE: Check package version in "lisp/ein-pkg.el". @@ -7,7 +7,7 @@ EAPI=8 [[ "${PV}" == *20230826 ]] && COMMIT=998ba22660be2035cd23bed1555e47748c4da8a2 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit elisp readme.gentoo-r1 python-single-r1 @@ -17,8 +17,8 @@ SRC_URI="https://github.com/millejoh/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar. S="${WORKDIR}"/${PN}-${COMMIT} LICENSE="GPL-3+" -KEYWORDS="~amd64 ~x86" SLOT="0" +KEYWORDS="~amd64 ~x86" IUSE="test" RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE}"
