11 buildPythonPackage rec {
14 format = "setuptools";
16 disabled = pythonOlder "3.8";
18 src = fetchFromGitHub {
19 owner = "home-assistant-libs";
22 hash = "sha256-Lcs+Ieh5TEUE+sHqFAZr9rsAZMsI9t2/w87r36IUa1A=";
25 propagatedBuildInputs = [
35 pythonImportsCheck = [
41 # File are prefixed with test_
46 description = "Python package to talk to Philips Hue";
47 homepage = "https://github.com/home-assistant-libs/aiohue";
48 license = with licenses; [ asl20 ];
49 maintainers = with maintainers; [ fab ];