From dbe479caa9b46ee438f43b9ea1f0a9444273ac15 Mon Sep 17 00:00:00 2001 From: isaackwy Date: Fri, 5 Jan 2024 22:06:33 -0800 Subject: development/jupyter_packaging: Update README Signed-off-by: Willy Sudiarto Raharjo --- development/jupyter_packaging/README | 3 --- development/jupyter_packaging/jupyter_packaging.SlackBuild | 3 --- 2 files changed, 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 -- cgit v1.2.3