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/
Date: Wed, 08 Feb 2017 16:09:49
Message-Id: 1486570163.27f21abab90d76fa1d77f37680bc2f1ab9d8f04c.aballier@gentoo
1 commit: 27f21abab90d76fa1d77f37680bc2f1ab9d8f04c
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 8 16:07:38 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 8 16:09:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f21aba
7
8 dev-ros/rosgraph: Add python 3.5 support.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ros/rosgraph/rosgraph-1.12.6.ebuild | 4 ++--
13 dev-ros/rosgraph/rosgraph-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-ros/rosgraph/rosgraph-1.12.6.ebuild b/dev-ros/rosgraph/rosgraph-1.12.6.ebuild
17 index 4e91430fde..b161315d9d 100644
18 --- a/dev-ros/rosgraph/rosgraph-1.12.6.ebuild
19 +++ b/dev-ros/rosgraph/rosgraph-1.12.6.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
28 ROS_REPO_URI="https://github.com/ros/ros_comm"
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=tools/${PN}
33
34 inherit ros-catkin
35
36 diff --git a/dev-ros/rosgraph/rosgraph-9999.ebuild b/dev-ros/rosgraph/rosgraph-9999.ebuild
37 index 49fe3e4d1d..b161315d9d 100644
38 --- a/dev-ros/rosgraph/rosgraph-9999.ebuild
39 +++ b/dev-ros/rosgraph/rosgraph-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
48 ROS_REPO_URI="https://github.com/ros/ros_comm"
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=tools/${PN}
53
54 inherit ros-catkin