14
0

- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wirerope?expand=0&rev=10
This commit is contained in:
2025-06-13 02:57:43 +00:00
committed by Git OBS Bridge
parent 5f17f390a6
commit fcd9775ae3
2 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 13 02:42:46 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
-------------------------------------------------------------------
Wed Nov 20 17:22:58 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-wirerope
#
# Copyright (c) 2024 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
@@ -23,9 +23,11 @@ Summary: The Way to Handle Bound Methods
License: BSD-2-Clause
URL: https://github.com/youknowone/wirerope
Source0: https://github.com/youknowone/wirerope/archive/%{version}.tar.gz#/wirerope-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 4.0}
BuildRequires: %{python_module setuptools >= 39.2.0}
BuildRequires: %{python_module six >= 1.11.0}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six >= 1.11.0
@@ -42,10 +44,10 @@ wire object will be created by each function or bound method.
sed -i -e '/addopts/d' setup.cfg
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -55,6 +57,6 @@ sed -i -e '/addopts/d' setup.cfg
%license LICENSE
%doc README.rst
%{python_sitelib}/wirerope
%{python_sitelib}/wirerope-%{version}*-info
%{python_sitelib}/wirerope-%{version}.dist-info
%changelog