diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-03 09:08:58 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-10 17:04:48 +0700 |
commit | ce22805cc1fc58422716d4c6a0dc66cf12c88b4d (patch) | |
tree | 31b082e247960f59e2bce6383acd923391a7377b /development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild | |
parent | 442f1fa849ab8e5ec330da7786eb05016b3cd47a (diff) |
development/jupyter-ipykernel: Updated for version 5.3.4.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild')
-rw-r--r-- | development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild b/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild index e806879f4c1da..9ae8008530e90 100644 --- a/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild +++ b/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jupyter-ipykernel -# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=jupyter-ipykernel -VERSION=${VERSION:-4.10.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-5.3.4} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM=ipykernel @@ -71,8 +71,7 @@ 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 {} \; -python2 setup.py install --root=$PKG -sed -i "s| \"python\",| \"/usr/bin/python2\",|" $PKG/usr/share/jupyter/kernels/python2/kernel.json +python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |