mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
New package: python3-jupyterlab_widgets-3.0.15
This commit is contained in:
parent
4b20bac297
commit
73f88a4b03
2 changed files with 21 additions and 0 deletions
18
srcpkgs/python3-jupyterlab_widgets/template
Normal file
18
srcpkgs/python3-jupyterlab_widgets/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'python3-jupyterlab_widgets'
|
||||||
|
pkgname=python3-jupyterlab_widgets
|
||||||
|
version=3.0.15
|
||||||
|
revision=1
|
||||||
|
build_style=python3-pep517
|
||||||
|
hostmakedepends="hatchling hatch-jupyter-builder jupyterlab"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="Jupyter interactive widgets for JupyterLab"
|
||||||
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github.com/jupyter-widgets/ipywidgets/tree/main/python/jupyterlab_widgets"
|
||||||
|
distfiles="${PYPI_SITE}/j/jupyterlab_widgets/jupyterlab_widgets-${version}.tar.gz"
|
||||||
|
checksum=2920888a0c2922351a9202817957a68c07d99673504d6cd37345299e971bb08b
|
||||||
|
make_check=no # Upstream defines no tests
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
3
srcpkgs/python3-jupyterlab_widgets/update
Normal file
3
srcpkgs/python3-jupyterlab_widgets/update
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
pkgname=jupyterlab_widgets
|
||||||
|
site=https://pypi.org/simple/jupyterlab_widgets
|
||||||
|
ignore="*a* *b* *rc*"
|
Loading…
Add table
Reference in a new issue