# 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="Flask Unsign is a penetration testing utility that attempts to uncover a Flask server's secret key by taking a signed session verifying it against a wordlist of commonly used and publicly known secret keys (sourced from books, GitHub, StackOverflow and various other sources)." HOMEPAGE="https://github.com/Paradoxis/Flask-Unsign" 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="dev test wordlist" DEPENDENCIES="dev-python/flask[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/itsdangerous[${PYTHON_USEDEP}] dev-python/markupsafe[${PYTHON_USEDEP}] dev-python/werkzeug[${PYTHON_USEDEP}] wordlist? ( dev-python/flask-unsign-wordlist[${PYTHON_USEDEP}] ) test? ( dev-python/coverage[${PYTHON_USEDEP}] ) test? ( dev-python/codecov[${PYTHON_USEDEP}] ) dev? ( dev-python/twine[${PYTHON_USEDEP}] ) dev? ( dev-python/wheel[${PYTHON_USEDEP}] ) dev? ( >=dev-python/setuptools-40.6.3[${PYTHON_USEDEP}] )" BDEPEND="${DEPENDENCIES}" RDEPEND="${DEPENDENCIES}"