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/guessit/
Date: Tue, 04 Feb 2020 13:32:09
Message-Id: 1580822139.4c95f2fcbc1ad44ae2756dfa23a8dc1cc4df4301.mgorny@gentoo
1 commit: 4c95f2fcbc1ad44ae2756dfa23a8dc1cc4df4301
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 4 13:15:39 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 4 13:15:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c95f2fc
7
8 dev-python/guessit: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/guessit/guessit-3.0.0.ebuild | 2 +-
13 dev-python/guessit/guessit-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/guessit/guessit-3.0.0.ebuild b/dev-python/guessit/guessit-3.0.0.ebuild
17 index 5d72beeaa2f..a8d2b6d0ebe 100644
18 --- a/dev-python/guessit/guessit-3.0.0.ebuild
19 +++ b/dev-python/guessit/guessit-3.0.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -PYTHON_COMPAT=( python{2_7,3_6} )
25 +PYTHON_COMPAT=( python3_6 )
26
27 inherit distutils-r1
28
29
30 diff --git a/dev-python/guessit/guessit-9999.ebuild b/dev-python/guessit/guessit-9999.ebuild
31 index f574cfa5d6d..81cc0562876 100644
32 --- a/dev-python/guessit/guessit-9999.ebuild
33 +++ b/dev-python/guessit/guessit-9999.ebuild
34 @@ -3,7 +3,7 @@
35
36 EAPI=6
37
38 -PYTHON_COMPAT=( python{2_7,3_6} )
39 +PYTHON_COMPAT=( python3_6 )
40
41 inherit distutils-r1 git-r3