# 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="Functional cross platform build-automation tool"

HOMEPAGE="https://bobbuildtool.github.io/"
LICENSE="GPL-3+"
SRC_URI="https://files.pythonhosted.org/packages/44/3b/0a995ab536ef9d0e06621c4920a1d03d5c8ba23060f0d46ffefaf474a8f5/bobbuildtool-${REALVERSION}.tar.gz"
SOURCEFILE="bobbuildtool-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="azure"
DEPENDENCIES="dev-python/pyyaml[${PYTHON_USEDEP}]
	dev-python/schema[${PYTHON_USEDEP}]
	dev-python/python-magic[${PYTHON_USEDEP}]
	>=dev-python/pyparsing-3.0[${PYTHON_USEDEP}]
	azure? ( dev-python/azure-storage-blob[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"