diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-02-19 22:54:12 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-02-22 09:16:34 -0800 |
| commit | a03f1f0a891f34463e168f91b347b699fcbd164f (patch) | |
| tree | 5976c7c6eb527d5da819e4694777250710bcb0e9 /meta-python/recipes-devtools/python/python3-tqdm_4.57.0.bb | |
| parent | 65630a9ff6ebc21ef6af061913559e32220fdfad (diff) | |
| download | meta-openembedded-a03f1f0a891f34463e168f91b347b699fcbd164f.tar.gz | |
python3-tqdm: update 4.57.0
License-Update: copyright years.
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-tqdm_4.57.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-tqdm_4.57.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.57.0.bb b/meta-python/recipes-devtools/python/python3-tqdm_4.57.0.bb new file mode 100644 index 0000000000..50133bdadf --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-tqdm_4.57.0.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "Fast, Extensible Progress Meter" | ||
| 2 | HOMEPAGE = "http://tqdm.github.io/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | |||
| 5 | LICENSE = "MIT & MPL-2.0" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENCE;md5=59e4271a933d33edfe60237db377a14b" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "65185676e9fdf20d154cffd1c5de8e39ef9696ff7e59fe0156b1b08e468736af" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
