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 ---------------------- .../python/python3-nanobind_2.6.1.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-nanobind_2.5.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-nanobind_2.6.1.bb (limited to 'meta-python') 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" diff --git a/meta-python/recipes-devtools/python/python3-nanobind_2.6.1.bb b/meta-python/recipes-devtools/python/python3-nanobind_2.6.1.bb new file mode 100644 index 0000000000..a48c17c57c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-nanobind_2.6.1.bb @@ -0,0 +1,26 @@ +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] = "e05c6816a844aa699e46408add3bff8c743af9fd3d38eafa307a73633fddf94e" + +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