From 490ad3ce4447848e5c6497f7f35c1693325ca77d Mon Sep 17 00:00:00 2001 From: Vijay Marcel Date: Thu, 17 Apr 2025 13:41:10 +0700 Subject: python/python-debian: Updated for version 1.0.1. Signed-off-by: Willy Sudiarto Raharjo --- python/python-debian/python-debian.SlackBuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'python/python-debian/python-debian.SlackBuild') 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 -- cgit v1.2.3