summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-dominate_2.9.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2023-12-18 19:09:00 +0200
committerKhem Raj <raj.khem@gmail.com>2023-12-18 22:17:25 -0800
commit1d887eede793e8e3da3a75f3ffead7ea1d867698 (patch)
treefdad1d19475ba894197e093955f6be6515475e92 /meta-python/recipes-devtools/python/python3-dominate_2.9.0.bb
parentc6ba2fcc4a46cf8df0060d1dc90d4b6864cb6140 (diff)
downloadmeta-openembedded-1d887eede793e8e3da3a75f3ffead7ea1d867698.tar.gz
python3-dominate: upgrade 2.8.0 -> 2.9.0
Upgrade to version 2.9.0: - Modernize setuptools support to use pyproject.toml - Remove brittle test Remove fix-ptests.patch as the issue has been solved upstream. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dominate_2.9.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-dominate_2.9.0.bb25
1 files changed, 25 insertions, 0 deletions
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
new file mode 100644
index 0000000000..2234e541b7
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-dominate_2.9.0.bb
@@ -0,0 +1,25 @@
1SUMMARY = "Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API."
2LICENSE = "LGPL-3.0-only"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b52f2d57d10c4f7ee67a7eb9615d5d24"
4
5SRC_URI[sha256sum] = "b15791ebea432218543a1702d76ae45d2ff95ff994e52014b8686a69dad772fd"
6
7inherit pypi ptest python_setuptools_build_meta
8
9SRC_URI += " \
10 file://run-ptest \
11"
12
13RDEPENDS:${PN}-ptest += " \
14 ${PYTHON_PN}-pytest \
15"
16
17do_install_ptest() {
18 install -d ${D}${PTEST_PATH}/tests
19 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
20}
21
22RDEPENDS:${PN} += "\
23 ${PYTHON_PN}-numbers \
24 ${PYTHON_PN}-threading \
25 "