# 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="An engine for real-time manipulation of visual stimuli for neuroscience, implemented via GPU shaders [wheel]"

HOMEPAGE="https://shady.readthedocs.io"
LICENSE="GPL v3+"
SRC_URI="https://files.pythonhosted.org/packages/58/8e/7f23c6112d9f633f0a7727cf5f6327f3148a541c6f8f5c0c630f0554575b/shady-${REALVERSION}-py2.py3-none-any.whl"
SOURCEFILE="shady-${REALVERSION}-py2.py3-none-any.whl"
RESTRICT="test"

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

IUSE="fonts images pure shell textures video"
DEPENDENCIES="dev-python/numpy[${PYTHON_USEDEP}]
	dev-python/pillow[${PYTHON_USEDEP}]
	dev-python/matplotlib[${PYTHON_USEDEP}]
	dev-python/ipython[${PYTHON_USEDEP}]
	textures? ( dev-python/numpy[${PYTHON_USEDEP}] )
	images? ( dev-python/numpy[${PYTHON_USEDEP}] )
	images? ( dev-python/pillow[${PYTHON_USEDEP}] )
	fonts? ( dev-python/numpy[${PYTHON_USEDEP}] )
	fonts? ( dev-python/pillow[${PYTHON_USEDEP}] )
	fonts? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
	shell? ( dev-python/ipython[${PYTHON_USEDEP}] )
	video? ( dev-python/numpy[${PYTHON_USEDEP}] )
	video? ( dev-python/opencv-python[${PYTHON_USEDEP}] )
	pure? ( dev-python/pyglet[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"