From cfffda9be815d9e9dcd4bf98c5e77577d12f50fd Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 30 Sep 2024 15:42:53 +0800 Subject: python3-pyyaml-include: upgrade 2.1 -> 2.2 Changelog: ============ - Add flatten argument. - fix issue if glob_params is not int. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pyyaml-include_2.1.bb | 32 ---------------------- .../python/python3-pyyaml-include_2.2.bb | 32 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyyaml-include_2.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pyyaml-include_2.1.bb b/meta-python/recipes-devtools/python/python3-pyyaml-include_2.1.bb deleted file mode 100644 index 058699fdf2..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyyaml-include_2.1.bb +++ /dev/null @@ -1,32 +0,0 @@ -SUMMARY = "Extending PyYAML with a custom constructor for including YAML files within YAML files" -HOMEPAGE = "https://github.com/tanbro/pyyaml-include" -LICENSE = "GPL-3.0-only" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" -DEPENDS += "python3-setuptools-scm-native" -SRCREV = "dc16153b28f5cab997814c0ce9b43dc4c58507e7" - -SRC_URI = " \ - git://github.com/tanbro/pyyaml-include;protocol=https;branch=main \ - file://run-ptest \ - " - -S = "${WORKDIR}/git" - -inherit python_setuptools_build_meta ptest - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} - -RDEPENDS:${PN} += " \ - python3-pyyaml \ -" -RDEPENDS:${PN}-ptest += " \ - python3-fsspec \ - python3-aiohttp \ - python3-requests \ - python3-pytest \ - python3-unittest-automake-output \ -" -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb b/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb new file mode 100644 index 0000000000..f39b63ea50 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb @@ -0,0 +1,32 @@ +SUMMARY = "Extending PyYAML with a custom constructor for including YAML files within YAML files" +HOMEPAGE = "https://github.com/tanbro/pyyaml-include" +LICENSE = "GPL-3.0-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" +DEPENDS += "python3-setuptools-scm-native" +SRCREV = "c5be2b7dfc4aaa91e44dbeb6fa42adc80936ef9d" + +SRC_URI = " \ + git://github.com/tanbro/pyyaml-include;protocol=https;branch=main \ + file://run-ptest \ + " + +S = "${WORKDIR}/git" + +inherit python_setuptools_build_meta ptest + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/tests + cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ +} + +RDEPENDS:${PN} += " \ + python3-pyyaml \ +" +RDEPENDS:${PN}-ptest += " \ + python3-fsspec \ + python3-aiohttp \ + python3-requests \ + python3-pytest \ + python3-unittest-automake-output \ +" +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf