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
|
Source: metakernel
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Joseph Nahmias <jello@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-ipython <!nodoc> <!nocheck>,
python3-ipykernel <!nodoc> <!nocheck>,
python3-sphinx <!nodoc>,
python3-sphinx-bootstrap-theme <!nodoc>,
python2-doc <!nodoc>,
python3-nbsphinx <!nodoc>,
python3-numpydoc <!nodoc>,
python3-pypandoc <!nodoc>,
python3-recommonmark <!nodoc>,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pexpect <!nocheck>,
python3-ipyparallel <!nocheck>,
python3-requests <!nocheck>,
Standards-Version: 4.5.0
Homepage: https://github.com/Calysto/metakernel
Vcs-Git: https://salsa.debian.org/python-team/packages/metakernel.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/metakernel
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
Package: python3-metakernel
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, jupyter-notebook
Recommends: python3-pydot
Description: Jupyter kernel base class
A Jupyter kernel base class in Python which includes core magic
functions (including help, command and file path completion,
parallel and distributed processing, downloads, and much more).
.
This package installs the library.
Package: python-metakernel-doc
Section: doc
Architecture: all
Depends: python3-sphinx-bootstrap-theme, ${sphinxdoc:Depends}, ${misc:Depends}
Description: Jupyter kernel base class (documentation)
A Jupyter kernel base class in Python which includes core magic
functions (including help, command and file path completion,
parallel and distributed processing, downloads, and much more).
.
This package installs the HTML documentation.
|