Andreas Billmeier 5b4b1d8e79
dev-python/spotifyaio: add 0.8.2
Closes: #4099
Signed-off-by: Andreas Billmeier <b@edevau.net>
2024-11-03 18:53:21 +01:00

25 lines
653 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Asynchronous Python client for Spotify."
HOMEPAGE="https://github.com/joostlek/python-spotify/ https://pypi.org/project/spotifyaio/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.0.0[${PYTHON_USEDEP}]
>=dev-python/yarl-1.6.0[${PYTHON_USEDEP}]
>=dev-python/mashumaro-3.11[${PYTHON_USEDEP}]
>=dev-python/orjson-3.9.10[${PYTHON_USEDEP}]"