Accepting request 1087558 from devel:languages:python

- break dependency cycle between attrs (pulled by pytest) and pytest-hatch-fancy-pypi-readme

OBS-URL: https://build.opensuse.org/request/show/1087558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-hatch-fancy-pypi-readme?expand=0&rev=4
This commit is contained in:
2023-05-19 09:55:28 +00:00
committed by Git OBS Bridge
3 changed files with 27 additions and 2 deletions

3
_multibuild Normal file
View File

@@ -0,0 +1,3 @@
<multibuild>
<package>test</package>
</multibuild>

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 16 14:27:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
- break dependency cycle between attrs (pulled by pytest) and pytest-hatch-fancy-pypi-readme
-------------------------------------------------------------------
Fri Apr 21 12:26:07 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,5 +1,5 @@
#
# spec file for package python-hatch-fancy-pypi-readme
# spec file
#
# Copyright (c) 2023 SUSE LLC
#
@@ -16,8 +16,16 @@
#
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
%bcond_without test
%else
%define psuffix %{nil}
%bcond_with test
%endif
%{?sle15_python_module_pythons}
Name: python-hatch-fancy-pypi-readme
Name: python-hatch-fancy-pypi-readme%{psuffix}
Version: 22.8.0
Release: 0
Summary: Fancy PyPI READMEs with Hatch
@@ -30,9 +38,12 @@ BuildRequires: %{python_module pip}
BuildRequires: fdupes
BuildRequires: python-rpm-generators
BuildRequires: python-rpm-macros
%if %{with test}
# SECTION test
BuildRequires: %{python_module hatch-fancy-pypi-readme >= %version}
BuildRequires: %{python_module pytest}
# /SECTION
%endif
Requires(post): update-alternatives
Requires(postun):update-alternatives
Provides: python-hatch_fancy_pypi_readme = %{version}-%{release}
@@ -62,13 +73,17 @@ release? You've come to the right place!
%pyproject_wheel
%install
%if !%{with test}
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_clone -a %{buildroot}%{_bindir}/hatch-fancy-pypi-readme
%endif
%check
%if %{with test}
#test_end_to_end want's to have a hatchling wheel
%pytest --ignore tests/test_end_to_end.py
%endif
%post
%python_install_alternative hatch-fancy-pypi-readme
@@ -76,11 +91,13 @@ release? You've come to the right place!
%postun
%python_uninstall_alternative hatch-fancy-pypi-readme
%if !%{with test}
%files %{python_files}
%license LICENSE.txt
%doc README.md
%python_alternative %{_bindir}/hatch-fancy-pypi-readme
%{python_sitelib}/hatch_fancy_pypi_readme
%{python_sitelib}/hatch_fancy_pypi_readme-%{version}*-info
%endif
%changelog