From 10e65249a5ae42eafac4d3d4c41dc8610896c7e3 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Tue, 4 Jun 2024 09:15:07 +0700 Subject: python/python3-openpyxl: Updated for version 3.1.3. Signed-off-by: Willy Sudiarto Raharjo --- python/python3-openpyxl/python3-openpyxl.SlackBuild | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'python/python3-openpyxl/python3-openpyxl.SlackBuild') diff --git a/python/python3-openpyxl/python3-openpyxl.SlackBuild b/python/python3-openpyxl/python3-openpyxl.SlackBuild index e14195e3a7..e73a70c85e 100644 --- a/python/python3-openpyxl/python3-openpyxl.SlackBuild +++ b/python/python3-openpyxl/python3-openpyxl.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-openpyxl -# Copyright 2020-2023 Isaac Yu +# Copyright 2020-2024 Isaac Yu # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-openpyxl -VERSION=${VERSION:-3.1.2} +VERSION=${VERSION:-3.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -49,16 +49,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - LIBDIRSUFFIX="64" -else - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG -- cgit v1.2.3