diff options
-rw-r--r-- | development/jupyter-nbdime/jupyter-nbdime.SlackBuild | 6 | ||||
-rw-r--r-- | development/jupyter-nbdime/jupyter-nbdime.info | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/development/jupyter-nbdime/jupyter-nbdime.SlackBuild b/development/jupyter-nbdime/jupyter-nbdime.SlackBuild index f7017a2a50..e055592b6e 100644 --- a/development/jupyter-nbdime/jupyter-nbdime.SlackBuild +++ b/development/jupyter-nbdime/jupyter-nbdime.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jupyter-nbdime -# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -76,7 +76,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a CONTRIBUTING.md LICENSE.md README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + CONTRIBUTING.md LICENSE.md README.md \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/development/jupyter-nbdime/jupyter-nbdime.info b/development/jupyter-nbdime/jupyter-nbdime.info index b1b6e77e4d..af3b44d9f7 100644 --- a/development/jupyter-nbdime/jupyter-nbdime.info +++ b/development/jupyter-nbdime/jupyter-nbdime.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbdime/nbdime-0.4.1.t MD5SUM="58df7ec87079533745ccf7237918f8a5" DOWNLOAD_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-notebook python-requests shutil_which" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |