blob: 26eb1073de9f83c15845abedc0c54edccb13a595 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "Fast, Extensible Progress Meter"
2HOMEPAGE = "http://tqdm.github.io/"
3SECTION = "devel/python"
4
5LICENSE = "MIT & MPL-2.0"
6LIC_FILES_CHKSUM = "file://LICENCE;md5=7ea57584e3f8bbde2ae3e1537551de25"
7
Andrew Geisslerd688a012020-09-18 13:36:00 -05008SRC_URI[md5sum] = "c2afde3f1d5aa108376fdd0f4b20821d"
9SRC_URI[sha256sum] = "faf9c671bd3fad5ebaeee366949d969dca2b2be32c872a7092a1e1a9048d105b"
Andrew Geissler82c905d2020-04-13 13:39:40 -050010
11inherit pypi setuptools3
12
13BBCLASSEXTEND = "native nativesdk"