6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "0vwijrylppmk0nbddqvn527r9cg3zw8d6zk6r58hslry42jf7jp6";
15 # This tiny package has no unit tests at all
17 pythonImportsCheck = [ "littleutils" ];
20 description = "Small collection of Python utility functions";
21 homepage = "https://github.com/alexmojaki/littleutils";
22 license = licenses.mit;
23 maintainers = with maintainers; [ jluttine ];