9 buildPythonPackage rec {
10 pname = "backports.functools_lru_cache";
14 inherit pname version;
15 sha256 = "d5ed2169378b67d3c545e5600d363a923b09c456dab1593914935a68ad478271";
18 nativeBuildInputs = [ setuptools-scm ];
20 checkInputs = [ pytestCheckHook ];
22 # Test fail on Python 2
25 pythonNamespaces = [ "backports" ];
28 description = "Backport of functools.lru_cache";
29 homepage = "https://github.com/jaraco/backports.functools_lru_cache";
30 license = lib.licenses.mit;