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/geographic_msgs/
Date: Sat, 08 Apr 2017 09:21:08
Message-Id: 1491643253.3ca233c0903649fccc2b4748f48215f8188e4b1d.aballier@gentoo
1 commit: 3ca233c0903649fccc2b4748f48215f8188e4b1d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 8 08:21:09 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 8 09:20:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ca233c0
7
8 dev-ros/geographic_msgs: more python compat
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-ros/geographic_msgs/geographic_msgs-0.5.0.ebuild | 2 +-
13 dev-ros/geographic_msgs/geographic_msgs-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-ros/geographic_msgs/geographic_msgs-0.5.0.ebuild b/dev-ros/geographic_msgs/geographic_msgs-0.5.0.ebuild
17 index f088d5e3299..21ab00b4568 100644
18 --- a/dev-ros/geographic_msgs/geographic_msgs-0.5.0.ebuild
19 +++ b/dev-ros/geographic_msgs/geographic_msgs-0.5.0.ebuild
20 @@ -6,7 +6,7 @@ CATKIN_HAS_MESSAGES=yes
21 ROS_REPO_URI="https://github.com/ros-geographic-info/geographic_info"
22 VER_PREFIX=geographic_info-
23 KEYWORDS="~amd64 ~arm"
24 -PYTHON_COMPAT=( python{2_7,3_4} )
25 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
26 ROS_SUBDIR=${PN}
27 CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs dev-ros/std_msgs dev-ros/uuid_msgs"
28
29
30 diff --git a/dev-ros/geographic_msgs/geographic_msgs-9999.ebuild b/dev-ros/geographic_msgs/geographic_msgs-9999.ebuild
31 index e6212d8b714..21ab00b4568 100644
32 --- a/dev-ros/geographic_msgs/geographic_msgs-9999.ebuild
33 +++ b/dev-ros/geographic_msgs/geographic_msgs-9999.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2014 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=5
40 @@ -6,7 +6,7 @@ CATKIN_HAS_MESSAGES=yes
41 ROS_REPO_URI="https://github.com/ros-geographic-info/geographic_info"
42 VER_PREFIX=geographic_info-
43 KEYWORDS="~amd64 ~arm"
44 -PYTHON_COMPAT=( python{2_7,3_4} )
45 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
46 ROS_SUBDIR=${PN}
47 CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs dev-ros/std_msgs dev-ros/uuid_msgs"