# 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="Client for MQTT protocol"

HOMEPAGE="https://github.com/wialon/gmqtt"
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="test"
DEPENDENCIES="test? ( >=dev-python/atomicwrites-1.3.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/attrs-19.1.0[${PYTHON_USEDEP}] )
	test? ( dev-python/codecov[${PYTHON_USEDEP}] )
	test? ( >=dev-python/coverage-4.5.3[${PYTHON_USEDEP}] )
	test? ( >=dev-python/more-itertools-7.0.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pluggy-0.11.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/py-1.8.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-asyncio-0.12.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-cov-2.7.1[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-5.4.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/six-1.12.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/uvloop-0.14.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"