15
0

Accepting request 1218125 from home:yeey:OpenWebUI

enable sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1218125
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundFile?expand=0&rev=20
This commit is contained in:
2024-10-25 14:49:33 +00:00
committed by Git OBS Bridge
parent 6140f57f39
commit 2102ff212c
3 changed files with 48 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
#
%{?sle15_python_module_pythons}
Name: python-SoundFile
Version: 0.12.1
Release: 0
@@ -24,6 +25,7 @@ License: BSD-3-Clause
URL: https://github.com/bastibe/python-soundfile
Source: https://files.pythonhosted.org/packages/source/s/soundfile/soundfile-%{version}.tar.gz
Source99: python-SoundFile.rpmlintrc
Patch0: 0001-Fix-libsndfile-versioning.patch
BuildRequires: %{python_module cffi >= 1.0}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pip}
@@ -53,6 +55,7 @@ represents audio data as NumPy arrays.
%prep
%setup -q -n soundfile-%{version}
%autopatch -p1
%build
# force a pure wheel through unknown platform