8 buildPythonPackage rec {
15 sha256 = "0bdb5hlj6kyb9m3xnpxzasfv5psnxfj21qx6md8ym8zkcqyq1qs5";
18 propagatedBuildInputs = [
23 # tests require text files that are not included in the pypi package
27 description = "PyUtilib: A collection of Python utilities";
28 homepage = "https://github.com/PyUtilib/pyutilib";
29 license = licenses.bsd3;
30 maintainers = [ maintainers.costrouc ];