diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /sys-kernel/kci-dev | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'sys-kernel/kci-dev')
| -rw-r--r-- | sys-kernel/kci-dev/Manifest | 2 | ||||
| -rw-r--r-- | sys-kernel/kci-dev/kci-dev-0.1.10.ebuild | 30 | ||||
| -rw-r--r-- | sys-kernel/kci-dev/kci-dev-0.1.6.ebuild | 27 | ||||
| -rw-r--r-- | sys-kernel/kci-dev/metadata.xml | 9 |
4 files changed, 68 insertions, 0 deletions
diff --git a/sys-kernel/kci-dev/Manifest b/sys-kernel/kci-dev/Manifest new file mode 100644 index 000000000000..4af1d647dbe1 --- /dev/null +++ b/sys-kernel/kci-dev/Manifest @@ -0,0 +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 diff --git a/sys-kernel/kci-dev/kci-dev-0.1.10.ebuild b/sys-kernel/kci-dev/kci-dev-0.1.10.ebuild new file mode 100644 index 000000000000..3a6a5e7013e7 --- /dev/null +++ b/sys-kernel/kci-dev/kci-dev-0.1.10.ebuild @@ -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_{13..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) +" 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..8667a981116a --- /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_{13..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" + +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) +" diff --git a/sys-kernel/kci-dev/metadata.xml b/sys-kernel/kci-dev/metadata.xml new file mode 100644 index 000000000000..2ecec45a935a --- /dev/null +++ b/sys-kernel/kci-dev/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>alicef@gentoo.org</email> + <name>Arisu Tachibana</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
