summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-regex_2022.3.2.bb
diff options
context:
space:
mode:
authorXu Huan <xuhuan.fnst@fujitsu.com>2022-03-09 15:30:28 +0800
committerTrevor Gamblin <trevor.gamblin@windriver.com>2022-03-10 10:03:29 -0500
commit236928869b4c6e2dd54ee0235cdbc91a5fc79064 (patch)
treefc894f44d0cf0bd83a0e5c0e3f6ba33bb41791f9 /meta-python/recipes-devtools/python/python3-regex_2022.3.2.bb
parent6088c607b9a26a6a576c94084bf933ecc505dd39 (diff)
downloadmeta-openembedded-236928869b4c6e2dd54ee0235cdbc91a5fc79064.tar.gz
python3-regex :upgrade 2021.11.10 -> 2022.3.2
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-regex_2022.3.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-regex_2022.3.2.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-regex_2022.3.2.bb b/meta-python/recipes-devtools/python/python3-regex_2022.3.2.bb
new file mode 100644
index 0000000000..c71394cb38
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-regex_2022.3.2.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 setuptools3
7
8SRC_URI[sha256sum] = "79e5af1ff258bc0fe0bdd6f69bc4ae33935a898e3cbefbbccf22e88a27fa053b"
9
10RDEPENDS:${PN} += " \
11 python3-stringold \
12"
13
14BBCLASSEXTEND = "native nativesdk"