diff --git a/srcpkgs/python3-jupyterlab_server/template b/srcpkgs/python3-jupyterlab_server/template new file mode 100644 index 00000000000..fd36ed8371f --- /dev/null +++ b/srcpkgs/python3-jupyterlab_server/template @@ -0,0 +1,20 @@ +# Template file for 'python3-jupyterlab_server' +pkgname=python3-jupyterlab_server +version=2.5.1 +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 " +license="BSD-3-Clause" +homepage="https://jupyter.org" +distfiles="https://github.com/jupyterlab/jupyterlab_server/archive/refs/tags/v${version}.tar.gz" +checksum=2b6016b893b6999ce4f3eb2413548486d0a795e4a5c92959a12ad2c65ee6874c +# Tests require unpackaged dependencies +make_check=no + +post_install() { + vlicense LICENSE +}