7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
13 owner = "tomasbasham";
16 sha256 = "04hy3hhh5xdqcsz0lx8j18zbj88kh5ik4wyi5d3a5sfy2hx70in2";
20 sed -i "/--cov/d" pytest.ini
23 nativeCheckInputs = [ pytestCheckHook ];
25 pytestFlagsArray = [ "tests" ];
27 pythonImportsCheck = [ "ratelimit" ];
30 description = "Python API Rate Limit Decorator";
31 homepage = "https://github.com/tomasbasham/ratelimit";
32 license = with licenses; [ mit ];
33 maintainers = with maintainers; [ fab ];