# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{11..15} ) inherit distutils-r1 pypi DESCRIPTION="Download Tidal tracks, videos, albums, playlists & artists" HOMEPAGE="https://github.com/oskvr37/tiddl" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/aiofiles[${PYTHON_USEDEP}] dev-python/aiohttp[${PYTHON_USEDEP}] dev-python/m3u8[${PYTHON_USEDEP}] media-libs/mutagen[${PYTHON_USEDEP}] dev-python/pydantic[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/requests-cache[${PYTHON_USEDEP}] dev-python/typer[${PYTHON_USEDEP}] media-video/ffmpeg"