summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-scikit-build_0.17.6.bb
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-02-04 13:53:44 +0300
committerKhem Raj <raj.khem@gmail.com>2024-02-04 07:14:59 -0800
commita8714fd4a6d1e186a1e3cd2c79b3f8a2818f92e5 (patch)
treeadd497f5f710162f86b9c756a79aa887ac7347c5 /meta-python/recipes-devtools/python/python3-scikit-build_0.17.6.bb
parent8c327fadfa0d50debd56b6af3ff82d4cf677759b (diff)
downloadmeta-openembedded-a8714fd4a6d1e186a1e3cd2c79b3f8a2818f92e5.tar.gz
python3-scikit-build: upgrade 0.16.7 -> 0.17.6
Moved to hatchling as a build backend and requires hatch-fancy-pypi-readme, hatch-vcs. As stated in the upstream, the license updated to MIT only. Changelog: https://github.com/scikit-build/scikit-build/releases Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-scikit-build_0.17.6.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-scikit-build_0.17.6.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-scikit-build_0.17.6.bb b/meta-python/recipes-devtools/python/python3-scikit-build_0.17.6.bb
new file mode 100644
index 0000000000..7f99dd16b8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-scikit-build_0.17.6.bb
@@ -0,0 +1,22 @@
1SUMMARY = "Improved build system generator for Python C/C++/Fortran/Cython extensions"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=7c96d2b08b3cec6d3c67fb864d1fd8cc"
4
5DEPENDS = "${PYTHON_PN}-hatch-vcs-native ${PYTHON_PN}-hatch-fancy-pypi-readme-native"
6
7PYPI_PACKAGE = "scikit_build"
8
9inherit pypi python_hatchling
10
11SRC_URI[sha256sum] = "b51a51a36b37c42650994b5047912f59b22e3210b23e321f287611f9ef6e5c9d"
12
13RDEPENDS:${PN} = " \
14 ${PYTHON_PN}-distro \
15 ${PYTHON_PN}-packaging \
16 ${PYTHON_PN}-setuptools \
17 ${PYTHON_PN}-typing-extensions \
18 ${PYTHON_PN}-wheel \
19 cmake \
20"
21
22BBCLASSEXTEND = "native nativesdk"