forked from pool/python-sphinxcontrib-trio
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3f4a231115 | |||
| a3c49f7cd4 |
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 13 10:08:32 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Convert to pip-based build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 15 21:05:31 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
Sat May 15 21:05:31 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sphinxcontrib-trio
|
# spec file for package python-sphinxcontrib-trio
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,8 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define skip_python2 1
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-sphinxcontrib-trio
|
Name: python-sphinxcontrib-trio
|
||||||
Version: 1.1.2
|
Version: 1.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
@@ -30,10 +28,12 @@ BuildRequires: %{python_module Sphinx >= 1.7}
|
|||||||
BuildRequires: %{python_module async_generator}
|
BuildRequires: %{python_module async_generator}
|
||||||
BuildRequires: %{python_module cssselect}
|
BuildRequires: %{python_module cssselect}
|
||||||
BuildRequires: %{python_module lxml}
|
BuildRequires: %{python_module lxml}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest-cov}
|
BuildRequires: %{python_module pytest-cov}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module urllib3 >= 1.21.1}
|
BuildRequires: %{python_module urllib3 >= 1.21.1}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Sphinx >= 1.6
|
Requires: python-Sphinx >= 1.6
|
||||||
@@ -51,10 +51,10 @@ for documenting Python functions and methods smarter.
|
|||||||
%autopatch -p1
|
%autopatch -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -65,6 +65,6 @@ for documenting Python functions and methods smarter.
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE LICENSE.MIT LICENSE.APACHE2
|
%license LICENSE LICENSE.MIT LICENSE.APACHE2
|
||||||
%{python_sitelib}/sphinxcontrib_trio
|
%{python_sitelib}/sphinxcontrib_trio
|
||||||
%{python_sitelib}/sphinxcontrib_trio-%{version}-*.egg-info
|
%{python_sitelib}/sphinxcontrib_trio-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user