From 702aa2dcd76c8344a7371ecae820b8f17afb45c7 Mon Sep 17 00:00:00 2001 From: David Roman Date: Sun, 12 Jun 2022 19:59:14 +0200 Subject: [PATCH] app-misc/aw-core: new package Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: David Roman --- app-misc/aw-core/aw-core-0.5.10.ebuild | 40 ++++++++++++++++++++++++++ app-misc/aw-core/metadata.xml | 8 ++++++ 2 files changed, 48 insertions(+) create mode 100644 app-misc/aw-core/aw-core-0.5.10.ebuild create mode 100644 app-misc/aw-core/metadata.xml diff --git a/app-misc/aw-core/aw-core-0.5.10.ebuild b/app-misc/aw-core/aw-core-0.5.10.ebuild new file mode 100644 index 0000000000..667582a51a --- /dev/null +++ b/app-misc/aw-core/aw-core-0.5.10.ebuild @@ -0,0 +1,40 @@ +# 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="Core 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="v${PV}" + +KEYWORDS="~amd64" +SLOT="0" +IUSE="test" + +RDEPEND=" + dev-python/appdirs[${PYTHON_USEDEP}] + dev-python/deprecation[${PYTHON_USEDEP}] + dev-python/iso8601[${PYTHON_USEDEP}] + dev-python/jsonschema[${PYTHON_USEDEP}] + dev-python/peewee[${PYTHON_USEDEP}] + dev-python/rfc3339-validator[${PYTHON_USEDEP}] + dev-python/strict-rfc3339[${PYTHON_USEDEP}] + dev-python/TakeTheTime[${PYTHON_USEDEP}] + dev-python/timeslot[${PYTHON_USEDEP}] + dev-python/tomlkit[${PYTHON_USEDEP}] +" + +DEPEND=" + ${RDEPEND} +" + +distutils_enable_tests pytest diff --git a/app-misc/aw-core/metadata.xml b/app-misc/aw-core/metadata.xml new file mode 100644 index 0000000000..01c1fc8487 --- /dev/null +++ b/app-misc/aw-core/metadata.xml @@ -0,0 +1,8 @@ + + + + + davidroman96@gmail.com + David Roman + +