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/alembic/
Date: Wed, 05 Feb 2020 21:28:29
Message-Id: 1580938056.32ade398e4e18e9a12bbc3a1a518bd2058edbac1.asturm@gentoo
1 commit: 32ade398e4e18e9a12bbc3a1a518bd2058edbac1
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 4 21:46:36 2020 +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=32ade398
7
8 dev-python/alembic: python3_8
9
10 Tests were broken already, bug #708292.
11
12 Package-Manager: Portage-2.3.87, Repoman-2.3.20
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 dev-python/alembic/alembic-1.0.8.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/alembic/alembic-1.0.8.ebuild b/dev-python/alembic/alembic-1.0.8.ebuild
19 index b165007b945..48fae209533 100644
20 --- a/dev-python/alembic/alembic-1.0.8.ebuild
21 +++ b/dev-python/alembic/alembic-1.0.8.ebuild
22 @@ -2,8 +2,8 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
27
28 +PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
29 inherit distutils-r1
30
31 DESCRIPTION="database migrations tool, written by the author of SQLAlchemy"