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/roslint/
Date: Wed, 08 Feb 2017 16:09:33
Message-Id: 1486570162.32124483af073bd0d91d298b638fcb9261f27743.aballier@gentoo
1 commit: 32124483af073bd0d91d298b638fcb9261f27743
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 8 16:02:49 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 8 16:09:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32124483
7
8 dev-ros/roslint: Add python 3.5 support
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ros/roslint/roslint-0.11.0.ebuild | 4 ++--
13 dev-ros/roslint/roslint-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-ros/roslint/roslint-0.11.0.ebuild b/dev-ros/roslint/roslint-0.11.0.ebuild
17 index cba0271120..b3bbb16a30 100644
18 --- a/dev-ros/roslint/roslint-0.11.0.ebuild
19 +++ b/dev-ros/roslint/roslint-0.11.0.ebuild
20 @@ -1,11 +1,11 @@
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 EAPI=5
27 ROS_REPO_URI="https://github.com/ros/roslint"
28 KEYWORDS="~amd64 ~arm"
29 -PYTHON_COMPAT=( python{2_7,3_4} )
30 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
31
32 inherit ros-catkin
33
34
35 diff --git a/dev-ros/roslint/roslint-9999.ebuild b/dev-ros/roslint/roslint-9999.ebuild
36 index cba0271120..b3bbb16a30 100644
37 --- a/dev-ros/roslint/roslint-9999.ebuild
38 +++ b/dev-ros/roslint/roslint-9999.ebuild
39 @@ -1,11 +1,11 @@
40 -# Copyright 1999-2014 Gentoo Foundation
41 +# Copyright 1999-2017 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Id$
44
45 EAPI=5
46 ROS_REPO_URI="https://github.com/ros/roslint"
47 KEYWORDS="~amd64 ~arm"
48 -PYTHON_COMPAT=( python{2_7,3_4} )
49 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
50
51 inherit ros-catkin