mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
meson_python, bump version (#10672)
This commit is contained in:
@@ -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]}
|
||||
Reference in New Issue
Block a user