9 buildPythonPackage rec {
12 format = "setuptools";
14 src = fetchFromGitHub {
18 sha256 = "07pr39cfw5ayzkp6h53y7lfpd0w19pphsdzsf100fsyy3npavgbr";
26 pythonImportsCheck = [ "utils" ];
29 description = "Python set of utility functions and objects";
30 homepage = "https://github.com/haaksmash/pyutils";
31 license = with licenses; [ lgpl3Only ];
32 maintainers = with maintainers; [ fab ];