python3-humanize_3.2.0.bb 437 B

12345678910111213141516171819
  1. SUMMARY = "Python humanize utilities"
  2. HOMEPAGE = "http://github.com/jmoiron/humanize"
  3. LICENSE = "MIT"
  4. LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d"
  5. SRC_URI[sha256sum] = "ab69004895689951b79f2ae4fdd6b8127ff0c180aff107856d5d98119a33f026"
  6. inherit pypi setuptools3
  7. DEPENDS += "\
  8. ${PYTHON_PN}-setuptools-scm-native \
  9. "
  10. RDEPENDS_${PN} += "\
  11. ${PYTHON_PN}-datetime \
  12. "
  13. BBCLASSEXTEND = "native nativesdk"