commit:     1b9c608cceb8016834d9db771dd58d3adc07d06b
Author:     Kostadin Shishmanov <kostadinshishmanov <AT> protonmail <DOT> com>
AuthorDate: Wed May 28 12:03:47 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 28 12:28:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b9c608c

sys-process/bpytop: enable py3.13

Closes: https://bugs.gentoo.org/952752
Signed-off-by: Kostadin Shishmanov <kostadinshishmanov <AT> protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42292
Closes: https://github.com/gentoo/gentoo/pull/42292
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/bpytop/bpytop-1.0.68-r1.ebuild | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/sys-process/bpytop/bpytop-1.0.68-r1.ebuild 
b/sys-process/bpytop/bpytop-1.0.68-r1.ebuild
index 78fa09a9c613..0ad889dbf37b 100644
--- a/sys-process/bpytop/bpytop-1.0.68-r1.ebuild
+++ b/sys-process/bpytop/bpytop-1.0.68-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2020-2023 Gentoo Authors
+# Copyright 2020-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit distutils-r1
 
@@ -37,10 +37,3 @@ src_install() {
        doins bpytop-themes/*.theme
        distutils-r1_src_install
 }
-
-python_test() {
-       EPYTEST_DESELECT=(
-               tests/test_functions.py::test_get_cpu_core_mapping
-       )
-       epytest
-}

Reply via email to