aboutsummaryrefslogtreecommitdiff
path: root/python/python-debian/python-debian.SlackBuild
diff options
context:
space:
mode:
authorVijay Marcel <vijaymarcel@outlook.com>2025-04-17 13:41:10 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-04-19 22:33:24 +0700
commit490ad3ce4447848e5c6497f7f35c1693325ca77d (patch)
tree06b6c79a2a02251e175e616ff5958e4d22bd285f /python/python-debian/python-debian.SlackBuild
parentc6043404815ed8cba331634c3e5f2f6192abff6f (diff)
python/python-debian: Updated for version 1.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-debian/python-debian.SlackBuild')
-rw-r--r--python/python-debian/python-debian.SlackBuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/python/python-debian/python-debian.SlackBuild b/python/python-debian/python-debian.SlackBuild
index 05b1e3d67e..dc33f5ef4b 100644
--- a/python/python-debian/python-debian.SlackBuild
+++ b/python/python-debian/python-debian.SlackBuild
@@ -36,7 +36,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-debian
-VERSION=${VERSION:-0.1.52}
+VERSION=${VERSION:-1.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -49,9 +49,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
@@ -78,7 +75,6 @@ fi
set -e
trap 'echo "$0 FAILED at line $LINENO!" | tee -a $OUTPUT/error-${PRGNAM}.log' ERR
-
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP