void-packages/srcpkgs/python3-jupyter_widgetsnbextension/template
2025-05-12 15:41:06 -04:00

19 lines
751 B
Bash

# Template file for 'python3-jupyter_widgetsnbextension'
pkgname=python3-jupyter_widgetsnbextension
version=4.0.14
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://github.com/jupyter-widgets/ipywidgets/tree/main/python/widgetsnbextension"
distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz"
checksum=a3629b04e3edb893212df862038c7232f62973373869db5084aed739b437b5af
make_check=no # Upstream defines no tests
post_install() {
# /usr/etc is intended for *example configuration*
mv ${DESTDIR}/usr/etc ${DESTDIR}
vlicense LICENSE
}