10 buildPythonPackage rec {
11 pname = "more-itertools";
16 inherit pname version;
17 hash = "sha256-j8y0gMQ9PpmgAIdjTAbdArDVD78IizgN5aQaAV7COeE=";
24 propagatedBuildInputs = [
32 # iterable = range(10 ** 10) # Is efficiently reversible
33 # OverflowError: Python int too large to convert to C long
34 doCheck = !stdenv.hostPlatform.is32bit;
37 homepage = "https://more-itertools.readthedocs.org";
38 changelog = "https://more-itertools.readthedocs.io/en/stable/versions.html";
39 description = "Expansion of the itertools module";
40 license = licenses.mit;
41 maintainers = with maintainers; [ ];