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 | 7784c42 | 2022-11-17 07:29:11 -0600 | [diff] [blame] | 8 | SRC_URI[sha256sum] = "5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4" |
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" |