summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-parse_1.20.0.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2023-12-21 23:04:57 +0000
committerKhem Raj <raj.khem@gmail.com>2023-12-22 06:39:35 -0800
commitaff8b4d6e727f48e5769d3adb750e31c0bfed7b6 (patch)
tree46ed4f6888d4042d28aa8c84a2104dd2f901f513 /meta-python/recipes-devtools/python/python3-parse_1.20.0.bb
parent10b479c2ce4c204b17addee2f2ccf613202abed5 (diff)
downloadmeta-openembedded-aff8b4d6e727f48e5769d3adb750e31c0bfed7b6.tar.gz
python3-parse: update to version 1.20.0
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-parse_1.20.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-parse_1.20.0.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parse_1.20.0.bb b/meta-python/recipes-devtools/python/python3-parse_1.20.0.bb
new file mode 100644
index 0000000000..3ca6fbbeb2
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-parse_1.20.0.bb
@@ -0,0 +1,26 @@
1SUMMARY = "Parse strings using a specification based on the Python format() syntax"
2HOMEPAGE = "https://github.com/r1chardj0n3s/parse"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=8ab458ad281b60e6f1b39b3feafbfc05"
5
6SRC_URI[sha256sum] = "bd28bae37714b45d5894d77160a16e2be36b64a3b618c81168b3684676aa498b"
7
8SRC_URI += " \
9 file://run-ptest \
10"
11
12inherit pypi python_setuptools_build_meta ptest
13
14RDEPENDS:${PN} += "\
15 python3-datetime \
16 python3-logging \
17 python3-numbers \
18"
19
20RDEPENDS:${PN}-ptest += " \
21 python3-pytest \
22"
23
24do_install_ptest() {
25 cp -f ${S}/tests/test*.py ${D}${PTEST_PATH}/
26}