sys-apps/amd-debug-tools - 0.2.21 (robert7k)

Search

Install

Install this version:

emerge -a =sys-apps/amd-debug-tools-0.2.21

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-apps/amd-debug-tools-0.2.21

Or alternatively:

emerge --autounmask-write -a =sys-apps/amd-debug-tools-0.2.21

Package Information

Description:
Helpful tools for debugging AMD Zen systems
Homepage:
https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.2.21 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{13..14} )
DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1

DESCRIPTION="Helpful tools for debugging AMD Zen systems"
HOMEPAGE="https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git"
SRC_URI="https://git.kernel.org/pub/scm/linux/kernel/git/superm1/${PN}.git/snapshot/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	dev-python/jinja2[${PYTHON_USEDEP}]
	dev-python/markupsafe[${PYTHON_USEDEP}]
	dev-python/matplotlib[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/packaging[${PYTHON_USEDEP}]
	dev-python/pandas[${PYTHON_USEDEP}]
	dev-python/pyudev[${PYTHON_USEDEP}]
	dev-python/seaborn[${PYTHON_USEDEP}]
	dev-python/tabulate[${PYTHON_USEDEP}]"

RDEPEND="${DEPEND}
	sys-power/iasl"

BDEPEND="dev-python/setuptools-scm"

# cgit snapshot tarballs carry no git metadata for setuptools-scm to read
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}

distutils_enable_tests unittest

python_test() {
	eunittest -s src
}

Inherited Eclasses

Dependencies

DEPEND

	dev-python/jinja2[]
	dev-python/markupsafe[]
	dev-python/matplotlib[]
	dev-python/numpy[]
	dev-python/packaging[]
	dev-python/pandas[]
	dev-python/pyudev[]
	dev-python/seaborn[]
	dev-python/tabulate[]

RDEPEND

	dev-python/jinja2[]
	dev-python/markupsafe[]
	dev-python/matplotlib[]
	dev-python/numpy[]
	dev-python/packaging[]
	dev-python/pandas[]
	dev-python/pyudev[]
	dev-python/seaborn[]
	dev-python/tabulate[]
	sys-power/iasl

BDEPEND

dev-python/setuptools-scm

Manifest for 0.2.21

Type File Size Source URLs
DIST amd-debug-tools-0.2.21.tar.gz 122334 bytes https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git/snapshot/amd-debug-tools-0.2.21.tar.gz