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/std_srvs/
Date: Mon, 27 Feb 2017 10:49:54
Message-Id: 1488192551.a5dd2535b6f4fc38c2f763c2da3b59f82f3721cc.aballier@gentoo
1 commit: a5dd2535b6f4fc38c2f763c2da3b59f82f3721cc
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 10:48:55 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 10:49:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5dd2535
7
8 dev-ros/std_srvs: Add python 3.6 and pypy/3 support
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ros/std_srvs/std_srvs-1.11.2.ebuild | 4 ++--
13 dev-ros/std_srvs/std_srvs-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-ros/std_srvs/std_srvs-1.11.2.ebuild b/dev-ros/std_srvs/std_srvs-1.11.2.ebuild
17 index ee9b8a0fd2..4e81923538 100644
18 --- a/dev-ros/std_srvs/std_srvs-1.11.2.ebuild
19 +++ b/dev-ros/std_srvs/std_srvs-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,3_5} )
31 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
32 ROS_SUBDIR=${PN}
33
34 inherit ros-catkin
35
36 diff --git a/dev-ros/std_srvs/std_srvs-9999.ebuild b/dev-ros/std_srvs/std_srvs-9999.ebuild
37 index ee9b8a0fd2..4e81923538 100644
38 --- a/dev-ros/std_srvs/std_srvs-9999.ebuild
39 +++ b/dev-ros/std_srvs/std_srvs-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,3_5} )
51 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
52 ROS_SUBDIR=${PN}
53
54 inherit ros-catkin