diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-02-21 01:28:13 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-25 09:18:08 +0700 |
commit | c05bc1f893db2815ef22109f1b7bb890c01e4fcc (patch) | |
tree | b561982417be6602198bd595672e1d3cb5612f1b /development/jupyter_console | |
parent | a8e4ee0461430939a95efd7623e01aec1e6c69b7 (diff) |
development/jupyter_console: Update for 6.6.1
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter_console')
-rw-r--r-- | development/jupyter_console/jupyter_console.SlackBuild | 5 | ||||
-rw-r--r-- | development/jupyter_console/jupyter_console.info | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/development/jupyter_console/jupyter_console.SlackBuild b/development/jupyter_console/jupyter_console.SlackBuild index a3fede133eef..6285f9c94b49 100644 --- a/development/jupyter_console/jupyter_console.SlackBuild +++ b/development/jupyter_console/jupyter_console.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter_console -VERSION=${VERSION:-6.5.1} +VERSION=${VERSION:-6.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -77,7 +77,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 {} \; -python3 setup.py install --root=$PKG +python3 -m build --no-isolation +python3 -m installer -d "$PKG" dist/*.whl 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_console/jupyter_console.info b/development/jupyter_console/jupyter_console.info index 111c15faf4b4..1ec15f48ad33 100644 --- a/development/jupyter_console/jupyter_console.info +++ b/development/jupyter_console/jupyter_console.info @@ -1,10 +1,10 @@ PRGNAM="jupyter_console" -VERSION="6.5.1" +VERSION="6.6.1" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.5.1.tar.gz" -MD5SUM="9be58bb4ff37196de0b3f12d7b91c965" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.6.1.tar.gz" +MD5SUM="cf600f22631b9b6270ae663314684905" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="jupyter_client jupyter-ipykernel" +REQUIRES="jupyter_client jupyter-ipykernel python3-hatchling" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |