diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-02-27 16:50:59 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-02-27 18:09:24 +0100 |
commit | 6d7554d0f60f5321af096ccdce22a24a91ec30f0 (patch) | |
tree | e6a2e1741347970c9110ea05a816dbd343eae255 /dev-ros/rosgraph_msgs | |
parent | dev-ros/rosclean: Add python 3.6 & pypy/3 support (diff) | |
download | gentoo-6d7554d0f60f5321af096ccdce22a24a91ec30f0.tar.gz gentoo-6d7554d0f60f5321af096ccdce22a24a91ec30f0.tar.bz2 gentoo-6d7554d0f60f5321af096ccdce22a24a91ec30f0.zip |
dev-ros/rosgraph_msgs: Add python 3.6 and pypy/3 support
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros/rosgraph_msgs')
-rw-r--r-- | dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/rosgraph_msgs/rosgraph_msgs-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild b/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild index 930367d85d9b..e07ec0385550 100644 --- a/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild +++ b/dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild @@ -7,7 +7,7 @@ EAPI=5 CATKIN_HAS_MESSAGES=yes ROS_REPO_URI="https://github.com/ros/ros_comm_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" diff --git a/dev-ros/rosgraph_msgs/rosgraph_msgs-9999.ebuild b/dev-ros/rosgraph_msgs/rosgraph_msgs-9999.ebuild index 930367d85d9b..e07ec0385550 100644 --- a/dev-ros/rosgraph_msgs/rosgraph_msgs-9999.ebuild +++ b/dev-ros/rosgraph_msgs/rosgraph_msgs-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 CATKIN_HAS_MESSAGES=yes ROS_REPO_URI="https://github.com/ros/ros_comm_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" |