View Raw Ebuild
# 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="Load and run plugins for your Flask application"
HOMEPAGE="https://github.com/staugur/Flask-PluginKit"
LICENSE="BSD 3-Clause"
SRC_URI="https://files.pythonhosted.org/packages/61/fc/87b801c4bd7f9c3bcba298f495c6e32a5d58147b4b820d848b6319e65527/flask_pluginkit-${REALVERSION}.tar.gz"
SOURCEFILE="flask_pluginkit-${REALVERSION}.tar.gz"
RESTRICT="test"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="redis"
DEPENDENCIES=">=dev-python/flask-3.0.0[${PYTHON_USEDEP}]
>=dev-python/semver-3.0.0[${PYTHON_USEDEP}]
redis? ( >=dev-python/redis-5.0.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"