summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-03-14 21:30:04 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-15 11:48:07 +0700
commitef5e33be40522530bbd29ac244d7f7123e8df911 (patch)
tree1fa0f8dad6e334673f81eb13731f7dbddea1ce2b
parent5cd035365ce97a1492e12f22090b9771d3d174fe (diff)
downloadslackbuilds-ef5e33be40522530bbd29ac244d7f7123e8df911.tar.gz
slackbuilds-ef5e33be40522530bbd29ac244d7f7123e8df911.tar.xz
python/python3-platformdirs: Remove extra commenting
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-platformdirs/python3-platformdirs.SlackBuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/python3-platformdirs/python3-platformdirs.SlackBuild b/python/python3-platformdirs/python3-platformdirs.SlackBuild
index f2f5f4195b..609092b7ca 100644
--- a/python/python3-platformdirs/python3-platformdirs.SlackBuild
+++ b/python/python3-platformdirs/python3-platformdirs.SlackBuild
@@ -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