development/jupyter-nbclient: Updated for version 0.7.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 2022-10-06 22:28:53 -07:00 committed by Willy Sudiarto Raharjo
parent 15a75193e4
commit 481c0e3b5e
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-nbclient
VERSION=${VERSION:-0.6.8}
VERSION=${VERSION:-0.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -88,9 +88,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 \
*.md LICENSE PKG-INFO *.txt \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGELOG.md CONTRIBUTING.md LICENSE README.md RELEASING.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-nbclient"
VERSION="0.6.8"
VERSION="0.7.0"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.6.8.tar.gz"
MD5SUM="fe3d0f58588b245d11b4b3e149a98964"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-0.7.0.tar.gz"
MD5SUM="6a59800791be74079cf2ade421526289"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="async_generator jupyter_client jupyter-nbformat nest_asyncio"