File: control

package info (click to toggle)
jupyter-core 5.7.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 740 kB
  • sloc: python: 2,595; makefile: 175; sh: 77; javascript: 1
file content (108 lines) | stat: -rw-r--r-- 3,903 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Source: jupyter-core
Uploaders: Julien Puydt <jpuydt@debian.org>,
           Gordon Ball <gordon@chronitis.net>
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Section: python
Priority: optional
Standards-Version: 4.7.0
Homepage: https://github.com/jupyter/jupyter_core
Build-Depends: debhelper-compat (= 13),
               dh-exec,
               dh-sequence-python3,
               dh-sequence-sphinxdoc <!nodoc>,
               pybuild-plugin-pyproject,
               python3-all,
               python3-doc <!nodoc>,
               python3-enchant <!nodoc>,
               python3-hatchling,
               python3-ipython <!nocheck>,
               python3-myst-parser <!nodoc>,
               python3-pip <!nocheck>,
               python3-platformdirs <!nocheck>,
               python3-pydata-sphinx-theme <!nodoc>,
               python3-pytest <!nocheck>,
               python3-sphinx <!nodoc>,
               python3-sphinx-autodoc-typehints <!nodoc>,
               python3-sphinxcontrib-github-alt <!nodoc>,
               python3-sphinxcontrib.spelling <!nodoc>,
               python3-traitlets <!nocheck>
Vcs-Git: https://salsa.debian.org/python-team/packages/jupyter-core.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/jupyter-core
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no

Package: python3-jupyter-core
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python-jupyter-core-doc,
          python3-pip
Description: Core common functionality of Jupyter projects for Python 3
 This software component contains the base framework (application
 classes and configurations) for the rest of the Jupyter projects ; it
 doesn't do much by itself.
 .
 This package installs the library for Python 3.

Package: jupyter-core
Architecture: all
Section: utils
Depends: python3-jupyter-core (= ${binary:Version}),
         ${misc:Depends},
         ${python3:Depends}
Suggests: python-jupyter-core-doc
Description: Core common functionality of Jupyter projects (tools)
 This software component contains the base framework (application
 classes and configurations) for the rest of the Jupyter projects ; it
 doesn't do much by itself.
 .
 This package contains the migration tool (off IPython before 4.0)
 and a path-giving utility.

Package: python-jupyter-core-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: python3-doc,
         ${misc:Depends},
         ${sphinxdoc:Depends}
Suggests: jupyter-core,
          python3-jupyter-core
Built-Using: ${sphinxdoc:Built-Using}
Description: Core common functionality of Jupyter projects (documentation)
 This software component contains the base framework (application
 classes and configurations) for the rest of the Jupyter projects ; it
 doesn't do much by itself.
 .
 This package contains documentation.
Build-Profiles: <!nodoc>

Package: jupyter
Architecture: all
Multi-Arch: foreign
Section: metapackages
Depends: jupyter-client,
         jupyter-console,
         jupyter-core,
         jupyter-nbformat,
         ${misc:Depends}
Recommends: jupyter-nbconvert,
            jupyter-notebook,
            python3-ipykernel
Suggests: jupyter-qtconsole,
          python-jupyter-core-doc
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".