mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
development/jupyter-nbdime: Updated for version 0.4.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
33374d5717
commit
3b3d49f0ce
2 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
SRCNAM=nbdime
|
SRCNAM=nbdime
|
||||||
PRGNAM=jupyter-$SRCNAM
|
PRGNAM=jupyter-$SRCNAM
|
||||||
VERSION=${VERSION:-0.3.0}
|
VERSION=${VERSION:-0.4.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $SRCNAM-$VERSION
|
rm -rf $SRCNAM-$VERSION
|
||||||
unzip $CWD/$SRCNAM-$VERSION.zip
|
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||||
cd $SRCNAM-$VERSION
|
cd $SRCNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="jupyter-nbdime"
|
PRGNAM="jupyter-nbdime"
|
||||||
VERSION="0.3.0"
|
VERSION="0.4.0"
|
||||||
HOMEPAGE="https://jupyter.org/"
|
HOMEPAGE="https://jupyter.org/"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbdime/nbdime-0.3.0.zip"
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbdime/nbdime-0.4.0.tar.gz"
|
||||||
MD5SUM="837cc17ee4f6c176a4eda87fe098bb6e"
|
MD5SUM="11e00109469a3939a657f49623c36f7f"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="colorama functools-lru-cache GitPython jupyter-nbformat python-requests shutil_which tornado"
|
REQUIRES="colorama functools-lru-cache GitPython jupyter-nbformat python-requests shutil_which tornado"
|
||||||
|
|
Loading…
Reference in a new issue