blob: 160c03841eb1ed32def517c063703a5a140b4a75 (
plain)
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
|
pkgbase = jupyterhub
pkgdesc = Multi-user server for Jupyter notebooks
pkgver = 5.2.1
pkgrel = 1
url = https://jupyter.org/hub
install = jupyterhub.install
arch = any
license = BSD-3-Clause
checkdepends = jupyter-notebook
checkdepends = python-beautifulsoup4
checkdepends = python-cryptography
checkdepends = python-jsonschema
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
checkdepends = python-pytest-rerunfailures
checkdepends = python-requests-mock
checkdepends = python-playwright
makedepends = npm
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-setuptools-scm
makedepends = python-wheel
makedepends = yarn
depends = ipython
depends = nodejs-configurable-http-proxy
depends = python-alembic
depends = python-certipy
depends = python-dateutil
depends = python-jinja
depends = python-jupyter-events
depends = python-oauthlib
depends = python-packaging
depends = python-pamela
depends = python-prometheus_client
depends = python-psutil
depends = python-pydantic
depends = python-requests
depends = python-sqlalchemy
depends = python-tornado
depends = python-traitlets
optdepends = jupyter-notebook: standard notebook server
optdepends = jupyterlab: to use the JupyterLab interface
optdepends = python-cryptography: encrypt authentication state
optdepends = python-pycurl: improved HTTP performance
optdepends = python-statsd: send metrics to a StatsD server
backup = etc/jupyterhub/jupyterhub_config.py
source = https://files.pythonhosted.org/packages/source/j/jupyterhub/jupyterhub-5.2.1.tar.gz
source = jupyterhub.service
source = tests_use_random_ports.patch
sha256sums = 5b35444c2c254e60563887d1d59c2376813d16a166ec6e0a410c773cdbd37ebd
sha256sums = f851dac9e098afa1dfcf30169b23414e7384559984eb7090aaf3c4f9c1c84997
sha256sums = f5efb4d2e64fa9e98121b8ae0473a7366f8e727176addb0b92f568e3c6d5c66b
pkgname = jupyterhub
|