7 buildPythonPackage rec {
8 pname = "expiring-dict";
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-PEBK2x5DaUaMt+Ub+8nEcNfi6GPv4qHHXU7XBtDc4aY=";
17 propagatedBuildInputs = [
21 pythonImportsCheck = [
26 description = "Python dict with TTL support for auto-expiring caches";
27 homepage = "https://github.com/dparker2/py-expiring-dict";
28 license = licenses.mit;
29 maintainers = with maintainers; [ ];