From a9d52e2621e958d9ba63cec3b6f6e571ecbb3d97 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Fri, 5 May 2023 11:11:26 -0700 Subject: python3-attrs: upgrade 22.2.0 -> 23.1.0 * Change inherit python_setuptools_build_meta to python_hatchling * Add DEPENDS: - python3-hatch-vcs-native - python3-hatch-fancy-pypi-readme-native Changes: https://www.attrs.org/en/stable/changelog.html (From OE-Core rev: 9577a327572acb5c32400f6983ade0c3f0e1b71d) (From OE-Core rev: 07e576b1798433a70e63f9bb12f4dce2a5220b0e) Signed-off-by: Tim Orling Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../python/python3-attrs_22.2.0.bb | 19 ----------------- .../python/python3-attrs_23.1.0.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 19 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-attrs_22.2.0.bb create mode 100644 meta/recipes-devtools/python/python3-attrs_23.1.0.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-attrs_22.2.0.bb b/meta/recipes-devtools/python/python3-attrs_22.2.0.bb deleted file mode 100644 index 8c1ff330e7..0000000000 --- a/meta/recipes-devtools/python/python3-attrs_22.2.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Classes Without Boilerplate" -HOMEPAGE = "http://www.attrs.org/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887" - -SRC_URI[sha256sum] = "c9227bfc2f01993c03f68db37d1d15c9690188323c067c641f1a35ca58185f99" - -inherit pypi python_setuptools_build_meta - -RDEPENDS:${PN}:class-target += " \ - ${PYTHON_PN}-crypt \ - ${PYTHON_PN}-ctypes \ -" -RDEPENDS:${PN}:class-nativesdk += " \ - ${PYTHON_PN}-crypt \ - ${PYTHON_PN}-ctypes \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-attrs_23.1.0.bb b/meta/recipes-devtools/python/python3-attrs_23.1.0.bb new file mode 100644 index 0000000000..c8e2e514a4 --- /dev/null +++ b/meta/recipes-devtools/python/python3-attrs_23.1.0.bb @@ -0,0 +1,24 @@ +SUMMARY = "Classes Without Boilerplate" +HOMEPAGE = "http://www.attrs.org/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887" + +SRC_URI[sha256sum] = "6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015" + +inherit pypi python_hatchling + +DEPENDS += " \ + ${PYTHON_PN}-hatch-vcs-native \ + ${PYTHON_PN}-hatch-fancy-pypi-readme-native \ +" + +RDEPENDS:${PN}:class-target += " \ + ${PYTHON_PN}-crypt \ + ${PYTHON_PN}-ctypes \ +" +RDEPENDS:${PN}:class-nativesdk += " \ + ${PYTHON_PN}-crypt \ + ${PYTHON_PN}-ctypes \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf