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-mongoengine/
Date: Sun, 01 Dec 2019 19:27:41
Message-Id: 1575228303.5bd6d278ac86aa464155a1133739ae03d551a336.asturm@gentoo
1 commit: 5bd6d278ac86aa464155a1133739ae03d551a336
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 30 12:21:34 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 19:25:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd6d278
7
8 dev-python/flask-mongoengine: python3_7
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-python/flask-mongoengine/flask-mongoengine-0.9.3-r1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/flask-mongoengine/flask-mongoengine-0.9.3-r1.ebuild b/dev-python/flask-mongoengine/flask-mongoengine-0.9.3-r1.ebuild
17 index 315514ea363..09ac348d8be 100644
18 --- a/dev-python/flask-mongoengine/flask-mongoengine-0.9.3-r1.ebuild
19 +++ b/dev-python/flask-mongoengine/flask-mongoengine-0.9.3-r1.ebuild
20 @@ -2,7 +2,8 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
25 +
26 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
27
28 inherit distutils-r1