Package python3-module-pyaudio: Specfile

Group: Development/Python3
%define oldname pyaudio
# see https://bugzilla.altlinux.org/show_bug.cgi?id=10382
%define _localstatedir %{_var}
%global srcname pyaudio
%global sum Python bindings for PortAudio

Name:		python3-module-pyaudio
Version:	0.2.14
Release:	alt1
License:	MIT
Url:		http://people.csail.mit.edu/hubert/pyaudio/
Source0:	https://files.pythonhosted.org/packages/ab/42/b4f04721c5c5bfc196ce156b3c768998ef8c0ae3654ed29ea5020c749a6b/PyAudio-%version.tar.gz
Summary:	%{sum}

BuildRequires(pre): rpm-build-python3
BuildRequires:  gcc
BuildRequires:	libportaudio2-devel
BuildRequires:	python3-devel
BuildRequires:	python3-module-setuptools
BuildRequires:	python3-module-wheel
Source44: import.info

%description
PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O
library. With PyAudio, you can easily use Python to play and record audio on
a variety of platforms.

%{?python_provide:%python_provide python3-%{srcname}}

%prep
%setup -q -n PyAudio-%{version}

%build
%pyproject_build

%install
%pyproject_install

%files
%doc README.md CHANGELOG LICENSE.txt
%python3_sitelibdir/pyaudio
%python3_sitelibdir/PyAudio-%version.dist-info

%changelog
* Wed Apr 17 2024 Grigory Ustinov <grenka@altlinux.org> 0.2.14-alt1
- Build new version.

* Mon May 24 2021 Grigory Ustinov <grenka@altlinux.org> 0.2.11-alt1_7
- rename package and spec refactoring

* Thu Oct 17 2019 Igor Vlasenko <viy@altlinux.ru> 0.2.11-alt1_6
- update to new release by fcimport

* Sun Jul 07 2019 Igor Vlasenko <viy@altlinux.ru> 0.2.11-alt1_3
- update to new release by fcimport

* Sun Jan 27 2019 Igor Vlasenko <viy@altlinux.ru> 0.2.11-alt1_1
- update to new release by fcimport

* Mon Dec 10 2018 Igor Vlasenko <viy@altlinux.ru> 0.2.9-alt3_10
- update to new release by fcimport

* Mon Apr 30 2018 Aleksei Nikiforov <darktemplar@altlinux.org> 0.2.9-alt3_8
- (NMU) Rebuilt with python-3.6.4.

* Wed Apr 18 2018 Igor Vlasenko <viy@altlinux.ru> 0.2.9-alt2_8
- to Sisyphus as anki dep

* Tue Feb 20 2018 Igor Vlasenko <viy@altlinux.ru> 0.2.9-alt1_8
- update to new release by fcimport

* Mon Oct 09 2017 Igor Vlasenko <viy@altlinux.ru> 0.2.9-alt1_7
- update to new release by fcimport

* Wed Mar 02 2016 Igor Vlasenko <viy@altlinux.ru> 0.2.3-alt1_12
- update to new release by fcimport

* Mon Sep 21 2015 Igor Vlasenko <viy@altlinux.ru> 0.2.3-alt1_11
- update to new release by fcimport

* Wed Sep 10 2014 Igor Vlasenko <viy@altlinux.ru> 0.2.3-alt1_10
- update to new release by fcimport

* Mon Jul 07 2014 Igor Vlasenko <viy@altlinux.ru> 0.2.3-alt1_9
- update to new release by fcimport

* Mon Sep 02 2013 Igor Vlasenko <viy@altlinux.ru> 0.2.3-alt1_8
- update to new release by fcimport

* Thu Feb 21 2013 Igor Vlasenko <viy@altlinux.ru> 0.2.3-alt1_7
- update to new release by fcimport

* Wed Jan 09 2013 Igor Vlasenko <viy@altlinux.ru> 0.2.3-alt1_6
- initial fc import