14
0

Accepting request 1284846 from devel:languages:python

- Convert to pip-based build and libalternatives

OBS-URL: https://build.opensuse.org/request/show/1284846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-restview?expand=0&rev=9
This commit is contained in:
2025-06-11 16:34:46 +00:00
committed by Git OBS Bridge
2 changed files with 17 additions and 12 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 11 13:08:29 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build and libalternatives
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 23 13:41:52 UTC 2023 - Markéta Machová <mmachova@suse.com> Thu Nov 23 13:41:52 UTC 2023 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-restview # spec file for package python-restview
# #
# Copyright (c) 2023 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,6 +16,7 @@
# #
%bcond_without libalternatives
Name: python-restview Name: python-restview
Version: 3.0.1 Version: 3.0.1
Release: 0 Release: 0
@@ -25,17 +26,19 @@ Group: Development/Languages/Python
URL: https://mg.pov.lt/restview/ URL: https://mg.pov.lt/restview/
Source: https://files.pythonhosted.org/packages/source/r/restview/restview-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/r/restview/restview-%{version}.tar.gz
# PATCH-FIX-UPSTREAM fix-tests.patch gh#mgedmin/restview@5033eacb1d55 # PATCH-FIX-UPSTREAM fix-tests.patch gh#mgedmin/restview@5033eacb1d55
Patch: fix-tests.patch Patch0: fix-tests.patch
# PATCH-FIX-UPSTREAM fix_tests.patch gh#mgedmin/restview@6a1d6b44ee40 # PATCH-FIX-UPSTREAM fix_tests.patch gh#mgedmin/restview@6a1d6b44ee40
Patch: fix_tests.patch Patch1: fix_tests.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: alts
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: alts
Requires: python-docutils Requires: python-docutils
Requires: python-pygments Requires: python-pygments
Requires: python-readme_renderer Requires: python-readme_renderer
Requires(post): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module docutils} BuildRequires: %{python_module docutils}
@@ -52,21 +55,18 @@ A viewer for ReStructuredText documents that renders them on the fly.
%autosetup -p1 -n restview-%{version} %autosetup -p1 -n restview-%{version}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_clone -a %{buildroot}%{_bindir}/restview %python_clone -a %{buildroot}%{_bindir}/restview
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
%pytest %pytest
%post %pre
%python_install_alternative restview %python_libalternatives_reset_alternative restview
%postun
%python_uninstall_alternative restview
%files %{python_files} %files %{python_files}
%doc CHANGES.rst README.rst %doc CHANGES.rst README.rst