diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 17:16:48 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-05-18 17:18:26 +0200 |
commit | ee3c3dd915a4e4dc1fa1347e1fa7dfaa610e8f01 (patch) | |
tree | 9eb00bdf2c1dcd97a6cd9cc23302fe90368251c9 /dev-ros/genmsg/genmsg-0.5.16.ebuild | |
parent | dev-ros/gazebo_plugins: shorten desc (diff) | |
download | gentoo-ee3c3dd915a4e4dc1fa1347e1fa7dfaa610e8f01.tar.gz gentoo-ee3c3dd915a4e4dc1fa1347e1fa7dfaa610e8f01.tar.bz2 gentoo-ee3c3dd915a4e4dc1fa1347e1fa7dfaa610e8f01.zip |
dev-ros/genmsg: bump to 0.5.16
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/genmsg/genmsg-0.5.16.ebuild')
-rw-r--r-- | dev-ros/genmsg/genmsg-0.5.16.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ros/genmsg/genmsg-0.5.16.ebuild b/dev-ros/genmsg/genmsg-0.5.16.ebuild new file mode 100644 index 000000000000..f32705022b10 --- /dev/null +++ b/dev-ros/genmsg/genmsg-0.5.16.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +ROS_REPO_URI="https://github.com/ros/genmsg" +KEYWORDS="~amd64 ~arm" + +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}] ) +" |