development/jupyter-nbformat: Updated for version 5.8.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-03-20 17:39:01 -07:00 committed by Willy Sudiarto Raharjo
parent 9a31d78631
commit 524cc2f547
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 7 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter-nbformat
VERSION=${VERSION:-5.7.3}
VERSION=${VERSION:-5.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -86,9 +86,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
COPYING.md README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter-nbformat"
VERSION="5.7.3"
VERSION="5.8.0"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.7.3.tar.gz"
MD5SUM="90826c80cce8f4d2cea768f620f69a3f"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.8.0.tar.gz"
MD5SUM="3e64413120f0fae7293965fd1beb1b92"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-jsonschema python3-fastjsonschema jupyter_core python3-hatch-nodejs-version"