11 buildPythonPackage rec {
12 pname = "pychromecast";
14 format = "setuptools";
19 pname = "PyChromecast";
21 sha256 = "sha256-nlfcmFpKBdtb3NXaIZy/bO0lVIygk/jXS8EHs8VU7AA=";
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 license = licenses.mit;
47 maintainers = with maintainers; [ abbradar ];
48 platforms = platforms.unix;