dev-python/pytest-flask: keyword 1.2.0 for ~amd64

Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2023-10-03 12:00:26 +02:00
parent c89ed3272f
commit 69dd9fd442
2 changed files with 5 additions and 7 deletions

View File

@@ -4,19 +4,16 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_11 pypy3 )
inherit distutils-r1
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{11,12} pypy3 )
inherit distutils-r1 pypi
DESCRIPTION="A set of pytest fixtures to test Flask applications "
HOMEPAGE="http://pytest-flask.readthedocs.org"
inherit git-r3
EGIT_REPO_URI="https://github.com/pytest-dev/${PN}.git"
EGI_COMMIT="1.2.0"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
KEYWORDS="~amd64"
IUSE="test"
RDEPEND="