summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-regex_2024.9.11.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-09-19 11:32:05 +0800
committerKhem Raj <raj.khem@gmail.com>2024-09-18 21:03:16 -0700
commit74221e5ec6698922e5dea1f51ca1affc2dd53222 (patch)
treeec64e1873bce9635453fb45fc8a200af7c804e9d /meta-python/recipes-devtools/python/python3-regex_2024.9.11.bb
parent377084066dd4ba34765c74a8acfe6428953632bf (diff)
downloadmeta-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.bb14
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 @@
1SUMMARY = "Alternative regular expression module, to replace re."
2HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069"
5
6inherit pypi python_setuptools_build_meta
7
8SRC_URI[sha256sum] = "6c188c307e8433bcb63dc1915022deb553b4203a70722fc542c363bf120a01fd"
9
10RDEPENDS:${PN} += " \
11 python3-stringold \
12"
13
14BBCLASSEXTEND = "native nativesdk"