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/rospy/
Date: Wed, 08 Feb 2017 16:09:54
Message-Id: 1486570163.d9c225944ec67d23797a8438aecc4da01b89ad8e.aballier@gentoo
1 commit: d9c225944ec67d23797a8438aecc4da01b89ad8e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 8 16:05:16 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=d9c22594
7
8 dev-ros/rospy: Add python 3.4 support
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ros/rospy/rospy-1.12.6.ebuild | 4 ++--
13 dev-ros/rospy/rospy-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-ros/rospy/rospy-1.12.6.ebuild b/dev-ros/rospy/rospy-1.12.6.ebuild
17 index 5dd4e45e35..65b55752f7 100644
18 --- a/dev-ros/rospy/rospy-1.12.6.ebuild
19 +++ b/dev-ros/rospy/rospy-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 @@ -7,7 +7,7 @@ EAPI=5
27 ROS_REPO_URI="https://github.com/ros/ros_comm"
28 KEYWORDS="~amd64 ~arm"
29 CATKIN_HAS_MESSAGES=yes
30 -PYTHON_COMPAT=( python2_7 )
31 +PYTHON_COMPAT=( python{2_7,3_4} )
32 ROS_SUBDIR=clients/${PN}
33
34 inherit ros-catkin
35
36 diff --git a/dev-ros/rospy/rospy-9999.ebuild b/dev-ros/rospy/rospy-9999.ebuild
37 index 720ae2de00..65b55752f7 100644
38 --- a/dev-ros/rospy/rospy-9999.ebuild
39 +++ b/dev-ros/rospy/rospy-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 ROS_REPO_URI="https://github.com/ros/ros_comm"
48 KEYWORDS="~amd64 ~arm"
49 CATKIN_HAS_MESSAGES=yes
50 -PYTHON_COMPAT=( python2_7 )
51 +PYTHON_COMPAT=( python{2_7,3_4} )
52 ROS_SUBDIR=clients/${PN}
53
54 inherit ros-catkin