Browse Source
development/jupyter-nbconvert: Updated for version 7.4.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/198/head
Isaac Yu
2 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-nbconvert/jupyter-nbconvert.SlackBuild
-
development/jupyter-nbconvert/jupyter-nbconvert.info
|
|
@ -26,7 +26,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=jupyter-nbconvert |
|
|
|
VERSION=${VERSION:-7.3.1} |
|
|
|
VERSION=${VERSION:-7.4.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="jupyter-nbconvert" |
|
|
|
VERSION="7.3.1" |
|
|
|
VERSION="7.4.0" |
|
|
|
HOMEPAGE="https://jupyter.org/" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.3.1.tar.gz" |
|
|
|
MD5SUM="a9eddf70d6a04d820d657713ff8d9124" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7.4.0.tar.gz" |
|
|
|
MD5SUM="e46ba33473d3ea87ae3dabbb981cfe56" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="bleach python3-defusedxml jupyter-nbclient jupyterlab_pygments python3-mistune pandocfilters testpath BeautifulSoup4 tinycss2 python3-hatchling" |
|
|
|