me
/
guix
Archived
1
0
Fork 0

gnu: Remove python2-clikit.

* gnu/packages/python-xyz.scm (python2-clikit): Delete variable.
Maxim Cournoyer 2022-05-01 02:48:25 -04:00
parent f3412d78c5
commit 1630806fa8
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 0 additions and 10 deletions

View File

@ -16699,18 +16699,8 @@ useful to combine multiple data objects as one.")
(description
"CliKit is a group of utilities to build testable command line
interfaces.")
(properties `((python2-variant . ,(delay python2-clikit))))
(license license:expat)))
(define-public python2-clikit
(let ((base (package-with-python2 (strip-python2-variant python-clikit))))
(package/inherit
base
(propagated-inputs
`(("python-enum34" ,python2-enum34)
("python-typing" ,python2-typing)
,@(package-propagated-inputs base))))))
(define-public python-msgpack-python
(package
(name "python-msgpack-python")