# Template file for 'python3-jupyter_widgetsnbextension'
pkgname=python3-jupyter_widgetsnbextension
version=4.0.10
revision=1
build_style=python3-pep517
hostmakedepends="python3-jupyter_packaging"
short_desc="Interactive HTML widgets for Jupyter notebooks"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="https://pypi.org/project/widgetsnbextension/"
distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz"
checksum=64196c5ff3b9a9183a8e699a4227fb0b7002f252c814098e66c4d1cd0644688f
make_check=no  # Upstream defines no tests

post_install() {
	# /usr/etc is intended for *example configuration*
	mv ${DESTDIR}/usr/etc ${DESTDIR}
	vlicense LICENSE
}
