# 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="Utilities for Superbox Python Packages."

HOMEPAGE="https://github.com/superbox-dev/superbox-utils"
LICENSE="Apache-2.0 license"
SRC_URI="https://files.pythonhosted.org/packages/05/c4/951b5f3c6f4951464a4f3357f8e8f99f9bed58106bd3f900a7f75d085a90/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="mqtt"
DEPENDENCIES="~dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
	mqtt? ( dev-python/asyncio-mqtt[${PYTHON_USEDEP}] )
	mqtt? ( ~dev-python/paho-mqtt-1.6.1[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"