From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5621159C9B for ; Thu, 1 Aug 2024 02:43:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB47F2BC01A; Thu, 1 Aug 2024 02:43:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA50C2BC01A for ; Thu, 1 Aug 2024 02:43:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B504133FD3F for ; Thu, 1 Aug 2024 02:43:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1143B1E88 for ; Thu, 1 Aug 2024 02:43:55 +0000 (UTC) From: "Mazunki Hoksaas" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mazunki Hoksaas" Message-ID: <1722480223.618d7043f476c4f758e26dd71435ab5e7e8a39ee.rolferen@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-power/amdfan/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-power/amdfan/Manifest sys-power/amdfan/amdfan-0.2.3.ebuild X-VCS-Directories: sys-power/amdfan/ X-VCS-Committer: rolferen X-VCS-Committer-Name: Mazunki Hoksaas X-VCS-Revision: 618d7043f476c4f758e26dd71435ab5e7e8a39ee X-VCS-Branch: dev Date: Thu, 1 Aug 2024 02:43:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0228d8b6-b495-4218-b2e1-7253ee573a3d X-Archives-Hash: 51b127425a5965b19b6fd8ed01d10afb commit: 618d7043f476c4f758e26dd71435ab5e7e8a39ee Author: Mazunki Hoksaas gmail com> AuthorDate: Thu Aug 1 02:43:27 2024 +0000 Commit: Mazunki Hoksaas gmail com> CommitDate: Thu Aug 1 02:43:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=618d7043 sys-power/amdfan: add 0.2.3 sorry for the delay Signed-off-by: Mazunki Hoksaas gmail.com> sys-power/amdfan/Manifest | 1 + sys-power/amdfan/amdfan-0.2.3.ebuild | 64 ++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) diff --git a/sys-power/amdfan/Manifest b/sys-power/amdfan/Manifest index dae0c403f..083226e29 100644 --- a/sys-power/amdfan/Manifest +++ b/sys-power/amdfan/Manifest @@ -1 +1,2 @@ DIST amdfan-0.1.28.tar.gz 81901 BLAKE2B 84e461a2f230e560c80badd99ec658774e5b46785a78387d6906d8ebe8a855f1e421a33872246af2a96ff06790615ad47a7d3d248e97a615c78a4ff9de8f641e SHA512 214b4940e747a8c8c0083d1cd90e78a3080e6b6b56031fff42f6bdca867e47ba81defb490e7704786f6e2a2c9634d990d53cbcfbc24c2c43d4ec9691023c06d8 +DIST amdfan-0.2.3.tar.gz 85434 BLAKE2B 092a0f4123bb6e81688855ec868ddad3c55eee543fd9b5c81f4e0363c3e244b16fc8f2c82d1461a8471fa3074dc6cb47a6220d6740aabfa514f849e9075dfcf2 SHA512 fa46e89df1ea26b5fc6eec7596c8fec3c7d41e602210fb1544ca468f958739a97010616f3cefc30134199d9355281a7b572252b5b360b79f0f0029d3a825d970 diff --git a/sys-power/amdfan/amdfan-0.2.3.ebuild b/sys-power/amdfan/amdfan-0.2.3.ebuild new file mode 100644 index 000000000..ff0e02ac7 --- /dev/null +++ b/sys-power/amdfan/amdfan-0.2.3.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 +# shellcheck disable=2034 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{11..12} ) + +inherit distutils-r1 systemd autotools + +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 + + # this sed isn't clean. i haven't used PATCHES for this, since we're + # hoping to find a better fix upstream. suggestions are welcome + # + # relevant discussion: + # https://github.com/mcgillij/amdfan/commit/529fd3d4#r144705633 + sed -i '/^include = \["dist\/systemd\/amdfan.service"\]$/d' pyproject.toml || die + + eautoreconf -vfi +} + +src_configure() { + # i don't like hardcoding --bindir like this, but + # if i don't, i get ${exec_prefix}/bin instead of /usr/bin + # + # is there a better approach? + econf --bindir="${EPREFIX}"/usr/bin +} + +src_install() { + newinitd dist/openrc/amdfan amdfan + systemd_dounit dist/systemd/amdfan.service + + distutils-r1_src_install +} + +python_test() { + "${EPYTHON}" -m unittest discover tests || die +}