[arch-commits] Commit in jupyter-widgetsnbextension/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Apr 4 09:42:22 UTC 2022
Date: Monday, April 4, 2022 @ 09:42:22
Author: arojas
Revision: 1181245
Add ipywidgets dependency
Modified:
jupyter-widgetsnbextension/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-04 09:41:20 UTC (rev 1181244)
+++ PKGBUILD 2022-04-04 09:42:22 UTC (rev 1181245)
@@ -3,13 +3,13 @@
pkgname=jupyter-widgetsnbextension
pkgver=3.6.0
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Interactive HTML widgets for Jupyter notebooks"
arch=('any')
url="https://pypi.python.org/pypi/widgetsnbextension"
license=('BSD')
-depends=('jupyter-notebook')
+depends=('jupyter-notebook' 'python-ipywidgets')
makedepends=('python-build' 'python-installer' 'python-wheel')
source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz")
md5sums=('60c9ddbc7a04ff3c92c5570ec063f9b0')
More information about the arch-commits
mailing list