diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-10 17:02:59 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-09-10 07:20:40 -0700 |
| commit | 389c6458b47500a08b13f68c523066f30780f043 (patch) | |
| tree | 0e3f49a151c0c938b5668a00b528d4b1232f4327 /meta-python/recipes-devtools/python/python3-scikit-build_0.18.1.bb | |
| parent | b308972f3a004ac868e9b605188e8949475d3f7a (diff) | |
| download | meta-openembedded-389c6458b47500a08b13f68c523066f30780f043.tar.gz | |
python3-scikit-build: upgrade 0.18.0 -> 0.18.1
Changelog:
===========
- Support for setuptools 74
- iOS and Android support
- Fix for distutils change
- Remove test directives
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.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-scikit-build_0.18.1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-scikit-build_0.18.1.bb b/meta-python/recipes-devtools/python/python3-scikit-build_0.18.1.bb new file mode 100644 index 0000000000..eacd67a05c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-scikit-build_0.18.1.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] = "a4152ac5a084d499c28a7797be0628d8366c336e2fb0e1a063eb32e55efcb8e7" | ||
| 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" | ||
