From 82b68f8054f5c9fc6b3d362d6e30afd94dfcefaf Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 30 May 2022 14:22:52 +0800 Subject: python3-webcolors: upgrade 1.11.1 -> 1.12 License-Update: Copyright year updated to 2022 (From OE-Core rev: a286b1abcc19b6d3e905f1adb09674a87763c49d) Signed-off-by: Wang Mingyu Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- .../python/python3-webcolors_1.11.1.bb | 28 ---------------------- .../python/python3-webcolors_1.12.bb | 27 +++++++++++++++++++++ 2 files changed, 27 insertions(+), 28 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-webcolors_1.11.1.bb create mode 100644 meta/recipes-devtools/python/python3-webcolors_1.12.bb diff --git a/meta/recipes-devtools/python/python3-webcolors_1.11.1.bb b/meta/recipes-devtools/python/python3-webcolors_1.11.1.bb deleted file mode 100644 index 26dbe51767..0000000000 --- a/meta/recipes-devtools/python/python3-webcolors_1.11.1.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=25b90379a52351261c51272e7923d240" - -SRC_URI[md5sum] = "54d28a7c80b3e4d974ec2fee86768be9" -SRC_URI[sha256sum] = "76f360636957d1c976db7466bc71dcb713bb95ac8911944dffc55c01cb516de6" - -inherit pypi setuptools3 ptest - -RDEPENDS:${PN}:class-target = "\ - ${PYTHON_PN}-stringold \ -" - -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/ -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-webcolors_1.12.bb b/meta/recipes-devtools/python/python3-webcolors_1.12.bb new file mode 100644 index 0000000000..39ff19c2b8 --- /dev/null +++ b/meta/recipes-devtools/python/python3-webcolors_1.12.bb @@ -0,0 +1,27 @@ +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=bcf737478d2fa8af5bc954231df056c6" + +SRC_URI[sha256sum] = "16d043d3a08fd6a1b1b7e3e9e62640d09790dce80d2bdd4792a175b35fe794a9" + +inherit pypi setuptools3 ptest + +RDEPENDS:${PN}:class-target = "\ + ${PYTHON_PN}-stringold \ +" + +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/ +} + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf