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

24 lines
947 B
Bash

# Template file for 'python3-jupyter_ipywidgets'
pkgname=python3-jupyter_ipywidgets
version=8.1.7
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3-comm python3-ipython python3-traitlets
python3-jupyter_widgetsnbextension python3-jupyterlab_widgets"
checkdepends="$depends python3-pytest python3-jsonschema python3-pytz
python3-ipython_ipykernel"
short_desc="IPython widgets for the Jupyter notebook"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="BSD-3-Clause"
homepage="https://github.com/jupyter-widgets/ipywidgets"
changelog="https://raw.githubusercontent.com/jupyter-widgets/ipywidgets/main/docs/source/changelog.md"
distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz"
checksum=15f1ac050b9ccbefd45dccfbb2ef6bed0029d8278682d569d71b8dd96bee0376
# main repo `.../python/ipywidgets/ipywidgets/` is `.../ipywidgets/` here
patch_args=-Np3
post_install() {
vlicense LICENSE
}