diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-14 13:39:32 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-14 14:20:47 +0200 |
commit | cbcdb90dc77cb431b4f9e4c62d857c986d56d8f3 (patch) | |
tree | 331a555d7b38725aaa904ef301fbbe897c52bdd4 /dev-ros/trajectory_msgs | |
parent | dev-ros/trajectory_msgs: remove old (diff) | |
download | gentoo-cbcdb90dc77cb431b4f9e4c62d857c986d56d8f3.tar.gz gentoo-cbcdb90dc77cb431b4f9e4c62d857c986d56d8f3.tar.bz2 gentoo-cbcdb90dc77cb431b4f9e4c62d857c986d56d8f3.zip |
dev-ros/trajectory_msgs: add more python support
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ros/trajectory_msgs')
-rw-r--r-- | dev-ros/trajectory_msgs/trajectory_msgs-1.12.5.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/trajectory_msgs/trajectory_msgs-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/trajectory_msgs/trajectory_msgs-1.12.5.ebuild b/dev-ros/trajectory_msgs/trajectory_msgs-1.12.5.ebuild index 9d05c7a46d48..89a098cde248 100644 --- a/dev-ros/trajectory_msgs/trajectory_msgs-1.12.5.ebuild +++ b/dev-ros/trajectory_msgs/trajectory_msgs-1.12.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 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/common_msgs" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) ROS_SUBDIR=${PN} CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs" diff --git a/dev-ros/trajectory_msgs/trajectory_msgs-9999.ebuild b/dev-ros/trajectory_msgs/trajectory_msgs-9999.ebuild index 06f5b57748b3..89a098cde248 100644 --- a/dev-ros/trajectory_msgs/trajectory_msgs-9999.ebuild +++ b/dev-ros/trajectory_msgs/trajectory_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/common_msgs" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) ROS_SUBDIR=${PN} CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs" |