7 buildPythonPackage rec {
11 src = fetchFromGitHub {
12 owner = "tomasbasham";
15 sha256 = "04hy3hhh5xdqcsz0lx8j18zbj88kh5ik4wyi5d3a5sfy2hx70in2";
19 sed -i "/--cov/d" pytest.ini
22 nativeCheckInputs = [ pytestCheckHook ];
24 pytestFlagsArray = [ "tests" ];
26 pythonImportsCheck = [ "ratelimit" ];
29 description = "Python API Rate Limit Decorator";
30 homepage = "https://github.com/tomasbasham/ratelimit";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ fab ];