From 0be80951c915c1a7623c766e3acd2ef62b808eb6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 20 May 2025 16:54:56 +0800 Subject: sip: upgrade 6.10.0 -> 6.11.0 License-Update: Copyright year updated to 6.11.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/sip/sip_6.10.0.bb | 26 -------------------------- meta-oe/recipes-devtools/sip/sip_6.11.0.bb | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-oe/recipes-devtools/sip/sip_6.10.0.bb create mode 100644 meta-oe/recipes-devtools/sip/sip_6.11.0.bb diff --git a/meta-oe/recipes-devtools/sip/sip_6.10.0.bb b/meta-oe/recipes-devtools/sip/sip_6.10.0.bb deleted file mode 100644 index 82a4bb3024..0000000000 --- a/meta-oe/recipes-devtools/sip/sip_6.10.0.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=ed1d69a33480ebf4ff8a7a760826d84e" - -inherit pypi python_setuptools_build_meta python3native - -PYPI_PACKAGE = "sip" -SRC_URI[sha256sum] = "fa0515697d4c98dbe04d9e898d816de1427e5b9ae5d0e152169109fd21f5d29c" - -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.11.0.bb b/meta-oe/recipes-devtools/sip/sip_6.11.0.bb new file mode 100644 index 0000000000..0db80c3cc0 --- /dev/null +++ b/meta-oe/recipes-devtools/sip/sip_6.11.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] = "237d24ead97a5ef2e8c06521dd94c38626e43702a2984c8a2843d7e67f07e799" + +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