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 18F1B139694 for ; Wed, 14 Jun 2017 12:21:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3EC421C09E; Wed, 14 Jun 2017 12:21:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CB5C721C09E for ; Wed, 14 Jun 2017 12:21:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA1AA341976 for ; Wed, 14 Jun 2017 12:21:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 618CE7495 for ; Wed, 14 Jun 2017 12:21:05 +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: <1497442854.4a7db7d6bf6a135d126cf77b23093d626bd36d71.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/smach_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/smach_msgs/smach_msgs-2.0.1.ebuild dev-ros/smach_msgs/smach_msgs-9999.ebuild X-VCS-Directories: dev-ros/smach_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 4a7db7d6bf6a135d126cf77b23093d626bd36d71 X-VCS-Branch: master Date: Wed, 14 Jun 2017 12:21:05 +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: edfecff8-cd69-4627-9448-902a7bdfd439 X-Archives-Hash: 4e7c19b054a26862378691b33bb5ba68 commit: 4a7db7d6bf6a135d126cf77b23093d626bd36d71 Author: Alexis Ballier gentoo org> AuthorDate: Wed Jun 14 12:19:23 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jun 14 12:20:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7db7d6 dev-ros/smach_msgs: add more python support Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ros/smach_msgs/smach_msgs-2.0.1.ebuild | 2 +- dev-ros/smach_msgs/smach_msgs-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ros/smach_msgs/smach_msgs-2.0.1.ebuild b/dev-ros/smach_msgs/smach_msgs-2.0.1.ebuild index e5c7e2a944a..5bacb892491 100644 --- a/dev-ros/smach_msgs/smach_msgs-2.0.1.ebuild +++ b/dev-ros/smach_msgs/smach_msgs-2.0.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/executive_smach" 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} ) ROS_SUBDIR=${PN} CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs" diff --git a/dev-ros/smach_msgs/smach_msgs-9999.ebuild b/dev-ros/smach_msgs/smach_msgs-9999.ebuild index 00c712b5ba8..5bacb892491 100644 --- a/dev-ros/smach_msgs/smach_msgs-9999.ebuild +++ b/dev-ros/smach_msgs/smach_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/executive_smach" 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} ) ROS_SUBDIR=${PN} CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs"