View Raw Ebuild
# 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="Q# Python Bindings [wheel]"
HOMEPAGE="https://github.com/microsoft/qsharp"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/d7/3d/7286c59ef31e2f181917998bde2797e0d78cd9d86b00b3a4df638f93dda4/${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}"