blob: e4510ad44803fe2bca572579229f981737800e7d [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 Geisslerbbbd5f42020-10-30 15:42:48 -05008SRC_URI[md5sum] = "b188c2dc7802c19b262971e566c265ce"
9SRC_URI[sha256sum] = "ef54779f1c09f346b2b5a8e5c61f96fbcb639929e640e59f8cf810794f406432"
Andrew Geissler82c905d2020-04-13 13:39:40 -050010
11inherit pypi setuptools3
12
13BBCLASSEXTEND = "native nativesdk"