9 buildPythonPackage rec {
14 src = fetchFromGitHub {
15 owner = "marshallward";
18 hash = "sha256-nSpVBAS2VvXIQwYK/qVVzEc13bicAQ+ScXpO4Rn2O+8=";
21 build-system = [ setuptools-scm ];
23 nativeCheckInputs = [ unittestCheckHook ];
25 pythonImportsCheck = [ "f90nml" ];
28 description = "Python module for working with Fortran Namelists";
29 mainProgram = "f90nml";
30 homepage = "https://f90nml.readthedocs.io";
31 license = lib.licenses.asl20;
32 maintainers = with lib.maintainers; [ loicreynier ];