blob: 642246c000beb3eaab13d56891bcb4715418cd89 [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
8SRC_URI[md5sum] = "81454c26572e4e47911596ea065eb1b7"
9SRC_URI[sha256sum] = "f35fb121bafa030bd94e74fcfd44f3c2830039a2ddef7fc87ef1c2d205237b24"
10
11inherit pypi setuptools3
12
13BBCLASSEXTEND = "native nativesdk"