summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2023-12-29 17:12:35 +0000
committerKhem Raj <raj.khem@gmail.com>2023-12-29 13:57:14 -0800
commit2f4372ed707f281ee1d0f95ca1dc553de3ff619e (patch)
tree13b74665b811780f5a4ab9b1991b13cd1f911050 /meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb
parentebea0db450872e38450b259b949aabdbc2c9c491 (diff)
downloadmeta-openembedded-2f4372ed707f281ee1d0f95ca1dc553de3ff619e.tar.gz
python3-dominate: update to version 2.9.1
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-dominate_2.9.1.bb25
1 files changed, 25 insertions, 0 deletions
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 @@
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] = "558284687d9b8aae1904e3d6051ad132dd4a8c0cf551b37ea4e7e42a31d19dc4"
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 "