From c9d671d24a1b13675ab53fbe0c71ad3a8e6ea8df Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 27 Oct 2025 10:50:24 +0100 Subject: [PATCH] gnu: Remove python-kconfiglib. * gnu/packages/python-xyz.scm (python-kconfiglib): Delete variable. Fixes: guix/guix#3029 Change-Id: I4306aa8033ca5dd061bffdb7a16a7e53273879e2 --- gnu/packages/python-xyz.scm | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 22a3120abfefe3313f1f7a9abb47cfbafa4f5d4f..3260b0e9e73a00d9e77658f5790eed9f545cd5db 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7714,32 +7714,6 @@ something else) to Python data-types.") (base32 "10zqvpaky51kgb8nd42bk7jwl8cn2zvayxjpdc1wwmpybj92x67s")))))) -;; XXX: See: . -(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) - (arguments - (list #:tests? #f)) ;tests require complex set up - (native-inputs - (list python-setuptools - `(,python "tk"))) - (home-page "https://github.com/ulfalizer/Kconfiglib") - (synopsis - "Flexible Python library for parsing and creating Linux Kconfig files") - (description - "Kconfiglib is a Python implementation of a parser for Linux Kconfig files. -It can be used as a Python library or as a standalone terminal or GUI menuconfig -interface.") - (license license:isc))) - (define-public python-kitchen (package (name "python-kitchen")