15 buildPythonPackage rec {
16 pname = "ha-philipsjs";
20 disabled = pythonOlder "3.8";
22 src = fetchFromGitHub {
23 owner = "danielperna84";
24 repo = "ha-philipsjs";
25 rev = "refs/tags/${version}";
26 hash = "sha256-zP8cuXdhvCDvnbc20GbFwgickdqeJ17b0vk0zK8ze9Q=";
29 build-system = [ setuptools ];
43 pythonImportsCheck = [ "haphilipsjs" ];
46 description = "Library to interact with Philips TVs with jointSPACE API";
47 homepage = "https://github.com/danielperna84/ha-philipsjs";
48 changelog = "https://github.com/danielperna84/ha-philipsjs/releases/tag/${version}";
49 license = licenses.mit;
50 maintainers = with maintainers; [ fab ];