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
|
Source: jupyter-kernel-test
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-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-hatchling,
python3-ipykernel <!nocheck>,
python3-jsonschema,
python3-jupyter-client,
python3-setuptools,
r-cran-irkernel <!nocheck>,
r-recommended <!nocheck>
Standards-Version: 4.7.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/jupyter/jupyter_kernel_test
Vcs-Browser: https://salsa.debian.org/python-team/packages/jupyter-kernel-test
Vcs-Git: https://salsa.debian.org/python-team/packages/jupyter-kernel-test.git
Rules-Requires-Root: no
Package: python3-jupyter-kernel-test
Architecture: all
Depends: python3-ipykernel, ${misc:Depends}, ${python3:Depends}
Description: tool to test Jupyter kernels
jupyter_kernel_test is a tool for testing Jupyter kernels. It tests kernels
for successful code execution and conformance with the Jupyter Messaging
Protocol (currently 5.0).
|