From 0884f857cd088ccd9f30413189d799db7b80f936 Mon Sep 17 00:00:00 2001 From: isaackwy Date: Mon, 21 Oct 2024 15:12:21 -0700 Subject: [PATCH] python/python3-diff-match-patch: Update for 20241021 Signed-off-by: Willy Sudiarto Raharjo --- .../python3-diff-match-patch.SlackBuild | 18 ++---------------- .../python3-diff-match-patch.info | 6 +++--- 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 5b75689039..7110768b5b 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 +# Copyright 2023-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-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 962c3d309c..a966b98eff 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"