diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-tqdm_4.67.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-tqdm_4.67.3.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.67.3.bb b/meta-python/recipes-devtools/python/python3-tqdm_4.67.3.bb new file mode 100644 index 0000000000..1637021999 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-tqdm_4.67.3.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMMARY = "Fast, Extensible Progress Meter" | ||
| 2 | HOMEPAGE = "https://tqdm.github.io/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | |||
| 5 | LICENSE = "MIT & MPL-2.0" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENCE;md5=9a9bed097dea538bf341c8623c8f8852" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "7d825f03f89244ef73f1d4ce193cb1774a8179fd96f31d7e1dcde62092b960bb" | ||
| 9 | |||
| 10 | CVE_PRODUCT = "tqdm" | ||
| 11 | |||
| 12 | inherit pypi python_setuptools_build_meta | ||
| 13 | |||
| 14 | DEPENDS += "python3-setuptools-scm-native" | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += " \ | ||
| 17 | python3-logging \ | ||
| 18 | python3-numbers \ | ||
| 19 | " | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native nativesdk" | ||
