From 1da3aaa0fa64fe636f72388a9dedb91d1845cdef Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Oct 2023 16:50:54 +0800 Subject: python3-meson-python: upgrade 0.13.1 -> 0.14.0 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 Signed-off-by: Khem Raj --- .../python/python3-meson-python_0.13.1.bb | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-meson-python_0.13.1.bb (limited to 'meta-python/recipes-devtools/python/python3-meson-python_0.13.1.bb') 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.13.1.bb deleted file mode 100644 index 6b9ff24f2a..0000000000 --- a/meta-python/recipes-devtools/python/python3-meson-python_0.13.1.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Meson Python build backend (PEP 517)" -HOMEPAGE = "https://github.com/mesonbuild/meson-python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d580b27e67cc0892a5b005b0be114b60" - -DEPENDS = " \ - meson-native ninja-native patchelf-native \ - python3-pyproject-metadata-native \ -" - -PYPI_PACKAGE = "meson_python" - -inherit pypi python_mesonpy -SRC_URI[sha256sum] = "63b3170001425c42fa4cfedadb9051cbd28925ff8eed7c40d36ba0099e3c7618" - -DEPENDS:remove:class-native = "python3-meson-python-native" - -RDEPENDS:${PN} = " \ - meson ninja patchelf \ - python3-pyproject-metadata \ -" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf