python3-pychromecast_14.0.5.bb 633 B

123456789101112131415161718
  1. SUMMARY = "Library for Python 3.6+ to communicate with the Google Chromecast."
  2. HOMEPAGE = "https://github.com/balloob/pychromecast"
  3. LICENSE = "MIT"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=b1dbd4e85f47b389bdadee9c694669f5"
  5. SRC_URI += "file://0001-Allow-newer-version-of-wheel-and-setuptools.patch"
  6. SRC_URI[sha256sum] = "a8671ee4ea4a7095e2e0670e2215145ec1e3e0aa0737ff74d648ae4dc268b2b1"
  7. PYPI_PACKAGE = "PyChromecast"
  8. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
  9. inherit pypi python_setuptools_build_meta
  10. RDEPENDS:${PN} += "\
  11. python3-zeroconf (>=0.131.0) \
  12. python3-protobuf (>=4.25.2) \
  13. python3-casttube (>=0.2.1) \
  14. "