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/rosgraph_msgs/
Date: Thu, 09 Feb 2017 17:46:24
Message-Id: 1486662360.03d37ce19088f916d2a80ec8cf98a358fb087fe4.aballier@gentoo
1 commit: 03d37ce19088f916d2a80ec8cf98a358fb087fe4
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 9 16:35:13 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 9 17:46:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d37ce1
7
8 dev-ros/rosgraph_msgs: add python 3.5 support
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild | 4 ++--
13 dev-ros/rosgraph_msgs/rosgraph_msgs-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild b/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild
17 index fafe2896fb..930367d85d 100644
18 --- a/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild
19 +++ b/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -7,7 +7,7 @@ EAPI=5
27 CATKIN_HAS_MESSAGES=yes
28 ROS_REPO_URI="https://github.com/ros/ros_comm_msgs"
29 KEYWORDS="~amd64 ~arm"
30 -PYTHON_COMPAT=( python{2_7,3_4} )
31 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
32 ROS_SUBDIR=${PN}
33 CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"
34
35
36 diff --git a/dev-ros/rosgraph_msgs/rosgraph_msgs-9999.ebuild b/dev-ros/rosgraph_msgs/rosgraph_msgs-9999.ebuild
37 index fafe2896fb..930367d85d 100644
38 --- a/dev-ros/rosgraph_msgs/rosgraph_msgs-9999.ebuild
39 +++ b/dev-ros/rosgraph_msgs/rosgraph_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 @@ -7,7 +7,7 @@ EAPI=5
47 CATKIN_HAS_MESSAGES=yes
48 ROS_REPO_URI="https://github.com/ros/ros_comm_msgs"
49 KEYWORDS="~amd64 ~arm"
50 -PYTHON_COMPAT=( python{2_7,3_4} )
51 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
52 ROS_SUBDIR=${PN}
53 CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"