Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/strict-rfc3339/
Date: Sun, 12 Feb 2017 01:21:39
Message-Id: 1486862473.941cd9f6a2916296ead4004db3babaa16ce47ef0.zmedico@gentoo
1 commit: 941cd9f6a2916296ead4004db3babaa16ce47ef0
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 12 00:38:46 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 12 01:21:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=941cd9f6
7
8 dev-python/strict-rfc3339: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild | 2 +-
13 dev-python/strict-rfc3339/strict-rfc3339-0.7.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild
17 index 3a82510647..2628eedbf1 100644
18 --- a/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild
19 +++ b/dev-python/strict-rfc3339/strict-rfc3339-0.6.ebuild
20 @@ -4,7 +4,7 @@
21
22 EAPI=5
23
24 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
25 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
26
27 inherit distutils-r1
28
29
30 diff --git a/dev-python/strict-rfc3339/strict-rfc3339-0.7.ebuild b/dev-python/strict-rfc3339/strict-rfc3339-0.7.ebuild
31 index 6744529269..10ad3b357f 100644
32 --- a/dev-python/strict-rfc3339/strict-rfc3339-0.7.ebuild
33 +++ b/dev-python/strict-rfc3339/strict-rfc3339-0.7.ebuild
34 @@ -1,10 +1,10 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Id$
39
40 EAPI=5
41
42 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
43 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
44
45 inherit distutils-r1