Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
jupyterlab-widgets


Commits:
eb1bf739 by Antonio Rojas at 2024-02-08T18:13:53+01:00
upgpkg: 3.0.10-1: Update to 3.0.10

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,19 @@
+pkgbase = jupyterlab-widgets
+       pkgdesc = JupyterLab extension to use ipywidgets
+       pkgver = 3.0.10
+       pkgrel = 1
+       url = https://jupyter.org/
+       arch = any
+       license = BSD-3-Clause
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-jupyter_packaging
+       makedepends = python-setuptools
+       depends = jupyterlab
+       depends = python
+       depends = python-ipywidgets
+       replaces = jupyter-widgetsnbextension
+       source = 
https://pypi.io/packages/source/j/jupyterlab_widgets/jupyterlab_widgets-3.0.10.tar.gz
+       sha256sums = 
04f2ac04976727e4f9d0fa91cdc2f1ab860f965e504c29dbd6a65c882c9d04c0
+
+pkgname = jupyterlab-widgets


=====================================
PKGBUILD
=====================================
@@ -2,17 +2,22 @@
 
 _pipname=jupyterlab_widgets
 pkgname=${_pipname/_/-}
-pkgver=3.0.9
+pkgver=3.0.10
 pkgrel=1
 pkgdesc='JupyterLab extension to use ipywidgets'
 arch=(any)
 url='https://jupyter.org/'
-license=(custom)
-depends=(jupyterlab python-ipywidgets)
-makedepends=(python-build python-installer python-setuptools 
python-jupyter_packaging)
+license=(BSD-3-Clause)
+depends=(jupyterlab
+         python
+         python-ipywidgets)
+makedepends=(python-build
+             python-installer
+             python-jupyter_packaging
+             python-setuptools)
 
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
 replaces=(jupyter-widgetsnbextension)
-sha256sums=('6005a4e974c7beee84060fdfba341a3218495046de8ae3ec64888e5fe19fdb4c')
+sha256sums=('04f2ac04976727e4f9d0fa91cdc2f1ab860f965e504c29dbd6a65c882c9d04c0')
 
 build() {
   cd $_pipname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab-widgets/-/commit/eb1bf73924307438ff87d73fa8adc6d99586cfcf

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab-widgets/-/commit/eb1bf73924307438ff87d73fa8adc6d99586cfcf
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to