23 buildPythonPackage rec {
24 pname = "python-homeassistant-analytics";
28 disabled = pythonOlder "3.11";
30 src = fetchFromGitHub {
32 repo = "python-homeassistant-analytics";
33 rev = "refs/tags/v${version}";
34 hash = "sha256-HPimk401tRBwszWvkyUEAcuLeYeEu0JUld16PESXkbo=";
38 substituteInPlace pyproject.toml \
39 --replace-fail "--cov" ""
42 build-system = [ poetry-core ];
58 pythonImportsCheck = [ "python_homeassistant_analytics" ];
61 changelog = "https://github.com/joostlek/python-homeassistant-analytics/releases/tag/v${version}";
62 description = "Asynchronous Python client for Homeassistant Analytics";
63 homepage = "https://github.com/joostlek/python-homeassistant-analytics
65 license = licenses.mit;
66 maintainers = with maintainers; [ jamiemagee ];