diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-25 16:56:23 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-27 09:19:04 -0700 |
commit | be906c2cd68372284c87e84ea92fe577c19db1fc (patch) | |
tree | 902cb6e46852ad29431f32033192a97af722d267 /meta-python/recipes-devtools/python/python3-scikit-build_0.18.0.bb | |
parent | 20f69bd91d7f2178f73f610b90289495eced43e0 (diff) | |
download | meta-openembedded-be906c2cd68372284c87e84ea92fe577c19db1fc.tar.gz |
python3-scikit-build: upgrade 0.17.6 -> 0.18.0
Changelog:
===========
- Support MSVC 17.10
- CMake 3.5+ requirement
- Support CPython 3.13 with windows lib finding fix
- Don't die on PermissionError during chmod
- Remove usage of deprecated distutils in cmake files
- Use first available option for vswhere output
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-scikit-build_0.18.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-scikit-build_0.18.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-scikit-build_0.18.0.bb b/meta-python/recipes-devtools/python/python3-scikit-build_0.18.0.bb new file mode 100644 index 0000000000..2351b697d9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-scikit-build_0.18.0.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | SUMMARY = "Improved build system generator for Python C/C++/Fortran/Cython extensions" | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7c96d2b08b3cec6d3c67fb864d1fd8cc" | ||
4 | |||
5 | DEPENDS = "python3-hatch-vcs-native python3-hatch-fancy-pypi-readme-native" | ||
6 | |||
7 | PYPI_PACKAGE = "scikit_build" | ||
8 | |||
9 | inherit pypi python_hatchling | ||
10 | |||
11 | SRC_URI[sha256sum] = "71a13af467d1a38510c3494786e2edb73ead53ea922bde6e519dc5372aa65096" | ||
12 | |||
13 | RDEPENDS:${PN} = " \ | ||
14 | python3-distro \ | ||
15 | python3-packaging \ | ||
16 | python3-setuptools \ | ||
17 | python3-typing-extensions \ | ||
18 | python3-wheel \ | ||
19 | cmake \ | ||
20 | " | ||
21 | |||
22 | BBCLASSEXTEND = "native nativesdk" | ||