# 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 client for the tus resumable upload protocol ->  http://tus.io"

HOMEPAGE="http://github.com/tus/tus-py-client/"
LICENSE="MIT"
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="dev test"
DEPENDENCIES=">=dev-python/requests-2.18.4[${PYTHON_USEDEP}]
	dev-python/tinydb[${PYTHON_USEDEP}]
	>=dev-python/aiohttp-3.6.2[${PYTHON_USEDEP}]
	test? ( >=dev-python/responses-0.5.1[${PYTHON_USEDEP}] )
	test? ( >=dev-python/aioresponses-0.6.2[${PYTHON_USEDEP}] )
	test? ( >=dev-python/coverage-4.2[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-3.0.3[${PYTHON_USEDEP}] )
	test? ( <dev-python/pytest-cov-2.6[${PYTHON_USEDEP}] )
	test? ( dev-python/parametrize[${PYTHON_USEDEP}] )
	dev? ( >=dev-python/tox-2.3.1[${PYTHON_USEDEP}] )
	dev? ( dev-python/sphinx-autobuild[${PYTHON_USEDEP}] )
	dev? ( ~dev-python/sphinx-1.7.1[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"