12 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
23 hash = "sha256-BpLh9utf2oJe+83rsIZeV5+MjbJ3aO5slMNVbUywQIo=";
30 propagatedBuildInputs = lib.optionals (pythonOlder "3.8") [
41 substituteInPlace tox.ini \
42 --replace " --cov=aiolimiter --cov-config=tox.ini --cov-report term-missing" ""
45 pythonImportsCheck = [
50 description = "Implementation of a rate limiter for asyncio";
51 homepage = "https://github.com/mjpieters/aiolimiter";
52 changelog = "https://github.com/mjpieters/aiolimiter/blob/v${version}/CHANGELOG.md";
53 license = with licenses; [ mit ];
54 maintainers = with maintainers; [ fab ];