summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2018-05-04 09:39:08 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-05-05 06:46:27 +0700
commited050dd891ebebee3790ece0fda1e9b9d58847a2 (patch)
tree1cb45126cfc247c8b45ff6bfe3c90523d175c5f1
parentec1aba68e364a36b33f4ccfce7a708c81f574424 (diff)
downloadslackbuilds-ed050dd891ebebee3790ece0fda1e9b9d58847a2.tar.gz
slackbuilds-ed050dd891ebebee3790ece0fda1e9b9d58847a2.tar.xz
development/jupyter-nbdime: Update REQUIRES.
-rw-r--r--development/jupyter-nbdime/jupyter-nbdime.SlackBuild6
-rw-r--r--development/jupyter-nbdime/jupyter-nbdime.info2
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"