# 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 photo booth application in pure Python for the Raspberry Pi. [wheel]"

HOMEPAGE="https://github.com/pibooth/pibooth"
LICENSE="MIT"
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="doc dslr printer"
DEPENDENCIES="~dev-python/pillow-9.2.0[${PYTHON_USEDEP}]
	>=dev-python/pygame-1.9.6[${PYTHON_USEDEP}]
	dev-python/pygame-menu[${PYTHON_USEDEP}]
	dev-python/pygame-vkeyboard[${PYTHON_USEDEP}]
	>=dev-python/psutil-5.5.1[${PYTHON_USEDEP}]
	>=dev-python/pluggy-0.13.1[${PYTHON_USEDEP}]
	dev-python/gpiozero[${PYTHON_USEDEP}]
	dev-python/picamera[${PYTHON_USEDEP}]
	dev-python/RPi-GPIO[${PYTHON_USEDEP}]
	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
	doc? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] )
	doc? ( dev-python/sphinx-copybutton[${PYTHON_USEDEP}] )
	dslr? ( dev-python/gphoto2[${PYTHON_USEDEP}] )
	printer? ( >=dev-python/pycups-1.9.73[${PYTHON_USEDEP}] )
	printer? ( dev-python/pycups-notify[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"