20 lines
780 B
Bash
20 lines
780 B
Bash
# Template file for 'python3-jupyter_ipywidgets'
|
|
pkgname=python3-jupyter_ipywidgets
|
|
version=8.1.1
|
|
revision=2
|
|
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=40211efb556adec6fa450ccc2a77d59ca44a060f4f9f136833df59c9f538e6e8
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|