diff options
author | Vincent Prince <vincent.prince.fr@gmail.com> | 2019-09-18 13:25:51 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-18 07:08:16 -0700 |
commit | 61e45d7ef1c066dbf7bce09441bd0e37b8524bdd (patch) | |
tree | f9871c6052f36a0b6c3cbc855d16413162adbf9c /meta-python | |
parent | 9dd10fcb7bdf866910fff686b6e175ce8df92865 (diff) | |
download | meta-openembedded-61e45d7ef1c066dbf7bce09441bd0e37b8524bdd.tar.gz |
python3-regex: add recipe
Signed-off-by: Vincent Prince <vincent.prince.external@saftbatteries.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rwxr-xr-x | meta-python/recipes-devtools/python/python3-regex_2019.08.19.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-regex_2019.08.19.bb b/meta-python/recipes-devtools/python/python3-regex_2019.08.19.bb new file mode 100755 index 0000000000..80194d60f9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-regex_2019.08.19.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | SUMMARY = "" | ||
2 | HOMEPAGE = "http://pythonhosted.org/regex" | ||
3 | LICENSE = "PSF" | ||
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=51cb124129fa4d157b4aebb77df73629" | ||
5 | |||
6 | inherit pypi setuptools3 | ||
7 | |||
8 | SRC_URI[md5sum] = "d31ec392ab75b894404d8db76dacd191" | ||
9 | SRC_URI[sha256sum] = "587b62d48ca359d2d4f02d486f1f0aa9a20fbaf23a9d4198c4bed72ab2f6c849" | ||
10 | |||
11 | |||
12 | BBCLASSEXTEND = "native nativesdk" | ||