summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-sphinx-bootstrap-theme/package.py
blob: f41048b5b10aaa9d2d0820c37e898d792c8f9137 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 PySphinxBootstrapTheme(PythonPackage):
    """Sphinx Bootstrap Theme."""

    pypi = "sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.13.tar.gz"

    license("MIT")

    version("0.4.13", sha256="47f7719e56304026f285455bbb115525d227a6e23341d4b7f6f0b48b2eface82")

    depends_on("py-setuptools", type="build")