From 6b0eb1807e90f641dc05633ac67cbd521637098d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 16 Nov 2023 16:27:46 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pyaudio_0.2.14.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb (limited to 'meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb') diff --git a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb new file mode 100644 index 0000000000..1599ea8347 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb @@ -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" -- cgit v1.2.3-54-g00ecf