From f1af93971b7490792d8541bc790e0d8c6d787059 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 6 Sep 2019 10:28:05 +0100 Subject: gentoo resync : 06.08.2019 --- dev-ros/genmsg/genmsg-0.5.12.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dev-ros/genmsg/genmsg-0.5.12.ebuild (limited to 'dev-ros/genmsg/genmsg-0.5.12.ebuild') diff --git a/dev-ros/genmsg/genmsg-0.5.12.ebuild b/dev-ros/genmsg/genmsg-0.5.12.ebuild new file mode 100644 index 000000000000..b4480e2c242a --- /dev/null +++ b/dev-ros/genmsg/genmsg-0.5.12.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +ROS_REPO_URI="https://github.com/ros/genmsg" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy{,3} ) + +inherit ros-catkin + +DESCRIPTION="Python library for generating ROS message and service data structures for various languages" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + test? ( dev-python/nose[${PYTHON_USEDEP}] ) +" -- cgit v1.2.3