mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
python3-jupyter_widgetsnbextension: update to 4.0.14.
This commit is contained in:
parent
e96bd5f5c6
commit
4b20bac297
2 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'python3-jupyter_widgetsnbextension'
|
||||
pkgname=python3-jupyter_widgetsnbextension
|
||||
version=4.0.11
|
||||
revision=2
|
||||
version=4.0.14
|
||||
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/"
|
||||
homepage="https://github.com/jupyter-widgets/ipywidgets/tree/main/python/widgetsnbextension"
|
||||
distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz"
|
||||
checksum=8b22a8f1910bfd188e596fe7fc05dcbd87e810c8a4ba010bdb3da86637398474
|
||||
checksum=a3629b04e3edb893212df862038c7232f62973373869db5084aed739b437b5af
|
||||
make_check=no # Upstream defines no tests
|
||||
|
||||
post_install() {
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
pkgname=widgetsnbextension
|
||||
site=https://pypi.org/simple/widgetsnbextension
|
||||
ignore="*a* *b* *rc*"
|
||||
|
|
Loading…
Add table
Reference in a new issue