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: Wed, 05 Feb 2020 21:28:32
Message-Id: 1580938059.c208a0160a8493f30992c9c29a4df2c836114ed4.asturm@gentoo
1 commit: c208a0160a8493f30992c9c29a4df2c836114ed4
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: Wed Feb 5 21:27:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c208a016
7
8 dev-python/flask-mongoengine: python3_8
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, 1 insertion(+), 2 deletions(-)
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 f8eb13822f6..05409dd02b5 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 @@ -3,8 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python3_{6,7} )
25 -
26 +PYTHON_COMPAT=( python3_{6,7,8} )
27 inherit distutils-r1
28
29 RESTRICT="test" # requires running MongoDB server