meta-openembedded/meta-python/recipes-devtools/python/python3-regex_2023.8.8.bb
Wang Mingyu 6d496a1f60 python3-regex: upgrade 2023.6.3 -> 2023.8.8
Changelog:
 emoved usage of _PyBytes_Join and did a little tidying of the code that makes the result string.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-08-16 11:39:45 -07:00

15 lines
424 B
BlitzBasic

SUMMARY = "Alternative regular expression module, to replace re."
HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7b5751ddd6b643203c31ff873051d069"
inherit pypi setuptools3
SRC_URI[sha256sum] = "fcbdc5f2b0f1cd0f6a56cdb46fe41d2cce1e644e3b68832f3eeebc5fb0f7712e"
RDEPENDS:${PN} += " \
python3-stringold \
"
BBCLASSEXTEND = "native nativesdk"