diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyaudio_0.2.13.bb (renamed from meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.13.bb index 802ca35100..dbeed9c2d8 100644 --- a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb +++ b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.13.bb | |||
@@ -1,12 +1,12 @@ | |||
1 | SUMMARY = "PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library" | 1 | SUMMARY = "PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library" |
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://README;md5=288793c2b9b05bd67abbd2a8f5d144f7" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3152b432b96d6dc4a1cb35397da9ec" |
5 | 5 | ||
6 | PYPI_PACKAGE = "PyAudio" | 6 | PYPI_PACKAGE = "PyAudio" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "7e4c88139284033f67b4336c74eda3b8" | 8 | SRC_URI[md5sum] = "41199ffd2abbdaf1ce6b88cf8af48cc5" |
9 | SRC_URI[sha256sum] = "93bfde30e0b64e63a46f2fd77e85c41fd51182a4a3413d9edfaf9ffaa26efb74" | 9 | SRC_URI[sha256sum] = "26bccc81e4243d1c0ff5487e6b481de6329fcd65c79365c267cef38f363a2b56" |
10 | 10 | ||
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||