aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-10-21 15:12:21 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-10-22 09:04:48 +0700
commit0884f857cd088ccd9f30413189d799db7b80f936 (patch)
tree1c495aca538e48739220d7e09321d1abea846a51 /python
parent4d125723ae963a633fde81a95dff2cc9e7dd4a49 (diff)
python/python3-diff-match-patch: Update for 20241021
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-diff-match-patch/python3-diff-match-patch.SlackBuild18
-rw-r--r--python/python3-diff-match-patch/python3-diff-match-patch.info6
2 files changed, 5 insertions, 19 deletions
diff --git a/python/python3-diff-match-patch/python3-diff-match-patch.SlackBuild b/python/python3-diff-match-patch/python3-diff-match-patch.SlackBuild
index 5b75689039f9..7110768b5b47 100644
--- a/python/python3-diff-match-patch/python3-diff-match-patch.SlackBuild
+++ b/python/python3-diff-match-patch/python3-diff-match-patch.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-diff-match-patch
-# Copyright 2023 Isaac Yu <isaacyu@protonmail.com>
+# Copyright 2023-2024 Isaac Yu <isaacyu@protonmail.com>
# 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-diff-match-patch
-VERSION=${VERSION:-20230430}
+VERSION=${VERSION:-20241021}
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-diff-match-patch/python3-diff-match-patch.info b/python/python3-diff-match-patch/python3-diff-match-patch.info
index 962c3d309cb7..a966b98efff2 100644
--- a/python/python3-diff-match-patch/python3-diff-match-patch.info
+++ b/python/python3-diff-match-patch/python3-diff-match-patch.info
@@ -1,8 +1,8 @@
PRGNAM="python3-diff-match-patch"
-VERSION="20230430"
+VERSION="20241021"
HOMEPAGE="https://github.com/diff-match-patch-python/diff-match-patch"
-DOWNLOAD="https://github.com/diff-match-patch-python/diff-match-patch/archive/v20230430/diff-match-patch-20230430.tar.gz"
-MD5SUM="73d43beb8481c94feb8b393e068540ea"
+DOWNLOAD="https://github.com/diff-match-patch-python/diff-match-patch/archive/v20241021/diff-match-patch-20241021.tar.gz"
+MD5SUM="34b59f2344d2e3f2f905ea8a8f828704"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build"