summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-15 18:44:42 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 04:42:24 +0100
commit7af84e12cab0d2680aabe12623dbb2c581fd6971 (patch)
tree05a35a9d02d19ebb6fd27024a6f3493670228040
parentdev-python/attrs: Use pypi.eclass (diff)
downloadgentoo-7af84e12cab0d2680aabe12623dbb2c581fd6971.tar.gz
gentoo-7af84e12cab0d2680aabe12623dbb2c581fd6971.tar.bz2
gentoo-7af84e12cab0d2680aabe12623dbb2c581fd6971.zip
dev-python/audioread: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/audioread/audioread-3.0.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/audioread/audioread-3.0.0.ebuild b/dev-python/audioread/audioread-3.0.0.ebuild
index 0c50a820cb80..b32a14ee7cbd 100644
--- a/dev-python/audioread/audioread-3.0.0.ebuild
+++ b/dev-python/audioread/audioread-3.0.0.ebuild
@@ -6,14 +6,13 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+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/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"