Browse Source
development/jupyter_core: Updated for version 5.1.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/191/head
Isaac Yu
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
development/jupyter_core/jupyter_core.SlackBuild
-
development/jupyter_core/jupyter_core.info
|
|
|
@ -26,7 +26,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=jupyter_core |
|
|
|
VERSION=${VERSION:-5.1.2} |
|
|
|
VERSION=${VERSION:-5.1.3} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="jupyter_core" |
|
|
|
VERSION="5.1.2" |
|
|
|
VERSION="5.1.3" |
|
|
|
HOMEPAGE="https://jupyter.org/" |
|
|
|
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/v5.1.2/jupyter_core-5.1.2.tar.gz" |
|
|
|
MD5SUM="b23daf9b423e4f4110f83750f1e71002" |
|
|
|
DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/v5.1.3/jupyter_core-5.1.3.tar.gz" |
|
|
|
MD5SUM="f371ec9e51378acaac71762e5c66bd4e" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="traitlets python3-platformdirs python3-hatchling" |
|
|
|
|