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/whisper/
Date: Thu, 06 Feb 2020 20:43:56
Message-Id: 1581021826.23755767dd4698d2ba0e248690cd91916f9e64c2.mgorny@gentoo
1 commit: 23755767dd4698d2ba0e248690cd91916f9e64c2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 6 17:12:58 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 6 20:43:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23755767
7
8 dev-python/whisper: Remove py2 from 1.1.3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/whisper/whisper-1.1.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/whisper/whisper-1.1.3.ebuild b/dev-python/whisper/whisper-1.1.3.ebuild
16 index 593f5228b98..acf2b09922a 100644
17 --- a/dev-python/whisper/whisper-1.1.3.ebuild
18 +++ b/dev-python/whisper/whisper-1.1.3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( pypy3 python{2_7,3_6} )
24 +PYTHON_COMPAT=( pypy3 python3_6 )
25
26 inherit distutils-r1