python3-cairocffi_1.7.1.bb 439 B

123456789101112
  1. SUMMARY = "cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python bindings and object-oriented API for cairo."
  2. HOMEPAGE = "https://github.com/Kozea/cairocffi"
  3. LICENSE = "BSD-3-Clause"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=e7c7639c2f7e3d6103414416614bfaac"
  5. SRC_URI[sha256sum] = "2e48ee864884ec4a3a34bfa8c9ab9999f688286eb714a15a43ec9d068c36557b"
  6. inherit pypi python_flit_core
  7. RDEPENDS:${PN} = "\
  8. python3-cffi \
  9. "