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-script/
Date: Sat, 09 Jan 2021 19:06:25
Message-Id: 1610219115.dca1319695270fd94ae84dd498c3900ff93caecc.asturm@gentoo
1 commit: dca1319695270fd94ae84dd498c3900ff93caecc
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 9 17:11:00 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 9 19:05:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca13196
7
8 dev-python/flask-script: EAPI-7, python3_9
9
10 Tests passed.
11
12 Package-Manager: Portage-3.0.12, Repoman-3.0.2
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 dev-python/flask-script/flask-script-2.0.6.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-python/flask-script/flask-script-2.0.6.ebuild b/dev-python/flask-script/flask-script-2.0.6.ebuild
19 index 047c4f2f6df..83d6503d9fb 100644
20 --- a/dev-python/flask-script/flask-script-2.0.6.ebuild
21 +++ b/dev-python/flask-script/flask-script-2.0.6.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=7
29
30 -PYTHON_COMPAT=( python3_{6,7,8} )
31 +PYTHON_COMPAT=( python3_{6,7,8,9} )
32 inherit distutils-r1
33
34 MY_PN="Flask-Script"