9 buildPythonPackage rec {
10 pname = "jaraco.collections";
15 inherit pname version;
16 sha256 = "sha256-ByuT6zX55IUISFdVU05mo07xzISvKR/Sfzm0TUwN0sM=";
20 # break dependency cycle
21 sed -i "/'jaraco.text',/d" setup.cfg
28 propagatedBuildInputs = [
33 pythonNamespaces = [ "jaraco" ];
37 pythonImportsCheck = [ "jaraco.collections" ];
40 description = "Models and classes to supplement the stdlib 'collections' module";
41 homepage = "https://github.com/jaraco/jaraco.collections";
42 license = licenses.mit;
43 maintainers = with maintainers; [ ];