1 { lib, buildPythonPackage, fetchFromGitHub, python, setuptools-scm }:
3 buildPythonPackage rec {
7 src = fetchFromGitHub {
8 owner = "marshallward";
11 sha256 = "sha256-nSpVBAS2VvXIQwYK/qVVzEc13bicAQ+ScXpO4Rn2O+8=";
14 nativeBuildInputs = [ setuptools-scm ];
17 ${python.interpreter} setup.py test
20 pythonImportsCheck = [ "f90nml" ];
23 description = "Python module for working with Fortran Namelists";
24 homepage = "https://f90nml.readthedocs.io";
25 license = licenses.asl20;
26 maintainers = with maintainers; [ loicreynier ];