21 lines
746 B
Bash
21 lines
746 B
Bash
# Template file for 'python3-jupyterlab_server'
|
|
pkgname=python3-jupyterlab_server
|
|
version=2.6.0
|
|
revision=1
|
|
wrksrc="jupyterlab_server-${version}"
|
|
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="https://github.com/jupyterlab/jupyterlab_server/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=244d540075f132bebe054484235a0aee8a18696dedfb11cb4fd9c1bec7f6aeb1
|
|
# Tests require unpackaged dependencies
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|