summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-sphinx-bootstrap-theme/package.py
blob: 92bc0ebc936d503ea558213d06a8c452368c9c46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2019 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 import *


class PySphinxBootstrapTheme(PythonPackage):
    """Sphinx Bootstrap Theme."""

    homepage = "https://pypi.python.org/pypi/sphinx-bootstrap-theme/"
    url      = "https://pypi.io/packages/source/s/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.13.tar.gz"

    version('0.4.13', '32e513a9c8ffbb8c1e4b036e8f74fb51')

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