# Template file for 'python3-jupyter_notebook'
pkgname=python3-jupyter_notebook
version=7.4.7
revision=1
build_style=python3-pep517
hostmakedepends="hatchling hatch-jupyter-builder jupyterlab"
depends="python3-jupyter_server python3-jupyterlab_server jupyterlab
 python3-notebook_shim python3-tornado"
checkdepends="$depends python3-pytest-jupyter"
short_desc="Jupyter interactive notebook"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="https://github.com/jupyter/notebook"
changelog="https://raw.githubusercontent.com/jupyter/notebook/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/n/notebook/notebook-${version}.tar.gz"
checksum=3f0a04027dfcee8a876de48fba13ab77ec8c12f72f848a222ed7f5081b9e342a

post_install() {
	mv ${DESTDIR}/usr/etc ${DESTDIR}
	vlicense LICENSE
}
