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

Antonio Rojas arojas at archlinux.org
Tue Feb 23 11:29:56 UTC 2021


    Date: Tuesday, February 23, 2021 @ 11:29:56
  Author: arojas
Revision: 869656

jupyter_packaging is a runtime dependency (FS#69741)

Modified:
  jupyterlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-23 11:29:09 UTC (rev 869655)
+++ PKGBUILD	2021-02-23 11:29:56 UTC (rev 869656)
@@ -3,13 +3,13 @@
 pkgname=jupyterlab
 _pipname=jupyterlab
 pkgver=3.0.9
-pkgrel=1
+pkgrel=2
 pkgdesc="JupyterLab computational environment"
 arch=(any)
 url="https://github.com/jupyterlab/jupyterlab"
 license=(custom)
-makedepends=(python-setuptools python-jupyter_packaging)
-depends=(python-jupyterlab_server jupyter-nbclassic nodejs)
+makedepends=(python-setuptools)
+depends=(python-jupyterlab_server python-jupyter_packaging jupyter-nbclassic nodejs)
 optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support')
 source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
 sha256sums=('70aa808a1adc06e35701500a0b1cd2f472ad55b8d890153cb8bdfbd30b279646')



More information about the arch-commits mailing list