diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-regex_2020.6.8.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-regex_2020.6.8.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-regex_2020.6.8.bb b/meta-python/recipes-devtools/python/python3-regex_2020.6.8.bb new file mode 100644 index 0000000000..d09f638400 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-regex_2020.6.8.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | SUMMARY = "Alternative regular expression module, to replace re." | ||
2 | HOMEPAGE = "https://bitbucket.org/mrabarnett/mrab-regex/src" | ||
3 | LICENSE = "PSF" | ||
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=ee7987010dadc17745d623f406b500ec" | ||
5 | |||
6 | inherit pypi setuptools3 | ||
7 | |||
8 | SRC_URI[md5sum] = "a991f73b0ccfe8f6e9a99bd1bc9071b1" | ||
9 | SRC_URI[sha256sum] = "e9b64e609d37438f7d6e68c2546d2cb8062f3adb27e6336bc129b51be20773ac" | ||
10 | |||
11 | BBCLASSEXTEND = "native nativesdk" | ||