Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/diagnostic_msgs/
Date: Mon, 27 Feb 2017 15:41:10
Message-Id: 1488210025.9b2d82433f51cdbbd41aeef64e90302c463c38af.aballier@gentoo
1 commit: 9b2d82433f51cdbbd41aeef64e90302c463c38af
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 15:26:43 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 15:40:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b2d8243
7
8 dev-ros/diagnostic_msgs: Add python 3.6 and pypy/3 support
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ros/diagnostic_msgs/diagnostic_msgs-1.12.5.ebuild | 4 ++--
13 dev-ros/diagnostic_msgs/diagnostic_msgs-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-ros/diagnostic_msgs/diagnostic_msgs-1.12.5.ebuild b/dev-ros/diagnostic_msgs/diagnostic_msgs-1.12.5.ebuild
17 index e89d4eadda..106d3ec5e2 100644
18 --- a/dev-ros/diagnostic_msgs/diagnostic_msgs-1.12.5.ebuild
19 +++ b/dev-ros/diagnostic_msgs/diagnostic_msgs-1.12.5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -6,7 +6,7 @@ EAPI=5
27 CATKIN_HAS_MESSAGES=yes
28 ROS_REPO_URI="https://github.com/ros/common_msgs"
29 KEYWORDS="~amd64 ~arm"
30 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
31 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
32 ROS_SUBDIR=${PN}
33 CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
34
35
36 diff --git a/dev-ros/diagnostic_msgs/diagnostic_msgs-9999.ebuild b/dev-ros/diagnostic_msgs/diagnostic_msgs-9999.ebuild
37 index 7b89138c08..106d3ec5e2 100644
38 --- a/dev-ros/diagnostic_msgs/diagnostic_msgs-9999.ebuild
39 +++ b/dev-ros/diagnostic_msgs/diagnostic_msgs-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2014 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Id$
45
46 @@ -6,7 +6,7 @@ EAPI=5
47 CATKIN_HAS_MESSAGES=yes
48 ROS_REPO_URI="https://github.com/ros/common_msgs"
49 KEYWORDS="~amd64 ~arm"
50 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
51 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
52 ROS_SUBDIR=${PN}
53 CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"