File: control

package info (click to toggle)
jupyterlab-server 2.16.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 636 kB
  • sloc: python: 3,156; makefile: 13; sh: 2
file content (32 lines) | stat: -rw-r--r-- 1,187 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
Source: jupyterlab-server
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: python
Priority: optional
Standards-Version: 4.6.1
Homepage: https://github.com/jupyterlab/jupyterlab_server
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all,
               python3-babel,
               python3-hatchling,
               python3-jinja2,
               python3-json5,
               python3-jsonschema,
               python3-jupyter-server,
               python3-packaging,
               python3-requests,
               python3-pytest <!nocheck>
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/jupyterlab-server.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/jupyterlab-server

Package: python3-jupyterlab-server
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: base component to create JupyterLab applications
 Contains the base class for building a JupyterLab application
 providing a service through a server.
 .
 This package installs the library for Python 3.