M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +0 -26
@@ 7714,32 7714,6 @@ something else) to Python data-types.")
(base32
"10zqvpaky51kgb8nd42bk7jwl8cn2zvayxjpdc1wwmpybj92x67s"))))))
-;; XXX: See: <https://codeberg.org/guix/guix/issues/3029>.
-(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")