summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2017-11-16 18:09:51 +0100
committer Willy Sudiarto Raharjo2017-11-18 06:40:48 +0100
commit3b3d49f0ce67b5a4d230dbfab87ce9852d8712f8 (patch)
treeb24d163500a96aba03b6e1adbcabc452aa61ba9a
parent33374d571704bcd048b7b7511286c08e510fb306 (diff)
downloadslackbuilds-3b3d49f0ce67b5a4d230dbfab87ce9852d8712f8.tar.gz
development/jupyter-nbdime: Updated for version 0.4.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
-rw-r--r--development/jupyter-nbdime/jupyter-nbdime.SlackBuild4
-rw-r--r--development/jupyter-nbdime/jupyter-nbdime.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter-nbdime/jupyter-nbdime.SlackBuild b/development/jupyter-nbdime/jupyter-nbdime.SlackBuild
index c5ed498fb2..b9061f598c 100644
--- a/development/jupyter-nbdime/jupyter-nbdime.SlackBuild
+++ b/development/jupyter-nbdime/jupyter-nbdime.SlackBuild
@@ -24,7 +24,7 @@
SRCNAM=nbdime
PRGNAM=jupyter-$SRCNAM
-VERSION=${VERSION:-0.3.0}
+VERSION=${VERSION:-0.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
-unzip $CWD/$SRCNAM-$VERSION.zip
+tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/development/jupyter-nbdime/jupyter-nbdime.info b/development/jupyter-nbdime/jupyter-nbdime.info
index 07e50c5020..7b719c27f9 100644
--- a/development/jupyter-nbdime/jupyter-nbdime.info
+++ b/development/jupyter-nbdime/jupyter-nbdime.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter-nbdime"
-VERSION="0.3.0"
+VERSION="0.4.0"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbdime/nbdime-0.3.0.zip"
-MD5SUM="837cc17ee4f6c176a4eda87fe098bb6e"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbdime/nbdime-0.4.0.tar.gz"
+MD5SUM="11e00109469a3939a657f49623c36f7f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="colorama functools-lru-cache GitPython jupyter-nbformat python-requests shutil_which tornado"