From da500e4b53a932a2da4821ebe3bff9b65c0af28f Mon Sep 17 00:00:00 2001 From: waddlesplash Date: Wed, 19 Oct 2022 15:22:11 -0400 Subject: [PATCH] meson: Switch to Python 3.9. --- dev-util/meson/meson-0.63.2.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/meson/meson-0.63.2.recipe b/dev-util/meson/meson-0.63.2.recipe index 14114357c..5a5a4ff5b 100644 --- a/dev-util/meson/meson-0.63.2.recipe +++ b/dev-util/meson/meson-0.63.2.recipe @@ -4,11 +4,11 @@ build system." HOMEPAGE="https://mesonbuild.com/" COPYRIGHT="2013-2020 The Meson development team" LICENSE="Apache v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/mesonbuild/meson/releases/download/$portVersion/meson-$portVersion.tar.gz" CHECKSUM_SHA256="16222f17ef76be0542c91c07994f9676ae879f46fc21c0c786a21ef2cb518bbf" PATCHES="meson-$portVersion.patchset" -PYTHON_VERSION="3.7" +PYTHON_VERSION="3.9" ARCHITECTURES="any" @@ -22,14 +22,14 @@ PROVIDES=" " REQUIRES=" haiku - setuptools_python3 + setuptools_python39 cmd:python$PYTHON_VERSION cmd:ninja >= 1.6 " BUILD_REQUIRES=" haiku_devel - setuptools_python3 + setuptools_python39 " BUILD_PREREQUIRES=" cmd:python$PYTHON_VERSION