diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-25 16:56:02 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-06-27 09:18:58 -0700 |
| commit | 0d1a3b34368404bbcc03c728d50aae6f1b9b3c2c (patch) | |
| tree | aa5e19b7e8455e44e5c04f51d7c3f3000307c5f4 /meta-python/recipes-devtools/python/python3-flexparser_0.3.1.bb | |
| parent | fa1ee65f56aca7de6d779a9f24d0d39450c95fc2 (diff) | |
| download | meta-openembedded-0d1a3b34368404bbcc03c728d50aae6f1b9b3c2c.tar.gz | |
python3-flexparser: upgrade 0.3 -> 0.3.1
Changelog:
Fix flexparser FIPS mode.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flexparser_0.3.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-flexparser_0.3.1.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flexparser_0.3.1.bb b/meta-python/recipes-devtools/python/python3-flexparser_0.3.1.bb new file mode 100644 index 0000000000..7867dc5015 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flexparser_0.3.1.bb | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | SUMMARY = "Parsing made fun ... using typing." | ||
| 2 | HOMEPAGE = "https://github.com/hgrecco/flexparser" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=32f547dac365c355d2cdbcd7ebea9144" | ||
| 5 | |||
| 6 | DEPENDS += "python3-setuptools-scm-native" | ||
| 7 | SRC_URI[sha256sum] = "36f795d82e50f5c9ae2fde1c33f21f88922fdd67b7629550a3cc4d0b40a66856" | ||
| 8 | |||
| 9 | inherit pypi python_setuptools_build_meta ptest | ||
| 10 | |||
| 11 | PYPI_PACKAGE = "flexparser" | ||
| 12 | |||
| 13 | SRC_URI += " \ | ||
| 14 | file://run-ptest \ | ||
| 15 | " | ||
| 16 | |||
| 17 | RDEPENDS:${PN}-ptest += " \ | ||
| 18 | python3-pytest \ | ||
| 19 | python3-unittest-automake-output \ | ||
| 20 | " | ||
| 21 | |||
| 22 | do_install_ptest() { | ||
| 23 | install -d ${D}${PTEST_PATH}/testsuite | ||
| 24 | cp -rf ${S}/flexparser/testsuite/* ${D}${PTEST_PATH}/testsuite/ | ||
| 25 | } | ||
| 26 | |||
| 27 | RDEPENDS:${PN} += " \ | ||
| 28 | python3-compression \ | ||
| 29 | python3-email \ | ||
| 30 | python3-logging \ | ||
| 31 | " | ||
