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" |
Andrew Geissler | 5082cc7 | 2023-09-11 08:41:39 -0400 | [diff] [blame] | 6 | LIC_FILES_CHKSUM = "file://LICENCE;md5=bb3c087935ebba37cad180364cb0850c" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 7 | |
Andrew Geissler | 5082cc7 | 2023-09-11 08:41:39 -0400 | [diff] [blame] | 8 | SRC_URI[sha256sum] = "d88e651f9db8d8551a62556d3cff9e3034274ca5d66e93197cf2490e2dcb69c7" |
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" |