# 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="A framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits. [wheel]"

HOMEPAGE="http://github.com/quantumlib/cirq"
LICENSE="Apache-2.0"
SRC_URI="https://files.pythonhosted.org/packages/py3/${REALNAME::1}/${REALNAME}/${REALNAME//-/_}-${REALVERSION}-py3-none-any.whl"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}-py3-none-any.whl"
RESTRICT="test"

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

IUSE="contrib"
DEPENDENCIES=">=dev-python/attrs-21.3.0[${PYTHON_USEDEP}]
	dev-python/duet[${PYTHON_USEDEP}]
	~dev-python/matplotlib-3.8[${PYTHON_USEDEP}]
	~dev-python/networkx-3.4[${PYTHON_USEDEP}]
	>=dev-python/numpy-1.26[${PYTHON_USEDEP}]
	~dev-python/pandas-2.1[${PYTHON_USEDEP}]
	~dev-python/sortedcontainers-2.0[${PYTHON_USEDEP}]
	~dev-python/scipy-1.12[${PYTHON_USEDEP}]
	dev-python/sympy[${PYTHON_USEDEP}]
	>=dev-python/typing-extensions-4.2[${PYTHON_USEDEP}]
	>=dev-python/tqdm-4.12[${PYTHON_USEDEP}]
	contrib? ( >=dev-python/ply-3.6[${PYTHON_USEDEP}] )
	contrib? ( ~dev-python/pylatex-1.4[${PYTHON_USEDEP}] )
	contrib? ( dev-python/quimb[${PYTHON_USEDEP}] )
	contrib? ( dev-python/opt-einsum[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"