summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2019-08-27 18:19:47 +0200
committerAlexis Ballier <aballier@gentoo.org>2019-08-28 19:01:31 +0200
commitf7a9abdd83c7a22282fc227262ce5fe7256250ec (patch)
tree449cfbf70c38ed4f5f9e3320bfe7b7f4b0de086d /dev-ros/genmsg/genmsg-0.5.12.ebuild
parentdev-ros/genmsg: Remove old (diff)
downloadgentoo-f7a9abdd83c7a22282fc227262ce5fe7256250ec.tar.gz
gentoo-f7a9abdd83c7a22282fc227262ce5fe7256250ec.tar.bz2
gentoo-f7a9abdd83c7a22282fc227262ce5fe7256250ec.zip
dev-ros/genmsg: bump to 0.5.12
Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/genmsg/genmsg-0.5.12.ebuild')
-rw-r--r--dev-ros/genmsg/genmsg-0.5.12.ebuild19
1 files changed, 19 insertions, 0 deletions
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}] )
+"