diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-03-09 21:17:48 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-10 12:41:20 +0700 |
commit | dfa5a037c3ad2c963d60690581cdb8ef4e179241 (patch) | |
tree | 88bd70658cd0429bd9cb0153c12e51aac12ad8cc /development | |
parent | 479ac84af0a5c0b7e689544581769af0b7b90f8b (diff) |
development/jupyter_console: Update for 6.4.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/jupyter_console/jupyter_console.SlackBuild | 4 | ||||
-rw-r--r-- | development/jupyter_console/jupyter_console.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter_console/jupyter_console.SlackBuild b/development/jupyter_console/jupyter_console.SlackBuild index 14cb5901fed8a..64f29aac6be21 100644 --- a/development/jupyter_console/jupyter_console.SlackBuild +++ b/development/jupyter_console/jupyter_console.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter_console -VERSION=${VERSION:-6.4.0} +VERSION=${VERSION:-6.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -86,7 +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 *.md LICENSE PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/development/jupyter_console/jupyter_console.info b/development/jupyter_console/jupyter_console.info index 88224fad5e93e..f54070d1422c0 100644 --- a/development/jupyter_console/jupyter_console.info +++ b/development/jupyter_console/jupyter_console.info @@ -1,8 +1,8 @@ PRGNAM="jupyter_console" -VERSION="6.4.0" +VERSION="6.4.3" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.4.0.tar.gz" -MD5SUM="400cdf73675aff2456172cb9d424d10d" +DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.4.3.tar.gz" +MD5SUM="8e1f80a23d264cb7edced8043aaa6fe0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jupyter_client jupyter-ipykernel" |