commit: 7ae0f38e5cb1c3784f2bcbcc2826c530225eaf05 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Wed Jun 14 12:06:08 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Wed Jun 14 12:20:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae0f38e
dev-ros/moveit_msgs: add more python support Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ros/moveit_msgs/moveit_msgs-0.9.1.ebuild | 2 +- dev-ros/moveit_msgs/moveit_msgs-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ros/moveit_msgs/moveit_msgs-0.9.1.ebuild b/dev-ros/moveit_msgs/moveit_msgs-0.9.1.ebuild index ccbb9f454d5..2cb815a00f6 100644 --- a/dev-ros/moveit_msgs/moveit_msgs-0.9.1.ebuild +++ b/dev-ros/moveit_msgs/moveit_msgs-0.9.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros-planning/moveit_msgs" CATKIN_HAS_MESSAGES=yes KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) CATKIN_MESSAGES_TRANSITIVE_DEPS=" dev-ros/actionlib_msgs dev-ros/sensor_msgs diff --git a/dev-ros/moveit_msgs/moveit_msgs-9999.ebuild b/dev-ros/moveit_msgs/moveit_msgs-9999.ebuild index 0635d142946..2cb815a00f6 100644 --- a/dev-ros/moveit_msgs/moveit_msgs-9999.ebuild +++ b/dev-ros/moveit_msgs/moveit_msgs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros-planning/moveit_msgs" CATKIN_HAS_MESSAGES=yes KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) CATKIN_MESSAGES_TRANSITIVE_DEPS=" dev-ros/actionlib_msgs dev-ros/sensor_msgs
