14 buildPythonPackage rec {
16 version = "2021.11.0";
19 disabled = pythonOlder "3.6";
21 src = fetchFromGitHub {
25 hash = "sha256-7NrOoc1gi8YzZaKvCnHnzAKPlMnMhqxjdyZGN5H/8TQ=";
29 # This patch removes references to setuptools and wheel that are no longer
30 # necessary and changes poetry to poetry-core, so that we don't need to add
31 # unnecessary nativeBuildInputs.
33 # https://github.com/bachya/aioflo/pull/65
36 name = "clean-up-build-dependencies.patch";
37 url = "https://github.com/bachya/aioflo/commit/f38d3f6427777ab0eeb56177943679e2570f0634.patch";
38 hash = "sha256-iLgklhEZ61rrdzQoO6rp1HGZcqLsqGNitwIiPNLNHQ4=";
46 propagatedBuildInputs = [
50 __darwinAllowLocalNetworking = true;
59 pythonImportsCheck = [
64 description = "Python library for Flo by Moen Smart Water Detectors";
65 homepage = "https://github.com/bachya/aioflo";
66 license = with licenses; [ mit ];
67 maintainers = with maintainers; [ fab ];