11 buildPythonPackage rec {
16 inherit pname version;
18 sha256 = "ca0c740734cde59bf919f8ff2c386f74f9a369818cdc60efe94893d01ea8d9b7";
28 propagatedBuildInputs = [ textwrap3 ];
30 pythonImportsCheck = [ "ansiwrap" ];
33 description = "Textwrap, but savvy to ANSI colors and styles";
34 homepage = "https://github.com/jonathaneunice/ansiwrap";
35 license = licenses.asl20;
36 maintainers = [ maintainers.costrouc ];