commit: 61240a790474cb87846bec8fdd430260643dd832 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sat Mar 29 23:33:18 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sun Mar 30 01:59:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61240a79
sci-mathematics/dunshire: keyword ~riscv, enable py3.13 Closes: https://bugs.gentoo.org/952684 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> .../dunshire/{dunshire-0.1.3-r1.ebuild => dunshire-0.1.3-r2.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild b/sci-mathematics/dunshire/dunshire-0.1.3-r2.ebuild similarity index 85% rename from sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild rename to sci-mathematics/dunshire/dunshire-0.1.3-r2.ebuild index 348bf1942132..ec610025b387 100644 --- a/sci-mathematics/dunshire/dunshire-0.1.3-r1.ebuild +++ b/sci-mathematics/dunshire/dunshire-0.1.3-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 @@ -14,7 +14,7 @@ SRC_URI="https://michael.orlitzky.com/code/releases/${P}.tar.gz" LICENSE="AGPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~riscv ~x86" IUSE="doc test" RESTRICT="!test? ( test )"
