summaryrefslogtreecommitdiff
path: root/sys-kernel/kci-dev/kci-dev-0.1.6.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/kci-dev/kci-dev-0.1.6.ebuild')
-rw-r--r--sys-kernel/kci-dev/kci-dev-0.1.6.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/sys-kernel/kci-dev/kci-dev-0.1.6.ebuild b/sys-kernel/kci-dev/kci-dev-0.1.6.ebuild
new file mode 100644
index 000000000000..7852ee33d413
--- /dev/null
+++ b/sys-kernel/kci-dev/kci-dev-0.1.6.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{9,10,11,12,13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Stand alone tool to interact with KernelCI"
+HOMEPAGE="
+ https://github.com/kernelci/kci-dev
+ https://pypi.org/project/kci-dev/
+"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+ >=dev-python/gitpython-3.1.43[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.32.3[${PYTHON_USEDEP}]
+ >=dev-python/click-8.1.7[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-6.0.2[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep 'dev-python/tomli[${PYTHON_USEDEP}]' 3.10)
+"