diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-06-07 14:19:00 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-09 05:33:17 +0700 |
commit | 055c92c93c1af7f23c7561ddc943aaa07c729380 (patch) | |
tree | e6d5c37db09c2ad084360c3c6ce94160a208f849 /development | |
parent | cd6fbadd8cd4467f2f9a2ac2325ede10c378f58c (diff) | |
download | slackbuilds-055c92c93c1af7f23c7561ddc943aaa07c729380.tar.gz |
python/python3-jupyter_client: Removed.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'development')
-rw-r--r-- | development/jupyter_client/jupyter_client.SlackBuild | 7 | ||||
-rw-r--r-- | development/jupyter_client/jupyter_client.info | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/development/jupyter_client/jupyter_client.SlackBuild b/development/jupyter_client/jupyter_client.SlackBuild index 3f0cf96976..65f136d233 100644 --- a/development/jupyter_client/jupyter_client.SlackBuild +++ b/development/jupyter_client/jupyter_client.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jupyter_client -# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=jupyter_client VERSION=${VERSION:-5.2.4} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -69,7 +69,8 @@ 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 {} \; -python setup.py install --root=$PKG +python2 setup.py install --root=$PKG +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 diff --git a/development/jupyter_client/jupyter_client.info b/development/jupyter_client/jupyter_client.info index 30e272c715..33ea980cf1 100644 --- a/development/jupyter_client/jupyter_client.info +++ b/development/jupyter_client/jupyter_client.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.2.4/jupyter_client MD5SUM="75bee0a29c81d157fa2cc2de0870eed2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="decorator jupyter_core python-dateutil pyzmq traitlets" +REQUIRES="decorator jupyter_core python-dateutil python3-dateutil pyzmq python3-pyzmq traitlets" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |