media-sound/streamrip - 2.2.0 (vimproved)

Search

Install

Install this version:

emerge -a =media-sound/streamrip-2.2.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-sound/streamrip-2.2.0

Or alternatively:

emerge --autounmask-write -a =media-sound/streamrip-2.2.0

Package Information

Description:
A scriptable music downloader for Qobuz, Tidal, SoundCloud, and Deezer
Homepage:
https://pypi.org/project/streamrip/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.2.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{13..14} )

inherit distutils-r1

DESCRIPTION="A scriptable music downloader for Qobuz, Tidal, SoundCloud, and Deezer"
HOMEPAGE="https://pypi.org/project/streamrip/"
SRC_URI="https://github.com/nathom/streamrip/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-python/aiodns[${PYTHON_USEDEP}]
	dev-python/aiofiles[${PYTHON_USEDEP}]
	dev-python/aiohttp[${PYTHON_USEDEP}]
	dev-python/aiolimiter[${PYTHON_USEDEP}]
	dev-python/appdirs[${PYTHON_USEDEP}]
	dev-python/cleo[${PYTHON_USEDEP}]
	dev-python/click[${PYTHON_USEDEP}]
	dev-python/click-help-colors[${PYTHON_USEDEP}]
	dev-python/deezer-py[${PYTHON_USEDEP}]
	dev-python/m3u8[${PYTHON_USEDEP}]
	dev-python/pathvalidate[${PYTHON_USEDEP}]
	dev-python/pillow[${PYTHON_USEDEP}]
	dev-python/pycryptodome[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/rich[${PYTHON_USEDEP}]
	dev-python/simple-term-menu[${PYTHON_USEDEP}]
	dev-python/tomlkit[${PYTHON_USEDEP}]
	dev-python/tqdm[${PYTHON_USEDEP}]
	media-libs/mutagen[${PYTHON_USEDEP}]
	${PYTHON_DEPS}
"

src_prepare() {
	sed -i 's/Cryptodome/Crypto/' \
		"${S}/${PN}/client/deezer.py" \
		"${S}/${PN}/client/downloadable.py"

	default
}

EPYTEST_PLUGINS=( pytest-asyncio )
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/aiodns[]
	dev-python/aiofiles[]
	dev-python/aiohttp[]
	dev-python/aiolimiter[]
	dev-python/appdirs[]
	dev-python/cleo[]
	dev-python/click[]
	dev-python/click-help-colors[]
	dev-python/deezer-py[]
	dev-python/m3u8[]
	dev-python/pathvalidate[]
	dev-python/pillow[]
	dev-python/pycryptodome[]
	dev-python/requests[]
	dev-python/rich[]
	dev-python/simple-term-menu[]
	dev-python/tomlkit[]
	dev-python/tqdm[]
	media-libs/mutagen[]
	

Manifest for 2.2.0

Type File Size Source URLs
DIST streamrip-2.2.0.gh.tar.gz 1549785 bytes https://github.com/nathom/streamrip/archive/refs/tags/v2.2.0.tar.gz