[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49272] [PATCH 04/10] gnu: python2-nbformat: Remove package.
From: |
zimoun |
Subject: |
[bug#49272] [PATCH 04/10] gnu: python2-nbformat: Remove package. |
Date: |
Tue, 29 Jun 2021 15:11:12 +0200 |
Follow the remove of 'python2-jupyter-core' by commit
a0a8fdeaf2db2695dd7944ee7d2e5eeade9e600b.
* gnu/packages/python-xyz.scm (python2-nbformat): Remove variable.
---
gnu/packages/python-xyz.scm | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 156e5baef7..8206d1f88f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10956,23 +10956,8 @@ drafts 04, 06 and 07.")
(synopsis "Jupyter Notebook format")
(description "This package provides the reference implementation of the
Jupyter Notebook format and Python APIs for working with notebooks.")
- (properties `((python2-variant . ,(delay python2-nbformat))))
(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
(package
(name "python-bleach")
--
2.32.0
- [bug#49272] [PATCH 00/10] broken Python 2 packages removal, zimoun, 2021/06/29
- [bug#49272] [PATCH 01/10] gnu: python2-nbconvert: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 03/10] gnu: python2-ipython: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 02/10] gnu: python2-jupyter-client: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 04/10] gnu: python2-nbformat: Remove package.,
zimoun <=
- [bug#49272] [PATCH 09/10] gnu: python2-pyfakefs: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 05/10] gnu: python2-terminado: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 06/10] gnu: python2-toolz: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 10/10] gnu: python2-pgpdump: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 07/10] gnu: python2-testpath: Remove package., zimoun, 2021/06/29
- [bug#49272] [PATCH 08/10] gnu: python2-pyzmq: Remove package., zimoun, 2021/06/29