2025-06-12 13:19:20 +00:00
committed by Git OBS Bridge
parent 550ea3cb38
commit ce5df4bc85
2 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 12 13:19:03 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
-------------------------------------------------------------------
Fri Dec 7 21:05:37 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-sphinxcontrib-issuetracker
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_with test
Name: python-sphinxcontrib-issuetracker
Version: 0.11
@@ -24,10 +23,12 @@ Release: 0
Summary: Sphinx integration with different issuetrackers
License: BSD-2-Clause
Group: Development/Languages/Python
URL: http://packages.python.org/sphinxcontrib-issuetracker
URL: https://packages.python.org/sphinxcontrib-issuetracker
Source: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-issuetracker/sphinxcontrib-issuetracker-%{version}.tar.gz
BuildRequires: %{python_module Sphinx >= 1.1}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Sphinx >= 1.1
@@ -49,10 +50,10 @@ plaintext.
%setup -q -n sphinxcontrib-issuetracker-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%if %{with test}
@@ -67,6 +68,6 @@ py.test-%{$python_bin_suffix}
%doc CREDITS README.rst CHANGES.rst
%{python_sitelib}/sphinxcontrib/issuetracker/
%{python_sitelib}/sphinxcontrib_issuetracker-%{version}-py*-nspkg.pth
%{python_sitelib}/sphinxcontrib_issuetracker-%{version}-py*.egg-info
%{python_sitelib}/sphinxcontrib_issuetracker-%{version}*-info
%changelog