# 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="Data and other classes that are passed into and out of HEA REST APIs."

HOMEPAGE="https://risr.hci.utah.edu"
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=""
DEPENDENCIES="~dev-python/multidict-6.1.0[${PYTHON_USEDEP}]
	~dev-python/yarl-1.18.3[${PYTHON_USEDEP}]
	~dev-python/humanize-4.11.0[${PYTHON_USEDEP}]
	~dev-python/email-validator-2.3.0[${PYTHON_USEDEP}]
	~dev-python/uritemplate-4.1.1[${PYTHON_USEDEP}]
	~dev-python/python-dateutil-2.9.0_p0[${PYTHON_USEDEP}]
	~dev-python/tzlocal-5.2[${PYTHON_USEDEP}]
	~dev-python/orjson-3.10.12[${PYTHON_USEDEP}]
	~dev-python/babel-2.16.0[${PYTHON_USEDEP}]
	~dev-python/pyxdg-0.28[${PYTHON_USEDEP}]
	dev-python/types-pyxdg[${PYTHON_USEDEP}]
	~dev-python/wrapt-1.17.2[${PYTHON_USEDEP}]
	~dev-python/cryptography-44.0.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"