python3-tqdm_4.51.0.bb 409 B

12345678910111213
  1. SUMMARY = "Fast, Extensible Progress Meter"
  2. HOMEPAGE = "http://tqdm.github.io/"
  3. SECTION = "devel/python"
  4. LICENSE = "MIT & MPL-2.0"
  5. LIC_FILES_CHKSUM = "file://LICENCE;md5=7ea57584e3f8bbde2ae3e1537551de25"
  6. SRC_URI[md5sum] = "b188c2dc7802c19b262971e566c265ce"
  7. SRC_URI[sha256sum] = "ef54779f1c09f346b2b5a8e5c61f96fbcb639929e640e59f8cf810794f406432"
  8. inherit pypi setuptools3
  9. BBCLASSEXTEND = "native nativesdk"