mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-jupyter_widgetsnbextension: update to 4.0.9, adopt.
This commit is contained in:
parent
15c689aad0
commit
2ae0095b59
1 changed files with 7 additions and 10 deletions
|
@ -1,19 +1,16 @@
|
||||||
# Template file for 'python3-jupyter_widgetsnbextension'
|
# Template file for 'python3-jupyter_widgetsnbextension'
|
||||||
pkgname=python3-jupyter_widgetsnbextension
|
pkgname=python3-jupyter_widgetsnbextension
|
||||||
version=3.5.1
|
version=4.0.9
|
||||||
revision=5
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-jupyter_packaging"
|
||||||
depends="python3-jupyter_notebook"
|
|
||||||
checkdepends="$depends"
|
|
||||||
short_desc="Interactive HTML widgets for Jupyter notebooks"
|
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"
|
license="BSD-3-Clause"
|
||||||
homepage="https://pypi.org/project/widgetsnbextension/"
|
homepage="https://pypi.org/project/widgetsnbextension/"
|
||||||
distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/w/widgetsnbextension/widgetsnbextension-${version}.tar.gz"
|
||||||
checksum=079f87d87270bce047512400efd70238820751a11d2d8cb137a5a5bdbaf255c7
|
checksum=3c1f5e46dc1166dfd40a42d685e6a51396fd34ff878742a3e47c6f0cc4a2a385
|
||||||
replaces="python-jupyter_widgetsnbextension-data>=0"
|
make_check=no # Upstream defines no tests
|
||||||
conf_files="/etc/jupyter/nbconfig/notebook.d/widgetsnbextension.json"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# /usr/etc is intended for *example configuration*
|
# /usr/etc is intended for *example configuration*
|
||||||
|
|
Loading…
Add table
Reference in a new issue