guix-commits
[Top][All Lists]
Advanced

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

20/20: gnu: jupyter: Add missing dependency.


From: guix-commits
Subject: 20/20: gnu: jupyter: Add missing dependency.
Date: Wed, 2 Jan 2019 10:34:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9fb5771af76123cfecee83da677cb7fb7a6c810c
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 2 16:29:51 2019 +0100

    gnu: jupyter: Add missing dependency.
    
    * gnu/packages/python.scm (jupyter)[propagated-inputs]: Add 
python-qtconsole.
    [home-page]: Use https URL.
    [arguments]: Update comment on why tests are disabled.
---
 gnu/packages/python.scm | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8bc2935..ad5c564 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7,7 +7,7 @@
 ;;; Copyright © 2014, 2015 Federico Beffa <address@hidden>
 ;;; Copyright © 2015 Omar Radwan <address@hidden>
 ;;; Copyright © 2015 Pierre-Antoine Rault <address@hidden>
-;;; Copyright © 2015, 2016, 2017, 2018 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015, 2016 Christopher Allan Webber <address@hidden>
 ;;; Copyright © 2015 Eric Dvorsak <address@hidden>
 ;;; Copyright © 2015, 2016 David Thompson <address@hidden>
@@ -7381,21 +7381,19 @@ support for rich media output.")
         (base32
          "0pwf3pminkzyzgx5kcplvvbvwrrzd3baa7lmh96f647k30rlpp6r"))))
     (build-system python-build-system)
-    ;; FIXME: it's not clear how to run the tests.
-    (arguments `(#:tests? #f))
+    (arguments '(#:tests? #f)) ; there are none.
     (propagated-inputs
      `(("python-ipykernel" ,python-ipykernel)
        ("python-ipywidgets" ,python-ipywidgets)
        ("python-jupyter-console" ,python-jupyter-console)
        ("python-nbconvert" ,python-nbconvert)
-       ("python-notebook" ,python-notebook)))
-
+       ("python-notebook" ,python-notebook)
+       ("python-qtconsole" ,python-qtconsole)))
     (native-search-paths
      (list (search-path-specification
             (variable "JUPYTER_PATH")
             (files '("share/jupyter")))))
-
-    (home-page "http://jupyter.org";)
+    (home-page "https://jupyter.org";)
     (synopsis "Web application for interactive documents")
     (description
      "The Jupyter Notebook is a web application that allows you to create and



reply via email to

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