9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-MfTftheNj8zI3iXIIJU+jy9xikvX9eO58LA0NCMJBnY=";
21 propagatedBuildInputs = [ pycryptodome ];
26 pythonImportsCheck = [ "temescal" ];
29 description = "Module for interacting with LG speaker systems";
30 homepage = "https://github.com/google/python-temescal";
31 license = licenses.asl20;
32 maintainers = with maintainers; [ fab ];