diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2019-04-05 14:41:51 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-04-06 08:22:22 -0700 |
commit | c32f3f581a4c9587dc114f0a92c474898d3dc9a7 (patch) | |
tree | 00236367ae511924bebcc5258a00847dba47ff7c /meta-python | |
parent | 56a3499ea9e3207f6117156a97ecf5e82d003299 (diff) | |
download | meta-openembedded-c32f3f581a4c9587dc114f0a92c474898d3dc9a7.tar.gz |
python3-pyaudio: Initial commit
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyaudio.inc | 13 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb | 2 |
2 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyaudio.inc b/meta-python/recipes-devtools/python/python-pyaudio.inc new file mode 100644 index 000000000..0d3ddb1a5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyaudio.inc | |||
@@ -0,0 +1,13 @@ | |||
1 | SUMMARY = "PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library" | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://README;md5=288793c2b9b05bd67abbd2a8f5d144f7" | ||
5 | |||
6 | PYPI_PACKAGE = "PyAudio" | ||
7 | |||
8 | SRC_URI[md5sum] = "7e4c88139284033f67b4336c74eda3b8" | ||
9 | SRC_URI[sha256sum] = "93bfde30e0b64e63a46f2fd77e85c41fd51182a4a3413d9edfaf9ffaa26efb74" | ||
10 | |||
11 | DEPENDS += "portaudio-v19" | ||
12 | |||
13 | RDEPENDS_${PN} += "portaudio-v19" | ||
diff --git a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb new file mode 100644 index 000000000..abb01bf69 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb | |||
@@ -0,0 +1,2 @@ | |||
1 | require python-pyaudio.inc | ||
2 | inherit pypi setuptools3 | ||