12 inherit pname version;
13 format = "setuptools";
16 inherit pname version;
17 hash = "sha256-h4vI70Bz5c+5U9/Bz0WF20HouBTAEGq9400A7g0LMRU=";
24 pythonImportsCheck = [
29 description = "Fast and memory efficient LRU cache for Python";
30 homepage = "https://github.com/amitdev/lru-dict";
31 license = licenses.mit;
32 maintainers = with maintainers; [ hexa ];