# 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=standalone

inherit python-r1 gs-pypi

DESCRIPTION="An overengineered rfid lock manager created for my school community. Made for Raspberry Pi connected with another microcontroler that send and receieves rfid data via UART"

HOMEPAGE="https://github.com/oplik0/cherrydoor"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

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

IUSE="speedups"
DEPENDENCIES="~dev-python/aiohttp-3.6.3[${PYTHON_USEDEP}]
	dev-python/aioserial[${PYTHON_USEDEP}]
	>=dev-python/argon2-cffi-19.0[${PYTHON_USEDEP}]
	dev-python/motor[${PYTHON_USEDEP}]
	>=dev-python/confuse-1.3[${PYTHON_USEDEP}]
	dev-python/pybranca[${PYTHON_USEDEP}]
	>=dev-python/msgpack-1.0[${PYTHON_USEDEP}]
	dev-python/aiohttp-csrf-fixed[${PYTHON_USEDEP}]
	dev-python/aiohttp-jinja2[${PYTHON_USEDEP}]
	dev-python/aiohttp-rest-api-redoc[${PYTHON_USEDEP}]
	dev-python/aiohttp-security[${PYTHON_USEDEP}]
	dev-python/aiohttp-session[${PYTHON_USEDEP}]
	dev-python/aiohttp-session-mongo[${PYTHON_USEDEP}]
	dev-python/secure[${PYTHON_USEDEP}]
	dev-python/sentry-sdk[${PYTHON_USEDEP}]
	>=dev-python/packaging-20.0[${PYTHON_USEDEP}]
	dev-python/aiojobs[${PYTHON_USEDEP}]
	dev-python/python-socketio[${PYTHON_USEDEP}]
	speedups? ( >=dev-python/aiodns-1.1[${PYTHON_USEDEP}] )
	speedups? ( dev-python/Brotli[${PYTHON_USEDEP}] )
	speedups? ( dev-python/cchardet[${PYTHON_USEDEP}] )
	speedups? ( >=dev-python/uvloop-0.14[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"