summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-meson-python_0.13.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-meson-python: upgrade 0.13.1 -> 0.14.0Wang Mingyu2023-10-231-23/+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>
* python3-meson-python: New recipeZoltán Böszörményi2023-06-141-0/+23
This python module adds support for a new PEP517 build backend used by recent versions of scikit-image, scipy and others. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>