2018-03-29 12:33:03 +00:00
|
|
|
#
|
|
|
|
# spec file for package python-sphinx-feature-classification
|
|
|
|
#
|
2024-09-08 16:29:52 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2018-03-29 12:33:03 +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.
|
|
|
|
|
2018-12-04 14:07:07 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2018-03-29 12:33:03 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2024-09-08 16:29:52 +00:00
|
|
|
%{?sle15_python_module_pythons}
|
2018-03-29 12:33:03 +00:00
|
|
|
Name: python-sphinx-feature-classification
|
2024-09-08 16:29:52 +00:00
|
|
|
Version: 2.0.0
|
2018-03-29 12:33:03 +00:00
|
|
|
Release: 0
|
2018-12-19 03:55:45 +00:00
|
|
|
Summary: Sphinx extension to generate a matrix of pluggable drivers
|
2018-03-29 12:33:03 +00:00
|
|
|
License: Apache-2.0
|
|
|
|
Group: Development/Languages/Python
|
2020-03-06 18:19:02 +00:00
|
|
|
URL: https://www.openstack.org/
|
2018-03-29 12:33:03 +00:00
|
|
|
Source: https://files.pythonhosted.org/packages/source/s/sphinx-feature-classification/sphinx-feature-classification-%{version}.tar.gz
|
2020-03-06 18:19:02 +00:00
|
|
|
BuildRequires: %{python_module Sphinx}
|
2019-04-27 05:17:01 +00:00
|
|
|
BuildRequires: %{python_module ddt >= 1.0.1}
|
|
|
|
BuildRequires: %{python_module docutils}
|
2021-02-12 13:43:36 +00:00
|
|
|
BuildRequires: %{python_module fixtures}
|
2018-03-29 12:33:03 +00:00
|
|
|
BuildRequires: %{python_module pbr >= 2.0}
|
2019-04-27 05:17:01 +00:00
|
|
|
BuildRequires: %{python_module pytest}
|
2018-03-29 12:33:03 +00:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: python-rpm-macros
|
|
|
|
Requires: python-docutils >= 0.11
|
|
|
|
Requires: python-pbr >= 2.0
|
|
|
|
BuildArch: noarch
|
|
|
|
%python_subpackages
|
|
|
|
|
|
|
|
%description
|
2018-12-19 03:55:45 +00:00
|
|
|
An extension to Sphinx to generate a matrix of pluggable drivers and
|
|
|
|
their support to an API.
|
2018-03-29 12:33:03 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n sphinx-feature-classification-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%python_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%python_install
|
|
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
|
2019-04-27 05:17:01 +00:00
|
|
|
%check
|
|
|
|
%pytest sphinx_feature_classification/tests
|
|
|
|
|
2018-03-29 12:33:03 +00:00
|
|
|
%files %{python_files}
|
2018-12-04 17:23:53 +00:00
|
|
|
%license LICENSE
|
|
|
|
%doc AUTHORS ChangeLog README.rst
|
2018-03-29 12:33:03 +00:00
|
|
|
%{python_sitelib}/*
|
|
|
|
|
|
|
|
%changelog
|