# 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="LHCbDIRAC is the LHCb extension of DIRAC"

HOMEPAGE="https://gitlab.cern.ch/lhcb-dirac/LHCbDIRAC/"
LICENSE="GPL-3"
SRC_URI="https://files.pythonhosted.org/packages/c2/c1/39233309d18f49c32d37c9f9986b708a975d78a654687edb5825f1b3ce9c/lhcbdirac-${REALVERSION}.tar.gz"
SOURCEFILE="lhcbdirac-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="server testing"
DEPENDENCIES="dev-python/DIRAC[${PYTHON_USEDEP}]
	dev-python/lbplatformutils[${PYTHON_USEDEP}]
	dev-python/LbEnv[${PYTHON_USEDEP}]
	dev-python/LbProdRun[${PYTHON_USEDEP}]
	dev-python/LbCondaWrappers[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	>=dev-python/pydantic-2.0[${PYTHON_USEDEP}]
	dev-python/uproot[${PYTHON_USEDEP}]
	dev-python/pyyaml[${PYTHON_USEDEP}]
	dev-python/xmltodict[${PYTHON_USEDEP}]
	dev-python/hyperscan[${PYTHON_USEDEP}]
	dev-python/levenshtein[${PYTHON_USEDEP}]
	dev-python/zstandard[${PYTHON_USEDEP}]
	dev-python/rich[${PYTHON_USEDEP}]
	dev-python/httpx[${PYTHON_USEDEP}]
	dev-python/beautifulsoup4[${PYTHON_USEDEP}]
	dev-python/python-gitlab[${PYTHON_USEDEP}]
	dev-python/pandas[${PYTHON_USEDEP}]
	dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/lhcbdiracx-client[${PYTHON_USEDEP}]
	dev-python/lhcbdiracx-core[${PYTHON_USEDEP}]
	dev-python/lhcbdiracx-cli[${PYTHON_USEDEP}]
	server? ( dev-python/oracledb[${PYTHON_USEDEP}] )
	server? ( dev-python/DIRAC[${PYTHON_USEDEP}] )
	server? ( dev-python/psutil[${PYTHON_USEDEP}] )
	server? ( dev-python/stomp-py[${PYTHON_USEDEP}] )
	server? ( dev-python/suds[${PYTHON_USEDEP}] )
	testing? ( dev-python/mock[${PYTHON_USEDEP}] )
	testing? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )
	testing? ( dev-python/pillow[${PYTHON_USEDEP}] )
	testing? ( dev-python/pytest[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"