Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-principal/
Date: Wed, 05 Feb 2020 21:28:31
Message-Id: 1580938056.65d1c1ebd5f760f74589d68de8b3c17b8b9c7b94.asturm@gentoo
1 commit: 65d1c1ebd5f760f74589d68de8b3c17b8b9c7b94
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 30 12:19:06 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 5 21:27:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d1c1eb
7
8 dev-python/flask-principal: python3_8
9
10 Tests passed.
11
12 Package-Manager: Portage-2.3.80, Repoman-2.3.19
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild b/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild
19 index cd78c47f24b..ac5c8e80ea8 100644
20 --- a/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild
21 +++ b/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild
22 @@ -3,8 +3,7 @@
23
24 EAPI=6
25
26 -PYTHON_COMPAT=( python3_{6,7} )
27 -
28 +PYTHON_COMPAT=( python3_{6,7,8} )
29 inherit distutils-r1
30
31 DESCRIPTION="Identity management for flask"