mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
app-misc/aw-client: new package
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
36
app-misc/aw-client/aw-client-0.11.0.ebuild
Normal file
36
app-misc/aw-client/aw-client-0.11.0.ebuild
Normal file
@@ -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}
|
||||
"
|
||||
|
||||
8
app-misc/aw-client/metadata.xml
Normal file
8
app-misc/aw-client/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>davidroman96@gmail.com</email>
|
||||
<name>David Roman</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user