Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytables/
Date: Thu, 30 Jan 2020 17:31:29
Message-Id: 1580405415.fdc6ebd5f17eee5296bb0e65b51307aa4178099e.mgorny@gentoo
1 commit: fdc6ebd5f17eee5296bb0e65b51307aa4178099e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 30 17:30:15 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 30 17:30:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdc6ebd5
7
8 dev-python/pytables: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pytables/pytables-3.4.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pytables/pytables-3.4.4.ebuild b/dev-python/pytables/pytables-3.4.4.ebuild
16 index 9b372c3d5fb..9a5ed1e3811 100644
17 --- a/dev-python/pytables/pytables-3.4.4.ebuild
18 +++ b/dev-python/pytables/pytables-3.4.4.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
24 +PYTHON_COMPAT=( python3_{6,7} )
25 PYTHON_REQ_USE="threads(+)"
26
27 MY_PN=tables