15
0
2025-05-28 12:24:34 +00:00
committed by Git OBS Bridge
parent dde9054df4
commit a69a57be04
2 changed files with 14 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 28 12:24:15 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
-------------------------------------------------------------------
Thu Dec 7 22:00:25 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-importlab
#
# Copyright (c) 2023 SUSE LLC
# 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-%{**}}
%define skip_python2 1
# python36-networkx no longer exists in Tumbleweed (due to SciPy following NEP 29)
%define skip_python36 1
@@ -28,12 +27,14 @@ License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/google/importlab
Source: https://files.pythonhosted.org/packages/source/i/importlab/importlab-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-networkx
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(post): alts
Requires(postun): alts
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module networkx}
@@ -47,10 +48,10 @@ A library to calculate python dependency graphs.
%setup -q -n importlab-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/importlab
%python_expand %fdupes %{buildroot}%{$python_sitelib}
@@ -64,6 +65,7 @@ A library to calculate python dependency graphs.
%doc CHANGELOG README.rst
%license LICENSE
%python_alternative %{_bindir}/importlab
%{python_sitelib}/*
%{python_sitelib}/importlab
%{python_sitelib}/importlab-%{version}*-info
%changelog