23 lines
820 B
Bash
23 lines
820 B
Bash
# Template file for 'python3-jupyter_server'
|
|
pkgname=python3-jupyter_server
|
|
version=1.8.0
|
|
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=8f0c75e0a577536125ad62a442ebb7cf02746f1a69d907e8a273c6225d281237
|
|
# Tarball defines no tests
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense COPYING.md
|
|
}
|