summaryrefslogtreecommitdiffstats
path: root/meta-python
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
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')
-rw-r--r--meta-python/recipes-devtools/python/python3-parse_1.20.0.bb (renamed from meta-python/recipes-devtools/python/python3-parse_1.19.1.bb)11
1 files changed, 3 insertions, 8 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parse_1.19.1.bb b/meta-python/recipes-devtools/python/python3-parse_1.20.0.bb
index 9dc7f7931..3ca6fbbeb 100644
--- a/meta-python/recipes-devtools/python/python3-parse_1.19.1.bb
+++ b/meta-python/recipes-devtools/python/python3-parse_1.20.0.bb
@@ -3,18 +3,13 @@ HOMEPAGE = "https://github.com/r1chardj0n3s/parse"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=8ab458ad281b60e6f1b39b3feafbfc05" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=8ab458ad281b60e6f1b39b3feafbfc05"
5 5
6SRC_URI[sha256sum] = "cc3a47236ff05da377617ddefa867b7ba983819c664e1afe46249e5b469be464" 6SRC_URI[sha256sum] = "bd28bae37714b45d5894d77160a16e2be36b64a3b618c81168b3684676aa498b"
7 7
8SRC_URI += " \ 8SRC_URI += " \
9 git://github.com/r1chardj0n3s/parse.git;branch=master;protocol=https \
10 file://run-ptest \ 9 file://run-ptest \
11" 10"
12 11
13SRCREV ?= "72776522285d516032faa0f80c4ee6a8964075e8" 12inherit pypi python_setuptools_build_meta ptest
14
15S = "${WORKDIR}/git"
16
17inherit python_setuptools_build_meta ptest
18 13
19RDEPENDS:${PN} += "\ 14RDEPENDS:${PN} += "\
20 python3-datetime \ 15 python3-datetime \
@@ -27,5 +22,5 @@ RDEPENDS:${PN}-ptest += " \
27" 22"
28 23
29do_install_ptest() { 24do_install_ptest() {
30 cp -f ${S}/test_parse.py ${D}${PTEST_PATH}/ 25 cp -f ${S}/tests/test*.py ${D}${PTEST_PATH}/
31} 26}