From cf4c11fe2e13ec63c08ded790e4d7b64ce94e4f2 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 8 Dec 2022 13:00:15 +0000 Subject: python3-packaging: upgrade to 22.0 This has been ported from setuptools to flit_core, and now contains a hand-written parser instead of using pyparsing. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni --- meta/recipes-devtools/python/python3-packaging_21.3.bb | 12 ------------ meta/recipes-devtools/python/python3-packaging_22.0.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-packaging_21.3.bb create mode 100644 meta/recipes-devtools/python/python3-packaging_22.0.bb diff --git a/meta/recipes-devtools/python/python3-packaging_21.3.bb b/meta/recipes-devtools/python/python3-packaging_21.3.bb deleted file mode 100644 index e3b9a440c4..0000000000 --- a/meta/recipes-devtools/python/python3-packaging_21.3.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Core utilities for Python packages" -HOMEPAGE = "https://github.com/pypa/packaging" -LICENSE = "Apache-2.0 | BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" - -SRC_URI[sha256sum] = "dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" - -inherit pypi python_setuptools_build_meta - -BBCLASSEXTEND = "native nativesdk" - -RDEPENDS:${PN} += "${PYTHON_PN}-pyparsing" diff --git a/meta/recipes-devtools/python/python3-packaging_22.0.bb b/meta/recipes-devtools/python/python3-packaging_22.0.bb new file mode 100644 index 0000000000..bcf077d2c7 --- /dev/null +++ b/meta/recipes-devtools/python/python3-packaging_22.0.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Core utilities for Python packages" +HOMEPAGE = "https://github.com/pypa/packaging" +LICENSE = "Apache-2.0 | BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" + +SRC_URI[sha256sum] = "2198ec20bd4c017b8f9717e00f0c8714076fc2fd93816750ab48e2c41de2cfd3" + +inherit pypi python_flit_core + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg