aboutsummaryrefslogtreecommitdiff
path: root/python/python3-prometheus_client/python3-prometheus_client.SlackBuild
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu@protonmail.com>2025-09-18 18:32:29 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-09-19 09:34:35 +0700
commit2dbd641d36b789996fe4dc74dd5fa3aef310998c (patch)
treee4ec92834e94963333a7d35dbd94088cdb45ed8c /python/python3-prometheus_client/python3-prometheus_client.SlackBuild
parent37c86d1c1c41609a19bade813df45d6d1e8d7aea (diff)
python/python3-prometheus_client: Update for 0.23.1
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.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/python/python3-prometheus_client/python3-prometheus_client.SlackBuild b/python/python3-prometheus_client/python3-prometheus_client.SlackBuild
index c80d5b2446..99f53c50a4 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.22.1}
+VERSION=${VERSION:-0.23.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -65,8 +65,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# pyproject.toml does not explicitly state a requirement for a newer setuptools
-# However, the newer setuptools is still needed (otherwise, the build breaks)
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages