Name: python-sphinx-bootstrap-theme Version: 0.4.13 Release: 12 Summary: Sphinx Bootstrap Theme License: MIT and ASL 2.0 URL: http://ryan-roemer.github.com/sphinx-bootstrap-theme Source0: https://files.pythonhosted.org/packages/source/s/sphinx-bootstrap-theme/sphinx-bootstrap-theme-%{version}.tar.gz BuildArch: noarch BuildRequires: web-assets-devel %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. %package -n python3-sphinx-bootstrap-theme Summary: Sphinx Bootstrap Theme BuildRequires: python3-devel python3-setuptools Requires: python3-sphinx %{?python_provide:%python_provide python3-sphinx-bootstrap-theme} %description -n python3-sphinx-bootstrap-theme This Sphinx theme integrates the Bootstrap CSS/JavaScript framework with various layout options, hierarchicalmenunavigation,and mobile-friendly responsive design.It is configurable, extensible, and can use any number of different Bootswatch CSS themes. %package help Summary: Help documentation for sphinx-bootstrap-theme %description help Help documentation for sphinx-bootstrap-theme. %prep %{__rm} -rf *.egg-info %autosetup -n sphinx-bootstrap-theme-%{version} -p1 %build %py3_build %install %py3_install %files -n python3-sphinx-bootstrap-theme %license LICENSE.txt %{python3_sitelib}/sphinx_bootstrap_theme %{python3_sitelib}/sphinx_bootstrap_theme-%{version}-py%{python3_version}.egg-info %files help %doc PKG-INFO *.rst %changelog * Fri Sep 11 2020 wangxiao - 0.4.13-12 - Remove python2 support, fix BuildRequires * Sat Mar 14 2020 likexin - 0.4.13-11 - Remove some requires * Wed Mar 11 2020 shijian - 0.4.13-10 - Package init