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.13.bb | 17 ----------------- .../recipes-devtools/python/python3-pyaudio_0.2.14.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pyaudio_0.2.13.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb diff --git a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.13.bb b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.13.bb deleted file mode 100644 index 1f0b5cf6e8..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.13.bb +++ /dev/null @@ -1,17 +0,0 @@ -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[md5sum] = "41199ffd2abbdaf1ce6b88cf8af48cc5" -SRC_URI[sha256sum] = "26bccc81e4243d1c0ff5487e6b481de6329fcd65c79365c267cef38f363a2b56" - -inherit pypi setuptools3 - -SRC_URI += "file://0001-Remove-absolute-paths-into-build-machine-system-dirs.patch" - -DEPENDS += "portaudio-v19" - -RDEPENDS:${PN} += "portaudio-v19" 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