File: control

package info (click to toggle)
jupyterlab-server 2.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 376 kB
  • sloc: python: 2,161; makefile: 4; sh: 2
file content (26 lines) | stat: -rw-r--r-- 991 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
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.5.1
Homepage: https://github.com/jupyterlab/jupyterlab_server
Build-Depends: debhelper-compat (= 13),
               dh-python (>= 2.20160609~),
               python3-all,
               python3-json5,
               python3-jupyter-server,
               python3-pytest,
               python3-setuptools,
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.