summaryrefslogtreecommitdiff
path: root/dev-python/audioread
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-09-20 13:59:10 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-09-20 13:59:10 +0000
commit2ce87fedd92512ece9d03a4c664d0753faf9e088 (patch)
tree85e86961cca19dbde8ba6e9142eb036c7d226cea /dev-python/audioread
parent5ab4feca38e6686c23ed08f44272ec6071cc9542 (diff)
downloadbaldeagleos-repo-2ce87fedd92512ece9d03a4c664d0753faf9e088.tar.gz
baldeagleos-repo-2ce87fedd92512ece9d03a4c664d0753faf9e088.tar.xz
baldeagleos-repo-2ce87fedd92512ece9d03a4c664d0753faf9e088.zip
Adding metadata
Diffstat (limited to 'dev-python/audioread')
-rw-r--r--dev-python/audioread/Manifest1
-rw-r--r--dev-python/audioread/audioread-2.1.9-r1.ebuild41
-rw-r--r--dev-python/audioread/audioread-3.0.0.ebuild2
3 files changed, 1 insertions, 43 deletions
diff --git a/dev-python/audioread/Manifest b/dev-python/audioread/Manifest
index c4cff31fc50d..e7df7e9c5a8d 100644
--- a/dev-python/audioread/Manifest
+++ b/dev-python/audioread/Manifest
@@ -1,2 +1 @@
-DIST audioread-2.1.9.tar.gz 377500 BLAKE2B a90d1d7531c265a8c2b7933ac0bfc00fbdf298546620fef3ccae0204fc1eedcc584bf2fdb79b1bbda81b29d03346abc236cd0234684ba3cc70642f837033ab99 SHA512 ad2260b6931cfeebb815d48221366a2a5d8095965ff18e94c5eb0809d9a1b02e650a62ad5e895b7f1e003771fa3babf56f59ce4538aca78b678566fd28327290
DIST audioread-3.0.0.tar.gz 377038 BLAKE2B fc81bb2459b5cb5e028abb7c6c963c9d731cc90f79108a40b5aafc88ff6e3c09d23d7ac1555566d2360d22015d75ebead6beb72022b1e0e654fe469a75a5ddd9 SHA512 c9f1e5206df998ad9d112dd4b75ae41cde01271485eed27f62feed89c5ca36d4bbce7a888498d3c20d85e8b50de6ef263f795eec164c4bd348d83535b66c38ae
diff --git a/dev-python/audioread/audioread-2.1.9-r1.ebuild b/dev-python/audioread/audioread-2.1.9-r1.ebuild
deleted file mode 100644
index 4e59f5aa1f98..000000000000
--- a/dev-python/audioread/audioread-2.1.9-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{7,8,9,10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Wrapper for audio file decoding using FFmpeg or GStreamer"
-HOMEPAGE="https://pypi.org/project/audioread/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="ffmpeg gstreamer mad"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-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
-
-python_prepare_all() {
- distutils-r1_python_prepare_all
- sed -e "/'pytest-runner'/d" -i setup.py || die
-}
diff --git a/dev-python/audioread/audioread-3.0.0.ebuild b/dev-python/audioread/audioread-3.0.0.ebuild
index 85e382516cea..74ddf9003e0c 100644
--- a/dev-python/audioread/audioread-3.0.0.ebuild
+++ b/dev-python/audioread/audioread-3.0.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="ffmpeg gstreamer mad"
RDEPEND="