From: Alexis Ballier Date: Tue, 21 Feb 2017 08:24:08 +0000 (+0100) Subject: dev-ros/gazebo_msgs: Add python 3.5 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f9553b7edf6554211ce060abf999a7674d256324;p=gentoo.git dev-ros/gazebo_msgs: Add python 3.5 support Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-ros/gazebo_msgs/gazebo_msgs-2.6.2.ebuild b/dev-ros/gazebo_msgs/gazebo_msgs-2.6.2.ebuild index 35e152147453..900c6d1975c5 100644 --- a/dev-ros/gazebo_msgs/gazebo_msgs-2.6.2.ebuild +++ b/dev-ros/gazebo_msgs/gazebo_msgs-2.6.2.ebuild @@ -5,7 +5,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros-simulation/gazebo_ros_pkgs" KEYWORDS="~amd64" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) CATKIN_HAS_MESSAGES=yes ROS_SUBDIR=${PN} CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs dev-ros/sensor_msgs dev-ros/trajectory_msgs dev-ros/std_msgs dev-ros/std_srvs" diff --git a/dev-ros/gazebo_msgs/gazebo_msgs-9999.ebuild b/dev-ros/gazebo_msgs/gazebo_msgs-9999.ebuild index f75202726e85..900c6d1975c5 100644 --- a/dev-ros/gazebo_msgs/gazebo_msgs-9999.ebuild +++ b/dev-ros/gazebo_msgs/gazebo_msgs-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 ROS_REPO_URI="https://github.com/ros-simulation/gazebo_ros_pkgs" KEYWORDS="~amd64" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) CATKIN_HAS_MESSAGES=yes ROS_SUBDIR=${PN} CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs dev-ros/sensor_msgs dev-ros/trajectory_msgs dev-ros/std_msgs dev-ros/std_srvs"