blob: b06fc70ca2c74eb94531267c564f5ded6315fec8 (
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
|
pkgbase = jupyterhub-idle-culler
pkgdesc = JupyterHub service to cull and shut down idle users and notebook servers
pkgver = 1.4.0
pkgrel = 1
url = https://github.com/jupyterhub/jupyterhub-idle-culler
arch = any
license = BSD-3-Clause
checkdepends = jupyterhub
checkdepends = jupyterlab
checkdepends = jupyter-notebook
checkdepends = python-psutil
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
checkdepends = python-pytest-cov
makedepends = git
makedepends = python-build
makedepends = python-hatchling
makedepends = python-installer
depends = python-dateutil
depends = python-packaging
depends = python-tornado
source = git+https://github.com/jupyterhub/jupyterhub-idle-culler.git#tag=1.4.0
sha256sums = 8dc992a7e5437b29f3a8c4b65a11e3556ed2ffc3f22d660389b484f539829230
pkgname = jupyterhub-idle-culler
|