summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-nanobind_2.4.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-02-10 17:01:19 +0800
committerKhem Raj <raj.khem@gmail.com>2025-02-12 09:16:05 -0800
commit67ce7350527746840f5aadc3b3c913a0308884f6 (patch)
treed6adaef179a01621b14c6ec24bee42823721c593 /meta-python/recipes-devtools/python/python3-nanobind_2.4.0.bb
parentab120b8721a220f05dcde3c3ea94a53b6d468208 (diff)
downloadmeta-openembedded-67ce7350527746840f5aadc3b3c913a0308884f6.tar.gz
python3-nanobind: upgrade 2.4.0 -> 2.5.0
Changelog: https://github.com/wjakob/nanobind/blob/v2.5.0/docs/changelog.rst 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-nanobind_2.4.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-nanobind_2.4.0.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nanobind_2.4.0.bb b/meta-python/recipes-devtools/python/python3-nanobind_2.4.0.bb
deleted file mode 100644
index a151d6db4e..0000000000
--- a/meta-python/recipes-devtools/python/python3-nanobind_2.4.0.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1SUMMARY = "nanobind: tiny and efficient C++/Python bindings"
2DESCRIPTION = "nanobind: tiny and efficient C++/Python bindings"
3HOMEPAGE = "https://github.com/wjakob/nanobind"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=7646f9ee25e49eaf53f89a10665c568c"
6
7SRC_URI[sha256sum] = "a0392dee5f58881085b2ac8bfe8e53f74285aa4868b1472bfaf76cfb414e1c96"
8
9inherit pypi python_setuptools_build_meta cmake lib_package
10
11EXTRA_OECMAKE += "-DNB_TEST=OFF"
12
13DEPENDS += "\
14 python3-scikit-build-native \
15 python3-scikit-build-core-native \
16 ninja-native \
17"
18
19do_install:append() {
20 install -d ${D}${base_libdir}/cmake/${PN}
21 install -m 0644 ${S}/cmake/* ${D}${base_libdir}/cmake/${PN}/
22}
23
24FILES:${PN} += "${prefix_native}/* ${prefix_native}/${PN}/* ${base_libdir}/cmake/*"
25
26BBCLASSEXTEND = "native nativesdk"