Files
guru/app-misc/aw-core/aw-core-0.5.17.ebuild
David Roman 58ed506e19 app-misc/aw-core: add 0.5.17
Signed-off-by: David Roman <stkw0@disroot.org>
2026-05-11 13:01:10 +02:00

36 lines
864 B
Bash

# 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_{12..14} )
inherit distutils-r1
DESCRIPTION="Core library for ActivityWatch"
HOMEPAGE="https://activitywatch.net"
SRC_URI="https://github.com/ActivityWatch/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/appdirs[${PYTHON_USEDEP}]
dev-python/deprecation[${PYTHON_USEDEP}]
dev-python/iso8601[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
<dev-python/peewee-4.0.0[${PYTHON_USEDEP}]
dev-python/rfc3339-validator[${PYTHON_USEDEP}]
dev-python/strict-rfc3339[${PYTHON_USEDEP}]
dev-python/timeslot[${PYTHON_USEDEP}]
dev-python/tomlkit[${PYTHON_USEDEP}]
"
DEPEND="
${RDEPEND}
"
distutils_enable_tests pytest