20 lines
713 B
Bash
20 lines
713 B
Bash
# Template file for 'python3-jupyter_widgetsnbextension'
|
|
pkgname=python3-jupyter_widgetsnbextension
|
|
version=4.0.9
|
|
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://pypi.org/project/widgetsnbextension/"
|
|
distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz"
|
|
checksum=3c1f5e46dc1166dfd40a42d685e6a51396fd34ff878742a3e47c6f0cc4a2a385
|
|
make_check=no # Upstream defines no tests
|
|
|
|
post_install() {
|
|
# /usr/etc is intended for *example configuration*
|
|
mv ${DESTDIR}/usr/etc ${DESTDIR}
|
|
vlicense LICENSE
|
|
}
|