commit: 7feb8720da1192e813eab26bbfff64e0b849fe31 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Wed Jun 14 12:08:58 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Wed Jun 14 12:20:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7feb8720
dev-ros/pcl_msgs: add more python support Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ros/pcl_msgs/pcl_msgs-0.2.0.ebuild | 4 ++-- dev-ros/pcl_msgs/pcl_msgs-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ros/pcl_msgs/pcl_msgs-0.2.0.ebuild b/dev-ros/pcl_msgs/pcl_msgs-0.2.0.ebuild index c65cafd73a2..f5fa939e8e0 100644 --- a/dev-ros/pcl_msgs/pcl_msgs-0.2.0.ebuild +++ b/dev-ros/pcl_msgs/pcl_msgs-0.2.0.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 EAPI=5 CATKIN_HAS_MESSAGES=yes ROS_REPO_URI="https://github.com/ros-perception/pcl_msgs" 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/sensor_msgs dev-ros/std_msgs" inherit ros-catkin diff --git a/dev-ros/pcl_msgs/pcl_msgs-9999.ebuild b/dev-ros/pcl_msgs/pcl_msgs-9999.ebuild index c65cafd73a2..f5fa939e8e0 100644 --- a/dev-ros/pcl_msgs/pcl_msgs-9999.ebuild +++ b/dev-ros/pcl_msgs/pcl_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 EAPI=5 CATKIN_HAS_MESSAGES=yes ROS_REPO_URI="https://github.com/ros-perception/pcl_msgs" 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/sensor_msgs dev-ros/std_msgs" inherit ros-catkin
