File: control

package info (click to toggle)
nbconvert 5.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,680 kB
  • sloc: python: 7,103; makefile: 195
file content (76 lines) | stat: -rw-r--r-- 2,512 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
Source: nbconvert
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>, Gordon Ball <gordon@chronitis.net>
Section: python
Priority: optional
Standards-Version: 4.5.0
Homepage: https://github.com/jupyter/nbconvert
Build-Depends: debhelper-compat (= 12),
               dh-python,
               pandoc,
               python3-all,
               python3-bleach,
               python3-defusedxml,
               python3-entrypoints,
               python3-jinja2,
               python3-jupyter-client (>= 5.3.1),
               python3-jupyter-core,
               python3-mistune,
               python3-nbformat,
               python3-nbsphinx (>= 0.2.14) <!nodoc>,
               python3-notebook,
               python3-pandocfilters (>= 1.4),
               python3-pygments,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>,
               python3-testpath,
               python3-traitlets,
Vcs-Git: https://salsa.debian.org/python-team/packages/nbconvert.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/nbconvert
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-nbconvert
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: python-nbconvert-doc,
          texlive-fonts-recommended,
          texlive-plain-generic,
          texlive-xetex,
Recommends: pandoc, python3-jupyter-client
Description: Jupyter notebook conversion (Python 3)
 Jupyter nbconvert converts notebooks to various other formats
 using Jinja templates.
 .
 This package installs the library for Python 3.

Package: jupyter-nbconvert
Architecture: all
Depends: python3-nbconvert (= ${binary:Version}),
         ${misc:Depends},
         ${python3:Depends},
         jupyter-core
Section: utils
Description: Jupyter notebook conversion (scripts)
 Jupyter nbconvert converts notebooks to various other formats
 using Jinja templates.
 .
 This package installs the jupyter-nbconvert script.

Package: python-nbconvert-doc
Architecture: all
Build-Profiles: <!nodoc>
Depends: libjs-jquery,
         libjs-mathjax,
         libjs-requirejs,
         ${misc:Depends},
         ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Section: doc
Description: Jupyter notebook conversion (documentation)
 Jupyter nbconvert converts notebooks to various other formats
 using Jinja templates.
 .
 This package installs the documentation.