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: Sun, 06 Aug 2017 07:40:07
Message-Id: 1502001908.c914b6086fe4d77d0ea17bd53089fb5dc979015a.aballier@gentoo
1 commit: c914b6086fe4d77d0ea17bd53089fb5dc979015a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 4 18:42:27 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 06:45:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c914b608
7
8 dev-ros/genpy: bump to 0.6.6
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-ros/genpy/Manifest | 1 +
13 dev-ros/genpy/genpy-0.6.6.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/dev-ros/genpy/Manifest b/dev-ros/genpy/Manifest
17 index 0f70d659a6a..78aa7d906e0 100644
18 --- a/dev-ros/genpy/Manifest
19 +++ b/dev-ros/genpy/Manifest
20 @@ -1 +1,2 @@
21 DIST genpy-0.6.5.tar.gz 51689 SHA256 35e5cd2032f52a1f77190df5c31c02134dc460bfeda3f28b5a860a95309342b9 SHA512 aeb4edf97ccc6b480649ee67b7b5782e4f950e02cc898b52285db1a23fe5200a853817ae734dd32ba964073359b60bc9399abe0e4a9bc7d0e46c5f6f78e1c10e WHIRLPOOL 4d9c9d1d2f3e63f73c02b3ea1f6c53450429e45a972a9cf27b6ec77368bf2cef4a4890e0cd6486ef810c1eb5bdd6d2ea5e09974f71f738d98df609f60aa0f248
22 +DIST genpy-0.6.6.tar.gz 51949 SHA256 8a1a90f1e64bd9458c24ca18af88d3c95032b4c04e3b8164fce6b365ac11301e SHA512 f85e916f4b20e3c6c8a7ad81afcefc0912ed82f6d3a59afbf421e97f8a5d938de85a6d035b75725829efe03ece8a6f649aa179f858e0eae8e429ae9c62fd6edd WHIRLPOOL 16e247c1a21b5d2d3399a786999d5d39fc5370a2bb18b6993b02d4e870f843cd9fc6a866a04b945e708de90f3e658c57d8f9f2873051100520647d326766d73d
23
24 diff --git a/dev-ros/genpy/genpy-0.6.6.ebuild b/dev-ros/genpy/genpy-0.6.6.ebuild
25 new file mode 100644
26 index 00000000000..3176ad0840a
27 --- /dev/null
28 +++ b/dev-ros/genpy/genpy-0.6.6.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +
35 +ROS_REPO_URI="https://github.com/ros/genpy"
36 +KEYWORDS="~amd64 ~arm"
37 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
38 +
39 +inherit ros-catkin
40 +
41 +DESCRIPTION="Python ROS message and service generators"
42 +HOMEPAGE="http://wiki.ros.org/genpy"
43 +LICENSE="BSD"
44 +SLOT="0/${PV}"
45 +IUSE=""
46 +
47 +RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
48 +DEPEND="${RDEPEND}
49 + test? (
50 + dev-python/pyyaml[${PYTHON_USEDEP}]
51 + dev-python/nose[${PYTHON_USEDEP}]
52 + )
53 +"