sys-power/amdfan - 0.1.28 (guru)

Search

Install

Install this version:

emerge -a =sys-power/amdfan-0.1.28

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

autounmask =sys-power/amdfan-0.1.28

Or alternatively:

emerge --autounmask-write -a =sys-power/amdfan-0.1.28

Package Information

Description:
Updated AMD Fan control utility forked from amdgpu-fan and updated.
Homepage:
https://mcgillij.dev/pages/amdfan.html
License:
GPL-2

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_12 )

inherit distutils-r1 systemd

DESCRIPTION="Updated AMD Fan control utility forked from amdgpu-fan and updated. "
HOMEPAGE="https://mcgillij.dev/pages/amdfan.html"
SRC_URI="https://github.com/mcgillij/amdfan/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	${PYTHON_DEPS}
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/pyyaml[${PYTHON_USEDEP}]
	dev-python/click[${PYTHON_USEDEP}]
	dev-python/rich[${PYTHON_USEDEP}]
"
DEPEND="${PYTHON_DEPS}"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DOCS=( README.md )

distutils_enable_tests unittest

src_prepare() {
	distutils-r1_src_prepare
}

python_install_all() {
	distutils-r1_python_install_all
	systemd_dounit src/amdfan/amdfan.service
}

python_test() {
	"${EPYTHON}" -m unittest discover tests || die
}

Inherited Eclasses

Dependencies

RDEPEND

	
	dev-python/numpy[]
	dev-python/pyyaml[]
	dev-python/click[]
	dev-python/rich[]

Manifest for 0.1.28

Type File Size Source URLs
DIST amdfan-0.1.28.tar.gz 81901 bytes https://github.com/mcgillij/amdfan/archive/refs/tags/0.1.28.tar.gz