diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2020-01-19 12:50:26 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-20 13:24:43 -0800 |
commit | ab456baccc74356cbfcdf45a9b24b7be75d88d21 (patch) | |
tree | 17a49b45bed6a5c67d56e5fa91caadb8afee661f /meta-python/recipes-devtools/python/python3-regex_2020.1.8.bb | |
parent | 4d13ba47ec4122a9688119fea279572f98f1d14a (diff) | |
download | meta-openembedded-ab456baccc74356cbfcdf45a9b24b7be75d88d21.tar.gz |
python3-regex: upgrade 2019.08.19 -> 2020.1.8
-License-Update: Update PKG-INFO.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-regex_2020.1.8.bb')
-rwxr-xr-x | meta-python/recipes-devtools/python/python3-regex_2020.1.8.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-regex_2020.1.8.bb b/meta-python/recipes-devtools/python/python3-regex_2020.1.8.bb new file mode 100755 index 0000000000..6bdc03995a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-regex_2020.1.8.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | SUMMARY = "" | ||
2 | HOMEPAGE = "http://pythonhosted.org/regex" | ||
3 | LICENSE = "PSF" | ||
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=3d9edb84b293ab5a9ed5bcaf1b769ab6" | ||
5 | |||
6 | inherit pypi setuptools3 | ||
7 | |||
8 | SRC_URI[md5sum] = "73abc3d7e902e94b4281fd2652f5a94f" | ||
9 | SRC_URI[sha256sum] = "d0f424328f9822b0323b3b6f2e4b9c90960b24743d220763c7f07071e0778351" | ||
10 | |||
11 | |||
12 | BBCLASSEXTEND = "native nativesdk" | ||