From: Wang Mingyu <[email protected]> Changelog: ============ -Do not run meson install to build a wheel. -Obey the --skip-subprojects when specified for the meson install command. -Implement support for the exclude_directories and exclude_files arguments to Meson install_subdir() function and similar installation functions. -Implement support for building wheels targeting the Python limited API. -when pyproject.toml does not contain a version field and version is not declared dynamic, raise an error instead of silently using the version declared in meson.build. -Fix the mtime of source files in the sdist tarball. -Add objc and objcpp compilers to the cross file generated when the $ARCHFLAGS is set. -Extensive documentation improvements.
Signed-off-by: Wang Mingyu <[email protected]> --- ...n3-meson-python_0.13.1.bb => python3-meson-python_0.14.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-meson-python_0.13.1.bb => python3-meson-python_0.14.0.bb} (85%) diff --git a/meta-python/recipes-devtools/python/python3-meson-python_0.13.1.bb b/meta-python/recipes-devtools/python/python3-meson-python_0.14.0.bb similarity index 85% rename from meta-python/recipes-devtools/python/python3-meson-python_0.13.1.bb rename to meta-python/recipes-devtools/python/python3-meson-python_0.14.0.bb index 6b9ff24f2a..d6ee64b015 100644 --- a/meta-python/recipes-devtools/python/python3-meson-python_0.13.1.bb +++ b/meta-python/recipes-devtools/python/python3-meson-python_0.14.0.bb @@ -11,7 +11,7 @@ DEPENDS = " \ PYPI_PACKAGE = "meson_python" inherit pypi python_mesonpy -SRC_URI[sha256sum] = "63b3170001425c42fa4cfedadb9051cbd28925ff8eed7c40d36ba0099e3c7618" +SRC_URI[sha256sum] = "b96866690326544dfe452583753ac3f43313227e9fd9416701a8df90af212234" DEPENDS:remove:class-native = "python3-meson-python-native" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#105674): https://lists.openembedded.org/g/openembedded-devel/message/105674 Mute This Topic: https://lists.openembedded.org/mt/102131382/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
