diff options
Diffstat (limited to 'dev-python/auditok')
| -rw-r--r-- | dev-python/auditok/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/auditok/auditok-0.2.0-r1.ebuild | 49 | ||||
| -rw-r--r-- | dev-python/auditok/metadata.xml | 11 |
3 files changed, 0 insertions, 61 deletions
diff --git a/dev-python/auditok/Manifest b/dev-python/auditok/Manifest deleted file mode 100644 index 93a3741995b1..000000000000 --- a/dev-python/auditok/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST auditok-0.2.0.tar.gz 2482517 BLAKE2B 8db341116e74d875f73757c758ad24c3f8b06cf69a95b09cf7dda30495e46e456861c03ce0bdea2a0c714225a452f6d8a85348c625343fc1e247acb11db31ee6 SHA512 aa9e05d03fde68277395134d247cf7c211b48852fe0e8ac6df9d773242363b692f0505317d54268e81dc29a49250775c4695f0f826d576589850d2290efadffb diff --git a/dev-python/auditok/auditok-0.2.0-r1.ebuild b/dev-python/auditok/auditok-0.2.0-r1.ebuild deleted file mode 100644 index 7e83134d26cd..000000000000 --- a/dev-python/auditok/auditok-0.2.0-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 2021-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 optfeature - -DESCRIPTION="A module for Audio/Acoustic Activity Detection" -HOMEPAGE="https://github.com/amsehili/auditok/" -SRC_URI="https://github.com/amsehili/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND=" - test? ( - dev-python/pydub[${PYTHON_USEDEP}] - dev-python/genty[${PYTHON_USEDEP}] - dev-python/matplotlib[${PYTHON_USEDEP}] - ) - " - -distutils_enable_tests unittest - -python_prepare_all() { - distutils-r1_python_prepare_all - - # these tests appear to be broken - rm "${S}"/tests/test_plotting.py || die -} - -python_test() { - eunittest tests/ -} - -pkg_postinst() { - 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 - optfeature "matplotlib. Also used for some math operations instead of standard python if available" dev-python/numpy -} diff --git a/dev-python/auditok/metadata.xml b/dev-python/auditok/metadata.xml deleted file mode 100644 index 7ddafc258099..000000000000 --- a/dev-python/auditok/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>smaniotto.nicola@gmail.com</email> - <name>Nicola Smaniotto</name> - </maintainer> - <upstream> - <remote-id type="github">amsehili/auditok</remote-id> - </upstream> -</pkgmetadata> |
