Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/genpy/
Date: Mon, 24 Aug 2020 13:45:21
Message-Id: 1598276682.7741f4ae0cd655ae4994e5933ba9f8ef04e65c90.aballier@gentoo
1 commit: 7741f4ae0cd655ae4994e5933ba9f8ef04e65c90
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 13:44:21 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 24 13:44:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7741f4ae
7
8 dev-ros/genpy: bump to 0.6.14
9
10 Package-Manager: Portage-3.0.3, Repoman-3.0.0
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/genpy/Manifest | 1 +
14 dev-ros/genpy/genpy-0.6.14.ebuild | 26 ++++++++++++++++++++++++++
15 2 files changed, 27 insertions(+)
16
17 diff --git a/dev-ros/genpy/Manifest b/dev-ros/genpy/Manifest
18 index 5a3b7110bd9..bf53a0c0571 100644
19 --- a/dev-ros/genpy/Manifest
20 +++ b/dev-ros/genpy/Manifest
21 @@ -1 +1,2 @@
22 DIST genpy-0.6.11.tar.gz 53128 BLAKE2B c0c6d9aa8d713e873a5cbceda8763c23e4b6259f5708be1575c4eae600b3f96bd8f05cda281711c799a0a4e00d69623ed0ddcb7812b4894d7c45717121f51c00 SHA512 267391cce6119085ae974f00fa4a33767b2b62a5d61bd290b3d2164cee275ce88b21d124b2da9ca9d85ac6a3a030ceddef766be34fba9c0d57ba26d6e1e41186
23 +DIST genpy-0.6.14.tar.gz 53964 BLAKE2B ff1503a56fdb07a5165d2891589450e3b40e85f68d541990828959b8d7f0e440091d77fd0bb4ac70fa0e39114b366c061e8d03979482539d2e5ca6cc3ff15b8c SHA512 5ce357ef41d2c06025ca2a06ca4111baf0d3b92dbdf877ea0ce5515d516d9e0fa46171057293ba96d5b55c5fa32b7c24ef28cfcd45be8bf9c3d73302feec6957
24
25 diff --git a/dev-ros/genpy/genpy-0.6.14.ebuild b/dev-ros/genpy/genpy-0.6.14.ebuild
26 new file mode 100644
27 index 00000000000..a5796a02b2e
28 --- /dev/null
29 +++ b/dev-ros/genpy/genpy-0.6.14.ebuild
30 @@ -0,0 +1,26 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +ROS_REPO_URI="https://github.com/ros/genpy"
37 +KEYWORDS="~amd64 ~arm"
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="Python ROS message and service generators"
42 +HOMEPAGE="https://wiki.ros.org/genpy"
43 +LICENSE="BSD"
44 +SLOT="0/${PV}"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + dev-ros/genmsg[${PYTHON_SINGLE_USEDEP}]
49 + $(python_gen_cond_dep "dev-python/pyyaml[\${PYTHON_USEDEP}]")
50 +"
51 +DEPEND="${RDEPEND}
52 + test? (
53 + $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]")
54 + )
55 +"
56 +PATCHES=( "${FILESDIR}/yaml.patch" )