[arch-commits] Commit in jupyterlab/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Jul 27 21:31:48 UTC 2021
Date: Tuesday, July 27, 2021 @ 21:31:48
Author: arojas
Revision: 988116
Update to 3.1.0
Modified:
jupyterlab/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-27 21:16:43 UTC (rev 988115)
+++ PKGBUILD 2021-07-27 21:31:48 UTC (rev 988116)
@@ -2,23 +2,18 @@
pkgname=jupyterlab
_pipname=jupyterlab
-pkgver=3.0.16
+pkgver=3.1.0
pkgrel=1
-pkgdesc="JupyterLab computational environment"
+pkgdesc='JupyterLab computational environment'
arch=(any)
-url="https://github.com/jupyterlab/jupyterlab"
+url='https://github.com/jupyterlab/jupyterlab'
license=(custom)
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=('7ad4fbe1f6d38255869410fd151a8b15692a663ca97c0a8146b3f5c40e275c23')
+sha256sums=('5a020e5940ef32a9e6e1a43f7c794f542869576a30c5083799c7d97df34e9cf3')
-prepare() {
- cd $pkgname-$pkgver
- sed -e 's|jupyter_packaging~=0.7.3|jupyter_packaging|' -i setup.py
-}
-
build() {
cd $pkgname-$pkgver
python setup.py build
More information about the arch-commits
mailing list