aboutsummaryrefslogtreecommitdiff
path: root/python/python3-tomlkit
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-02-27 01:42:59 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-28 13:04:50 +0700
commitbdcfcba616fb1ea9e8d92bbca9309aad847cacb3 (patch)
treee321a5c21e1da210f026936a59e3094cd26d7ee1 /python/python3-tomlkit
parent90f655b0300a7648bd68ced23ee4dae404fd8930 (diff)
python/python3-tomlkit: Update for 0.12.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-tomlkit')
-rw-r--r--python/python3-tomlkit/python3-tomlkit.SlackBuild16
-rw-r--r--python/python3-tomlkit/python3-tomlkit.info8
2 files changed, 5 insertions, 19 deletions
diff --git a/python/python3-tomlkit/python3-tomlkit.SlackBuild b/python/python3-tomlkit/python3-tomlkit.SlackBuild
index 83c1f7a8db..7651b56273 100644
--- a/python/python3-tomlkit/python3-tomlkit.SlackBuild
+++ b/python/python3-tomlkit/python3-tomlkit.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-tomlkit
-VERSION=${VERSION:-0.12.3}
+VERSION=${VERSION:-0.12.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -49,20 +49,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"
-else
- SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
-fi
-
set -e
rm -rf $PKG
diff --git a/python/python3-tomlkit/python3-tomlkit.info b/python/python3-tomlkit/python3-tomlkit.info
index 1e65b3e0ca..499d1f0879 100644
--- a/python/python3-tomlkit/python3-tomlkit.info
+++ b/python/python3-tomlkit/python3-tomlkit.info
@@ -1,10 +1,10 @@
PRGNAM="python3-tomlkit"
-VERSION="0.12.3"
+VERSION="0.12.4"
HOMEPAGE="https://github.com/sdispater/tomlkit"
-DOWNLOAD="https://github.com/sdispater/tomlkit/releases/download/0.12.3/tomlkit-0.12.3.tar.gz"
-MD5SUM="b40ad495dea8a424831ba61b8505643c"
+DOWNLOAD="https://github.com/sdispater/tomlkit/releases/download/0.12.4/tomlkit-0.12.4.tar.gz"
+MD5SUM="e182df9625d617692a9ae035266634fe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-poetry-core python3-wheel"
+REQUIRES="python3-poetry-core"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu@protonmail.com"