Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/guessit/
Date: Mon, 22 Aug 2016 14:10:07
Message-Id: 1471873478.f7e1bebcd82db7087d9ee4d2904b95400d422a24.gokturk@gentoo
1 commit: f7e1bebcd82db7087d9ee4d2904b95400d422a24
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Tue Jul 26 15:23:49 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 22 13:44:38 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e1bebc
7
8 dev-python/guessit: add python-3.5 support to 9999
9
10 Tested by me against dev-lang/python-3.5.2:3.5/3.5m
11
12 Package-Manager: portage-2.3.0
13
14 dev-python/guessit/guessit-9999.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/guessit/guessit-9999.ebuild b/dev-python/guessit/guessit-9999.ebuild
18 index 896537b..f885402 100644
19 --- a/dev-python/guessit/guessit-9999.ebuild
20 +++ b/dev-python/guessit/guessit-9999.ebuild
21 @@ -4,7 +4,7 @@
22
23 EAPI=6
24
25 -PYTHON_COMPAT=( python{2_7,3_4} )
26 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
27
28 inherit distutils-r1 git-r3