8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
19 hash = "sha256-dTYiD+/zt0ZSP+sefYyeD87To1nRXyoFodlBg8pm1YE=";
22 # Check with the next release if tests are ready
25 pythonImportsCheck = [
30 description = "A least recently used (LRU) cache implementation";
31 homepage = "https://github.com/jlhutch/pylru";
32 license = licenses.gpl2Only;
33 maintainers = with maintainers; [ abbradar ];