sys-process/bpytop: enable py3.13

Closes: https://bugs.gentoo.org/952752
Signed-off-by: Kostadin Shishmanov <kostadinshishmanov@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@gentoo.org>
This commit is contained in:
Kostadin Shishmanov
2025-05-28 15:03:47 +03:00
committed by Sam James
parent 5b208cead7
commit 1b9c608cce

View File

@@ -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
}