From 6e9d3bc12b6d64bf66e10bb8f56b5b12519eb842 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 29 Oct 2025 08:15:04 +0800 Subject: sip: upgrade 6.13.1 -> 6.14.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/sip/sip_6.13.1.bb | 26 -------------------------- meta-oe/recipes-devtools/sip/sip_6.14.0.bb | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-oe/recipes-devtools/sip/sip_6.13.1.bb create mode 100644 meta-oe/recipes-devtools/sip/sip_6.14.0.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-devtools/sip/sip_6.13.1.bb b/meta-oe/recipes-devtools/sip/sip_6.13.1.bb deleted file mode 100644 index 1f7c3e9afd..0000000000 --- a/meta-oe/recipes-devtools/sip/sip_6.13.1.bb +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright (C) 2022 Khem Raj -# Released under the MIT license (see COPYING.MIT for the terms) - -SUMMARY = "A Python bindings generator for C/C++ libraries" - -HOMEPAGE = "https://github.com/Python-SIP/sip" -LICENSE = "BSD-2-Clause" -SECTION = "devel" -LIC_FILES_CHKSUM = "file://LICENSE;md5=236276327275fdb261636fb40b18d88d" - -inherit pypi python_setuptools_build_meta python3native - -PYPI_PACKAGE = "sip" -SRC_URI[sha256sum] = "d065b74eca996f29f1f0831ad321efaecf9906759b09466edc45349df7be6cd0" - -DEPENDS += "python3-setuptools-scm-native" - -RDEPENDS:${PN} = " \ - python3-core \ - python3-packaging \ - python3-logging \ - python3-tomllib \ - python3-setuptools \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-devtools/sip/sip_6.14.0.bb b/meta-oe/recipes-devtools/sip/sip_6.14.0.bb new file mode 100644 index 0000000000..6b091c5e47 --- /dev/null +++ b/meta-oe/recipes-devtools/sip/sip_6.14.0.bb @@ -0,0 +1,26 @@ +# Copyright (C) 2022 Khem Raj +# Released under the MIT license (see COPYING.MIT for the terms) + +SUMMARY = "A Python bindings generator for C/C++ libraries" + +HOMEPAGE = "https://github.com/Python-SIP/sip" +LICENSE = "BSD-2-Clause" +SECTION = "devel" +LIC_FILES_CHKSUM = "file://LICENSE;md5=236276327275fdb261636fb40b18d88d" + +inherit pypi python_setuptools_build_meta python3native + +PYPI_PACKAGE = "sip" +SRC_URI[sha256sum] = "20c086aba387707b34cf47fd96d1a978d01e2b95807e86f8aaa960081f163b28" + +DEPENDS += "python3-setuptools-scm-native" + +RDEPENDS:${PN} = " \ + python3-core \ + python3-packaging \ + python3-logging \ + python3-tomllib \ + python3-setuptools \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf