summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorLydéric Debusschère <lyderic.de@gmail.com>2023-12-05 12:47:25 +0100
committerGitHub <noreply@github.com>2023-12-05 12:47:25 +0100
commiteda3522ce8ad26a71d608197127bf771c3cc3b69 (patch)
treeaf2a984b5b3567cff7110679c65bb18388464347 /var
parent3cefd73fcc0647cda740e5953af709e82b4b5bd8 (diff)
downloadspack-eda3522ce8ad26a71d608197127bf771c3cc3b69.tar.gz
spack-eda3522ce8ad26a71d608197127bf771c3cc3b69.tar.bz2
spack-eda3522ce8ad26a71d608197127bf771c3cc3b69.tar.xz
spack-eda3522ce8ad26a71d608197127bf771c3cc3b69.zip
py-sphinxcontrib-moderncmakedomain: add new package (#41331)
Co-authored-by: LydDeb <lyderic.debusschere@eolen.com>
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-sphinxcontrib-moderncmakedomain/package.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-sphinxcontrib-moderncmakedomain/package.py b/var/spack/repos/builtin/packages/py-sphinxcontrib-moderncmakedomain/package.py
new file mode 100644
index 0000000000..b4b0e4577d
--- /dev/null
+++ b/var/spack/repos/builtin/packages/py-sphinxcontrib-moderncmakedomain/package.py
@@ -0,0 +1,23 @@
+# Copyright 2013-2023 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 PySphinxcontribModerncmakedomain(PythonPackage):
+ """Sphinx Domain for Modern CMake."""
+
+ homepage = "https://github.com/scikit-build/moderncmakedomain"
+ pypi = "sphinxcontrib_moderncmakedomain/sphinxcontrib_moderncmakedomain-3.25.0.tar.gz"
+
+ maintainers("LydDeb")
+
+ version("3.27.0", sha256="51e259e91f58d17cc0fac9307fd40106aa59d5acaa741887903fc3660361d1a1")
+ version("3.26.4", sha256="c4a62d586ed1a9baf1790b816fcc04c249dd3ac239bc7c7b79663951a0a463b8")
+ version("3.25.0", sha256="4138e4d3f60e5c4b3982caa10033693bfc1009cdd851766754d5990d9d1e992a")
+
+ depends_on("py-hatchling", type="build")
+ depends_on("py-sphinx@2:", when="@3.27:", type=("build", "run"))
+ depends_on("py-sphinx", type=("build", "run"))