# 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 library designed to be a utility for OMS microservices"

HOMEPAGE="https://github.com/Omnipro-Solutions/saas-ms-library"
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"
DEPENDENCIES="~dev-python/protobuf-4.23.4[${PYTHON_USEDEP}]
	~dev-python/grpcio-1.56.0[${PYTHON_USEDEP}]
	dev-python/grpcio-tools[${PYTHON_USEDEP}]
	~dev-python/boto3-1.28.4[${PYTHON_USEDEP}]
	dev-python/mongoengine[${PYTHON_USEDEP}]
	~dev-python/marshmallow-3.19.0[${PYTHON_USEDEP}]
	~dev-python/hiredis-2.2.3[${PYTHON_USEDEP}]
	~dev-python/redis-4.6.0[${PYTHON_USEDEP}]
	~dev-python/fakeredis-2.17.0[${PYTHON_USEDEP}]
	~dev-python/sqlalchemy-2.0.19[${PYTHON_USEDEP}]
	~dev-python/networkx-3.1[${PYTHON_USEDEP}]
	~dev-python/unidecode-1.3.8[${PYTHON_USEDEP}]
	dev? ( dev-python/pytest[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"