From f1e4ab6d1a546ce5abefbb22d3d7db8fc03dc72b Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 22 Aug 2024 11:35:15 +0200 Subject: python3-webcolors: upgrade 1.13 -> 24.8.0 License-Update: copyright years (From OE-Core rev: 4e96b886e0e84ecb5f19e73dea444883257da25f) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../python/python3-webcolors_1.13.bb | 28 ---------------------- .../python/python3-webcolors_24.8.0.bb | 28 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-webcolors_1.13.bb create mode 100644 meta/recipes-devtools/python/python3-webcolors_24.8.0.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-webcolors_1.13.bb b/meta/recipes-devtools/python/python3-webcolors_1.13.bb deleted file mode 100644 index cea2a971d3..0000000000 --- a/meta/recipes-devtools/python/python3-webcolors_1.13.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "Simple Python module for working with HTML/CSS color definitions." -HOMEPAGE = "https://pypi.org/project/webcolors/" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=702b1ef12cf66832a88f24c8f2ee9c19" - -SRC_URI[sha256sum] = "c225b674c83fa923be93d235330ce0300373d02885cef23238813b0d5668304a" - -inherit pypi python_setuptools_build_meta ptest - -RDEPENDS:${PN}:class-target = "\ - python3-stringold \ -" - -SRC_URI += " \ - file://run-ptest \ -" - -RDEPENDS:${PN}-ptest += " \ - python3-pytest \ - python3-unittest-automake-output \ -" - -do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-webcolors_24.8.0.bb b/meta/recipes-devtools/python/python3-webcolors_24.8.0.bb new file mode 100644 index 0000000000..1998cfc4c1 --- /dev/null +++ b/meta/recipes-devtools/python/python3-webcolors_24.8.0.bb @@ -0,0 +1,28 @@ +SUMMARY = "Simple Python module for working with HTML/CSS color definitions." +HOMEPAGE = "https://pypi.org/project/webcolors/" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=cbaebec43b7d199c7fd8f5411b3b0448" + +SRC_URI[sha256sum] = "08b07af286a01bcd30d583a7acadf629583d1f79bfef27dd2c2c5c263817277d" + +inherit pypi python_setuptools_build_meta ptest + +RDEPENDS:${PN}:class-target = "\ + python3-stringold \ +" + +SRC_URI += " \ + file://run-ptest \ +" + +RDEPENDS:${PN}-ptest += " \ + python3-pytest \ + python3-unittest-automake-output \ +" + +do_install_ptest() { + install -d ${D}${PTEST_PATH}/tests + cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ +} + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf