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 51204139694 for ; Thu, 2 Mar 2017 09:17:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96C9EE0BFE; Thu, 2 Mar 2017 09:17:12 +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 6DAECE0C08 for ; Thu, 2 Mar 2017 09:17:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 48B7C3416E0 for ; Thu, 2 Mar 2017 09:17:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3FCA599F for ; Thu, 2 Mar 2017 09:17:09 +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: <1488446220.e095b96f094bd806edbf4da4927024f1c2573c0b.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/genpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/genpy/Manifest dev-ros/genpy/genpy-0.6.4.ebuild X-VCS-Directories: dev-ros/genpy/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e095b96f094bd806edbf4da4927024f1c2573c0b X-VCS-Branch: master Date: Thu, 2 Mar 2017 09:17:09 +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: 44a2cf4f-566f-4b47-80cc-ca841defd884 X-Archives-Hash: b32218d1eb17dbbf97ee41101d42464b commit: e095b96f094bd806edbf4da4927024f1c2573c0b Author: Alexis Ballier gentoo org> AuthorDate: Wed Mar 1 17:06:11 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Mar 2 09:17:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e095b96f dev-ros/genpy: Bump to 0.6.4 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ros/genpy/Manifest | 1 + dev-ros/genpy/genpy-0.6.4.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-ros/genpy/Manifest b/dev-ros/genpy/Manifest index 72340c729b5..2837848350d 100644 --- a/dev-ros/genpy/Manifest +++ b/dev-ros/genpy/Manifest @@ -1 +1,2 @@ DIST genpy-0.6.3.tar.gz 51545 SHA256 35448838e3054aeb520f49afe64b8bd9cb7ed944ed07471d2b6e7d5560d68540 SHA512 63748f70aa32e760d044b54c1c64a44e972fe34f0fd3317f66cbbc59f2662117c150c9d892db37b8b621e5c0687a83673575f088f5ac4f7d4b7c6020e75cdb07 WHIRLPOOL b28ce5245129516e487742693a5f5f5a9918563e52658f8c097d7f750e333636d2f7f2743d648654c56c9dbb9a5acd0dae93a02683bb662231c9fc40ce8d335e +DIST genpy-0.6.4.tar.gz 51647 SHA256 9167379c133391ee70d9590259e2748ed504e0696323f62d83d75641220bc943 SHA512 a7e4e99e97c239fa01c9a19191b79d1cf482e27a3aa1337427051624af3ac5785583bb56b39c62f41f44597f7bbe78e7813791a33b6221ab4a4ce3de04423ae5 WHIRLPOOL 3cc5dbb81bd88b947e14079e57de8613417d4cfb38416e37bcc6fcd3c4c97aa0b7f9176ccfea5ca10b82e3e5c8087e411ee0a2ea862a5a2ce2d57a740f67babf diff --git a/dev-ros/genpy/genpy-0.6.4.ebuild b/dev-ros/genpy/genpy-0.6.4.ebuild new file mode 100644 index 00000000000..3176ad0840a --- /dev/null +++ b/dev-ros/genpy/genpy-0.6.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros/genpy" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) + +inherit ros-catkin + +DESCRIPTION="Python ROS message and service generators" +HOMEPAGE="http://wiki.ros.org/genpy" +LICENSE="BSD" +SLOT="0/${PV}" +IUSE="" + +RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/nose[${PYTHON_USEDEP}] + ) +"