From 4fc2fdc79aab7925fb95196ebf3332e8a4469cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20B=C3=B6sz=C3=B6rm=C3=A9nyi?= Date: Thu, 4 Sep 2025 12:27:44 +0200 Subject: [PATCH] python3-cfgv: New recipe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is a dependency of python3-pre-commit. Signed-off-by: Zoltán Böszörményi Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-cfgv_3.4.0.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-cfgv_3.4.0.bb diff --git a/meta-python/recipes-devtools/python/python3-cfgv_3.4.0.bb b/meta-python/recipes-devtools/python/python3-cfgv_3.4.0.bb new file mode 100644 index 0000000000..73d5d2567a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cfgv_3.4.0.bb @@ -0,0 +1,8 @@ +SUMMARY = "Validate configuration and produce human readable error messages." +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=92844452d544a48a78abc3a862fbd8a4" + +PYPI_PACKAGE = "cfgv" + +inherit pypi setuptools3 +SRC_URI[sha256sum] = "e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560"