# 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=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Samples and Tools the Google Assistant SDK"

HOMEPAGE="https://github.com/googlesamples/assistant-sdk-python"
LICENSE="Apache-2.0"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="samples"
DEPENDENCIES=">=dev-python/google-auth-oauthlib-0.1.0[${PYTHON_USEDEP}]
	samples? ( dev-python/google-assistant-grpc[${PYTHON_USEDEP}] )
	samples? ( <dev-python/google-auth-oauthlib-0.3[${PYTHON_USEDEP}] )
	samples? ( <dev-python/urllib3-2.0[${PYTHON_USEDEP}] )
	samples? ( dev-python/sounddevice[${PYTHON_USEDEP}] )
	samples? ( <dev-python/click-7.0[${PYTHON_USEDEP}] )
	samples? ( <dev-python/tenacity-5.0[${PYTHON_USEDEP}] )
	samples? ( dev-python/futures[${PYTHON_USEDEP}] )
	samples? ( dev-python/pathlib2[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"