# 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="Qiskit Aqua: An extensible library of quantum computing algorithms"

HOMEPAGE="https://github.com/Qiskit/qiskit-aqua"
LICENSE="Apache-2.0"
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="cvx pyscf skquant torch"
DEPENDENCIES="dev-python/qiskit-terra[${PYTHON_USEDEP}]
	dev-python/qiskit-ignis[${PYTHON_USEDEP}]
	>=dev-python/scipy-1.4[${PYTHON_USEDEP}]
	>=dev-python/sympy-1.3[${PYTHON_USEDEP}]
	>=dev-python/numpy-1.17[${PYTHON_USEDEP}]
	>=dev-python/psutil-5.0[${PYTHON_USEDEP}]
	>=dev-python/scikit-learn-0.20.0[${PYTHON_USEDEP}]
	dev-python/dlx[${PYTHON_USEDEP}]
	dev-python/docplex[${PYTHON_USEDEP}]
	dev-python/fastdtw[${PYTHON_USEDEP}]
	>=dev-python/setuptools-40.1.0[${PYTHON_USEDEP}]
	<dev-python/h5py-3.3.0[${PYTHON_USEDEP}]
	dev-python/pandas[${PYTHON_USEDEP}]
	dev-python/Quandl[${PYTHON_USEDEP}]
	dev-python/yfinance[${PYTHON_USEDEP}]
	dev-python/retworkx[${PYTHON_USEDEP}]
	cvx? ( dev-python/cvxpy[${PYTHON_USEDEP}] )
	pyscf? ( dev-python/pyscf[${PYTHON_USEDEP}] )
	skquant? ( dev-python/scikit-quant[${PYTHON_USEDEP}] )
	torch? ( dev-python/torch[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"