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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F18C139345 for ; Wed, 7 Jul 2021 11:58:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B110E0B67; Wed, 7 Jul 2021 11:58:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2ECF9E0B9A for ; Wed, 7 Jul 2021 11:58:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AF12342B62 for ; Wed, 7 Jul 2021 11:58:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D013744 for ; Wed, 7 Jul 2021 11:58:20 +0000 (UTC) From: "Alexey Sokolov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Sokolov" Message-ID: <1625659072.eebe04d2a37156ac27ed1b3006a0d924da782ea7.DarthGandalf@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/liquidctl/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/liquidctl/Manifest app-misc/liquidctl/liquidctl-1.7.0.ebuild app-misc/liquidctl/metadata.xml X-VCS-Directories: app-misc/liquidctl/ X-VCS-Committer: DarthGandalf X-VCS-Committer-Name: Alexey Sokolov X-VCS-Revision: eebe04d2a37156ac27ed1b3006a0d924da782ea7 X-VCS-Branch: dev Date: Wed, 7 Jul 2021 11:58:20 +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: 2f9190f2-1ddb-4975-8c9f-721b99015b7d X-Archives-Hash: 517cc84bedfa1931a1c2d2626c884fae commit: eebe04d2a37156ac27ed1b3006a0d924da782ea7 Author: Alexey Sokolov asokolov org> AuthorDate: Wed Jul 7 11:57:52 2021 +0000 Commit: Alexey Sokolov asokolov org> CommitDate: Wed Jul 7 11:57:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eebe04d2 app-misc/liquidctl: version 1.7.0 Bug: https://bugs.gentoo.org/800992 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Alexey Sokolov asokolov.org> app-misc/liquidctl/Manifest | 1 + app-misc/liquidctl/liquidctl-1.7.0.ebuild | 37 +++++++++++++++++++++++++++++++ app-misc/liquidctl/metadata.xml | 2 +- 3 files changed, 39 insertions(+), 1 deletion(-) diff --git a/app-misc/liquidctl/Manifest b/app-misc/liquidctl/Manifest index c5bdc6332..104d7c0ab 100644 --- a/app-misc/liquidctl/Manifest +++ b/app-misc/liquidctl/Manifest @@ -1 +1,2 @@ DIST liquidctl-1.4.2.tar.gz 159500 BLAKE2B a307949798c779f0a45494b0353f45b1a1d957fc9e5d3eeb9eefaaa03b82e4df1c5a9adce3bc025caf2a95745b225a112780ba6a426367ee45aa868c1f1620e5 SHA512 06a832c1e4784def449e64b9c119cf9fc8554932644d0126ad24ce1ab68995ea510e5473db2bdd8f1d20d4d5f505f21ecbf4ae490b6984fb87407ea9e6bfb58e +DIST liquidctl-1.7.0.tar.gz 2036796 BLAKE2B 38227ee16daa769c72b6070e23885f14fce3695db01a5b278b37d570cf9c293d8e7442d9f71e26fe3d50890c8cdcd59114539b014c14d3fc6aeca888bfb652da SHA512 f13925cebad63996475f0535d2db0a0cfb5177a83aebceba0ab45600ab1c175cb76bfb351118acfd4995eec44a75acd86b7b7539d69e999525a3aa9cd88f16ed diff --git a/app-misc/liquidctl/liquidctl-1.7.0.ebuild b/app-misc/liquidctl/liquidctl-1.7.0.ebuild new file mode 100644 index 000000000..547ab6c45 --- /dev/null +++ b/app-misc/liquidctl/liquidctl-1.7.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend +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] +" + +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 || die + dodoc -r docs/linux/ + udev_dorules extra/linux/71-liquidctl.rules +} diff --git a/app-misc/liquidctl/metadata.xml b/app-misc/liquidctl/metadata.xml index 8e9aedf81..abd809ae8 100644 --- a/app-misc/liquidctl/metadata.xml +++ b/app-misc/liquidctl/metadata.xml @@ -6,6 +6,6 @@ Alexey Sokolov - jonasmalacofilho/liquidctl + liquidctl/liquidctl