void-packages/srcpkgs/python3-jupyter_ipywidgets/template

23 lines
871 B
Bash

# Template file for 'python3-jupyter_ipywidgets'
pkgname=python3-jupyter_ipywidgets
version=8.1.3
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel"
depends="python3-ipython_ipykernel python3-jupyter_widgetsnbextension"
checkdepends="$depends python3-pytest python3-jsonschema python3-pytz"
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=f5f9eeaae082b1823ce9eac2575272952f40d748893972956dc09700a6392d9c
# main repo `.../python/ipywidgets/ipywidgets/` is `.../ipywidgets/` here
patch_args=-Np3
post_install() {
vlicense LICENSE
}