diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-02 10:13:47 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-01 19:29:10 -0700 |
| commit | 29c2c9ef995890a098bcaac2e646a78e573c62c9 (patch) | |
| tree | 6c78125274d0ad28c61ce3aec0204e5cac7ada5a /meta-python/recipes-devtools/python/python3-regex_2026.3.32.bb | |
| parent | 05538fe024834bbdb098291227402ce2af2c5283 (diff) | |
| download | meta-openembedded-29c2c9ef995890a098bcaac2e646a78e573c62c9.tar.gz | |
python3-regex: upgrade 2026.2.28 -> 2026.3.32
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-regex_2026.3.32.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-regex_2026.3.32.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-regex_2026.3.32.bb b/meta-python/recipes-devtools/python/python3-regex_2026.3.32.bb new file mode 100644 index 0000000000..a2091df806 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-regex_2026.3.32.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "Alternative regular expression module, to replace re." | ||
| 2 | HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069" | ||
| 5 | |||
| 6 | inherit pypi python_setuptools_build_meta | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "f1574566457161678297a116fa5d1556c5a4159d64c5ff7c760e7c564bf66f16" | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-stringold \ | ||
| 12 | " | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
