python3-jupyter_widgetsnbextension: update to 4.0.9, adopt.
This commit is contained in:
parent
15c689aad0
commit
2ae0095b59
|
@ -1,19 +1,16 @@
|
|||
# Template file for 'python3-jupyter_widgetsnbextension'
|
||||
pkgname=python3-jupyter_widgetsnbextension
|
||||
version=3.5.1
|
||||
revision=5
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-jupyter_notebook"
|
||||
checkdepends="$depends"
|
||||
version=4.0.9
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-jupyter_packaging"
|
||||
short_desc="Interactive HTML widgets for Jupyter notebooks"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
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=079f87d87270bce047512400efd70238820751a11d2d8cb137a5a5bdbaf255c7
|
||||
replaces="python-jupyter_widgetsnbextension-data>=0"
|
||||
conf_files="/etc/jupyter/nbconfig/notebook.d/widgetsnbextension.json"
|
||||
checksum=3c1f5e46dc1166dfd40a42d685e6a51396fd34ff878742a3e47c6f0cc4a2a385
|
||||
make_check=no # Upstream defines no tests
|
||||
|
||||
post_install() {
|
||||
# /usr/etc is intended for *example configuration*
|
||||
|
|
Loading…
Reference in New Issue