# 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="Write professional web interface with Python"

HOMEPAGE="https://github.com/bigeyex/python-adminui"
LICENSE=""
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=""
DEPENDENCIES="dev-python/aioflask[${PYTHON_USEDEP}]
	~dev-python/asgiref-3.5.2[${PYTHON_USEDEP}]
	~dev-python/click-8.1.3[${PYTHON_USEDEP}]
	~dev-python/flask-2.1.0[${PYTHON_USEDEP}]
	~dev-python/greenlet-1.1.3[${PYTHON_USEDEP}]
	dev-python/greenletio[${PYTHON_USEDEP}]
	dev-python/gunicorn[${PYTHON_USEDEP}]
	~dev-python/h11-0.13.0[${PYTHON_USEDEP}]
	~dev-python/importlib-metadata-4.12.0[${PYTHON_USEDEP}]
	~dev-python/itsdangerous-2.1.2[${PYTHON_USEDEP}]
	~dev-python/jinja2-3.1.2[${PYTHON_USEDEP}]
	~dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
	~dev-python/pyjwt-2.3.0[${PYTHON_USEDEP}]
	~dev-python/python-multipart-0.0.5[${PYTHON_USEDEP}]
	~dev-python/six-1.16.0[${PYTHON_USEDEP}]
	~dev-python/uvicorn-0.18.0[${PYTHON_USEDEP}]
	~dev-python/werkzeug-2.1.2[${PYTHON_USEDEP}]
	~dev-python/zipp-3.8.1[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"