[arch-commits] Commit in jupyterlab/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Mar 29 22:45:03 UTC 2020
Date: Sunday, March 29, 2020 @ 22:45:03
Author: arojas
Revision: 606597
Make it work with jupyterlab_server 1.1
Modified:
jupyterlab/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-29 22:44:54 UTC (rev 606596)
+++ PKGBUILD 2020-03-29 22:45:03 UTC (rev 606597)
@@ -3,7 +3,7 @@
pkgname=jupyterlab
_pipname=jupyterlab
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="JupyterLab computational environment"
arch=(any)
url="https://github.com/jupyterlab/jupyterlab"
@@ -14,6 +14,11 @@
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
sha256sums=('5d1a833a9e49e6d90d68191917cb16a97ff4ec668c26c85d33ebce629df14141')
+prepare() {
+ cd $pkgname-$pkgver
+ sed -e 's|~=|>=|' -i setup.py # Fix jupyterlab_server version
+}
+
build() {
cd $pkgname-$pkgver
python setup.py build
More information about the arch-commits
mailing list