10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-yvXDNJL8uxReaU81klVWudJwh1hmvg5GeeILcNpm/YA=";
28 passthru.optional-dependencies = {
37 # aiomcache would be required but last release was in 2017
40 pythonImportsCheck = [
45 description = "Python API Rate Limit Decorator";
46 homepage = "https://github.com/aio-libs/aiocache";
47 changelog = "https://github.com/aio-libs/aiocache/releases/tag/v${version}";
48 license = with licenses; [ bsd3 ];
49 maintainers = with maintainers; [ fab ];