summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-11-16 16:27:46 +0800
committerKhem Raj <raj.khem@gmail.com>2023-11-17 11:38:22 -0800
commit6b0eb1807e90f641dc05633ac67cbd521637098d (patch)
treeb37bb2289a842148f50f1b537ccc04672cefca87 /meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb
parent9714181569059d1450a592b6958a910eb75a911b (diff)
downloadmeta-openembedded-6b0eb1807e90f641dc05633ac67cbd521637098d.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb16
1 files changed, 16 insertions, 0 deletions
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 @@
1SUMMARY = "PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library"
2SECTION = "devel/python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3152b432b96d6dc4a1cb35397da9ec"
5
6PYPI_PACKAGE = "PyAudio"
7
8SRC_URI[sha256sum] = "78dfff3879b4994d1f4fc6485646a57755c6ee3c19647a491f790a0895bd2f87"
9
10inherit pypi setuptools3
11
12SRC_URI += "file://0001-Remove-absolute-paths-into-build-machine-system-dirs.patch"
13
14DEPENDS += "portaudio-v19"
15
16RDEPENDS:${PN} += "portaudio-v19"