From 768a03917189ba64d72ff3b7ac30358e185a21e3 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 6 Jan 2026 11:42:56 +0200 Subject: python3-parse-type: Upgrade 0.6.3 -> 0.6.6 Upgrade to release 0.6.6: - Disable setuptools-scm: Too many side-effects Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-parse-type_0.6.3.bb | 26 -------------------- .../python/python3-parse-type_0.6.6.bb | 28 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 26 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-parse-type_0.6.6.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb b/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb deleted file mode 100644 index 8932d95609..0000000000 --- a/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "Simplifies building parse types based on the parse module" -HOMEPAGE = "https://github.com/jenisys/parse_type" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2e469278ace89c246d52505acc39c3da" - -SRC_URI[sha256sum] = "8e99d2f52fab2f0f1f3d68ba9d026060140bf0e53680aada0111fb27b2f0e93a" -SRC_URI += " \ - file://run-ptest \ -" - -PYPI_PACKAGE = "parse_type" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -inherit pypi ptest python_setuptools_build_meta - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} - -RDEPENDS:${PN} += "python3-parse" -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-six \ - python3-unittest-automake-output \ -" diff --git a/meta-python/recipes-devtools/python/python3-parse-type_0.6.6.bb b/meta-python/recipes-devtools/python/python3-parse-type_0.6.6.bb new file mode 100644 index 0000000000..6d740cb130 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-parse-type_0.6.6.bb @@ -0,0 +1,28 @@ +SUMMARY = "Simplifies building parse types based on the parse module" +HOMEPAGE = "https://github.com/jenisys/parse_type" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2e469278ace89c246d52505acc39c3da" + +SRC_URI[sha256sum] = "513a3784104839770d690e04339a8b4d33439fcd5dd99f2e4580f9fc1097bfb2" +SRC_URI += " \ + file://run-ptest \ +" + +PYPI_PACKAGE = "parse_type" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +inherit pypi ptest python_setuptools_build_meta + +DEPENDS += "python3-setuptools-scm-native" + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/tests + cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ +} + +RDEPENDS:${PN} += "python3-parse" +RDEPENDS:${PN}-ptest += " \ + python3-pytest \ + python3-six \ + python3-unittest-automake-output \ +" -- cgit v1.2.3-54-g00ecf