11 buildPythonApplication rec {
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 sha256 = "7af6360ca8d556f1cfe82b97f03b8d1ea5a9d6de1fa3018290c844b6566d9d6e";
22 description = "Format paragraphs, comments and doc strings";
24 homepage = "https://github.com/dmerejkowsky/dfmt";
25 license = licenses.bsd3;
26 maintainers = with maintainers; [ cole-h ];