summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-02-06 16:49:09 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-11 09:30:26 +0700
commit2ef021da0097bc376a639b3f93190668b483b893 (patch)
treeb9b0df8655a88485d6db1c2f70ec035f00f06aa3
parentb30b8ce79a1fcb4a8decb02d820aea5b470ef868 (diff)
downloadslackbuilds-2ef021da0097bc376a639b3f93190668b483b893.tar.gz
slackbuilds-2ef021da0097bc376a639b3f93190668b483b893.tar.xz
development/jupyter-notebook: 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-notebook/jupyter-notebook.SlackBuild7
-rw-r--r--development/jupyter-notebook/jupyter-notebook.info2
2 files changed, 3 insertions, 6 deletions
diff --git a/development/jupyter-notebook/jupyter-notebook.SlackBuild b/development/jupyter-notebook/jupyter-notebook.SlackBuild
index bc47de7ce7..58a4930b53 100644
--- a/development/jupyter-notebook/jupyter-notebook.SlackBuild
+++ b/development/jupyter-notebook/jupyter-notebook.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for jupyter-notebook
# 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-notebook
VERSION=${VERSION:-6.5.2}
-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-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info
index a27788ffb9..f9abf5acaf 100644
--- a/development/jupyter-notebook/jupyter-notebook.info
+++ b/development/jupyter-notebook/jupyter-notebook.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-6.5
MD5SUM="69deeaccc84d6a0e8a134bd1731d4353"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="jupyter-ipykernel jupyter-nbclassic"
+REQUIRES="jupyter-ipykernel jupyter-nbclassic ipython_genutils"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"