14
0

Accepting request 932426 from home:eroca

Bootstrap theme for MkDocs

OBS-URL: https://build.opensuse.org/request/show/932426
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs-bootstrap?expand=0&rev=1
This commit is contained in:
2021-11-21 11:23:22 +00:00
committed by Git OBS Bridge
commit 0d3f16a392
5 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,54 @@
#
# spec file for package python-mkdocs-bootstrap
#
# Copyright (c) 2021 SUSE LLC
#
# 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/
#
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-mkdocs-bootstrap
Version: 1.1
Release: 0
Summary: Bootstrap theme for MkDocs
License: BSD-2-Clause
URL: http://mkdocs.github.io/mkdocs-bootstrap/
Source: https://files.pythonhosted.org/packages/source/m/mkdocs-bootstrap/mkdocs-bootstrap-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module mkdocs >= 1.1}
BuildRequires: fdupes
Requires: python-mkdocs >= 1.1
BuildArch: noarch
%python_subpackages
%description
Bootstrap theme for MkDocs
%prep
%setup -q -n mkdocs-bootstrap-%{version}
%build
%python_build
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/*
%changelog