From ae831ade4404fc28d3d7b0b44f7290e3b02139a3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 12 Mar 2026 18:52:00 +0800 Subject: python3-pkgconfig: upgrade 1.5.5 -> 1.6.0 Changelog: ============ - Drop support for Python < 3.9, support 3.9 .. 3.14. - README: clarify pkg-config and pkgconf, #75 - Switch CI from Travis to GitHub Actions; test on all supported Python versions. - Use src/ layout for project, fixes #36. Also move tests and test data to tests/. - Replace deprecated distutils with setuptools to make tests work on Python 3.12; fixes #64. - Fix configure_extension for empty cflags or libs. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pkgconfig_1.5.5.bb | 16 ---------------- .../recipes-devtools/python/python3-pkgconfig_1.6.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb create mode 100644 meta-python/recipes-devtools/python/python3-pkgconfig_1.6.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb deleted file mode 100644 index 8f65d3d4c5..0000000000 --- a/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.5.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Python module to interface with the pkg-config command line too" -HOMEPAGE = "https://github.com/matze/pkgconfig" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc" - -SRC_URI[sha256sum] = "deb4163ef11f75b520d822d9505c1f462761b4309b1bb713d08689759ea8b899" - -RDEPENDS:${PN} = "pkgconfig \ - python3-shell \ - " - -inherit pypi python_poetry_core - -BBCLASSEXTEND = "native" - diff --git a/meta-python/recipes-devtools/python/python3-pkgconfig_1.6.0.bb b/meta-python/recipes-devtools/python/python3-pkgconfig_1.6.0.bb new file mode 100644 index 0000000000..e872c7a314 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pkgconfig_1.6.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "Python module to interface with the pkg-config command line too" +HOMEPAGE = "https://github.com/matze/pkgconfig" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc" + +SRC_URI[sha256sum] = "4a5a6631ce937fafac457104a40d558785a658bbdca5c49b6295bc3fd651907f" + +RDEPENDS:${PN} = "pkgconfig \ + python3-shell \ + " + +inherit pypi python_poetry_core + +BBCLASSEXTEND = "native" + -- cgit v1.2.3-54-g00ecf