Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/guessit/
Date: Mon, 26 Mar 2018 18:45:46
Message-Id: 1522089904.93700e028913dc1594b0f768a01e0064e3cf5125.bman@gentoo
1 commit: 93700e028913dc1594b0f768a01e0064e3cf5125
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Mon Mar 26 08:18:19 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 18:45:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93700e02
7
8 dev-python/guessit: add Python 3.6 support
9
10 Tests pass.
11
12 Package-Manager: Portage-2.3.24, Repoman-2.3.6
13
14 dev-python/guessit/guessit-2.1.4.ebuild | 4 ++--
15 dev-python/guessit/guessit-9999.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-python/guessit/guessit-2.1.4.ebuild b/dev-python/guessit/guessit-2.1.4.ebuild
19 index 98774b23712..b991bcb90ea 100644
20 --- a/dev-python/guessit/guessit-2.1.4.ebuild
21 +++ b/dev-python/guessit/guessit-2.1.4.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28
29 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
30 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
31
32 inherit distutils-r1
33
34
35 diff --git a/dev-python/guessit/guessit-9999.ebuild b/dev-python/guessit/guessit-9999.ebuild
36 index 8c6ead3c27e..7cc74ef41be 100644
37 --- a/dev-python/guessit/guessit-9999.ebuild
38 +++ b/dev-python/guessit/guessit-9999.ebuild
39 @@ -1,9 +1,9 @@
40 -# Copyright 1999-2017 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=6
45
46 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
47 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
48
49 inherit distutils-r1 git-r3