void-packages/srcpkgs/python3-jupyter_widgetsnbex.../template

20 lines
714 B
Bash

# Template file for 'python3-jupyter_widgetsnbextension'
pkgname=python3-jupyter_widgetsnbextension
version=4.0.11
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=8b22a8f1910bfd188e596fe7fc05dcbd87e810c8a4ba010bdb3da86637398474
make_check=no # Upstream defines no tests
post_install() {
# /usr/etc is intended for *example configuration*
mv ${DESTDIR}/usr/etc ${DESTDIR}
vlicense LICENSE
}