2019-01-03 17:08:59 +00:00
|
|
|
#
|
|
|
|
# spec file for package python-sphinx-bootstrap-theme
|
|
|
|
#
|
2025-06-12 12:19:38 +00:00
|
|
|
# Copyright (c) 2025 SUSE LLC
|
2019-01-03 17:08:59 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-sphinx-bootstrap-theme
|
2022-02-23 10:31:23 +00:00
|
|
|
Version: 0.8.1
|
2019-01-03 17:08:59 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: Sphinx Bootstrap Theme
|
2022-02-23 10:31:23 +00:00
|
|
|
License: Apache-2.0 AND MIT
|
2019-01-03 17:08:59 +00:00
|
|
|
Group: Development/Languages/Python
|
|
|
|
URL: http://ryan-roemer.github.com/sphinx-bootstrap-theme/README.html
|
|
|
|
Source: https://files.pythonhosted.org/packages/source/s/sphinx-bootstrap-theme/sphinx-bootstrap-theme-%{version}.tar.gz
|
2025-06-12 12:19:38 +00:00
|
|
|
BuildRequires: %{python_module pip}
|
2019-01-03 17:08:59 +00:00
|
|
|
BuildRequires: %{python_module setuptools}
|
2025-06-12 12:19:38 +00:00
|
|
|
BuildRequires: %{python_module wheel}
|
2019-01-03 17:08:59 +00:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: python-rpm-macros
|
2019-04-27 05:17:34 +00:00
|
|
|
Requires: python-Sphinx >= 1.6.1
|
2019-01-03 17:08:59 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
%description
|
|
|
|
This Sphinx theme integrates the Bootstrap CSS / JavaScript framework
|
|
|
|
with various layout options, hierarchical menu navigation, and
|
|
|
|
mobile-friendly responsive design. It is configurable, extensible, and
|
|
|
|
can use any number of different Bootswatch CSS themes.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n sphinx-bootstrap-theme-%{version}
|
|
|
|
|
|
|
|
%build
|
2025-06-12 12:19:38 +00:00
|
|
|
%pyproject_wheel
|
2019-01-03 17:08:59 +00:00
|
|
|
|
|
|
|
%install
|
2025-06-12 12:19:38 +00:00
|
|
|
%pyproject_install
|
2019-01-03 17:08:59 +00:00
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
|
|
|
|
%files %{python_files}
|
|
|
|
%license LICENSE.txt
|
|
|
|
%doc HISTORY.rst README.rst TODO.rst
|
2025-06-12 12:19:38 +00:00
|
|
|
%{python_sitelib}/sphinx[-_]bootstrap[-_]theme
|
|
|
|
%{python_sitelib}/sphinx[-_]bootstrap[-_]theme-%{version}*-info
|
2019-01-03 17:08:59 +00:00
|
|
|
|
|
|
|
%changelog
|