aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-01-05 22:06:33 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-08 09:41:01 +0700
commitdbe479caa9b46ee438f43b9ea1f0a9444273ac15 (patch)
treee57ae1ec2d310e7316af2620c1bad389bcb40eec
parent6a688282f4a9a034cebb8b86332d34a229f58b97 (diff)
downloadslackbuilds-dbe479caa9b46ee438f43b9ea1f0a9444273ac15.tar.xz
development/jupyter_packaging: Update README
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/jupyter_packaging/README3
-rw-r--r--development/jupyter_packaging/jupyter_packaging.SlackBuild3
2 files changed, 0 insertions, 6 deletions
diff --git a/development/jupyter_packaging/README b/development/jupyter_packaging/README
index a9509e62cadb..258ade206c58 100644
--- a/development/jupyter_packaging/README
+++ b/development/jupyter_packaging/README
@@ -1,5 +1,2 @@
Jupyter Packaging contains tools to help build and install Jupyter
Python packages.
-
-jupyter_packaging 0.11.1 is the last possible version for Slackware
-15.0. Newer versions would require a newer python-setuptools.
diff --git a/development/jupyter_packaging/jupyter_packaging.SlackBuild b/development/jupyter_packaging/jupyter_packaging.SlackBuild
index e5fcb37ea417..47d9debec08f 100644
--- a/development/jupyter_packaging/jupyter_packaging.SlackBuild
+++ b/development/jupyter_packaging/jupyter_packaging.SlackBuild
@@ -38,9 +38,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