summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-02 06:43:51 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-02 06:44:27 +0100
commitd8434b9721ccae561bc58c4baea09695ffd66b35 (patch)
tree0311602d48501cf84014996326beeaf44c93c603 /dev-python/audioread
parentdev-python/rope: Remove old (diff)
downloadgentoo-d8434b9721ccae561bc58c4baea09695ffd66b35.tar.gz
gentoo-d8434b9721ccae561bc58c4baea09695ffd66b35.tar.bz2
gentoo-d8434b9721ccae561bc58c4baea09695ffd66b35.zip
dev-python/audioread: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/audioread')
-rw-r--r--dev-python/audioread/Manifest1
-rw-r--r--dev-python/audioread/audioread-3.0.0.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/audioread/Manifest b/dev-python/audioread/Manifest
index ef181e291e0b..85eb92f4144e 100644
--- a/dev-python/audioread/Manifest
+++ b/dev-python/audioread/Manifest
@@ -1,2 +1 @@
-DIST audioread-3.0.0.tar.gz 377038 BLAKE2B fc81bb2459b5cb5e028abb7c6c963c9d731cc90f79108a40b5aafc88ff6e3c09d23d7ac1555566d2360d22015d75ebead6beb72022b1e0e654fe469a75a5ddd9 SHA512 c9f1e5206df998ad9d112dd4b75ae41cde01271485eed27f62feed89c5ca36d4bbce7a888498d3c20d85e8b50de6ef263f795eec164c4bd348d83535b66c38ae
DIST audioread-3.0.1.tar.gz 116513 BLAKE2B a16fad6d56fe5b48b635ae3a20bf74f20848d0489b2b3ea0b6e99c7f2b4bf61adc14509ec1c9d153819265fb057ad3676cb178cfe26622fa0f6fec782e1bc1cf SHA512 b362bf85372fa64a3ed54258e344787db4f15d19a9d959522339fc441eb7ae0d1394707e8c3aa6bc77a42cc790650670d84800f1f3885efe932f718ed0a35bc1
diff --git a/dev-python/audioread/audioread-3.0.0.ebuild b/dev-python/audioread/audioread-3.0.0.ebuild
deleted file mode 100644
index b32a14ee7cbd..000000000000
--- a/dev-python/audioread/audioread-3.0.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Wrapper for audio file decoding using FFmpeg or GStreamer"
-HOMEPAGE="
- https://github.com/beetbox/audioread/
- https://pypi.org/project/audioread/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="ffmpeg gstreamer mad"
-
-RDEPEND="
- ffmpeg? (
- media-video/ffmpeg
- )
- gstreamer? (
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- media-libs/gstreamer:1.0
- media-plugins/gst-plugins-meta:1.0
- )
- mad? (
- dev-python/pymad[${PYTHON_USEDEP}]
- )
-"
-BDEPEND="
- test? (
- dev-python/pymad[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest