From 72ceec9df78f7450b1ce6121b5681f22e0cdd834 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 31 Mar 2025 17:11:38 +0800 Subject: python3-nanobind: upgrade 2.5.0 -> 2.6.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-nanobind_2.5.0.bb | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-nanobind_2.5.0.bb (limited to 'meta-python/recipes-devtools/python/python3-nanobind_2.5.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-nanobind_2.5.0.bb b/meta-python/recipes-devtools/python/python3-nanobind_2.5.0.bb deleted file mode 100644 index e37421caaa..0000000000 --- a/meta-python/recipes-devtools/python/python3-nanobind_2.5.0.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "nanobind: tiny and efficient C++/Python bindings" -DESCRIPTION = "nanobind: tiny and efficient C++/Python bindings" -HOMEPAGE = "https://github.com/wjakob/nanobind" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7646f9ee25e49eaf53f89a10665c568c" - -SRC_URI[sha256sum] = "cc8412e94acffa20a369191382bcdbb6fbfb302e475e87cacff9516d51023a15" - -inherit pypi python_setuptools_build_meta cmake lib_package - -EXTRA_OECMAKE += "-DNB_TEST=OFF" - -DEPENDS += "\ - python3-scikit-build-native \ - python3-scikit-build-core-native \ - ninja-native \ -" - -do_install:append() { - install -d ${D}${base_libdir}/cmake/${PN} - install -m 0644 ${S}/cmake/* ${D}${base_libdir}/cmake/${PN}/ -} - -FILES:${PN} += "${prefix_native}/* ${prefix_native}/${PN}/* ${base_libdir}/cmake/*" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf