Skip to content

Commit

Permalink
py-sphinx-fortran: new package (spack#46401)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbberger authored Sep 22, 2024
1 parent a608f83 commit 98b149d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions var/spack/repos/builtin/packages/py-sphinx-fortran/package.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack.package import *


class PySphinxFortran(PythonPackage):
"""Fortran domain and autodoc extensions to Sphinx"""

homepage = "https://sphinx-fortran.readthedocs.io"
pypi = "sphinx-fortran/sphinx-fortran-1.1.1.tar.gz"
git = "https://github.com/VACUMM/sphinx-fortran.git"

maintainers("rbberger")

license("CeCILL-2.1")

version("master", branch="master")
version("1.1.1", sha256="e912e6b292e80768ad3cf580a560a4752c2c077eda4a1bbfc3a4ca0f11fb8ee1")

depends_on("py-sphinx@1:")
depends_on("py-numpy@1:")
depends_on("py-six")
depends_on("py-future")

0 comments on commit 98b149d

Please sign in to comment.