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/monotonic/
Date: Mon, 27 Feb 2017 05:11:58
Message-Id: 1488172189.ef77910a091b605bbd7e579e07d221fcc25fe930.zmedico@gentoo
1 commit: ef77910a091b605bbd7e579e07d221fcc25fe930
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 05:08:58 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 05:09:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef77910a
7
8 dev-python/monotonic: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/monotonic/monotonic-1.0.ebuild | 4 ++--
13 dev-python/monotonic/monotonic-1.1.ebuild | 4 ++--
14 dev-python/monotonic/monotonic-1.2.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-python/monotonic/monotonic-1.0.ebuild b/dev-python/monotonic/monotonic-1.0.ebuild
18 index 014651d0c0..0a2c6cf678 100644
19 --- a/dev-python/monotonic/monotonic-1.0.ebuild
20 +++ b/dev-python/monotonic/monotonic-1.0.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 EAPI=5
28 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 pypy )
29 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
30
31 inherit distutils-r1
32
33
34 diff --git a/dev-python/monotonic/monotonic-1.1.ebuild b/dev-python/monotonic/monotonic-1.1.ebuild
35 index 7dd2152452..e2ffd76c26 100644
36 --- a/dev-python/monotonic/monotonic-1.1.ebuild
37 +++ b/dev-python/monotonic/monotonic-1.1.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2016 Gentoo Foundation
40 +# Copyright 1999-2017 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42 # $Id$
43
44 EAPI=5
45 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 pypy )
46 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
47
48 inherit distutils-r1
49
50
51 diff --git a/dev-python/monotonic/monotonic-1.2.ebuild b/dev-python/monotonic/monotonic-1.2.ebuild
52 index 7dd2152452..e2ffd76c26 100644
53 --- a/dev-python/monotonic/monotonic-1.2.ebuild
54 +++ b/dev-python/monotonic/monotonic-1.2.ebuild
55 @@ -1,9 +1,9 @@
56 -# Copyright 1999-2016 Gentoo Foundation
57 +# Copyright 1999-2017 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Id$
60
61 EAPI=5
62 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 pypy )
63 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
64
65 inherit distutils-r1