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/msgpack/
Date: Mon, 27 Feb 2017 05:35:49
Message-Id: 1488173500.0cc2c510893fdb42c21b4e36ce11837b1abb6834.zmedico@gentoo
1 commit: 0cc2c510893fdb42c21b4e36ce11837b1abb6834
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 05:31:40 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 05:31:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc2c510
7
8 dev-python/msgpack: PYTHON_COMPAT: add python3_6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/msgpack/msgpack-0.4.6.ebuild | 4 ++--
13 dev-python/msgpack/msgpack-0.4.7.ebuild | 4 ++--
14 dev-python/msgpack/msgpack-0.4.8.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-python/msgpack/msgpack-0.4.6.ebuild b/dev-python/msgpack/msgpack-0.4.6.ebuild
18 index 5fc1738b43..88e4dc76e7 100644
19 --- a/dev-python/msgpack/msgpack-0.4.6.ebuild
20 +++ b/dev-python/msgpack/msgpack-0.4.6.ebuild
21 @@ -1,10 +1,10 @@
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
29 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy )
30 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
31
32 inherit distutils-r1
33
34
35 diff --git a/dev-python/msgpack/msgpack-0.4.7.ebuild b/dev-python/msgpack/msgpack-0.4.7.ebuild
36 index 2f2776cab9..82ed1bfd1a 100644
37 --- a/dev-python/msgpack/msgpack-0.4.7.ebuild
38 +++ b/dev-python/msgpack/msgpack-0.4.7.ebuild
39 @@ -1,10 +1,10 @@
40 -# Copyright 1999-2016 Gentoo Foundation
41 +# Copyright 1999-2017 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Id$
44
45 EAPI=5
46
47 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy )
48 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
49
50 inherit distutils-r1
51
52
53 diff --git a/dev-python/msgpack/msgpack-0.4.8.ebuild b/dev-python/msgpack/msgpack-0.4.8.ebuild
54 index 95f5d40558..e4d7d42b61 100644
55 --- a/dev-python/msgpack/msgpack-0.4.8.ebuild
56 +++ b/dev-python/msgpack/msgpack-0.4.8.ebuild
57 @@ -1,9 +1,9 @@
58 -# Copyright 1999-2016 Gentoo Foundation
59 +# Copyright 1999-2017 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 # $Id$
62
63 EAPI=6
64 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy )
65 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
66
67 inherit distutils-r1