Source: nbformat
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/nbformat
Build-Depends: bc,
               debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-ipython-genutils,
               python3-jsonschema,
               python3-jupyter-core,
               python3-numpydoc,
               python3-pytest,
               python3-setuptools,
               python3-sphinx,
               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
Rules-Requires-Root: no

Package: python3-nbformat
Architecture: all
Depends: ${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: ${misc:Depends},
         ${python3:Depends},
         python3-nbformat (= ${binary:Version}),
         jupyter-core
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.
