summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-01-28 23:36:55 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-29 17:51:54 +0700
commitb4d953e36ebbe00acead81264f7da932478bfd6a (patch)
treedef1bd06cfc1277f0b6e418c3fde08a0daffa3f9 /python
parent19ed0e7b610a82257e2689b6afa8118cc5c4da86 (diff)
downloadslackbuilds-b4d953e36ebbe00acead81264f7da932478bfd6a.tar.gz
slackbuilds-b4d953e36ebbe00acead81264f7da932478bfd6a.tar.xz
python/python3-kiwisolver: Update README, SlackBuild format
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-kiwisolver/README2
-rw-r--r--python/python3-kiwisolver/python3-kiwisolver.SlackBuild5
2 files changed, 2 insertions, 5 deletions
diff --git a/python/python3-kiwisolver/README b/python/python3-kiwisolver/README
index 33dd7e0d0c..4eb1dfa4f7 100644
--- a/python/python3-kiwisolver/README
+++ b/python/python3-kiwisolver/README
@@ -7,7 +7,7 @@ the original Cassowary solver with typical use cases gaining a 40x
improvement. Memory savings are consistently > 5x.
This is the Python 3 version of kiwisolver and will coexist with SBo's
-kiwisolver package.
+python2-kiwisolver package.
python3-kiwisolver 1.4.1 is the last possible version for Slackware
15.0. Newer versions would require a newer python-setuptools.
diff --git a/python/python3-kiwisolver/python3-kiwisolver.SlackBuild b/python/python3-kiwisolver/python3-kiwisolver.SlackBuild
index dc508a2611..9209f31fa1 100644
--- a/python/python3-kiwisolver/python3-kiwisolver.SlackBuild
+++ b/python/python3-kiwisolver/python3-kiwisolver.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for python3-kiwisolver
# Copyright 2018 Serban Udrea <s.udrea@gsi.de>
-# 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,
@@ -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