From e8c4a34533fd0e848cec8dc2b2685f9bfa0c3ce1 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 29 Sep 2023 21:19:12 +0000 Subject: python3-parse-type: update version 0.5.2 -> 0.6.2 Verify the license remains the same and update the checksum Remove python-six runtime dependency Signed-off-by: Derek Straka Signed-off-by: Khem Raj (cherry picked from commit fbd9f4046fdb0f6cfa5de616406af385ddd1b245) Signed-off-by: Armin Kuster --- .../python/python3-parse-type_0.5.2.bb | 30 ---------------------- .../python/python3-parse-type_0.6.2.bb | 24 +++++++++++++++++ 2 files changed, 24 insertions(+), 30 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb b/meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb deleted file mode 100644 index 7eebbfb503..0000000000 --- a/meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb +++ /dev/null @@ -1,30 +0,0 @@ -SUMMARY = "Simplifies building parse types based on the parse module" -HOMEPAGE = "https://github.com/jenisys/parse_type" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=16374dbaeaca1890153edb3f41371222" - -SRC_URI[md5sum] = "b954062f14ab723a91fe1e2be15e859d" -SRC_URI[sha256sum] = "7f690b18d35048c15438d6d0571f9045cffbec5907e0b1ccf006f889e3a38c0b" - -PYPI_PACKAGE = "parse_type" -inherit pypi ptest setuptools3 - -RDEPENDS:${PN} += "${PYTHON_PN}-parse ${PYTHON_PN}-six" - -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS:${PN}-ptest += " \ - ${PYTHON_PN}-pytest \ -" - -do_configure:prepend() { - sed -i -e "/python_version >= 3.0/d" ${S}/setup.py - sed -i -e "/use_2to3/d" ${S}/setup.py -} - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} 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 new file mode 100644 index 0000000000..99493db322 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb @@ -0,0 +1,24 @@ +SUMMARY = "Simplifies building parse types based on the parse module" +HOMEPAGE = "https://github.com/jenisys/parse_type" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2e469278ace89c246d52505acc39c3da" + +SRC_URI[sha256sum] = "79b1f2497060d0928bc46016793f1fca1057c4aacdf15ef876aa48d75a73a355" + +PYPI_PACKAGE = "parse_type" +inherit pypi ptest setuptools3 + +RDEPENDS:${PN} += "${PYTHON_PN}-parse" + +SRC_URI += " \ + file://run-ptest \ +" + +RDEPENDS:${PN}-ptest += " \ + ${PYTHON_PN}-pytest \ +" + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/tests + cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ +} -- cgit v1.2.3-54-g00ecf