16 buildPythonPackage rec {
18 version = "2023.05.5";
21 disabled = pythonOlder "3.7";
23 src = fetchFromGitHub {
27 hash = "sha256-/2sF8m5R8YXkP89bi5zR3h13r5LrFOl1OsixAcX0D4o=";
31 # This patch removes references to setuptools and wheel that are no longer
32 # necessary and changes poetry to poetry-core, so that we don't need to add
33 # unnecessary nativeBuildInputs.
35 # https://github.com/bachya/aionotion/pull/269
38 name = "clean-up-build-dependencies.patch";
39 url = "https://github.com/bachya/aionotion/commit/53c7285110d12810f9b43284295f71d052a81b83.patch";
40 hash = "sha256-RLRbHmaR2A8MNc96WHx0L8ccyygoBUaOulAuRJkFuUM=";
48 propagatedBuildInputs = [
53 __darwinAllowLocalNetworking = true;
67 pythonImportsCheck = [
72 description = "Python library for Notion Home Monitoring";
73 homepage = "https://github.com/bachya/aionotion";
74 license = with licenses; [ mit ];
75 maintainers = with maintainers; [ fab ];