mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python3-jupyter_ipywidgets: update to 7.5.1.
This commit is contained in:
parent
043460add0
commit
8822a6d602
2 changed files with 12 additions and 4 deletions
|
@ -1,20 +1,26 @@
|
||||||
# Template file for 'python3-jupyter_ipywidgets'
|
# Template file for 'python3-jupyter_ipywidgets'
|
||||||
pkgname=python3-jupyter_ipywidgets
|
pkgname=python3-jupyter_ipywidgets
|
||||||
version=7.4.2
|
version=7.5.1
|
||||||
revision=3
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
_widgetsnbextver=3.4.0
|
_widgetsnbextver=3.5.0
|
||||||
wrksrc="ipywidgets-${version}"
|
wrksrc="ipywidgets-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-jupyter_widgetsnbextension>=${_widgetsnbextver}
|
depends="python3-jupyter_widgetsnbextension>=${_widgetsnbextver}
|
||||||
python3-ipython_ipykernel python3-traitlets"
|
python3-ipython_ipykernel python3-traitlets"
|
||||||
|
checkdepends="python3-pytest python3-jupyter_widgetsnbextension
|
||||||
|
python3-ipython_ipykernel python3-traitlets"
|
||||||
short_desc="IPython widgets for the Jupyter notebook"
|
short_desc="IPython widgets for the Jupyter notebook"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/jupyter-widgets/ipywidgets"
|
homepage="https://github.com/jupyter-widgets/ipywidgets"
|
||||||
distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/ipywidgets/ipywidgets-${version}.tar.gz"
|
||||||
checksum=a3e224f430163f767047ab9a042fc55adbcab0c24bbe6cf9f306c4f89fdf0ba3
|
checksum=e945f6e02854a74994c596d9db83444a1850c01648f1574adf144fbbabe05c97
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
pytest
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
2
srcpkgs/python3-jupyter_ipywidgets/update
Normal file
2
srcpkgs/python3-jupyter_ipywidgets/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
pkgname=ipywidgets
|
||||||
|
ignore="*a* *b* *rc*"
|
Loading…
Add table
Reference in a new issue