12 buildPythonPackage rec {
13 pname = "sphinx-fortran";
14 version = "unstable-2022-03-02";
15 format = "setuptools";
17 src = fetchFromGitHub {
20 rev = "394ae990b43ed43fcff8beb048632f5e99794264";
21 hash = "sha256-IVKu5u9gqs7/9EZrf4ZYd12K6J31u+/B8kk4+8yfohM=";
24 propagatedBuildInputs = [
31 pythonImportsCheck = [ "sphinxfortran" ];
33 # Tests are failing because reference files are not updated
36 nativeCheckInputs = [ pytestCheckHook ];
39 description = "Fortran domain and autodoc extensions to Sphinx";
40 homepage = "http://sphinx-fortran.readthedocs.org/";
41 license = licenses.cecill21;
42 maintainers = with maintainers; [ loicreynier ];