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/sqlalchemy/
Date: Tue, 03 Dec 2019 05:06:33
Message-Id: 1575349566.56987273b96b3e7b94135f85aa7e360e4fa15ea4.asturm@gentoo
1 commit: 56987273b96b3e7b94135f85aa7e360e4fa15ea4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 2 21:32:50 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 3 05:06:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56987273
7
8 dev-python/sqlalchemy: 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/sqlalchemy/sqlalchemy-1.3.4.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/sqlalchemy/sqlalchemy-1.3.4.ebuild b/dev-python/sqlalchemy/sqlalchemy-1.3.4.ebuild
19 index c6207f522f1..b26e2080f86 100644
20 --- a/dev-python/sqlalchemy/sqlalchemy-1.3.4.ebuild
21 +++ b/dev-python/sqlalchemy/sqlalchemy-1.3.4.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
27 +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
28 PYTHON_REQ_USE="sqlite?"
29
30 inherit distutils-r1 eutils flag-o-matic