24 lines
821 B
Bash
24 lines
821 B
Bash
# Template file for 'python3-jupyter_server'
|
|
pkgname=python3-jupyter_server
|
|
version=1.13.4
|
|
revision=1
|
|
wrksrc="jupyter_server-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-anyio python3-jupyter_client python3-jupyter_nbformat
|
|
python3-jupyter_nbconvert python3-terminado
|
|
python3-prometheus_client python3-traitlets python3-tornado
|
|
python3-Jinja2 python3-send2trash python3-websocket-client"
|
|
short_desc="Backend to Jupyter web applications"
|
|
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://jupyter.org"
|
|
distfiles="${PYPI_SITE}/j/jupyter-server/jupyter_server-${version}.tar.gz"
|
|
checksum=5fb5a219385338b1d13a013a68f54688b6a69ecff4e757fd230e27ecacdbf212
|
|
# Tarball defines no tests
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense COPYING.md
|
|
}
|