From 0ad63904565b1805abd75850376419fc19086f69 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 9 Jul 2024 10:20:36 +0200 Subject: [PATCH] meson_python, bump version (#10672) --- ...on_python-0.13.1.recipe => meson_python-0.16.0.recipe} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename dev-python/meson-python/{meson_python-0.13.1.recipe => meson_python-0.16.0.recipe} (92%) diff --git a/dev-python/meson-python/meson_python-0.13.1.recipe b/dev-python/meson-python/meson_python-0.16.0.recipe similarity index 92% rename from dev-python/meson-python/meson_python-0.13.1.recipe rename to dev-python/meson-python/meson_python-0.16.0.recipe index b750d83eb..6d174acd7 100644 --- a/dev-python/meson-python/meson_python-0.13.1.recipe +++ b/dev-python/meson-python/meson_python-0.16.0.recipe @@ -11,9 +11,9 @@ HOMEPAGE="https://github.com/mesonbuild/meson-python" COPYRIGHT="2022 The meson-python developers 2021 Quansight Labs and Filipe LaĆ­ns" LICENSE="MIT" -REVISION="3" +REVISION="1" SOURCE_URI="$HOMEPAGE/archive/refs/tags/$portVersion.tar.gz" -CHECKSUM_SHA256="1637fc6b69b0b3152f5998fa0a6acfb4733c6ec246ea1e811e75e9ba8a53a64c" +CHECKSUM_SHA256="1f464e7a1e15971b70c8208d537fd0193b33c345aac5887af2806e55426ca571" SOURCE_DIR="meson-python-$portVersion" ARCHITECTURES="any" @@ -29,8 +29,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python39 python310) -PYTHON_VERSIONS=(3.9 3.10) +PYTHON_PACKAGES=(python310) +PYTHON_VERSIONS=(3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}