14 buildPythonPackage rec {
19 disabled = pythonOlder "3.10";
21 src = fetchFromGitHub {
22 owner = "home-assistant-libs";
24 rev = "refs/tags/${version}";
25 hash = "sha256-/9kATmBNhKXt2PWB1pRdMJr+QzP23ajQK+jA8BuJ7J4=";
29 substituteInPlace pyproject.toml \
30 --replace 'version = "0.0.0"' 'version = "${version}"'
37 propagatedBuildInputs = [
49 pythonImportsCheck = [
55 # File are prefixed with test_
60 description = "Python package to talk to Philips Hue";
61 homepage = "https://github.com/home-assistant-libs/aiohue";
62 changelog = "https://github.com/home-assistant-libs/aiohue/releases/tag/${version}";
63 license = with licenses; [ asl20 ];
64 maintainers = with maintainers; [ fab ];