Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/msgpack/
Date: Mon, 28 Jan 2019 19:13:42
Message-Id: 1548635111.751d8207c3e51fe9eacc25c8ed73899a8702b0c2.prometheanfire@gentoo
1 commit: 751d8207c3e51fe9eacc25c8ed73899a8702b0c2
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 23:20:12 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 00:25:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=751d8207
7
8 dev-python/msgpack: add py37 support
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/msgpack/msgpack-0.5.1.ebuild | 4 ++--
14 dev-python/msgpack/msgpack-0.5.6.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/msgpack/msgpack-0.5.1.ebuild b/dev-python/msgpack/msgpack-0.5.1.ebuild
18 index 73c9c38efe4..fc0b57fa9b5 100644
19 --- a/dev-python/msgpack/msgpack-0.5.1.ebuild
20 +++ b/dev-python/msgpack/msgpack-0.5.1.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
28 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
29
30 inherit distutils-r1
31
32
33 diff --git a/dev-python/msgpack/msgpack-0.5.6.ebuild b/dev-python/msgpack/msgpack-0.5.6.ebuild
34 index 74000584eb7..8c00cbe126b 100644
35 --- a/dev-python/msgpack/msgpack-0.5.6.ebuild
36 +++ b/dev-python/msgpack/msgpack-0.5.6.ebuild
37 @@ -1,8 +1,8 @@
38 -# Copyright 1999-2018 Gentoo Foundation
39 +# Copyright 1999-2019 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=6
43 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
44 +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy )
45
46 inherit distutils-r1