python3-colorclass_2.2.2.bb 487 B

1234567891011121314151617
  1. SUMMARY = "Colorful worry-free console applications for Linux, Mac OS X, and Windows."
  2. HOMEPAGE = "https://github.com/matthewdeanmartin/colorclass"
  3. LICENSE = "MIT"
  4. SECTION = "devel/python"
  5. LIC_FILES_CHKSUM = "file://LICENSE;md5=1b2a533055839e54558a727657c1c73e"
  6. inherit pypi setuptools3
  7. SRC_URI[sha256sum] = "6d4fe287766166a98ca7bc6f6312daf04a0481b1eda43e7173484051c0ab4366"
  8. PYPI_PACKAGE = "colorclass"
  9. RDEPENDS:${PN} += "\
  10. python3-ctypes \
  11. "
  12. BBCLASSEXTEND = "native nativesdk"