development/jupyter_core: Updated for version 5.1.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-12-01 22:12:17 +07:00 committed by Willy Sudiarto Raharjo
parent 9d521dbb96
commit 762f1b2841
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter_core
VERSION=${VERSION:-5.0.0}
VERSION=${VERSION:-5.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -87,7 +87,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 CONTRIBUTING.md README.md $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGELOG.md CONTRIBUTING.md 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,10 +1,10 @@
PRGNAM="jupyter_core"
VERSION="5.0.0"
VERSION="5.1.0"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/v5.0.0/jupyter_core-5.0.0.tar.gz"
MD5SUM="16a9a346c984005831e32172ebcb9526"
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/v5.1.0/jupyter_core-5.1.0.tar.gz"
MD5SUM="1b0948d527af9b7752d35a9c118af300"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="traitlets python3-hatchling"
REQUIRES="traitlets python3-platformdirs python3-hatchling"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"