diff options
author | Erich Ritz <erich.public@protonmail.com> | 2023-09-27 10:48:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-27 10:48:41 +0700 |
commit | 6285babb90cf78952aecd9dd03eb8e0d1338292d (patch) | |
tree | 01237d5fcace965780b21a0f7d0ac7939684bc4f /python/python3-json5 | |
parent | a255460b52dc7b3b71a622a5400133e3b1db770e (diff) |
python/python3-json5: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-json5')
-rw-r--r-- | python/python3-json5/python3-json5.SlackBuild | 15 | ||||
-rw-r--r-- | python/python3-json5/python3-json5.info | 4 |
2 files changed, 3 insertions, 16 deletions
diff --git a/python/python3-json5/python3-json5.SlackBuild b/python/python3-json5/python3-json5.SlackBuild index 2a3890ff7cf6..8753e5fd34a0 100644 --- a/python/python3-json5/python3-json5.SlackBuild +++ b/python/python3-json5/python3-json5.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for python3-json5 # Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2023 Erich Ritz, Jenks, Oklahoma, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -49,20 +50,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-json5/python3-json5.info b/python/python3-json5/python3-json5.info index 8f0a078535b5..62f4a2d0138b 100644 --- a/python/python3-json5/python3-json5.info +++ b/python/python3-json5/python3-json5.info @@ -6,5 +6,5 @@ MD5SUM="93472ea83886cfcc7e922f24aa3a33ad" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Isaac Yu" -EMAIL="isaacyu@protonmail.com" +MAINTAINER="Erich Ritz" +EMAIL="erich.public@protonmail.com" |