development/jupyter-nbdime: Updated for version 0.4.0.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2017-11-16 09:09:51 -08:00 committed by Willy Sudiarto Raharjo
parent 33374d5717
commit 3b3d49f0ce
2 changed files with 5 additions and 5 deletions

View file

@ -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 . \

View file

@ -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"