[Python-modules-commits] [jupyter-core] 02/02: Add jupyter metapackage

Gordon Ball chronitis-guest at moszumanska.debian.org
Fri Nov 3 20:10:46 UTC 2017


This is an automated email from the git hooks/post-receive script.

chronitis-guest pushed a commit to branch master
in repository jupyter-core.

commit abf4fd1c1d7f95ec37fee9d5c942b9019b096a04
Author: Gordon Ball <gordon at chronitis.net>
Date:   Fri Nov 3 12:50:36 2017 +0000

    Add jupyter metapackage
---
 debian/changelog |  2 ++
 debian/control   | 29 +++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 856a366..96386c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ jupyter-core (4.4.0-1) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.1.1 (no changes)
   * Disable use of unpackaged sphinxcontrib_github_alt package for docs
   * Recommend python{,3}-pip (used by jupyter-troubleshoot)
+  * Add a "jupyter" metapackage which has dependencies on the basic set
+    of jupyter packages
 
  -- Gordon Ball <gordon at chronitis.net>  Thu, 02 Nov 2017 10:42:13 +0000
 
diff --git a/debian/control b/debian/control
index b05c02d..08684bd 100644
--- a/debian/control
+++ b/debian/control
@@ -80,3 +80,32 @@ Description: Core common functionality of Jupyter projects (documentation)
  doesn't do much by itself.
  .
  This package contains documentation.
+
+Package: jupyter
+Architecture: all
+Multi-Arch: foreign
+Section: metapackages
+Depends: ${misc:Depends},
+         jupyter-core,
+         jupyter-client,
+         jupyter-console
+Recommends: jupyter-nbformat,
+            jupyter-nbconvert,
+            jupyter-notebook,
+            python3-ipykernel
+Suggests: jupyter-qtconsole
+Description: Interactive computing environment (metapackage)
+ Project Jupyter provides tools for interactive computing, useful for data
+ science, scientific computing and learning. Computational languages for
+ multiple languages are available; the name Jupyter is derived from
+ Julia, Python and R.
+ .
+ This package depends on a standard set of Jupyter packages;
+  - the core and client libraries
+  - the console interface
+  - the web-based notebook
+  - tools for working with and converting notebook (ipynb) files
+  - the python3 computational kernel
+ .
+ The various jupyter components can be called using the /usr/bin/jupyter
+ entrypoint, eg "jupyter notebook".

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-core.git



More information about the Python-modules-commits mailing list