From 3b542f54a962333f67f6e4e2902021ae48ed7011 Mon Sep 17 00:00:00 2001 From: Thomas Roos Date: Tue, 26 Nov 2024 04:35:44 +0000 Subject: [PATCH] python3-ruamel-yaml-clib-native: added --- .../python3-ruamel-yaml-clib-native_0.2.12.bb | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipes-devtools/python/python3-ruamel-yaml-clib-native_0.2.12.bb diff --git a/recipes-devtools/python/python3-ruamel-yaml-clib-native_0.2.12.bb b/recipes-devtools/python/python3-ruamel-yaml-clib-native_0.2.12.bb new file mode 100644 index 000000000..c3ede0121 --- /dev/null +++ b/recipes-devtools/python/python3-ruamel-yaml-clib-native_0.2.12.bb @@ -0,0 +1,22 @@ +SUMMARY = "YAML parser/emitter" +DESCRIPTION = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order." +HOMEPAGE = "https://pypi.org/project/ruamel.yaml.clib/" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3628bf49cf3a3776a82e22f36f8857da" + +PYPI_PACKAGE = "ruamel.yaml.clib" + +inherit pypi setuptools3 native + +SRC_URI[sha256sum] = "6c8fbb13ec503f99a91901ab46e0b07ae7941cd527393187039aec586fdfd36f" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-shell \ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-netclient \ +" + +do_install:prepend() { + export RUAMEL_NO_PIP_INSTALL_CHECK=1 +}