1 { lib, python3Packages, fetchFromGitHub }:
3 python3Packages.buildPythonApplication rec {
7 src = fetchFromGitHub {
11 sha256 = "17v52rylmsy3m3j5fcb972flazykz2rvczqfh8mxvikvd6454zyj";
15 patchShebangs fprettify.py
18 propagatedBuildInputs = with python3Packages; [
23 description = "An auto-formatter for modern Fortran code that imposes strict whitespace formatting, written in Python.";
24 mainProgram = "fprettify";
25 homepage = "https://pypi.org/project/fprettify/";
26 license = with licenses; [ gpl3Only ];
27 maintainers = with maintainers; [ fabiangd ];