diff options
Diffstat (limited to 'office/python3-xlsx2csv')
-rw-r--r-- | office/python3-xlsx2csv/python3-xlsx2csv.SlackBuild | 19 | ||||
-rw-r--r-- | office/python3-xlsx2csv/python3-xlsx2csv.info | 6 |
2 files changed, 4 insertions, 21 deletions
diff --git a/office/python3-xlsx2csv/python3-xlsx2csv.SlackBuild b/office/python3-xlsx2csv/python3-xlsx2csv.SlackBuild index fc9eb6930941..4e82113b9d61 100644 --- a/office/python3-xlsx2csv/python3-xlsx2csv.SlackBuild +++ b/office/python3-xlsx2csv/python3-xlsx2csv.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-xlsx2csv SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-0.8.1} +VERSION=${VERSION:-0.8.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -48,23 +48,6 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -elif [ "$ARCH" = "aarch64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - set -e rm -rf $PKG diff --git a/office/python3-xlsx2csv/python3-xlsx2csv.info b/office/python3-xlsx2csv/python3-xlsx2csv.info index 28b910e477a2..d710d88aecc0 100644 --- a/office/python3-xlsx2csv/python3-xlsx2csv.info +++ b/office/python3-xlsx2csv/python3-xlsx2csv.info @@ -1,8 +1,8 @@ PRGNAM="python3-xlsx2csv" -VERSION="0.8.1" +VERSION="0.8.2" HOMEPAGE="https://github.com/dilshod/xlsx2csv" -DOWNLOAD="https://files.pythonhosted.org/packages/source/x/xlsx2csv/xlsx2csv-0.8.1.tar.gz" -MD5SUM="21e5723f1ef841f919c95308bd32ccf8" +DOWNLOAD="https://files.pythonhosted.org/packages/source/x/xlsx2csv/xlsx2csv-0.8.2.tar.gz" +MD5SUM="ff67d058775773291fbd79286ae41d5d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-opt" |