mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-09 00:10:21 +03:00
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:
committed by
Sam James
parent
5b208cead7
commit
1b9c608cce
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user