mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-15 09:58:22 +00:00
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>
(cherry picked from commit 1da3aaa0fa)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
5ccc51936f
commit
fc4e7cc802
@@ -0,0 +1,23 @@
|
||||
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] = "b96866690326544dfe452583753ac3f43313227e9fd9416701a8df90af212234"
|
||||
|
||||
DEPENDS:remove:class-native = "python3-meson-python-native"
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
meson ninja patchelf \
|
||||
python3-pyproject-metadata \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user