gnu: python: Use HTTPS for ipython.org home pages.

* gnu/packages/python.scm (python-ipython-genutils, python-traitlets)
(python-ipykernel, python-ipython, python-widgetsnbextension)
(python-ipywidgets)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-16 17:13:31 +01:00
parent 7ea7eb2248
commit 3ca1545b21
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -4255,7 +4255,7 @@ standard library.")
(base32 "19l2pp1c64ansr89l3cqh19jdi2ixhssdzx0vz4n6r52a6i281is")))) (base32 "19l2pp1c64ansr89l3cqh19jdi2ixhssdzx0vz4n6r52a6i281is"))))
(build-system python-build-system) (build-system python-build-system)
(arguments `(#:tests? #f)) ; no tests (arguments `(#:tests? #f)) ; no tests
(home-page "http://ipython.org") (home-page "https://ipython.org")
(synopsis "Vestigial utilities from IPython") (synopsis "Vestigial utilities from IPython")
(description (description
"This package provides retired utilities from IPython. No packages "This package provides retired utilities from IPython. No packages
@ -4292,7 +4292,7 @@ away.")
(native-inputs (native-inputs
`(("python-mock" ,python-mock) `(("python-mock" ,python-mock)
("python-nose" ,python-nose))) ("python-nose" ,python-nose)))
(home-page "http://ipython.org") (home-page "https://ipython.org")
(synopsis "Configuration system for Python applications") (synopsis "Configuration system for Python applications")
(description (description
"Traitlets is a framework that lets Python classes have attributes with "Traitlets is a framework that lets Python classes have attributes with
@ -4380,7 +4380,7 @@ installing @code{kernelspec}s for use with Jupyter frontends.")
(propagated-inputs (propagated-inputs
;; imported at runtime during connect ;; imported at runtime during connect
`(("python-jupyter-client" ,python-jupyter-client))) `(("python-jupyter-client" ,python-jupyter-client)))
(home-page "http://ipython.org") (home-page "https://ipython.org")
(synopsis "IPython Kernel for Jupyter") (synopsis "IPython Kernel for Jupyter")
(description (description
"This package provides the IPython kernel for Jupyter.") "This package provides the IPython kernel for Jupyter.")
@ -4526,7 +4526,7 @@ installing @code{kernelspec}s for use with Jupyter frontends.")
(substitute* "./IPython/core/tests/test_magic.py" (substitute* "./IPython/core/tests/test_magic.py"
(("def test_dirops\\(\\):" all) (("def test_dirops\\(\\):" all)
(string-append "@dec.skipif(True)\n" all)))))))) (string-append "@dec.skipif(True)\n" all))))))))
(home-page "http://ipython.org") (home-page "https://ipython.org")
(synopsis "IPython is a tool for interactive computing in Python") (synopsis "IPython is a tool for interactive computing in Python")
(description (description
"IPython provides a rich architecture for interactive computing with: "IPython provides a rich architecture for interactive computing with:
@ -6437,7 +6437,7 @@ interactive computing.")
(native-inputs (native-inputs
`(("python-certifi" ,python-certifi) `(("python-certifi" ,python-certifi)
("python-nose" ,python-nose))) ("python-nose" ,python-nose)))
(home-page "http://ipython.org") (home-page "https://ipython.org")
(synopsis "IPython HTML widgets for Jupyter") (synopsis "IPython HTML widgets for Jupyter")
(description "This package provides interactive HTML widgets for Jupyter (description "This package provides interactive HTML widgets for Jupyter
notebooks.") notebooks.")
@ -6465,7 +6465,7 @@ notebooks.")
("python-ipython" ,python-ipython) ("python-ipython" ,python-ipython)
("python-traitlets" ,python-traitlets) ("python-traitlets" ,python-traitlets)
("python-widgetsnbextension" ,python-widgetsnbextension))) ("python-widgetsnbextension" ,python-widgetsnbextension)))
(home-page "http://ipython.org") (home-page "https://ipython.org")
(synopsis "IPython HTML widgets for Jupyter") (synopsis "IPython HTML widgets for Jupyter")
(description "Ipywidgets are interactive HTML widgets for Jupyter (description "Ipywidgets are interactive HTML widgets for Jupyter
notebooks and the IPython kernel. Notebooks come alive when interactive notebooks and the IPython kernel. Notebooks come alive when interactive