dev-python/shazamio - 0.8.1 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =dev-python/shazamio-0.8.1

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

autounmask =dev-python/shazamio-0.8.1

Or alternatively:

emerge --autounmask-write -a =dev-python/shazamio-0.8.1

Package Information

Description:
Asynchronous client for the reverse engineered Shazam API.
Homepage:
https://github.com/shazamio/ShazamIO https://pypi.org/project/shazamio/
License:
MIT

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..15} )

inherit distutils-r1 pypi

DESCRIPTION="Asynchronous client for the reverse engineered Shazam API."
HOMEPAGE="https://github.com/shazamio/ShazamIO
	https://pypi.org/project/shazamio/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	>=dev-python/aiofiles-23.2.1[${PYTHON_USEDEP}]
	>=dev-python/aiohttp-3.8.3[${PYTHON_USEDEP}]
	>=dev-python/aiohttp-retry-2.8.3[${PYTHON_USEDEP}]
	>=dev-python/anyio-4.3.0[${PYTHON_USEDEP}]
	>=dev-python/numpy-2.2.2[${PYTHON_USEDEP}]
	>=dev-python/pydantic-2.9.2[${PYTHON_USEDEP}]
	>=dev-python/pydub-0.25.1[${PYTHON_USEDEP}]
	=dev-python/shazamio-core-1.1.2[${PYTHON_USEDEP}]
	<dev-python/dataclass-factory-3.0[${PYTHON_USEDEP}]
	>=dev-python/dataclass-factory-2.16[${PYTHON_USEDEP}]
"

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/aiofiles-23.2.1[]
	>=dev-python/aiohttp-3.8.3[]
	>=dev-python/aiohttp-retry-2.8.3[]
	>=dev-python/anyio-4.3.0[]
	>=dev-python/numpy-2.2.2[]
	>=dev-python/pydantic-2.9.2[]
	>=dev-python/pydub-0.25.1[]
	=dev-python/shazamio-core-1.1.2[]
	<dev-python/dataclass-factory-3.0[]
	>=dev-python/dataclass-factory-2.16[]