From 2f4372ed707f281ee1d0f95ca1dc553de3ff619e Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 29 Dec 2023 17:12:35 +0000 Subject: python3-dominate: update to version 2.9.1 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- .../python/python3-dominate_2.9.0.bb | 25 ---------------------- .../python/python3-dominate_2.9.1.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-dominate_2.9.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-dominate_2.9.0.bb b/meta-python/recipes-devtools/python/python3-dominate_2.9.0.bb deleted file mode 100644 index 2234e541b7..0000000000 --- a/meta-python/recipes-devtools/python/python3-dominate_2.9.0.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API." -LICENSE = "LGPL-3.0-only" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" - -SRC_URI[sha256sum] = "b15791ebea432218543a1702d76ae45d2ff95ff994e52014b8686a69dad772fd" - -inherit pypi ptest python_setuptools_build_meta - -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/ -} - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-numbers \ - ${PYTHON_PN}-threading \ - " diff --git a/meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb b/meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb new file mode 100644 index 0000000000..3bd9d87547 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb @@ -0,0 +1,25 @@ +SUMMARY = "Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API." +LICENSE = "LGPL-3.0-only" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" + +SRC_URI[sha256sum] = "558284687d9b8aae1904e3d6051ad132dd4a8c0cf551b37ea4e7e42a31d19dc4" + +inherit pypi ptest python_setuptools_build_meta + +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/ +} + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-numbers \ + ${PYTHON_PN}-threading \ + " -- cgit v1.2.3-54-g00ecf