On 6/26/20 7:29 AM, Leon Anavi wrote:
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 <[email protected]>
Acked-by: Trevor Gamblin <[email protected]>
---
...hon3-pkgconfig_1.4.0.bb => python3-pkgconfig_1.5.1.bb} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
rename meta-python/recipes-devtools/python/{python3-pkgconfig_1.4.0.bb =>
python3-pkgconfig_1.5.1.bb} (68%)
diff --git a/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb
b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb
similarity index 68%
rename from meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb
rename to meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb
index fc7a47a43..05ca3beec 100644
--- a/meta-python/recipes-devtools/python/python3-pkgconfig_1.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb
@@ -4,16 +4,14 @@ SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc"
-SRC_URI = "git://github.com/matze/pkgconfig.git"
-SRCREV ?= "8af0102346847e8873af8e76ab3f34ba9da806e2"
+SRC_URI[md5sum] = "9f9cdb224ec0a1e59efcc7cac4b91972"
+SRC_URI[sha256sum] =
"97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f"
RDEPENDS_${PN} = "pkgconfig \
${PYTHON_PN}-shell \
"
-inherit setuptools3
-
-S = "${WORKDIR}/git"
+inherit pypi setuptools3
BBCLASSEXTEND = "native"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#85438):
https://lists.openembedded.org/g/openembedded-devel/message/85438
Mute This Topic: https://lists.openembedded.org/mt/75122260/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-