# 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=wheel

inherit python-r1 gs-pypi

DESCRIPTION="NVIDIA cuQuantum Python [wheel]"

HOMEPAGE="https://developer.nvidia.com/cuquantum-sdk"
LICENSE="BSD"
SRC_URI="https://files.pythonhosted.org/packages/cp311/${REALNAME::1}/${REALNAME}/${REALNAME//-/_}-${REALVERSION}-cp311-cp311-manylinux2014_x86_64.whl"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}-cp311-cp311-manylinux2014_x86_64.whl"
RESTRICT="test"

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

IUSE="test"
DEPENDENCIES="<dev-python/numpy-3.0[${PYTHON_USEDEP}]
	dev-python/custatevec-cu11[${PYTHON_USEDEP}]
	dev-python/cutensornet-cu11[${PYTHON_USEDEP}]
	dev-python/cudensitymat-cu11[${PYTHON_USEDEP}]
	dev-python/cupy-cuda11x[${PYTHON_USEDEP}]
	test? ( >=dev-python/pytest-6.2[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-xdist[${PYTHON_USEDEP}] )
	test? ( dev-python/opt-einsum[${PYTHON_USEDEP}] )
	test? ( >=dev-python/cffi-1.0.0[${PYTHON_USEDEP}] )
	test? ( dev-python/nbformat[${PYTHON_USEDEP}] )
	test? ( dev-python/nbconvert[${PYTHON_USEDEP}] )
	test? ( dev-python/cirq-core[${PYTHON_USEDEP}] )
	test? ( <dev-python/qiskit-3.0[${PYTHON_USEDEP}] )
	test? ( dev-python/qiskit-aer[${PYTHON_USEDEP}] )
	test? ( dev-python/pylatexenc[${PYTHON_USEDEP}] )
	test? ( ~dev-python/jsonschema-4.17.3[${PYTHON_USEDEP}] )
	test? ( dev-python/networkx[${PYTHON_USEDEP}] )
	test? ( dev-python/mpi4py[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"