Revert "*/*: ExcessiveLineLength fix most of them"

This reverts commit 79341e9f04.
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2024-07-25 11:16:30 +02:00
parent a9a17a263e
commit 8b33f89cda
48 changed files with 141 additions and 288 deletions

View File

@@ -31,7 +31,7 @@ python_test() {
}
pkg_postinst() {
optfeature "reading audio in popular audio formats (ogg, mp3, etc.) or extracting from a video" dev-python/pydub
optfeature "reading audio files in popular audio formats (ogg, mp3, etc.) or extracting audio from a video file" dev-python/pydub
optfeature "reading audio data from the microphone and playing audio back" dev-python/pyaudio
optfeature "plotting audio signal and detections" dev-python/matplotlib
optfeature "matplotlib. Also used for some math operations instead of standard python if available" dev-python/numpy

View File

@@ -38,7 +38,7 @@ python_test() {
}
pkg_postinst() {
optfeature "reading audio in popular formats (ogg, mp3, etc.) or extracting from a video" dev-python/pydub
optfeature "reading audio files in popular audio formats (ogg, mp3, etc.) or extracting audio from a video file" dev-python/pydub
optfeature "reading audio data from the microphone and playing audio back" dev-python/pyaudio
optfeature "showing progress bar while playing audio clips" dev-python/tqdm
optfeature "plotting audio signal and detections" dev-python/matplotlib