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: sci-misc/vitables/
Date: Thu, 30 Jan 2020 17:31:27
Message-Id: 1580405403.dfcac25610187052f7d6b130dc233cefeeb74c05.mgorny@gentoo
1 commit: dfcac25610187052f7d6b130dc233cefeeb74c05
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 30 17:30:03 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 30 17:30:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfcac256
7
8 sci-misc/vitables: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-misc/vitables/vitables-3.0.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-misc/vitables/vitables-3.0.0.ebuild b/sci-misc/vitables/vitables-3.0.0.ebuild
16 index b649e315da5..e4f5b2f6448 100644
17 --- a/sci-misc/vitables/vitables-3.0.0.ebuild
18 +++ b/sci-misc/vitables/vitables-3.0.0.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25
26 DISTUTILS_SINGLE_IMPL=1
27 -PYTHON_COMPAT=( python2_7 python3_6 )
28 +PYTHON_COMPAT=( python3_6 )
29
30 inherit distutils-r1