diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-09-26 12:59:30 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-01 09:01:20 +0700 |
commit | e29ae4acebc335a6325943c01fd380bc3877c9f1 (patch) | |
tree | 95d6cd14a5747029f04567122fd7807a9ebeb34c /development/jupyter-nbformat | |
parent | 2b8b1485b02746a75879c45d55a366f098ec11ba (diff) |
development/jupyter-nbformat: Updated for version 5.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-nbformat')
-rw-r--r-- | development/jupyter-nbformat/jupyter-nbformat.SlackBuild | 6 | ||||
-rw-r--r-- | 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 e8578581939f3..fdd42da7f0f60 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 ec9c75a58b5dd..d23dff9c3f84a 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" |