Add: py-sphinx-design (#32482)

* Add: py-sphinx-design

Needed for #32480
This commit is contained in:
Axel Huebl 2022-09-01 12:25:59 -07:00 committed by GitHub
parent 117b0af831
commit ce1500fad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,21 @@
# Copyright 2013-2022 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 PySphinxDesign(PythonPackage):
"""A sphinx extension for designing beautiful, screen-size responsive web components."""
homepage = "https://sphinx-design.readthedocs.io"
pypi = "sphinx-design/sphinx_design-0.3.0.tar.gz"
maintainers = ["ax3l", "adamjstewart"]
version("0.3.0", sha256="7183fa1fae55b37ef01bda5125a21ee841f5bbcbf59a35382be598180c4cefba")
depends_on("python@3.7:", type=("build", "run"))
depends_on("py-flit-core@3.4:3", type=("build"))
depends_on("py-sphinx@4:5", type=("build", "run"))