GNU bug report logs - #78170
[PATCH] gnu: Add python-kconfiglib.

Previous Next

Package: guix-patches;

Reported by: Zheng Junjie <z572 <at> z572.online>

Date: Thu, 1 May 2025 02:29:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Zheng Junjie <z572 <at> z572.online>
To: 78170 <at> debbugs.gnu.org
Cc: Leo Famulari <leo <at> famulari.name>, Wilko Meyer <w <at> wmeyer.eu>
Subject: [bug#78170] [PATCH] gnu: Add python-kconfiglib.
Date: Thu,  1 May 2025 10:28:33 +0800
* gnu/packages/linux.scm (python-kconfiglib): New variable.

Change-Id: I09235059a14e2ed94f476e1709074e508c5e3964
---
 gnu/packages/linux.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b4adf0c2b43..bed3d6c4781 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -11767,6 +11767,25 @@ (define-public hid-wiimote-plus
     (home-page "https://github.com/dkosmari/hid-wiimote-plus")
     (license license:gpl2+)))
 
+(define-public python-kconfiglib
+  (package
+    (name "python-kconfiglib")
+    (version "14.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "kconfiglib" version))
+       (sha256
+        (base32 "0g690bk789hsry34y4ahvly5c8w8imca90ss4njfqf7m2qicrlmy"))))
+    (build-system pyproject-build-system)
+    (native-inputs (list python-setuptools python-wheel))
+    (inputs (list `(,python "tk")))
+    (home-page "https://github.com/ulfalizer/Kconfiglib")
+    (synopsis "A flexible Python Kconfig implementation")
+    (description
+     "This package provides a flexible Python Kconfig implementation.")
+    (license license:isc)))
+
 (define-public python-evemu
   (package
     (name "python-evemu")

base-commit: d505cb960fd1e670be9a66d9fdbad94bc49e891d
-- 
2.49.0





This bug report was last modified 46 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.