diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2021-04-04 09:12:41 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-10 17:04:50 +0700 |
commit | fd1c724f657a01c327039e350f1bc11cb661aa71 (patch) | |
tree | 855695b3733178991d6bfbd0e86687f2e2578270 /development | |
parent | c3679c74598adfbd36a3e31887c2afc457a7b276 (diff) | |
download | slackbuilds-fd1c724f657a01c327039e350f1bc11cb661aa71.tar.gz |
development/jupyter-qtconsole: Updated for version 5.0.1.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild | 4 | ||||
-rw-r--r-- | development/jupyter-qtconsole/jupyter-qtconsole.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild b/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild index 9fe405d69e..c5a06b24a0 100644 --- a/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild +++ b/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jupyter-qtconsole -# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=jupyter-qtconsole -VERSION=${VERSION:-4.6.0} +VERSION=${VERSION:-5.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/jupyter-qtconsole/jupyter-qtconsole.info b/development/jupyter-qtconsole/jupyter-qtconsole.info index 767ed73073..68245ef99e 100644 --- a/development/jupyter-qtconsole/jupyter-qtconsole.info +++ b/development/jupyter-qtconsole/jupyter-qtconsole.info @@ -1,10 +1,10 @@ PRGNAM="jupyter-qtconsole" -VERSION="4.6.0" +VERSION="5.0.1" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/qtconsole/archive/4.6.0/qtconsole-4.6.0.tar.gz" -MD5SUM="dc92e6d4ad29cfd1726d75f26e9e8f5f" +DOWNLOAD="https://github.com/jupyter/qtconsole/archive/5.0.1/qtconsole-5.0.1.tar.gz" +MD5SUM="34056a772ab327f8233776e3bb398ac9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="jupyter-ipykernel python3-PyQt5" +REQUIRES="jupyter-ipykernel QtPy" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |