# 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="Yaml-Config-Builder: SDK for building configuration classes on the basis of given content from YAML configuration files"

HOMEPAGE="https://git.openlogisticsfoundation.org/silicon-economy/base/ml-toolbox/config-builder"
LICENSE="Open Logistics Foundation License 1.3"
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="flask-restx-utils"
DEPENDENCIES=">dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
	>=dev-python/attrs-20.0[${PYTHON_USEDEP}]
	flask-restx-utils? ( dev-python/flask-restx[${PYTHON_USEDEP}] )
	dev-python/future[${PYTHON_USEDEP}]
	>dev-python/python-dateutil-2.8[${PYTHON_USEDEP}]
	dev-python/related-mltoolbox[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"