11 buildPythonPackage rec {
14 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-NkWJGy5QUrhpbARoscrXy/ilCjAz01YxeVTH0I+IjNM=";
24 propagatedBuildInputs = [
30 # Project has no tests
32 pythonImportsCheck = [ "aiopylgtv" ];
35 description = "Python library to control webOS based LG TV units";
36 mainProgram = "aiopylgtvcommand";
37 homepage = "https://github.com/bendavid/aiopylgtv";
38 license = with licenses; [ mit ];
39 maintainers = with maintainers; [ fab ];