diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-08-04 20:41:27 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-08-06 08:45:06 +0200 |
commit | ba03641c98d547f0d6a81d5bc9db2b732d490908 (patch) | |
tree | 3b698af55a477c4a91efe19bc17f720bd694204e /dev-ros/genmsg/genmsg-0.5.9.ebuild | |
parent | dev-ruby/rack-openid: add ruby24 (diff) | |
download | gentoo-ba03641c98d547f0d6a81d5bc9db2b732d490908.tar.gz gentoo-ba03641c98d547f0d6a81d5bc9db2b732d490908.tar.bz2 gentoo-ba03641c98d547f0d6a81d5bc9db2b732d490908.zip |
dev-ros/genmsg: bump to 0.5.9
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-ros/genmsg/genmsg-0.5.9.ebuild')
-rw-r--r-- | dev-ros/genmsg/genmsg-0.5.9.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/genmsg/genmsg-0.5.9.ebuild b/dev-ros/genmsg/genmsg-0.5.9.ebuild new file mode 100644 index 000000000000..4828b324180c --- /dev/null +++ b/dev-ros/genmsg/genmsg-0.5.9.ebuild @@ -0,0 +1,19 @@ +# 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/genmsg" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_4,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}] ) +" |