diff options
| author | Ian Jordan <immoloism@gmail.com> | 2025-04-28 23:47:57 +0100 |
|---|---|---|
| committer | Maciej Barć <xgqt@gentoo.org> | 2025-04-29 13:08:30 +0200 |
| commit | 4a274f17f0ae4ea865b8bd8e4cca61fac9cbb060 (patch) | |
| tree | 799796d763190b4f661aeb8c569b8c609a0d8ac8 | |
| parent | de794ffe090b9786b44e347bf7aa066b7b862843 (diff) | |
| download | gentoo-4a274f17f0ae4ea865b8bd8e4cca61fac9cbb060.tar.gz gentoo-4a274f17f0ae4ea865b8bd8e4cca61fac9cbb060.tar.bz2 gentoo-4a274f17f0ae4ea865b8bd8e4cca61fac9cbb060.zip | |
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@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@gentoo.org>
| -rw-r--r-- | app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.1_pre20230826.ebuild | 6 |
1 files 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}" |
