diff options
| author | isaackwy <isaacyu@protonmail.com> | 2024-02-14 14:16:05 -0800 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-15 22:16:22 +0700 |
| commit | b7a2fc4f3eee277232224743157837bb42edb4c7 (patch) | |
| tree | e9f2078f0878b34749d8f36a0a94d00c67caa6eb /python/python3-prometheus_client/python3-prometheus_client.SlackBuild | |
| parent | 8cc8d3ad50cffe1c8d94801a58d427b58251ec86 (diff) | |
python/python3-prometheus_client: Update for 0.20.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-prometheus_client/python3-prometheus_client.SlackBuild')
| -rw-r--r-- | python/python3-prometheus_client/python3-prometheus_client.SlackBuild | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/python/python3-prometheus_client/python3-prometheus_client.SlackBuild b/python/python3-prometheus_client/python3-prometheus_client.SlackBuild index 2dc43ca942..9fdeea80a6 100644 --- a/python/python3-prometheus_client/python3-prometheus_client.SlackBuild +++ b/python/python3-prometheus_client/python3-prometheus_client.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-prometheus_client -VERSION=${VERSION:-0.19.0} +VERSION=${VERSION:-0.20.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -50,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 |
