aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Roman <davidroman96@gmail.com>2024-07-25 11:16:30 +0200
committerDavid Roman <davidroman96@gmail.com>2024-07-25 11:18:16 +0200
commit8b33f89cdabe5a9eb583a9dfb8e1145f672ceb78 (patch)
treea6e2dd96c7e66bc0ec70dcc6620621b05d6e687b /dev-python
parentgui-libs/aquamarine: treeclean (moved to ::gentoo) (diff)
downloadguru-8b33f89cdabe5a9eb583a9dfb8e1145f672ceb78.tar.gz
guru-8b33f89cdabe5a9eb583a9dfb8e1145f672ceb78.tar.bz2
guru-8b33f89cdabe5a9eb583a9dfb8e1145f672ceb78.zip
Revert "*/*: ExcessiveLineLength fix most of them"
This reverts commit 79341e9f046f373509b9ab9d14ef711797d5bfa5. Signed-off-by: David Roman <davidroman96@gmail.com>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/auditok/auditok-0.1.5.ebuild2
-rw-r--r--dev-python/auditok/auditok-0.2.0-r1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/auditok/auditok-0.1.5.ebuild b/dev-python/auditok/auditok-0.1.5.ebuild
index 27c48550b..c1b04c9a3 100644
--- a/dev-python/auditok/auditok-0.1.5.ebuild
+++ b/dev-python/auditok/auditok-0.1.5.ebuild
@@ -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
diff --git a/dev-python/auditok/auditok-0.2.0-r1.ebuild b/dev-python/auditok/auditok-0.2.0-r1.ebuild
index 17fb9ab65..7203619b4 100644
--- a/dev-python/auditok/auditok-0.2.0-r1.ebuild
+++ b/dev-python/auditok/auditok-0.2.0-r1.ebuild
@@ -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