# 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="guiqwt is a set of tools for curve and image plotting (extension to PythonQwt) [wheel]"

HOMEPAGE="https://github.com/PlotPyStack/guiqwt"
LICENSE="CeCILL V2"
SRC_URI="https://files.pythonhosted.org/packages/cp311/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}-cp311-cp311-win_amd64.whl"
SOURCEFILE="${REALNAME}-${REALVERSION}-cp311-cp311-win_amd64.whl"
RESTRICT="test"

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

IUSE="dicom doc"
DEPENDENCIES=">=dev-python/numpy-1.3[${PYTHON_USEDEP}]
	>=dev-python/scipy-0.7[${PYTHON_USEDEP}]
	dev-python/guidata[${PYTHON_USEDEP}]
	dev-python/PythonQwt[${PYTHON_USEDEP}]
	dev-python/pillow[${PYTHON_USEDEP}]
	>=dev-python/qtpy-1.3[${PYTHON_USEDEP}]
	dicom? ( dev-python/pydicom[${PYTHON_USEDEP}] )
	doc? ( >=dev-python/sphinx-1.1[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"