blob: f54b5c41e2d21ddd99e348398542105a4b666776 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "Fast, Extensible Progress Meter"
2HOMEPAGE = "http://tqdm.github.io/"
3SECTION = "devel/python"
4
5LICENSE = "MIT & MPL-2.0"
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05006LIC_FILES_CHKSUM = "file://LICENCE;md5=cfdbc9dcca7dc9fb600347958b7d5c4f"
Andrew Geissler9aee5002022-03-30 16:27:02 +00007
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05008SRC_URI[sha256sum] = "1871fb68a86b8fb3b59ca4cdd3dcccbc7e6d613eeed31f4c332531977b89beb5"
Andrew Geissler9aee5002022-03-30 16:27:02 +00009
10inherit pypi python_setuptools_build_meta
11
12DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
13
14RDEPENDS:${PN} += " \
15 python3-logging \
16 python3-numbers \
17"
18
19BBCLASSEXTEND = "native nativesdk"