summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-05-08 14:22:06 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-05-08 14:22:32 +0200
commitafefa997e2101d86a33337a86ddb8fb58b572c74 (patch)
tree5b2c5b13494faf1af70d20c0eae0cd707f5b9cc5 /dev-ros/genmsg/genmsg-0.5.11.ebuild
parentdev-ros/test_diagnostic_aggregator: Remove old (diff)
downloadgentoo-afefa997e2101d86a33337a86ddb8fb58b572c74.tar.gz
gentoo-afefa997e2101d86a33337a86ddb8fb58b572c74.tar.bz2
gentoo-afefa997e2101d86a33337a86ddb8fb58b572c74.zip
dev-ros/genmsg: bump to 0.5.11
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-ros/genmsg/genmsg-0.5.11.ebuild')
-rw-r--r--dev-ros/genmsg/genmsg-0.5.11.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ros/genmsg/genmsg-0.5.11.ebuild b/dev-ros/genmsg/genmsg-0.5.11.ebuild
new file mode 100644
index 000000000000..1eda6e3256c5
--- /dev/null
+++ b/dev-ros/genmsg/genmsg-0.5.11.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 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}] )
+"