mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Remove python2-clikit.
* gnu/packages/python-xyz.scm (python2-clikit): Delete variable.
This commit is contained in:
parent
f3412d78c5
commit
1630806fa8
1 changed files with 0 additions and 10 deletions
|
@ -16699,18 +16699,8 @@ (define-public python-clikit
|
||||||
(description
|
(description
|
||||||
"CliKit is a group of utilities to build testable command line
|
"CliKit is a group of utilities to build testable command line
|
||||||
interfaces.")
|
interfaces.")
|
||||||
(properties `((python2-variant . ,(delay python2-clikit))))
|
|
||||||
(license license:expat)))
|
(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
|
(define-public python-msgpack-python
|
||||||
(package
|
(package
|
||||||
(name "python-msgpack-python")
|
(name "python-msgpack-python")
|
||||||
|
|
Loading…
Reference in a new issue