# 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="A python package for managing requests to the FEDBIONET API"

HOMEPAGE="https://gitlab.inria.fr/fedbionet/fed-requests"
LICENSE=""
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/certifi-2020.4.5.2[${PYTHON_USEDEP}]
	~dev-python/chardet-3.0.4[${PYTHON_USEDEP}]
	dev-python/future[${PYTHON_USEDEP}]
	~dev-python/h11-0.9.0[${PYTHON_USEDEP}]
	~dev-python/h2-3.2.0[${PYTHON_USEDEP}]
	~dev-python/hpack-3.0.0[${PYTHON_USEDEP}]
	dev-python/hstspreload[${PYTHON_USEDEP}]
	~dev-python/httpcore-0.9.1[${PYTHON_USEDEP}]
	~dev-python/httpx-0.13.3[${PYTHON_USEDEP}]
	~dev-python/hyperframe-5.2.0[${PYTHON_USEDEP}]
	~dev-python/idna-2.9[${PYTHON_USEDEP}]
	~dev-python/numpy-1.18.5[${PYTHON_USEDEP}]
	~dev-python/psutil-5.7.0[${PYTHON_USEDEP}]
	~dev-python/requests-2.23.0[${PYTHON_USEDEP}]
	~dev-python/rfc3986-1.4.0[${PYTHON_USEDEP}]
	~dev-python/sniffio-1.1.0[${PYTHON_USEDEP}]
	dev-python/torch[${PYTHON_USEDEP}]
	~dev-python/urllib3-1.25.9[${PYTHON_USEDEP}]
	~dev-python/keyring-21.3.1[${PYTHON_USEDEP}]
	dev-python/keyrings-cryptfile[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"