15 buildPythonPackage rec {
17 version = "2021.11.0";
20 disabled = pythonOlder "3.9";
22 src = fetchFromGitHub {
25 rev = "refs/tags/${version}";
26 hash = "sha256-7NrOoc1gi8YzZaKvCnHnzAKPlMnMhqxjdyZGN5H/8TQ=";
31 # Clean-up, https://github.com/bachya/aioflo/pull/65
32 name = "clean-up-build-dependencies.patch";
33 url = "https://github.com/bachya/aioflo/commit/f38d3f6427777ab0eeb56177943679e2570f0634.patch";
34 hash = "sha256-iLgklhEZ61rrdzQoO6rp1HGZcqLsqGNitwIiPNLNHQ4=";
38 build-system = [ poetry-core ];
40 dependencies = [ aiohttp ];
42 __darwinAllowLocalNetworking = true;
51 pythonImportsCheck = [ "aioflo" ];
59 description = "Python library for Flo by Moen Smart Water Detectors";
60 homepage = "https://github.com/bachya/aioflo";
61 changelog = "https://github.com/bachya/aioflo/releases/tag/${version}";
62 license = licenses.mit;
63 maintainers = with maintainers; [ fab ];