From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE914139694 for ; Mon, 27 Feb 2017 17:10:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2BCFE0CB6; Mon, 27 Feb 2017 17:10:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83A69E0CB6 for ; Mon, 27 Feb 2017 17:10:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9574D34112A for ; Mon, 27 Feb 2017 17:10:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59086569D for ; Mon, 27 Feb 2017 17:10:10 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1488215364.6d7554d0f60f5321af096ccdce22a24a91ec30f0.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosgraph_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild dev-ros/rosgraph_msgs/rosgraph_msgs-9999.ebuild X-VCS-Directories: dev-ros/rosgraph_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6d7554d0f60f5321af096ccdce22a24a91ec30f0 X-VCS-Branch: master Date: Mon, 27 Feb 2017 17:10:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a8db3b0d-d167-40f6-84a6-a4af571c7fcc X-Archives-Hash: 4a9e4413bb6f2588c20792e14bce6dc9 commit: 6d7554d0f60f5321af096ccdce22a24a91ec30f0 Author: Alexis Ballier gentoo org> AuthorDate: Mon Feb 27 15:50:59 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Feb 27 17:09:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7554d0 dev-ros/rosgraph_msgs: Add python 3.6 and pypy/3 support Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ros/rosgraph_msgs/rosgraph_msgs-1.11.2.ebuild | 2 +- 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 930367d85d..e07ec03855 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 930367d85d..e07ec03855 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"