File: control

package info (click to toggle)
xeus-python 0.14.3%2B~0.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,704 kB
  • sloc: cpp: 4,797; python: 464; makefile: 167; javascript: 3
file content (70 lines) | stat: -rw-r--r-- 2,590 bytes parent folder | download
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: 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,
               pkg-config,
               libzmq3-dev,
               xeus-dev (>= 2.0~),
               xtl-dev (>= 0.7~),
               nlohmann-json3-dev (>= 3.6.1~),
               pybind11-dev (>= 2.10.3~),
               pybind11-json-dev (>= 0.2.8~),
               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: xeus-python-dev
Architecture: any
Depends: ${misc:Depends},
         libxeus-python0 (= ${binary:Version}),
         xeus-dev,
         pybind11-dev,
         pybind11-json-dev,
         python3-dev,
Description: Native jupyter kernel for python (headers)
 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 development headers.

Package: libxeus-python0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: libs
Description: Native jupyter kernel for 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 library.

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.