python/python3-json5: New maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Erich Ritz 2023-09-27 10:48:41 +07:00 committed by Willy Sudiarto Raharjo
parent a255460b52
commit 6285babb90
2 changed files with 3 additions and 16 deletions

View File

@ -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

View File

@ -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"