8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-MfTftheNj8zI3iXIIJU+jy9xikvX9eO58LA0NCMJBnY=";
20 propagatedBuildInputs = [
27 pythonImportsCheck = [
32 description = "Module for interacting with LG speaker systems";
33 homepage = "https://github.com/google/python-temescal";
34 license = licenses.asl20;
35 maintainers = with maintainers; [ fab ];