Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 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=1672e2674934fd93a31c09cf17f34100" |
| 7 | |
Patrick Williams | 5877637 | 2022-04-13 09:07:35 -0500 | [diff] [blame] | 8 | SRC_URI[sha256sum] = "40be55d30e200777a307a7585aee69e4eabb46b4ec6a4b4a5f2d9f11e7d5408d" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 9 | |
| 10 | inherit pypi python_setuptools_build_meta |
| 11 | |
| 12 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" |
| 13 | |
| 14 | RDEPENDS:${PN} += " \ |
| 15 | python3-logging \ |
| 16 | python3-numbers \ |
| 17 | " |
| 18 | |
| 19 | BBCLASSEXTEND = "native nativesdk" |