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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6FCD2158094 for ; Tue, 30 Aug 2022 19:05:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CBA3E095F; Tue, 30 Aug 2022 19:05:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC347E095F for ; Tue, 30 Aug 2022 19:05:16 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4AE43411BC for ; Tue, 30 Aug 2022 19:05:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4490F5A2 for ; Tue, 30 Aug 2022 19:05:14 +0000 (UTC) From: "Stephan Hartmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephan Hartmann" Message-ID: <1661886302.14e698a2c04107c1df4a1be8b6657b1327bfb44f.sultan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/liquidctl/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/liquidctl/Manifest app-misc/liquidctl/liquidctl-1.10.0.ebuild app-misc/liquidctl/metadata.xml X-VCS-Directories: app-misc/liquidctl/ X-VCS-Committer: sultan X-VCS-Committer-Name: Stephan Hartmann X-VCS-Revision: 14e698a2c04107c1df4a1be8b6657b1327bfb44f X-VCS-Branch: master Date: Tue, 30 Aug 2022 19:05:14 +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: c6eeed9a-a7a5-4285-9fd1-fabccabc392e X-Archives-Hash: 16017bcc5aed1616375e548af8dcb1c3 commit: 14e698a2c04107c1df4a1be8b6657b1327bfb44f Author: Stephan Hartmann gentoo org> AuthorDate: Tue Aug 30 19:04:48 2022 +0000 Commit: Stephan Hartmann gentoo org> CommitDate: Tue Aug 30 19:05:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e698a2 app-misc/liquidctl: new package, add 1.10.0, moved from ::guru Signed-off-by: Stephan Hartmann gentoo.org> app-misc/liquidctl/Manifest | 1 + app-misc/liquidctl/liquidctl-1.10.0.ebuild | 51 ++++++++++++++++++++++++++++++ app-misc/liquidctl/metadata.xml | 12 +++++++ 3 files changed, 64 insertions(+) diff --git a/app-misc/liquidctl/Manifest b/app-misc/liquidctl/Manifest new file mode 100644 index 000000000000..98e326679412 --- /dev/null +++ b/app-misc/liquidctl/Manifest @@ -0,0 +1 @@ +DIST liquidctl-1.10.0.tar.gz 1807672 BLAKE2B e7f06ed51c82f0f1fcf5e3adfca1f84040373b1010246eca9f74a170019e53acecc588772708753585fc9c8491e00fd0fa5a1ecd991bef6507e5042431519199 SHA512 3e86078d8d9f985f60a52a13778b14712dc56a7574a885bb4238bdce7ebb1bcc80c29e560c47e4d0523b621e9d3c7faf2e28631e20e45c083e365024327ba5a2 diff --git a/app-misc/liquidctl/liquidctl-1.10.0.ebuild b/app-misc/liquidctl/liquidctl-1.10.0.ebuild new file mode 100644 index 000000000000..8526e69b1a71 --- /dev/null +++ b/app-misc/liquidctl/liquidctl-1.10.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 udev + +DESCRIPTION="Cross-platform tool and drivers for liquid coolers and other devices" +HOMEPAGE="https://github.com/liquidctl/liquidctl" +SRC_URI="https://github.com/liquidctl/liquidctl/releases/download/v${PV}/${P}.tar.gz" +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/colorlog[${PYTHON_USEDEP}] + dev-python/docopt[${PYTHON_USEDEP}] + dev-python/hidapi[${PYTHON_USEDEP}] + dev-python/pyusb[${PYTHON_USEDEP}] + sys-apps/i2c-tools[${PYTHON_USEDEP},python] +" + +BDEPEND=" + dev-python/setuptools_scm[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +src_test() { + # Without this variable, it attempts to write to /var/run and fails + XDG_RUNTIME_DIR="${T}/xdg" distutils-r1_src_test || die +} + +python_install_all() { + distutils-r1_python_install_all + + dodoc docs/*.md + dodoc -r docs/linux/ + + udev_dorules extra/linux/71-liquidctl.rules +} + +pkg_postinst() { + udev_reload +} + +pkg_postrm() { + udev_reload +} diff --git a/app-misc/liquidctl/metadata.xml b/app-misc/liquidctl/metadata.xml new file mode 100644 index 000000000000..dfbf44e3a404 --- /dev/null +++ b/app-misc/liquidctl/metadata.xml @@ -0,0 +1,12 @@ + + + + + sultan@gentoo.org + Stephan Hartmann + + + liquidctl/liquidctl + liquidctl + +