public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-kernel/kci-dev/
@ 2025-01-22 10:06 Arisu Tachibana
  0 siblings, 0 replies; only message in thread
From: Arisu Tachibana @ 2025-01-22 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     2f500dc9e17abdb5f447106c4e284384c56e0da6
Author:     Arisu Tachibana <alicef <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 07:40:24 2025 +0000
Commit:     Arisu Tachibana <alicef <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 09:59:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f500dc9

sys-kernel/kci-dev: new package, add 0.1.2

Stand alone tool for Linux Kernel developers and maintainers
to interact with KernelCI

Signed-off-by: Arisu Tachibana <alicef <AT> gentoo.org>

 sys-kernel/kci-dev/Manifest             |  1 +
 sys-kernel/kci-dev/kci-dev-0.1.2.ebuild | 26 ++++++++++++++++++++++++++
 sys-kernel/kci-dev/metadata.xml         | 12 ++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/sys-kernel/kci-dev/Manifest b/sys-kernel/kci-dev/Manifest
new file mode 100644
index 000000000000..59cf94ecbd7c
--- /dev/null
+++ b/sys-kernel/kci-dev/Manifest
@@ -0,0 +1 @@
+DIST kci_dev-0.1.2.tar.gz 22576 BLAKE2B fe3ccc5900d35c54040f088fb032677c5e1771eb317bb7a7871b3787e4fef5ccf4ad2263fb58590037b4d19dfc741378641eb0c8e304fbc016adf8a29a922922 SHA512 7ee5163b3a9e829e6f3883853b53854a5f66ead6a434c1b89a04daa39e77185aafb943de5704ffd8b840d49c4ec6507c368e2f32a506233b0537bccecf7378a8

diff --git a/sys-kernel/kci-dev/kci-dev-0.1.2.ebuild b/sys-kernel/kci-dev/kci-dev-0.1.2.ebuild
new file mode 100644
index 000000000000..4ae6ef879e08
--- /dev/null
+++ b/sys-kernel/kci-dev/kci-dev-0.1.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..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}]
+	$(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..bc3f7268c26d
--- /dev/null
+++ b/sys-kernel/kci-dev/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>alicef@gentoo.org</email>
+		<name>Arisu Tachibana</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">kernelci/kci-dev</remote-id>
+		<remote-id type="pypi">kci-dev</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-01-22 10:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-22 10:06 [gentoo-commits] repo/gentoo:master commit in: sys-kernel/kci-dev/ Arisu Tachibana

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox