From e29ae4acebc335a6325943c01fd380bc3877c9f1 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Mon, 26 Sep 2022 12:59:30 -0700 Subject: development/jupyter-nbformat: Updated for version 5.6.1. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- development/jupyter-nbformat/jupyter-nbformat.SlackBuild | 6 +++--- development/jupyter-nbformat/jupyter-nbformat.info | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/development/jupyter-nbformat/jupyter-nbformat.SlackBuild b/development/jupyter-nbformat/jupyter-nbformat.SlackBuild index e857858193..fdd42da7f0 100644 --- a/development/jupyter-nbformat/jupyter-nbformat.SlackBuild +++ b/development/jupyter-nbformat/jupyter-nbformat.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-nbformat -VERSION=${VERSION:-5.5.0} +VERSION=${VERSION:-5.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -82,8 +82,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 -m build --wheel --no-isolation -python3 -m installer --destdir=$PKG dist/*.whl +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-nbformat/jupyter-nbformat.info b/development/jupyter-nbformat/jupyter-nbformat.info index ec9c75a58b..d23dff9c3f 100644 --- a/development/jupyter-nbformat/jupyter-nbformat.info +++ b/development/jupyter-nbformat/jupyter-nbformat.info @@ -1,10 +1,10 @@ PRGNAM="jupyter-nbformat" -VERSION="5.5.0" +VERSION="5.6.1" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.5.0.tar.gz" -MD5SUM="6626de92b7a2e04d338c74f40c584c1b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.6.1.tar.gz" +MD5SUM="9e8a4e7bf974415f09b59557d7730e99" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-jsonschema python3-fastjsonschema jupyter_core python3-build python3-flit_core" +REQUIRES="python3-jsonschema python3-fastjsonschema jupyter_core python3-hatch-nodejs-version" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" -- cgit v1.2.3