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
|
Source: nbformat
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>, Gordon Ball <gordon@chronitis.net>
Section: python
Standards-Version: 4.7.3
Homepage: https://github.com/jupyter/nbformat
Build-Depends: bc,
debhelper-compat (= 13),
dh-python,
flit,
pybuild-plugin-pyproject,
python-jupyter-client-doc <!nodoc>,
python-nbconvert-doc <!nodoc>,
python-notebook-doc <!nodoc>,
python3-all,
python3-doc <!nodoc>,
python3-enchant <!nodoc>,
python3-fastjsonschema,
python3-hatch-nodejs-version,
python3-hatchling,
python3-jsonschema,
python3-jupyter-core,
python3-myst-parser <!nodoc>,
python3-numpydoc,
python3-pydata-sphinx-theme <!nodoc>,
python3-pytest <!nocheck>,
python3-sphinx <!nodoc>,
python3-sphinxcontrib.spelling <!nodoc>,
python3-testpath,
python3-traitlets
Vcs-Git: https://salsa.debian.org/python-team/packages/nbformat.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/nbformat
Testsuite: autopkgtest-pkg-python
Package: python3-nbformat
Architecture: all
Depends: python3-fastjsonschema,
python3-jsonschema,
${misc:Depends},
${python3:Depends}
Description: Jupyter notebook format (Python 3)
This software component contains the reference implementation of the Jupyter
notebook format, and Python APIs to work with notebooks.
.
This package installs the library for Python 3.
Package: jupyter-nbformat
Architecture: all
Depends: jupyter-core,
python3-nbformat (= ${binary:Version}),
${misc:Depends},
${python3:Depends}
Section: utils
Description: Jupyter notebook format (tools)
This software component contains the reference implementation of the Jupyter
notebook format, and Python APIs to work with notebooks.
.
This package installs the notebook signing tool.
Package: python-nbformat-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: Jupyter notebook format (documentation)
This software component contains the reference implementation of the Jupyter
notebook format, and Python APIs to work with notebooks.
.
This package installs the documentation.
|