[arch-commits] Commit in jupyter-widgetsnbextension/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Aug 27 09:48:06 UTC 2022


    Date: Saturday, August 27, 2022 @ 09:48:05
  Author: arojas
Revision: 1284605

upgpkg: jupyter-widgetsnbextension 1:4.0.2-1: Update to 4.0.2

Modified:
  jupyter-widgetsnbextension/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-27 09:42:44 UTC (rev 1284604)
+++ PKGBUILD	2022-08-27 09:48:05 UTC (rev 1284605)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=jupyter-widgetsnbextension
-pkgver=3.6.1
+pkgver=4.0.2
 pkgrel=1
 epoch=1
 pkgdesc="Interactive HTML widgets for Jupyter notebooks"
@@ -10,9 +10,9 @@
 url="https://pypi.python.org/pypi/widgetsnbextension"
 license=('BSD')
 depends=('jupyter-notebook' 'python-ipywidgets')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
 source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz")
-md5sums=('86dd0471c4e376d981d7633224aa0607')
+sha256sums=('07f0e8582f920b24316cef16490f1aeb498f2c875d48980540e5c5dbf0ff5e2d')
 
 build() {
   cd widgetsnbextension-$pkgver



More information about the arch-commits mailing list