python3-pyaudio: upgrade 0.2.13 -> 0.2.14

Changelog:
-pre-compiled wheels for Microsoft Windows (32-bit and 64-bit) are now
 available for Python 3.12 on PyPI.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2023-11-16 16:27:46 +08:00
committed by Khem Raj
parent 9714181569
commit 6b0eb1807e

View File

@@ -0,0 +1,16 @@
SUMMARY = "PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3152b432b96d6dc4a1cb35397da9ec"
PYPI_PACKAGE = "PyAudio"
SRC_URI[sha256sum] = "78dfff3879b4994d1f4fc6485646a57755c6ee3c19647a491f790a0895bd2f87"
inherit pypi setuptools3
SRC_URI += "file://0001-Remove-absolute-paths-into-build-machine-system-dirs.patch"
DEPENDS += "portaudio-v19"
RDEPENDS:${PN} += "portaudio-v19"