8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "98e5854d805f50a5b58ac2333411b0482516a8210f23f43308baeb58d77c157d";
17 # 4 failing tests, 2to3
20 propagatedBuildInputs = [ six ];
21 checkInputs = [ nose ];
28 homepage = "https://github.com/erikrose/blessings";
29 description = "A thin, practical wrapper around terminal coloring, styling, and positioning";
30 license = licenses.mit;
31 maintainers = with maintainers; [ domenkozar ];