meson: Switch to Python 3.9.

This commit is contained in:
waddlesplash
2022-10-19 15:22:11 -04:00
committed by GitHub
parent e0dc3f715b
commit da500e4b53

View File

@@ -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