guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/10: gnu: python2-nbformat: Remove package.


From: guix-commits
Subject: 04/10: gnu: python2-nbformat: Remove package.
Date: Mon, 5 Jul 2021 03:18:14 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a92eac4107a40bb8e2cdccb569531bad6e889891
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Tue Jun 29 15:11:12 2021 +0200

    gnu: python2-nbformat: Remove package.
    
    Follow the remove of 'python2-jupyter-core' by commit
    a0a8fdeaf2db2695dd7944ee7d2e5eeade9e600b.
    
    * gnu/packages/python-xyz.scm (python2-nbformat): Remove variable.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 819ad26..d0643a4 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]