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

To reply to this bug, email your comments to 78170 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org:
bug#78170; Package guix-patches. (Thu, 01 May 2025 02:29:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Zheng Junjie <z572 <at> z572.online>:
New bug report received and forwarded. Copy sent to leo <at> famulari.name, w <at> wmeyer.eu, guix-patches <at> gnu.org. (Thu, 01 May 2025 02:29:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <z572 <at> z572.online>
To: guix-patches <at> gnu.org
Subject: [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 2 days ago.

Previous Next


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