summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-02-06 16:49:43 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-11 09:30:27 +0700
commit346cf88c0b847ad29ded47920a77e5961d9ca250 (patch)
treef1107a318292de7f7ad94fef480cd0822095f419
parent2ef021da0097bc376a639b3f93190668b483b893 (diff)
downloadslackbuilds-346cf88c0b847ad29ded47920a77e5961d9ca250.tar.gz
slackbuilds-346cf88c0b847ad29ded47920a77e5961d9ca250.tar.xz
development/jupyter-qtconsole: Updated REQUIRES.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild7
-rw-r--r--development/jupyter-qtconsole/jupyter-qtconsole.info2
2 files changed, 3 insertions, 6 deletions
diff --git a/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild b/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild
index 1802fbc62f..be6015f074 100644
--- a/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild
+++ b/development/jupyter-qtconsole/jupyter-qtconsole.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for jupyter-qtconsole
# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter-qtconsole
VERSION=${VERSION:-5.4.0}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -41,9 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/development/jupyter-qtconsole/jupyter-qtconsole.info b/development/jupyter-qtconsole/jupyter-qtconsole.info
index 7a10051d8a..3ed9381335 100644
--- a/development/jupyter-qtconsole/jupyter-qtconsole.info
+++ b/development/jupyter-qtconsole/jupyter-qtconsole.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/jupyter/qtconsole/archive/5.4.0/qtconsole-5.4.0.tar
MD5SUM="19fd3ac0ab0ea7511dc9c98802076bc4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="jupyter-ipykernel QtPy"
+REQUIRES="jupyter-ipykernel QtPy ipython_genutils"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"