diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-10-30 12:40:43 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-05 21:15:21 +0700 |
commit | a2e889a7437e058eda57ff0717a6a22f50ed5ed6 (patch) | |
tree | a8966f883902d038444da4984917901347129804 /development/jupyter-notebook/jupyter-notebook.SlackBuild | |
parent | 8377299f3f6fe1d9cec399e03e2b1e23d6a43284 (diff) |
development/jupyter-notebook: Updated for version 6.5.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-notebook/jupyter-notebook.SlackBuild')
-rw-r--r-- | development/jupyter-notebook/jupyter-notebook.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/development/jupyter-notebook/jupyter-notebook.SlackBuild b/development/jupyter-notebook/jupyter-notebook.SlackBuild index df1b3492bb..bc47de7ce7 100644 --- a/development/jupyter-notebook/jupyter-notebook.SlackBuild +++ b/development/jupyter-notebook/jupyter-notebook.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-notebook -VERSION=${VERSION:-6.5.1} +VERSION=${VERSION:-6.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -82,10 +82,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# Patch for compatibility with nbclassic 0.4.6 -# Credit to Eric Charles: https://github.com/jupyter/notebook/commit/ab716106.patch -patch -p1 < $CWD/nbclassic-0.4.6.patch - python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |