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
|
Source: xeus-python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Gordon Ball <gordon@chronitis.net>
Build-Depends: debhelper-compat (= 13),
dh-python,
cmake,
pkgconf,
libzmq3-dev,
xeus-zmq-dev (>= 3.0.0),
xeus-dev (>= 5.0.0),
xtl-dev (>= 0.7~),
nlohmann-json3-dev (>= 3.11.3~),
pybind11-dev (>= 2.10.3~),
pybind11-json-dev (>= 0.2.8~),
doctest-dev,
python3-dev,
python3-setuptools,
Standards-Version: 4.6.2
Section: science
Homepage: https://github.com/jupyter-xeus/xeus-python
Vcs-Git: https://salsa.debian.org/science-team/xeus-python.git
Vcs-Browser: https://salsa.debian.org/science-team/xeus-python
Rules-Requires-Root: no
Package: xpython
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
python3-xeus-python-shell,
Description: Native jupyter kernel for python (binary)
xeus-python uses the xeus library to provide a high-performance,
native kernel for running python code in the jupyter notebook,
or other frontends using the jupyter messaging protocol.
.
This package contains the xpython executable and jupyter kernel configuration.
Package: python3-xeus-python-shell
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Native jupyter kernel for python (python library)
xeus-python uses the xeus library to provide a high-performance,
native kernel for running python code in the jupyter notebook,
or other frontends using the jupyter messaging protocol.
.
This package contains the python library used for the shell.
|