From b52e832261b9b993e90c3ff063274598accb1fad Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 26 Jun 2020 14:29:40 +0300 Subject: python3-pkgconfig: Upgrade 1.4.0 -> 1.5.1 Inherit class pypi and upgrade to release 1.5.1: - Use poetry instead of setuptools directly - Fix: raise exception if package is missing - Fix version parsing for openssl-like version numbers - Fix: expose --modversion - Fix: strip whitespace from variable names - Fix: do not specify pytest Python version Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../python/python3-pkgconfig_1.4.0.bb | 19 ------------------- .../python/python3-pkgconfig_1.5.1.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb b/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb deleted file mode 100644 index fc7a47a43d..0000000000 --- a/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Python module to interface with the pkg-config command line too" -HOMEPAGE = "http://github.com/matze/pkgconfig" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc" - -SRC_URI = "git://github.com/matze/pkgconfig.git" -SRCREV ?= "8af0102346847e8873af8e76ab3f34ba9da806e2" - -RDEPENDS_${PN} = "pkgconfig \ - ${PYTHON_PN}-shell \ - " - -inherit setuptools3 - -S = "${WORKDIR}/git" - -BBCLASSEXTEND = "native" - diff --git a/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb new file mode 100644 index 0000000000..05ca3beecd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb @@ -0,0 +1,17 @@ +SUMMARY = "Python module to interface with the pkg-config command line too" +HOMEPAGE = "http://github.com/matze/pkgconfig" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc" + +SRC_URI[md5sum] = "9f9cdb224ec0a1e59efcc7cac4b91972" +SRC_URI[sha256sum] = "97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f" + +RDEPENDS_${PN} = "pkgconfig \ + ${PYTHON_PN}-shell \ + " + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native" + -- cgit v1.2.3-54-g00ecf