diff options
| author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-03-09 15:30:28 +0800 |
|---|---|---|
| committer | Trevor Gamblin <trevor.gamblin@windriver.com> | 2022-03-10 10:03:29 -0500 |
| commit | 236928869b4c6e2dd54ee0235cdbc91a5fc79064 (patch) | |
| tree | fc894f44d0cf0bd83a0e5c0e3f6ba33bb41791f9 /meta-python/recipes-devtools/python/python3-regex_2022.3.2.bb | |
| parent | 6088c607b9a26a6a576c94084bf933ecc505dd39 (diff) | |
| download | meta-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.bb | 14 |
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 @@ | |||
| 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 setuptools3 | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "79e5af1ff258bc0fe0bdd6f69bc4ae33935a898e3cbefbbccf22e88a27fa053b" | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-stringold \ | ||
| 12 | " | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
