8 buildPythonPackage rec {
9 pname = "jaraco-functools";
14 pname = "jaraco.functools";
16 hash = "sha256-wnnLJMk9aU73Jw+XDUmcq004E/TggnP5U5hlGmNPCSU=";
19 nativeBuildInputs = [ setuptools-scm ];
21 propagatedBuildInputs = [
27 pythonNamespaces = [ "jaraco" ];
29 pythonImportsCheck = [ "jaraco.functools" ];
32 description = "Additional functools in the spirit of stdlib's functools";
33 homepage = "https://github.com/jaraco/jaraco.functools";
34 license = licenses.mit;
35 maintainers = with maintainers; [ ];