development/jupyter-nbdime: Update REQUIRES.

This commit is contained in:
Benjamin Trigona-Harany 2018-05-04 09:39:08 -07:00 committed by Willy Sudiarto Raharjo
parent ec1aba68e3
commit ed050dd891
2 changed files with 5 additions and 3 deletions

View file

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

View file

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