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 2DDF6158091 for ; Sun, 12 Jun 2022 18:49:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E9DDE0898; Sun, 12 Jun 2022 18:49:50 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CC2CE0898 for ; Sun, 12 Jun 2022 18:49:50 +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 206E2341B64 for ; Sun, 12 Jun 2022 18:49:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 605811E for ; Sun, 12 Jun 2022 18:49:47 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1655059764.e2c28d69128309a97de52bd8393f8a20d8d9ad8e.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/aw-client/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/aw-client/aw-client-0.11.0.ebuild app-misc/aw-client/metadata.xml X-VCS-Directories: app-misc/aw-client/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: e2c28d69128309a97de52bd8393f8a20d8d9ad8e X-VCS-Branch: dev Date: Sun, 12 Jun 2022 18:49:47 +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: e3b0e550-8bfe-4536-8a0f-5da3495bb409 X-Archives-Hash: 9de6ed1cf0a906d7dfa2b9dffdb250ed commit: e2c28d69128309a97de52bd8393f8a20d8d9ad8e Author: David Roman gmail com> AuthorDate: Sun Jun 12 18:49:24 2022 +0000 Commit: David Roman gmail com> CommitDate: Sun Jun 12 18:49:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2c28d69 app-misc/aw-client: new package Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: David Roman gmail.com> app-misc/aw-client/aw-client-0.11.0.ebuild | 36 ++++++++++++++++++++++++++++++ app-misc/aw-client/metadata.xml | 8 +++++++ 2 files changed, 44 insertions(+) diff --git a/app-misc/aw-client/aw-client-0.11.0.ebuild b/app-misc/aw-client/aw-client-0.11.0.ebuild new file mode 100644 index 000000000..4decfe66f --- /dev/null +++ b/app-misc/aw-client/aw-client-0.11.0.ebuild @@ -0,0 +1,36 @@ +# 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_{8..10}) + +inherit distutils-r1 + +DESCRIPTION="Client library for ActivityWatch" +HOMEPAGE="https://activitywatch.net" +LICENSE="MPL-2.0" + +inherit git-r3 +EGIT_REPO_URI="https://github.com/ActivityWatch/${PN}.git" +EGI_COMMIT="f7a8dbb3f81be81224368970054fd33d2814c9d7" + +KEYWORDS="~amd64" +SLOT="0" +# Test tries to connect to aw-server +RESTRICT="test" + +RDEPEND=" + app-misc/aw-core[${PYTHON_USEDEP}] + dev-python/click[${PYTHON_USEDEP}] + dev-python/persist-queue[${PYTHON_USEDEP}] + dev-python/tabulate[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] +" + +DEPEND=" + ${RDEPEND} +" + diff --git a/app-misc/aw-client/metadata.xml b/app-misc/aw-client/metadata.xml new file mode 100644 index 000000000..01c1fc848 --- /dev/null +++ b/app-misc/aw-client/metadata.xml @@ -0,0 +1,8 @@ + + + + + davidroman96@gmail.com + David Roman + +