11 buildPythonPackage rec {
12 pname = "pychromecast";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 pname = "PyChromecast";
21 hash = "sha256-DemOnlvkMmndQe+xYSarDVupQcpKyuAkMpcShRwMAyQ=";
25 substituteInPlace requirements.txt \
26 --replace "protobuf>=3.19.1,<4" "protobuf>=3.19.1"
29 propagatedBuildInputs = [
39 pythonImportsCheck = [
44 description = "Library for Python to communicate with the Google Chromecast";
45 homepage = "https://github.com/home-assistant-libs/pychromecast";
46 changelog = "https://github.com/home-assistant-libs/pychromecast/releases/tag/${version}";
47 license = licenses.mit;
48 maintainers = with maintainers; [ abbradar ];
49 platforms = platforms.unix;