10 buildPythonPackage rec {
11 pname = "jaraco-collections";
16 pname = "jaraco.collections";
18 hash = "sha256-dP/CP8z+5N4KLr9VajNnW2o8AD1jNZR9MSKgvIgiyOQ=";
22 # break dependency cycle
23 sed -i "/'jaraco.text',/d" setup.cfg
31 env.SETUPTOOLS_SCM_PRETEND_VERSION = version;
33 propagatedBuildInputs = [
38 pythonNamespaces = [ "jaraco" ];
42 pythonImportsCheck = [ "jaraco.collections" ];
45 description = "Models and classes to supplement the stdlib 'collections' module";
46 homepage = "https://github.com/jaraco/jaraco.collections";
47 changelog = "https://github.com/jaraco/jaraco.collections/blob/v${version}/NEWS.rst";
48 license = licenses.mit;
49 maintainers = with maintainers; [ ];