diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-19 11:32:05 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-09-18 21:03:16 -0700 |
| commit | 74221e5ec6698922e5dea1f51ca1affc2dd53222 (patch) | |
| tree | ec64e1873bce9635453fb45fc8a200af7c804e9d /meta-python/recipes-devtools/python/python3-regex_2024.9.11.bb | |
| parent | 377084066dd4ba34765c74a8acfe6428953632bf (diff) | |
| download | meta-openembedded-74221e5ec6698922e5dea1f51ca1affc2dd53222.tar.gz | |
python3-regex: upgrade 2024.7.24 -> 2024.9.11
Changelog:
Updated to Unicode 16.0.0.
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-regex_2024.9.11.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-regex_2024.9.11.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-regex_2024.9.11.bb b/meta-python/recipes-devtools/python/python3-regex_2024.9.11.bb new file mode 100644 index 0000000000..8fbae0cdcc --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-regex_2024.9.11.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] = "6c188c307e8433bcb63dc1915022deb553b4203a70722fc542c363bf120a01fd" | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-stringold \ | ||
| 12 | " | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
