18 buildPythonPackage rec {
20 version = "2023.10.0";
23 disabled = pythonOlder "3.8";
25 src = fetchFromGitHub {
28 rev = "refs/tags/${version}";
29 hash = "sha256-psynooRbX34EFYY7FTqy3KdFsv939z/qYfIfyNTVkiM=";
36 propagatedBuildInputs = [
43 __darwinAllowLocalNetworking = true;
55 # AssertionError: assert datetime.date(...
56 "test_get_next_pickup_event"
60 # Ignore the examples directory as the files are prefixed with test_
64 pythonImportsCheck = [
69 description = "Python library for interacting with Ridwell waste recycling";
70 homepage = "https://github.com/bachya/aioridwell";
71 changelog = "https://github.com/bachya/aioridwell/releases/tag/${version}";
72 license = with licenses; [ mit ];
73 maintainers = with maintainers; [ fab ];