mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: python2-nbformat: Remove package.
Follow the remove of 'python2-jupyter-core' by commit
a0a8fdeaf2
.
* gnu/packages/python-xyz.scm (python2-nbformat): Remove variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
cec2e07ec5
commit
a92eac4107
1 changed files with 0 additions and 15 deletions
|
@ -10956,23 +10956,8 @@ (define-public python-nbformat
|
||||||
(synopsis "Jupyter Notebook format")
|
(synopsis "Jupyter Notebook format")
|
||||||
(description "This package provides the reference implementation of the
|
(description "This package provides the reference implementation of the
|
||||||
Jupyter Notebook format and Python APIs for working with notebooks.")
|
Jupyter Notebook format and Python APIs for working with notebooks.")
|
||||||
(properties `((python2-variant . ,(delay python2-nbformat))))
|
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python2-nbformat
|
|
||||||
(let ((parent (package-with-python2
|
|
||||||
(strip-python2-variant python-nbformat))))
|
|
||||||
(package
|
|
||||||
(inherit parent)
|
|
||||||
(version "4.4.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "nbformat" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"00nlf08h8yc4q73nphfvfhxrcnilaqanb8z0mdy6nxk0vzq4wjgp")))))))
|
|
||||||
|
|
||||||
(define-public python-bleach
|
(define-public python-bleach
|
||||||
(package
|
(package
|
||||||
(name "python-bleach")
|
(name "python-bleach")
|
||||||
|
|
Loading…
Reference in a new issue