summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2025-05-06 19:01:23 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2025-05-10 12:08:59 +0700
commitc0b6982cb2036c01cb2a47333ce9909a8f7b532a (patch)
tree08c14a7637cba2a39bd99938f64c7bd0e6b70dc4
parent912c5ba8a3e6a373d1c1c9899cc4288ac16ec950 (diff)
downloadslackbuilds-c0b6982cb2036c01cb2a47333ce9909a8f7b532a.tar.gz
slackbuilds-c0b6982cb2036c01cb2a47333ce9909a8f7b532a.tar.xz
python/python3-mesonpy: Updated for version 0.18.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-mesonpy/python3-mesonpy.SlackBuild6
-rw-r--r--python/python3-mesonpy/python3-mesonpy.info8
2 files changed, 7 insertions, 7 deletions
diff --git a/python/python3-mesonpy/python3-mesonpy.SlackBuild b/python/python3-mesonpy/python3-mesonpy.SlackBuild
index 969c722726..ce3066f85f 100644
--- a/python/python3-mesonpy/python3-mesonpy.SlackBuild
+++ b/python/python3-mesonpy/python3-mesonpy.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-mesonpy
-# Copyright 2023-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net>
+# Copyright 2023-2025 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-mesonpy
SRCNAM=meson_python
-VERSION=${VERSION:-0.17.1}
+VERSION=${VERSION:-0.18.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -63,7 +63,7 @@ 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 {} \+
-# to use updated meson
+# to use updated meson and packaging
PYVER=$(python3 -c 'import sys; print("%d.%d" % sys.version_info[:2])')
export PYTHONPATH=/opt/python$PYVER/site-packages
diff --git a/python/python3-mesonpy/python3-mesonpy.info b/python/python3-mesonpy/python3-mesonpy.info
index a8dc979864..a387800aae 100644
--- a/python/python3-mesonpy/python3-mesonpy.info
+++ b/python/python3-mesonpy/python3-mesonpy.info
@@ -1,10 +1,10 @@
PRGNAM="python3-mesonpy"
-VERSION="0.17.1"
+VERSION="0.18.0"
HOMEPAGE="https://github.com/mesonbuild/meson-python"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/m/meson-python/meson_python-0.17.1.tar.gz"
-MD5SUM="bf1299782f02e4bb590a437bd140fd12"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/m/meson-python/meson_python-0.18.0.tar.gz"
+MD5SUM="b4d7f9ef6f09deb8dc8a7e5cbf16778e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-pyproject-metadata python3-meson-opt"
+REQUIRES="python3-pyproject-metadata python3-meson-opt python3-packaging-opt"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"