forked from pool/python-flit
- Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit?expand=0&rev=29
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 8 13:53:24 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Convert to libalternatives
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 2 14:35:23 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
Fri May 2 14:35:23 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||||
|
|
||||||
|
@@ -16,6 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_without libalternatives
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-flit
|
Name: python-flit
|
||||||
Version: 3.12.0
|
Version: 3.12.0
|
||||||
@@ -30,15 +31,15 @@ BuildRequires: %{python_module flit-core >= %{version}}
|
|||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module requests}
|
BuildRequires: %{python_module requests}
|
||||||
BuildRequires: %{python_module tomli-w}
|
BuildRequires: %{python_module tomli-w}
|
||||||
|
BuildRequires: alts
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: alts
|
||||||
Requires: python-docutils
|
Requires: python-docutils
|
||||||
Requires: python-flit-core >= %{version}
|
Requires: python-flit-core >= %{version}
|
||||||
Requires: python-pip
|
Requires: python-pip
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
Requires: python-tomli-w
|
Requires: python-tomli-w
|
||||||
Requires(post): update-alternatives
|
|
||||||
Requires(postun): update-alternatives
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module pytest >= 2.7.3}
|
BuildRequires: %{python_module pytest >= 2.7.3}
|
||||||
@@ -73,11 +74,8 @@ export PATH=$PWD/build/testbin/:$PATH
|
|||||||
# "The error you get on a train, going through Oregon, without wifi"
|
# "The error you get on a train, going through Oregon, without wifi"
|
||||||
%pytest -k "not (test_invalid_classifier or InstallTests)"
|
%pytest -k "not (test_invalid_classifier or InstallTests)"
|
||||||
|
|
||||||
%post
|
%pre
|
||||||
%python_install_alternative flit
|
%python_libalternatives_reset_alternative flit
|
||||||
|
|
||||||
%postun
|
|
||||||
%python_uninstall_alternative flit
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
Reference in New Issue
Block a user