10 buildPythonPackage rec {
15 inherit pname version;
17 sha256 = "5008eeebdb236f6303dcd68f18b856d355f6197511d952ba74bc75e40e0c3414";
32 description = "Textwrap from Python 3.6 backport plus a few tweaks";
33 homepage = "https://github.com/jonathaneunice/textwrap3";
34 license = licenses.psfl;
35 maintainers = [ maintainers.costrouc ];