11 buildPythonPackage rec {
12 pname = "methodtools";
16 src = fetchFromGitHub {
20 hash = "sha256-Y5VdYVSb3A+32waUUoIDDGW+AhRapN71pebTTlJC0es=";
23 build-system = [ setuptools ];
25 dependencies = [ wirerope ];
27 pythonImportsCheck = [ "methodtools" ];
35 description = "Expands the functools lru_cache to classes";
36 homepage = "https://github.com/youknowone/methodtools";
37 changelog = "https://github.com/youknowone/methodtools/releases/tag/${version}";
38 license = licenses.bsd2WithViews;
39 maintainers = with maintainers; [ pbsds ];