forked from pool/python-pydata-sphinx-theme
* Fixing prevnext translations (#486) * RLS: v0.7.0 * Update API styling for changes in sphinx 4.x (#485) * Avoid adding margin to docutils container (from bootstrap container) (#474) * Add css for blockquote and references/citations (#482) * Move API docs related CSS to separate file (#476) * Improve styling of the Previous / Next buttons (#473) * 👌 Round edges (#472) * Bump docutils version (#463) * FIX: added gtag date and moved google analytics to header (#439) * Add explicit heading aria-level to complement heading role (#456) * revert style changes (#459) * include tests in sdist (#457) * Add pa11y testing and reporting (#294) * move parent theme css earlier in the inclusion order (#451) * FIX: Include built css/js assets in source again (#450) * Re-build assests with yarn to fix linting (#448) * Bump url-parse from 1.5.1 to 1.5.3 (#443) * TST: update role for caption in expected html output (sphinx 4.1) (#441) * Remove CircleCI from jobs (#445) * Bump path-parse from 1.0.6 to 1.0.7 (#442) * Use a variable for the color of editthispage (#412) * Bump color-string from 1.5.3 to 1.6.0 (#440) * Bump postcss from 7.0.32 to 7.0.36 (#425) * fix Fairlearn link (#430) * DOC: Add a few more projects that have adopted the theme. (#423) * Fixing admonition title CSS (#407) * Add MNE-Python to theme users list (#405) * Bump dns-packet from 1.3.1 to 1.3.4 (#421) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydata-sphinx-theme?expand=0&rev=4
78 lines
2.4 KiB
RPMSpec
78 lines
2.4 KiB
RPMSpec
#
|
|
# spec file for package python-pydata-sphinx-theme
|
|
#
|
|
# 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/
|
|
#
|
|
|
|
|
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
%define skip_python36 1
|
|
Name: python-pydata-sphinx-theme
|
|
Version: 0.7.1
|
|
Release: 0
|
|
Summary: Bootstrap-based Sphinx theme from the PyData community
|
|
License: BSD-3-Clause
|
|
URL: https://github.com/pydata/pydata-sphinx-theme
|
|
# Source: https://files.pythonhosted.org/packages/source/p/pydata-sphinx-theme/pydata-sphinx-theme-%%{version}.tar.gz
|
|
Source: pydata-sphinx-theme-%{version}.tar.gz
|
|
BuildRequires: %{python_module pytest-regressions}
|
|
BuildRequires: %{python_module pytest}
|
|
BuildRequires: %{python_module setuptools}
|
|
BuildRequires: fdupes
|
|
BuildRequires: python-rpm-macros
|
|
Requires: python-Sphinx
|
|
Requires: python-beautifulsoup4
|
|
Requires: python-docutils
|
|
Suggests: python-beautifulsoup4
|
|
Suggests: python-codecov
|
|
Suggests: python-docutils
|
|
Suggests: python-jupyter_sphinx
|
|
Suggests: python-numpy
|
|
Suggests: python-numpydoc
|
|
Suggests: python-pandas
|
|
Suggests: python-plotly
|
|
Suggests: python-recommonmark
|
|
Suggests: python-Sphinx
|
|
Suggests: python-xarray
|
|
BuildArch: noarch
|
|
# SECTION test requirements
|
|
BuildRequires: %{python_module beautifulsoup4}
|
|
BuildRequires: %{python_module Sphinx}
|
|
BuildRequires: %{python_module docutils}
|
|
# /SECTION
|
|
%python_subpackages
|
|
|
|
%description
|
|
Bootstrap-based Sphinx theme from the PyData community
|
|
|
|
%prep
|
|
%autosetup -p1 -n pydata-sphinx-theme-%{version}
|
|
|
|
%build
|
|
%python_build
|
|
|
|
%install
|
|
%python_install
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
%check
|
|
%pytest
|
|
|
|
%files %{python_files}
|
|
%doc README.md
|
|
%license LICENSE
|
|
%{python_sitelib}/pydata_sphinx_theme*
|
|
|
|
%changelog
|