8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
17 repo = "python-lgnetcast";
18 rev = "refs/tags/v${version}";
19 hash = "sha256-5lzLknuGLQryLCc4YQJn8AGuWTiSM90+8UTQ/WYfASM=";
22 propagatedBuildInputs = [
26 # Project has no tests
29 pythonImportsCheck = [
34 description = "Python API client for the LG Smart TV running NetCast 3 or 4";
35 homepage = "https://github.com/Drafteed/python-lgnetcast";
36 changelog = "https://github.com/Drafteed/python-lgnetcast/releases/tag/v${version}";
37 license = with licenses; [ mit ];
38 maintainers = with maintainers; [ fab ];