# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=wheel

inherit python-r1 gs-pypi

DESCRIPTION="Python Client for Alexa Voice Service (AVS) [wheel]"

HOMEPAGE="https://github.com/richtier/alexa-voice-service-client"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/py3/${REALNAME::1}/${REALNAME}/${REALNAME//-/_}-${REALVERSION}-py3-none-any.whl"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}-py3-none-any.whl"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="demo test"
DEPENDENCIES="dev-python/hyper[${PYTHON_USEDEP}]
	>=dev-python/requests-toolbelt-0.8.0[${PYTHON_USEDEP}]
	>=dev-python/requests-2.19.1[${PYTHON_USEDEP}]
	dev-python/resettabletimer[${PYTHON_USEDEP}]
	demo? ( dev-python/pydub[${PYTHON_USEDEP}] )
	demo? ( <dev-python/pyaudio-1.0.0[${PYTHON_USEDEP}] )
	test? ( ~dev-python/flake8-3.4.0[${PYTHON_USEDEP}] )
	test? ( ~dev-python/freezegun-0.3.9[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pytest-cov-2.5.1[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pytest-sugar-0.9.0[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pytest-3.2.0[${PYTHON_USEDEP}] )
	test? ( ~dev-python/requests-mock-1.3.0[${PYTHON_USEDEP}] )
	test? ( dev-python/codecov[${PYTHON_USEDEP}] )
	test? ( <dev-python/twine-2.0.0[${PYTHON_USEDEP}] )
	test? ( <dev-python/wheel-1.0.0[${PYTHON_USEDEP}] )
	test? ( <dev-python/setuptools-39.0.0[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"