diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-10-23 17:00:57 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-10-23 08:05:02 -0700 |
| commit | 258cbf0fabaac0f34019bdbfa41b71710d50d62c (patch) | |
| tree | d738881951c33d5e53378791db3c3b00d6ed94ff /meta-python/recipes-devtools/python/python3-regex_2023.8.8.bb | |
| parent | 61cb0b6bbea9e1b14f8fae2d8b9dd1b42e5e016a (diff) | |
| download | meta-openembedded-258cbf0fabaac0f34019bdbfa41b71710d50d62c.tar.gz | |
python3-regex: upgrade 2023.8.8 -> 2023.10.3
Changelog:
pdated to Unicode 15.1.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_2023.8.8.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-regex_2023.8.8.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python3-regex_2023.8.8.bb b/meta-python/recipes-devtools/python/python3-regex_2023.8.8.bb deleted file mode 100644 index 1676bab26a..0000000000 --- a/meta-python/recipes-devtools/python/python3-regex_2023.8.8.bb +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 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] = "fcbdc5f2b0f1cd0f6a56cdb46fe41d2cce1e644e3b68832f3eeebc5fb0f7712e" | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-stringold \ | ||
| 12 | " | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
