mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 13:17:10 -05:00
gnu: python2-traitlets: Remove package.
* gnu/packages/python-xyz.scm (python2-traitlets): Delete variable. (python-traitlets)[properties]: Remove.
This commit is contained in:
parent
67387bbf24
commit
b661634bd4
1 changed files with 0 additions and 8 deletions
|
@ -8248,7 +8248,6 @@ (define-public python-traitlets
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest)))
|
`(("python-pytest" ,python-pytest)))
|
||||||
(properties `((python2-variant . ,(delay python2-traitlets))))
|
|
||||||
(home-page "https://ipython.org")
|
(home-page "https://ipython.org")
|
||||||
(synopsis "Configuration system for Python applications")
|
(synopsis "Configuration system for Python applications")
|
||||||
(description
|
(description
|
||||||
|
@ -8260,13 +8259,6 @@ (define-public python-traitlets
|
||||||
without using the configuration machinery.")
|
without using the configuration machinery.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python2-traitlets
|
|
||||||
(let ((traitlets (package-with-python2 (strip-python2-variant python-traitlets))))
|
|
||||||
(package/inherit traitlets
|
|
||||||
(propagated-inputs
|
|
||||||
`(("python2-enum34" ,python2-enum34)
|
|
||||||
,@(package-propagated-inputs traitlets))))))
|
|
||||||
|
|
||||||
(define-public python-jupyter-core
|
(define-public python-jupyter-core
|
||||||
(package
|
(package
|
||||||
(name "python-jupyter-core")
|
(name "python-jupyter-core")
|
||||||
|
|
Loading…
Reference in a new issue