blob: 8a0534f9afd949c2130d3e771b045fde93929321 [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 Bishop0e2770c2020-01-21 07:31:46 -050010SRC_URI[md5sum] = "aa3d5fd173c9fea7408cad14c0e73d5d"
11SRC_URI[sha256sum] = "4789ccbb6fc122b5a6a85d512e4e41fc5acad77216533a6f2b8ce51e0f265c23"
Brad Bishop19323692019-04-05 15:28:33 -040012
13BBCLASSEXTEND = "native nativesdk"