Install this version:
emerge -a =dev-python/flask-jwt-extended-4.7.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/flask-jwt-extended-4.7.1
Or alternatively:
emerge --autounmask-write -a =dev-python/flask-jwt-extended-4.7.1
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
DESCRIPTION="An open source Flask extension that provides JWT support"
HOMEPAGE="https://github.com/vimalloc/flask-jwt-extended"
SRC_URI="https://github.com/vimalloc/flask-jwt-extended/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples test"
RESTRICT="!test? ( test )"
RDEPEND="
<dev-python/flask-4.0.0[${PYTHON_USEDEP}]
<dev-python/pyjwt-3.0.0[${PYTHON_USEDEP}]
>=dev-python/flask-2.0.0[${PYTHON_USEDEP}]
>=dev-python/pyjwt-2.0.0[${PYTHON_USEDEP}]
>=dev-python/werkzeug-0.14[${PYTHON_USEDEP}]
"
BDEPEND="
${RDEPEND}
test? (
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
)
"
python_install_all() {
if use examples; then
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
distutils-r1_python_install_all
}
distutils_enable_sphinx docs dev-python/pallets-sphinx-themes
distutils_enable_tests pytest
Manage flags for this package:
euse -i <flag> -p dev-python/flask-jwt-extended |
euse -E <flag> -p dev-python/flask-jwt-extended |
euse -D <flag> -p dev-python/flask-jwt-extended
<dev-python/flask-4.0.0[] <dev-python/pyjwt-3.0.0[] >=dev-python/flask-2.0.0[] >=dev-python/pyjwt-2.0.0[] >=dev-python/werkzeug-0.14[]
<dev-python/flask-4.0.0[] <dev-python/pyjwt-3.0.0[] >=dev-python/flask-2.0.0[] >=dev-python/pyjwt-2.0.0[] >=dev-python/werkzeug-0.14[] test? ( dev-python/cryptography[] dev-python/python-dateutil[] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | flask-jwt-extended-4.7.1.gh.tar.gz | 60972 bytes | https://github.com/vimalloc/flask-jwt-extended/archive/4.7.1.tar.gz |