[arch-commits] Commit in jupyterlab/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Dec 24 09:31:51 UTC 2020
Date: Thursday, December 24, 2020 @ 09:31:50
Author: arojas
Revision: 786917
Update to 3.0.0
Modified:
jupyterlab/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-24 09:31:26 UTC (rev 786916)
+++ PKGBUILD 2020-12-24 09:31:50 UTC (rev 786917)
@@ -2,17 +2,17 @@
pkgname=jupyterlab
_pipname=jupyterlab
-pkgver=2.2.9
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
pkgdesc="JupyterLab computational environment"
arch=(any)
url="https://github.com/jupyterlab/jupyterlab"
license=(custom)
-makedepends=(python-setuptools)
-depends=(jupyterlab_server nodejs)
+makedepends=(python-setuptools python-jupyter_packaging)
+depends=(python-jupyterlab_server jupyter-nbclassic nodejs)
optdepends=('npm: to install extensions')
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('3be8f8edea173753dd838c1b6d3bbcb6f5c801121f824a477025c1b6a1d33dc6')
+sha256sums=('15228dff3f77b0bca795fd232cb25f02121510cec83f1d25856b3bc8e585b087')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list