17
0

Compare commits

2 Commits

2 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 13 10:05:47 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jun 8 23:17:19 UTC 2024 - Dirk Müller <dmueller@suse.com> Sat Jun 8 23:17:19 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-sphinxcontrib-pecanwsme # spec file for package python-sphinxcontrib-pecanwsme
# #
# Copyright (c) 2024 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
@@ -25,12 +25,13 @@ Group: Development/Languages/Python
URL: https://github.com/dreamhost/sphinxcontrib-pecanwsme URL: https://github.com/dreamhost/sphinxcontrib-pecanwsme
Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-pecanwsme/sphinxcontrib-pecanwsme-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-pecanwsme/sphinxcontrib-pecanwsme-%{version}.tar.gz
BuildRequires: %{python_module pbr} BuildRequires: %{python_module pbr}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module sphinxcontrib-httpdomain} BuildRequires: %{python_module sphinxcontrib-httpdomain}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-sphinxcontrib-httpdomain Requires: python-sphinxcontrib-httpdomain
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
@@ -40,10 +41,10 @@ Extension to Sphinx for documenting APIs built with Pecan and WSME
%autosetup -p1 -n sphinxcontrib-pecanwsme-%{version} %autosetup -p1 -n sphinxcontrib-pecanwsme-%{version}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE