void-packages/srcpkgs/python3-jupyter_ipywidgets/template
2020-04-11 12:40:57 +02:00

21 lines
710 B
Bash

# Template file for 'python3-jupyter_ipywidgets'
pkgname=python3-jupyter_ipywidgets
version=7.4.2
revision=3
archs=noarch
_widgetsnbextver=3.4.0
wrksrc="ipywidgets-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-jupyter_widgetsnbextension>=${_widgetsnbextver}
python3-ipython_ipykernel python3-traitlets"
short_desc="IPython widgets for the Jupyter notebook"
maintainer="Alessio Sergi <al3hex@gmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/jupyter-widgets/ipywidgets"
distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz"
checksum=a3e224f430163f767047ab9a042fc55adbcab0c24bbe6cf9f306c4f89fdf0ba3
post_install() {
vlicense LICENSE
}