From bc66333ac58b4774ef9c0755cfb89ad1f626a4ba Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 10 Sep 2024 17:02:51 +0800 Subject: python3-parse-type: upgrade 0.6.2 -> 0.6.3 Changelog: =========== - UPDATE: parse_type/parse.py - Copy structured test suite to "tests/parse_tests/" - Copy structured test suite to "tests/parse_tests_with_parse_type" - REMOVE: tests/test_parse.py - README: Fix compact display of BADGES (was using multi-line) - CI: Add support for Python 3.12 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-parse-type_0.6.2.bb | 24 ---------------------- .../python/python3-parse-type_0.6.3.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb b/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb deleted file mode 100644 index 4c5efa1853..0000000000 --- a/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb +++ /dev/null @@ -1,24 +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] = "79b1f2497060d0928bc46016793f1fca1057c4aacdf15ef876aa48d75a73a355" -SRC_URI += " \ - file://run-ptest \ -" - -PYPI_PACKAGE = "parse_type" - -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-unittest-automake-output \ -" 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 new file mode 100644 index 0000000000..db9d52cdcd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-parse-type_0.6.3.bb @@ -0,0 +1,24 @@ +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" + +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-unittest-automake-output \ +" -- cgit v1.2.3-54-g00ecf