diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-10-23 16:50:54 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-10-23 08:05:02 -0700 |
| commit | 1da3aaa0fa64fe636f72388a9dedb91d1845cdef (patch) | |
| tree | 5a373f733c3804dfc338359f00e1d4a56a64f2b0 /meta-python/recipes-devtools/python/python3-meson-python_0.14.0.bb | |
| parent | 330eec95297fb4b6a30e55328983d50b9da64108 (diff) | |
| download | meta-openembedded-1da3aaa0fa64fe636f72388a9dedb91d1845cdef.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-meson-python_0.14.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-meson-python_0.14.0.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-meson-python_0.14.0.bb b/meta-python/recipes-devtools/python/python3-meson-python_0.14.0.bb new file mode 100644 index 0000000000..d6ee64b015 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-meson-python_0.14.0.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | SUMMARY = "Meson Python build backend (PEP 517)" | ||
| 2 | HOMEPAGE = "https://github.com/mesonbuild/meson-python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d580b27e67cc0892a5b005b0be114b60" | ||
| 5 | |||
| 6 | DEPENDS = " \ | ||
| 7 | meson-native ninja-native patchelf-native \ | ||
| 8 | python3-pyproject-metadata-native \ | ||
| 9 | " | ||
| 10 | |||
| 11 | PYPI_PACKAGE = "meson_python" | ||
| 12 | |||
| 13 | inherit pypi python_mesonpy | ||
| 14 | SRC_URI[sha256sum] = "b96866690326544dfe452583753ac3f43313227e9fd9416701a8df90af212234" | ||
| 15 | |||
| 16 | DEPENDS:remove:class-native = "python3-meson-python-native" | ||
| 17 | |||
| 18 | RDEPENDS:${PN} = " \ | ||
| 19 | meson ninja patchelf \ | ||
| 20 | python3-pyproject-metadata \ | ||
| 21 | " | ||
| 22 | |||
| 23 | BBCLASSEXTEND = "native nativesdk" | ||
