18 buildPythonPackage rec {
20 version = "2024.08.0";
23 disabled = pythonOlder "3.9";
25 src = fetchFromGitHub {
29 hash = "sha256-GedGwG4Lm28BvfSBOGcspUQ3LCmdb2IC2rLifuKGOes=";
32 build-system = [ poetry-core ];
42 __darwinAllowLocalNetworking = true;
51 # Ignore the examples directory as the files are prefixed with test_
52 disabledTestPaths = [ "examples/" ];
54 pythonImportsCheck = [ "aioambient" ];
57 description = "Python library for the Ambient Weather API";
58 homepage = "https://github.com/bachya/aioambient";
59 changelog = "https://github.com/bachya/aioambient/releases/tag/${version}";
60 license = with licenses; [ mit ];
61 maintainers = with maintainers; [ fab ];