Install this version:
emerge -a =dev-python/flask-httpauth-4.8.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/flask-httpauth-4.8.1
Or alternatively:
emerge --autounmask-write -a =dev-python/flask-httpauth-4.8.1
EAPI=8
REALNAME="flask_httpauth"
REALVERSION="${PV}"
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
inherit pypi distutils-r1
DESCRIPTION="HTTP authentication for Flask routes."
HOMEPAGE="https://pypi.org/project/Flask-HTTPAuth/"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
BDEPEND="${RDEPEND}"
dev-python/flask[]
dev-python/flask[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | flask_httpauth-4.8.1.tar.gz | 38993 bytes | https://files.pythonhosted.org/packages/source//flask_httpauth/-4.8.1.tar.gz |