# 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="Python implementation of a W3C WoT Runtime and the WoT Scripting API"

HOMEPAGE="https://github.com/agmangas/wot-py"
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="tests uvloop"
DEPENDENCIES="<dev-python/tornado-7.0[${PYTHON_USEDEP}]
	<dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
	dev-python/Rx[${PYTHON_USEDEP}]
	<dev-python/python-slugify-2.0[${PYTHON_USEDEP}]
	dev-python/aiocoap[${PYTHON_USEDEP}]
	dev-python/aiomqtt[${PYTHON_USEDEP}]
	<dev-python/zeroconf-0.37.0[${PYTHON_USEDEP}]
	tests? ( >=dev-python/pytest-6.2.5[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-asyncio-0.21.1[${PYTHON_USEDEP}] )
	tests? ( <dev-python/pytest-cov-2.6.0[${PYTHON_USEDEP}] )
	tests? ( <dev-python/pytest-rerunfailures-11.0[${PYTHON_USEDEP}] )
	tests? ( <dev-python/mock-3.0[${PYTHON_USEDEP}] )
	tests? ( <dev-python/tox-4.0[${PYTHON_USEDEP}] )
	tests? ( <dev-python/faker-14.0.0[${PYTHON_USEDEP}] )
	tests? ( <dev-python/sphinx-2.0.0[${PYTHON_USEDEP}] )
	tests? ( <dev-python/sphinx-rtd-theme-0.5.0[${PYTHON_USEDEP}] )
	tests? ( <dev-python/pyopenssl-19.0.0[${PYTHON_USEDEP}] )
	tests? ( dev-python/coveralls[${PYTHON_USEDEP}] )
	tests? ( <dev-python/coverage-6.0[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/cryptography-3.4.8[${PYTHON_USEDEP}] )
	tests? ( <dev-python/autopep8-2.0[${PYTHON_USEDEP}] )
	tests? ( <dev-python/rope-1.0[${PYTHON_USEDEP}] )
	tests? ( dev-python/bump2version[${PYTHON_USEDEP}] )
	tests? ( dev-python/coloredlogs[${PYTHON_USEDEP}] )
	tests? ( dev-python/aiozeroconf[${PYTHON_USEDEP}] )
	uvloop? ( <dev-python/uvloop-0.13.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"