20 lines
693 B
Bash
20 lines
693 B
Bash
# Template file for 'python3-jupyterlab_server'
|
|
pkgname=python3-jupyterlab_server
|
|
version=2.10.3
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-jupyter_notebook python3-jupyter_server"
|
|
depends="python3-requests python3-json5 python3-Babel"
|
|
short_desc="Server components for JupyterLab and -like applications"
|
|
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://jupyter.org"
|
|
distfiles="${PYPI_SITE}/j/jupyterlab_server/jupyterlab_server-${version}.tar.gz"
|
|
checksum=3fb84a5813d6d836ceda773fb2d4e9ef3c7944dbc1b45a8d59d98641a80de80a
|
|
# Tests require unpackaged dependencies
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|