me
/
guix
Archived
1
0
Fork 0

gnu: python2-traitlets: Remove package.

* gnu/packages/python-xyz.scm (python2-traitlets): Delete variable.
(python-traitlets)[properties]: Remove.
master
zimoun 2021-11-15 15:26:07 +01:00 committed by Ricardo Wurmus
parent 67387bbf24
commit b661634bd4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 0 additions and 8 deletions

View File

@ -8248,7 +8248,6 @@ cluster down and deletes the throwaway profile.")
("python-six" ,python-six)))
(native-inputs
`(("python-pytest" ,python-pytest)))
(properties `((python2-variant . ,(delay python2-traitlets))))
(home-page "https://ipython.org")
(synopsis "Configuration system for Python applications")
(description
@ -8260,13 +8259,6 @@ is a distinct layer on top of traitlets, so you can use traitlets in your code
without using the configuration machinery.")
(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
(package
(name "python-jupyter-core")