sys-kernel/kci-dev: add 0.1.10

Signed-off-by: Arisu Tachibana <alicef@gentoo.org>
This commit is contained in:
Arisu Tachibana
2026-05-09 17:57:19 +09:00
parent a41ca67ae9
commit e9b85475ef
2 changed files with 31 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kci_dev-0.1.10.tar.gz 56457 BLAKE2B 75d134b74b4cffa971626150bcae9eb26ac6627eed2c1b4432d6d23b46f9de90bf41ef89e8096d55462263113c0c1d318237d64b1e6019a030f4129c80d2aec7 SHA512 ff2f16903c2ed0654d13966b21c1a90f2d22a077096c0d2744041095a68877c45c2e1f82a38eb2dd5e52a43b469373745b2db21b21bb0b97d9a720d3ae39a0a2
DIST kci_dev-0.1.6.tar.gz 26522 BLAKE2B 8f699d0bdd7fde4619a5850c2d07577c7da10bc08d57e3e0089610de5022f7df574bc86e7528e6e5314510e13025862347fee5b5bf811893156b6434ddc8ed9a SHA512 bde214362ece26e7ba699ff7ab441ba50f967dace6384fb77343c40f0e5a40b1cce3d2404dc7cb611c934346c58ede5e5c8f5e8261ec1e75fdfdc905971b9a55

View File

@@ -0,0 +1,30 @@
# Copyright 2025-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..14} )
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"
# we are missing mplcursors optional for graph output
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}]
>=dev-python/tabulate-0.9.0[${PYTHON_USEDEP}]
>=dev-python/matplotlib-3.6[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/tomli[${PYTHON_USEDEP}]' 3.10)
"