diff options
author | Derek Straka <derek@asterius.io> | 2023-09-29 21:19:12 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-10-04 07:52:49 -0700 |
commit | e8c4a34533fd0e848cec8dc2b2685f9bfa0c3ce1 (patch) | |
tree | 53ca90a500e44536a4119922047889903e3b36f2 /meta-python/recipes-devtools | |
parent | 1830a4f67c16ab7bab20b765b4aa8ed34ce60f11 (diff) | |
download | meta-openembedded-e8c4a34533fd0e848cec8dc2b2685f9bfa0c3ce1.tar.gz |
python3-parse-type: update version 0.5.2 -> 0.6.2
Verify the license remains the same and update the checksum
Remove python-six runtime dependency
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit fbd9f4046fdb0f6cfa5de616406af385ddd1b245)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb (renamed from meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb) | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb b/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb index 7eebbfb503..99493db322 100644 --- a/meta-python/recipes-devtools/python/python3-parse-type_0.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-parse-type_0.6.2.bb | |||
@@ -1,15 +1,14 @@ | |||
1 | SUMMARY = "Simplifies building parse types based on the parse module" | 1 | SUMMARY = "Simplifies building parse types based on the parse module" |
2 | HOMEPAGE = "https://github.com/jenisys/parse_type" | 2 | HOMEPAGE = "https://github.com/jenisys/parse_type" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=16374dbaeaca1890153edb3f41371222" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2e469278ace89c246d52505acc39c3da" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "b954062f14ab723a91fe1e2be15e859d" | 6 | SRC_URI[sha256sum] = "79b1f2497060d0928bc46016793f1fca1057c4aacdf15ef876aa48d75a73a355" |
7 | SRC_URI[sha256sum] = "7f690b18d35048c15438d6d0571f9045cffbec5907e0b1ccf006f889e3a38c0b" | ||
8 | 7 | ||
9 | PYPI_PACKAGE = "parse_type" | 8 | PYPI_PACKAGE = "parse_type" |
10 | inherit pypi ptest setuptools3 | 9 | inherit pypi ptest setuptools3 |
11 | 10 | ||
12 | RDEPENDS:${PN} += "${PYTHON_PN}-parse ${PYTHON_PN}-six" | 11 | RDEPENDS:${PN} += "${PYTHON_PN}-parse" |
13 | 12 | ||
14 | SRC_URI += " \ | 13 | SRC_URI += " \ |
15 | file://run-ptest \ | 14 | file://run-ptest \ |
@@ -19,11 +18,6 @@ RDEPENDS:${PN}-ptest += " \ | |||
19 | ${PYTHON_PN}-pytest \ | 18 | ${PYTHON_PN}-pytest \ |
20 | " | 19 | " |
21 | 20 | ||
22 | do_configure:prepend() { | ||
23 | sed -i -e "/python_version >= 3.0/d" ${S}/setup.py | ||
24 | sed -i -e "/use_2to3/d" ${S}/setup.py | ||
25 | } | ||
26 | |||
27 | do_install_ptest() { | 21 | do_install_ptest() { |
28 | install -d ${D}${PTEST_PATH}/tests | 22 | install -d ${D}${PTEST_PATH}/tests |
29 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 23 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |