New package: python3-jupyter_server-1.7.0

This commit is contained in:
dkwo 2021-05-14 17:53:00 +02:00 committed by Andrew J. Hesford
parent c3bef24827
commit be02724cbc

View file

@ -0,0 +1,23 @@
# Template file for 'python3-jupyter_server'
pkgname=python3-jupyter_server
version=1.7.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=d9cfc1d21ff9951f185d9cbf9b742b911f57b98887ed79e210acd6f720505576
# Tarball defines no tests
make_check=no
post_install() {
vlicense COPYING.md
}