commit: c9b2a34e89f7354e6e8455cedd643a842e30ed4f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 9 17:02:26 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 9 19:05:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b2a34e
dev-python/flask-paranoid: EAPI-7, python3_9
Tests passed.
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-python/flask-paranoid/flask-paranoid-0.2.0-r1.ebuild | 11 +++++------
1 file 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 611a24cad06..61e2d392220 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}]"