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/coverage/
Date: Fri, 01 Jan 2021 00:14:31
Message-Id: 1609460058.6ef73a67a6ce0684cb6b438bcfdba381a3406a8a.mgorny@gentoo
1 commit: 6ef73a67a6ce0684cb6b438bcfdba381a3406a8a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 00:07:01 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 00:14:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef73a67
7
8 dev-python/coverage: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/coverage/coverage-4.5.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/coverage/coverage-4.5.4.ebuild b/dev-python/coverage/coverage-4.5.4.ebuild
16 index 5c165c0f480..617f99ee893 100644
17 --- a/dev-python/coverage/coverage-4.5.4.ebuild
18 +++ b/dev-python/coverage/coverage-4.5.4.ebuild
19 @@ -1,8 +1,8 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
26 +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
27 PYTHON_REQ_USE="threads(+)"
28
29 inherit distutils-r1