aboutsummaryrefslogtreecommitdiff
path: root/python/ipython/ipython.SlackBuild
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-01-03 12:20:04 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-07 08:13:28 +0700
commita9d2abbbe19b7cf9ef8e820e98568c56fd3b3644 (patch)
tree2fb2f70122a7115e93c601df3f4bd36cb839ecc4 /python/ipython/ipython.SlackBuild
parenta42b3ab7cc8a6f963b3e182eb300c4389183de26 (diff)
python/ipython: Updated for version 8.8.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ipython/ipython.SlackBuild')
-rw-r--r--python/ipython/ipython.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/python/ipython/ipython.SlackBuild b/python/ipython/ipython.SlackBuild
index 814a662711..93a9812742 100644
--- a/python/ipython/ipython.SlackBuild
+++ b/python/ipython/ipython.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ipython
-VERSION=${VERSION:-8.7.0}
+VERSION=${VERSION:-8.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -40,9 +40,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