diff options
Diffstat (limited to 'dev-python/flask-paranoid')
-rw-r--r-- | dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild b/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild index 611a24cad065..61e2d3922205 100644 --- a/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild +++ b/dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DISTUTILS_IN_SOURCE_BUILD=1 -PYTHON_COMPAT=( python3_{6,7,8} ) -inherit distutils-r1 eapi7-ver +PYTHON_COMPAT=( python3_{6,7,8,9} ) +inherit distutils-r1 MY_PV=$(ver_cut 1-2) @@ -14,11 +14,10 @@ HOMEPAGE="https://github.com/miguelgrinberg/flask-paranoid/" SRC_URI="https://github.com/miguelgrinberg/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" - SLOT="0" - KEYWORDS="amd64 x86" IUSE="test" + RESTRICT="!test? ( test )" RDEPEND="dev-python/flask[${PYTHON_USEDEP}]" |