app-misc/aw-client: treeclean

Closes: https://bugs.gentoo.org/974592 (pkgremoved)
Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
David Roman
2026-06-10 23:05:17 +02:00
parent bbbf05f979
commit d8d791c558
4 changed files with 0 additions and 48 deletions

View File

@@ -1 +0,0 @@
DIST aw-client-0.11.0.tar.gz 45734 BLAKE2B d377a261fd74d6b0722e55da6d5c3c6f11a18463fca085fcfaaba193fd4c047385b1bd133b95726aa857e090cbe65bfc97f8b2a4926a3f89e88e16e2527c8e78 SHA512 93baaeb4cc5792a0256d70563a7d779543e64f952daa02beaf69af1d00d7741ecc62109696a600c9698a8de89c62e933910a9fb80ca2f0928b122d33414635df

View File

@@ -1,35 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_12 )
inherit distutils-r1
COMMIT="f7a8dbb3f81be81224368970054fd33d2814c9d7"
DESCRIPTION="Client library for ActivityWatch"
HOMEPAGE="https://activitywatch.net"
SRC_URI="https://github.com/ActivityWatch/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"
# 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}"

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>stkw0@disroot.org</email>
<name>David Roman</name>
</maintainer>
<upstream>
<remote-id type="github">ActivityWatch/aw-client</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -125,7 +125,6 @@ dev-python/pyperscan
# Missing components.Hard to package: upstream don't always make releases for new versions # Missing components.Hard to package: upstream don't always make releases for new versions
# Removal after 2026-06-11 # Removal after 2026-06-11
app-misc/aw-core app-misc/aw-core
app-misc/aw-client
# revdep of aw-core # revdep of aw-core
dev-python/timeslot dev-python/timeslot