13 buildPythonApplication rec {
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 sha256 = "7af6360ca8d556f1cfe82b97f03b8d1ea5a9d6de1fa3018290c844b6566d9d6e";
24 description = "Format paragraphs, comments and doc strings";
26 homepage = "https://github.com/dmerejkowsky/dfmt";
27 license = licenses.bsd3;
28 maintainers = with maintainers; [ cole-h ];