blob: 1e410f4022fa6815a606465198095ef2fc1f6376 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "Fast, Extensible Progress Meter"
2HOMEPAGE = "http://tqdm.github.io/"
3SECTION = "devel/python"
4
5LICENSE = "MIT & MPL-2.0"
6LIC_FILES_CHKSUM = "file://LICENCE;md5=054ef7105cba050017d1368262a1623c"
7
8inherit pypi
9
Brad Bishop87b3cb82019-11-15 16:35:37 -050010SRC_URI[md5sum] = "9a092a5878090996bbb0ed92bf572a8a"
11SRC_URI[sha256sum] = "c1d677f3a85fa291b34bdf8f770f877119b9754b32673699653556f85e2c2f13"
Brad Bishop19323692019-04-05 15:28:33 -040012
13BBCLASSEXTEND = "native nativesdk"