python/python3-jupyter-ipykernel: Updated for version 5.0.0.

This commit is contained in:
Benjamin Trigona-Harany 2018-10-04 23:46:32 -07:00 committed by Willy Sudiarto Raharjo
parent 5cc8c18362
commit 3c1e86444e
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for python3-jupyter-ipykernel
# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
SRCNAM=ipykernel
PRGNAM=python3-jupyter-$SRCNAM
VERSION=${VERSION:-4.9.0}
VERSION=${VERSION:-5.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -77,7 +77,9 @@ 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 $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
CONTRIBUTING.md COPYING.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,8 +1,8 @@
PRGNAM="python3-jupyter-ipykernel"
VERSION="4.9.0"
VERSION="5.0.0"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-4.9.0.tar.gz"
MD5SUM="21fe853ab24b8e4b4b5004ff458ebb77"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-5.0.0.tar.gz"
MD5SUM="f1299e877021ad05566283aab3d70b56"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-ipython python3-jupyter_client python3-tornado"