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/rosunit/
Date: Thu, 09 Feb 2017 17:46:45
Message-Id: 1486662363.323e2e40ec8903cf398d45e4a53dfaa3705c3c03.aballier@gentoo
1 commit: 323e2e40ec8903cf398d45e4a53dfaa3705c3c03
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 9 17:38:16 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 9 17:46:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=323e2e40
7
8 dev-ros/rosunit: Add python 3.5 support.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ros/rosunit/rosunit-1.13.4.ebuild | 4 ++--
13 dev-ros/rosunit/rosunit-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-ros/rosunit/rosunit-1.13.4.ebuild b/dev-ros/rosunit/rosunit-1.13.4.ebuild
17 index 3f9ea48d9e..7c5c719937 100644
18 --- a/dev-ros/rosunit/rosunit-1.13.4.ebuild
19 +++ b/dev-ros/rosunit/rosunit-1.13.4.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"
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/rosunit/rosunit-9999.ebuild b/dev-ros/rosunit/rosunit-9999.ebuild
37 index 48cd51dca6..7c5c719937 100644
38 --- a/dev-ros/rosunit/rosunit-9999.ebuild
39 +++ b/dev-ros/rosunit/rosunit-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"
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