15
0
forked from pool/python-chest

Compare commits

2 Commits

2 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 2 03:18:24 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- No more greedy globs in %files.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 31 04:22:18 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com> Mon Jan 31 04:22:18 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-chest # spec file for package python-chest
# #
# Copyright (c) 2022 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,7 +16,6 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-chest Name: python-chest
Version: 0.2.3 Version: 0.2.3
Release: 0 Release: 0
@@ -27,8 +26,10 @@ Source: https://files.pythonhosted.org/packages/source/c/chest/chest-%{v
Patch0: support-python-310.patch Patch0: support-python-310.patch
BuildRequires: %{python_module HeapDict} BuildRequires: %{python_module HeapDict}
BuildRequires: %{python_module numpy} BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-HeapDict Requires: python-HeapDict
@@ -46,10 +47,10 @@ This is useful in the following two occasions:
%autosetup -p1 -n chest-%{version} %autosetup -p1 -n chest-%{version}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
@@ -58,6 +59,7 @@ This is useful in the following two occasions:
%files %{python_files} %files %{python_files}
%license LICENSE.txt %license LICENSE.txt
%doc README.rst %doc README.rst
%{python_sitelib}/* %{python_sitelib}/chest
%{python_sitelib}/chest-%{version}.dist-info
%changelog %changelog