# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="1.25.2.dev0"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=wheel

inherit python-r1 gs-pypi

DESCRIPTION="Q# Python Bindings [wheel]"

HOMEPAGE="https://github.com/microsoft/qsharp"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/db/3e/3a2578cf87694f7f0fcafdb9903461bc238a9b63de6e8c7e4a817fc8ee98/${REALNAME}-${REALVERSION}-cp310-abi3-manylinux_2_35_x86_64.whl"
SOURCEFILE="${REALNAME}-${REALVERSION}-cp310-abi3-manylinux_2_35_x86_64.whl"
RESTRICT="test"

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

IUSE="jupyterlab qiskit widgets"
DEPENDENCIES="jupyterlab? ( dev-python/qsharp-jupyterlab[${PYTHON_USEDEP}] )
	widgets? ( dev-python/qsharp-widgets[${PYTHON_USEDEP}] )
	qiskit? ( <dev-python/qiskit-3.0.0[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"